summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make sure quota_preset is using numerical indexesDaniel Kesselberg2020-02-221-6/+14
| | | | | | If one set quota_present to "default, none, 1 GB, 5 GB, 10 GB" the old implementation will remove default and none but keep the array indexes. Later json_encode will recognize a array with 2 as first index as object and hence quotaPreset.reduce will fail. Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* Merge pull request #18227 from ↵Christoph Wurst2020-02-215-2/+49
|\ | | | | | | | | nextcloud/bug/17947/set-transaction-isolation-connect Add event subscriber for transaction isolation level
| * Add event subscriber for transaction isolation levelDaniel Kesselberg2020-02-215-2/+49
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #19412 from nextcloud/fix/19404/make-favorite-publicChristoph Wurst2020-02-214-15/+17
|\ \ | | | | | | Make TAG_FAVORITE public
| * | Make TAG_FAVORITE publicDaniel Kesselberg2020-02-124-15/+17
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #19517 from ↵Christoph Wurst2020-02-213-4/+9
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/add-folder-to-predefined-types Add a shortcut for Folders mimetype
| * | | Add a shortcut for FoldersJoas Schilling2020-02-173-4/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #19518 from nextcloud/bugfix/makefile-npm-ciChristoph Wurst2020-02-211-1/+1
|\ \ \ \ | | | | | | | | | | Use npm ci in Makefile
| * | | | Use npm ci in MakefileJulius Härtl2020-02-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #19392 from ↵Christoph Wurst2020-02-212-4/+24
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/feature/dav-calendar-subscriptions/introduce-refresh-rate-setting Introduce a default refresh rate app setting for calendar subscriptions
| * | | | | Introduce a default refresh rate app setting for calendar subscriptionsThomas Citharel2020-02-212-4/+24
|/ / / / / | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | Merge pull request #19511 from nextcloud/bugfix/noid/secondary-view-idChristoph Wurst2020-02-213-2/+5
|\ \ \ \ \ | | | | | | | | | | | | Make sure the secondary view registered for systemtags has an id
| * | | | | Bump bundlesJulius Härtl2020-02-172-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | Make sure the secondary view registered for systemtags has an idJulius Härtl2020-02-171-0/+3
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #19398 from ↵Christoph Wurst2020-02-217-547/+708
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bug/dav-load-subscriptions-at-activation Move RefreshWebcalJob logic to a proper service so that it may be called independently
| * | | | | Move RefreshWebcalJob logic to a proper service so that it may be calledThomas Citharel2020-02-107-547/+708
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | independently Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | | | Merge pull request #19499 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.6Christoph Wurst2020-02-212-16/+16
|\ \ \ \ \ \ | | | | | | | | | | | | | | Bump webpack from 4.41.5 to 4.41.6
| * | | | | | Bump webpack from 4.41.5 to 4.41.6dependabot-preview[bot]2020-02-162-16/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [webpack](https://github.com/webpack/webpack) from 4.41.5 to 4.41.6. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](https://github.com/webpack/webpack/compare/v4.41.5...v4.41.6) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* | | | | | | Merge pull request #19533 from nextcloud/bugfix/noid/user-settingsChristoph Wurst2020-02-2116-155/+99
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Various user settings fixes
| * | | | | | | Bump bundlesJulius Härtl2020-02-1812-26/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Also fix actions overlay in editing and new user rowsJulius Härtl2020-02-183-6/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Properly position popovermenu for user actionsJulius Härtl2020-02-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Add tooltip to storage locationJulius Härtl2020-02-181-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Do not overlay single select boxes over userActionsJulius Härtl2020-02-181-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Show user/displayname when backend does not offer savingJulius Härtl2020-02-181-20/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Give columns a bit more space and fix overlaying issuesJulius Härtl2020-02-181-16/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | | | | | Remove unused userlist table stylesJulius Härtl2020-02-181-84/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #19485 from nextcloud/techdebt/globals-removal-versionChristoph Wurst2020-02-213-13/+13
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | Add removal version number for global deprecations
| * | | | | | | Add removal version number for global deprecationsChristoph Wurst2020-02-143-13/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-212-8/+8
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-2014-0/+68
| | | | | | | |
* | | | | | | | Merge pull request #19506 from michaelkuhn/cron-5-minblizzz2020-02-191-2/+3
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | cron: Adapt to 5 minutes recommendation
| * | | | | | | | cron: Adapt to 5 minutes recommendationMichael Kuhn2020-02-171-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Update the comment to make clear that we ask for 14 minutes worth of jobs on purpose so at most three parallel cron jobs are running. Signed-off-by: Michael Kuhn <michael@ikkoku.de>
* | | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-1934-0/+76
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-18126-118/+138
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #19510 from nextcloud/bugfix/19504Joas Schilling2020-02-171-1/+1
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Continue with next foreach iteration
| * | | | | | | Continue with next foreach iterationJulius Härtl2020-02-171-1/+1
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | Merge pull request #19329 from ↵Joas Schilling2020-02-173-25/+89
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/feature/noid/warn-admins-about-delayed-cron Warn admins about delayed cron executions
| * | | | | | Fix unit testsJoas Schilling2020-02-102-20/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | | | | Warn admins about delayed cron executionsJoas Schilling2020-02-082-16/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-172-0/+4
| |/ / / / / |/| | | | |
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-1614-6/+64
| |_|/ / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2020-02-1524-8/+52
| |/ / / |/| | |
* | | | Merge pull request #19477 from nextcloud/bug/flow-log-levelblizzz2020-02-141-1/+4
|\ \ \ \ | | | | | | | | | | Reduce flow logging at INFO level, move to DEBUG
| * | | | Reduce flow logging at INFO levelJulius Härtl2020-02-141-1/+4
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Merge pull request #19465 from nextcloud/enh/noid/empty-whatsnewblizzz2020-02-142-1/+9
|\ \ \ \ \ | | | | | | | | | | | | when we receive intentional empty whats new info, do not try to show it
| * | | | | when we receive intentional empty whats new info, do not try to show itArthur Schiwon2020-02-132-1/+9
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | Merge pull request #19460 from nextcloud/bugfix/noid/opsyRoeland Jago Douma2020-02-143-3/+3
|\ \ \ \ \ \ | | | | | | | | | | | | | | Replace all link-ends
| * | | | | | Replace all link-endsJoas Schilling2020-02-133-3/+3
| | |/ / / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | [tx-robot] updated from transifexNextcloud bot2020-02-14168-10/+334
| |/ / / / |/| | | |