summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-094-0/+4
|
* Bump webpack from 4.35.0 to 4.35.2dependabot-preview[bot]2019-07-0820-33/+33
| | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.35.0 to 4.35.2. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.35.0...v4.35.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2019-07-0816-2/+18
|
* Properly load permissions in showActions (#15992)John Molakvoæ2019-07-071-1/+1
|\ | | | | Properly load permissions in showActions
| * Properly load permissions in showActionsJulius Härtl2019-07-051-1/+1
| | | | | | | | | | | | When setViewerMode(false) is called, the permissions should be fetched from the available dirInfo Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-07-0782-114/+114
| |
* | Remove beta from dark theme name ref #16076 (#16253)John Molakvoæ2019-07-061-1/+1
|\ \ | | | | | | Remove beta from dark theme name ref #16076
| * | Remove beta from dark theme name ref #16076Greta Doci2019-07-051-1/+1
| | | | | | | | | | | | Signed-off-by: Greta Doci <gretadoci@gmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-064-2/+14
| | |
* | | Bump bundles with cachebusterJulius Härtl2019-07-056-6/+6
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Add cachebuster to chunksJulius Härtl2019-07-051-1/+1
| |/ |/| | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-07-058-4/+100
| |
* | [tx-robot] updated from transifexNextcloud bot2019-07-04112-104/+8
| |
* | Merge pull request #15769 from nextcloud/part-file-non-creatableMorris Jobke2019-07-032-10/+53
|\ \ | | | | | | dont use part files for dav writes when the target folder doesn't have create permissions
| * | add test for overwriting in non creatable directoryRobin Appelman2019-07-031-8/+46
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | dont use part files for dav writes when the target folder doesn't have ↵Robin Appelman2019-07-031-2/+7
| |/ | | | | | | | | | | create permissions Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #16186 from ↵Morris Jobke2019-07-032-178/+11
|\ \ | |/ |/| | | | | nextcloud/bugfix/noid/also-check-permissions-when-creating-a-share Better check reshare permissions part2
| * Remove duplicate testsJoas Schilling2019-07-031-144/+0
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Unify the permission checking in one place onlyJoas Schilling2019-07-032-34/+11
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Merge pull request #15817 from nextcloud/enh/autoloader_for_appsMorris Jobke2019-07-0327-0/+1826
|\ \ | |/ |/| Add autoloaders for shipped apps
| * Add autoloaders for shipped appsRoeland Jago Douma2019-06-2727-0/+1826
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #16200 from nextcloud/revert/16049-wrong-roundMorris Jobke2019-07-032-2/+2
|\ \ | | | | | | Revert incorrect rouding
| * | Revert "Fix usage view tests"Daniel Kesselberg2019-07-021-1/+1
| | | | | | | | | | | | | | | | | | This reverts commit 7da7acd0 Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | Revert parts hide quota bar if unlimitedDaniel Kesselberg2019-07-021-1/+1
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-0336-12/+46
| | |
* | | Merge pull request #16199 from ↵Morris Jobke2019-07-022-3/+20
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/refresh_webcal_job_enhancements RefreshWebcalJob: replace ugly Regex with standard php utils
| * | | RefreshWebcalJob: replace ugly Regex with standard php utilsGeorg Ehrke2019-07-022-3/+20
| | | | | | | | | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>
* | | | Merge pull request #15741 from mxss/fix/phpdoc-fixesMorris Jobke2019-07-024-2/+40
|\ \ \ \ | |_|/ / |/| | | misc phpdoc fixes
| * | | misc phpdoc fixesMax Kovalenko2019-05-274-0/+38
| | | | | | | | | | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
| * | | fixed phpdoc parameter typesMax Kovalenko2019-05-271-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Max Kovalenko <mxss1998@yandex.ru>
* | | | Merge pull request #16198 from nextcloud/fix/tests/usageMorris Jobke2019-07-021-1/+1
|\ \ \ \ | | | | | | | | | | Fix usage view tests
| * | | | Fix usage view testsRoeland Jago Douma2019-07-021-1/+1
| | |/ / | |/| | | | | | | | | | | | | | | | | | Follow up to #16049 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | Merge pull request #13186 from labor4/edit_carddav_typesMorris Jobke2019-07-021-1/+1
|\ \ \ \ | |/ / / |/| | | add carddav-search (vCard2Array) option for X-ADDRESSBOOKSERVER-MEMBER
| * | | add carddav-search option for X-ADDRESSBOOKSERVER-MEMBERlabor42019-06-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adding field X-ADDRESSBOOKSERVER-MEMBER which can be used to relate persons to groups (macos behaviour). - groups are cards with field X-ADDRESSBOOKSERVER-KIND == 'group' - and all members' UUID/URI in the X-ADDRESSBOOKSERVER-MEMBER array of that group-card. Signed-off-by: labor4 <schreibtisch@labor4.ch>
* | | | Do not fail hard on new user mail error (#16183)John Molakvoæ2019-07-021-2/+3
|\ \ \ \ | | | | | | | | | | Do not fail hard on new user mail error
| * | | | Do not fail hard on new user mail errorJohn Molakvoæ (skjnldsv)2019-07-021-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-07-02164-290/+324
| | | | |
* | | | | Merge pull request #16170 from nextcloud/dnd-upload-permissionsRobin Appelman2019-07-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | fix permissions for drag-n-drop uploads
| * | | | | fix permissions for drag-n-drop uploadsRobin Appelman2019-07-011-1/+1
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | Merge pull request #16136 from nextcloud/design/theming-body-loginJohn Molakvoæ2019-07-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix dark text in body-login box on light theming colors
| * | | | | Fix dark text in body-login box on light theming colorsJan-Christoph Borchardt2019-06-271-1/+1
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | | Hide quota bar if unlimited quota (#16049)John Molakvoæ2019-07-012-21/+18
|\ \ \ \ \ | |_|/ / / |/| | | | Hide quota bar if unlimited quota
| * | | | Don't show absolute number in tooltipDaniel Kesselberg2019-06-241-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Show used space in mb instead of %Daniel Kesselberg2019-06-242-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
| * | | | Hide quota bar if unlimitedDaniel Kesselberg2019-06-231-20/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | | | Fix the actual oauth2 testsRoeland Jago Douma2019-07-011-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | | Fix tense in email (#16163)John Molakvoæ2019-07-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix tense in email
| * | | | | Revert "Change send to sent in l10n files"Frederic Werner2019-06-3090-128/+128
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 7ed0d0909db71b01e3960e1ec7f7f8dce7b1c1a5. Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
| * | | | | Change send to sent in l10n filesFrederic Werner2019-06-3090-128/+128
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Frederic Werner <frederic-github@werner-net.work>
| * | | | | Change send to sentFrederic Werner2019-06-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Frederic Werner <frederic-github@werner-net.work>