summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-1318-2/+32
|
* [tx-robot] updated from transifexNextcloud bot2019-07-1250-128/+160
|
* Merge pull request #15514 from nextcloud/feature/noid/add-enterprise-channelMorris Jobke2019-07-115-32/+57
|\ | | | | Update channels for updater server
| * Enterprise update channelMorris Jobke2019-07-105-32/+57
| | | | | | | | | | | | Allows to select the enterprise update channel for instances that have a valid subscription. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2019-07-1112-48/+48
| |
* | Merge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-themeRoeland Jago Douma2019-07-102-75/+86
|\ \ | | | | | | Improve dark theme handling in workflow apps
| * | Use SCSS nestingJoas Schilling2019-07-101-68/+79
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Mover workflow to SCSS and support the dark themeJoas Schilling2019-07-101-6/+6
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Bump bundlesJulius Härtl2019-07-102-2/+2
| | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Make sure we merge webpack rules properlyJulius Härtl2019-07-101-2/+3
|/ / | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-07-102-0/+2
| |
* | Update testsRoeland Jago Douma2019-07-091-4/+13
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Make it possible to wipe all tokens/devices of a userChristoph Wurst2019-07-092-1/+39
|/ | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #16195 from nextcloud/bugfix/7556/smb-symlink-share-mtimeRoeland Jago Douma2019-07-091-0/+2
|\ | | | | Ignore forbidden exception when fetching share mtime on SMB for symlinks
| * Ignore forbidden exception when fetching share mtime on SMB for symlinksMorris Jobke2019-07-081-0/+2
| | | | | | | | | | | | See https://github.com/nextcloud/server/pull/7556#issuecomment-499028026 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [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