]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Sun, 16 Feb 2020 00:14:52 +0000 (01:14 +0100)]
Create SimpleFile only when writing the content
instead of first creating an empty file and then writing the content.
This solves the overhead of creating an empty file with the common pattern:
```php
$file = $simpleFilder->newFile('foo.txt');
$file->putContent('bar.txt');
```
roughly halving the number of storage and database operations that need to be done when creating a `SimpleFile`.
This is not automatically done with `File` because that has a more complex api which I'm more hesitant to touch.
Instead the `Folder::newFile` api has been extended to accept the content for the new file.
In my local testing, the overhead of first creating an empty file took about 20% of the time for preview generation
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Sun, 16 Feb 2020 00:10:39 +0000 (01:10 +0100)]
better tests for SimpleFolder
test behavior, not implementation
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Fri, 28 Feb 2020 11:27:58 +0000 (12:27 +0100)]
Merge pull request #19694 from nextcloud/bugfix/noid/cache-404-avatar-responses-too
Also cache avatars when it's not allowed
Joas Schilling [Fri, 28 Feb 2020 09:44:15 +0000 (10:44 +0100)]
Also cache avatars when it's not allowed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Fri, 28 Feb 2020 09:01:44 +0000 (10:01 +0100)]
Merge pull request #19613 from nextcloud/enh/19537/undefined-index-password
Check that username and password are present.
Roeland Jago Douma [Fri, 28 Feb 2020 08:46:09 +0000 (09:46 +0100)]
Merge pull request #19666 from nextcloud/bug/19416/referrer-policy-fallback
Don't show referrer policy warning if fallback policy set.
Roeland Jago Douma [Fri, 28 Feb 2020 07:51:51 +0000 (08:51 +0100)]
Merge pull request #19655 from nextcloud/bugfix/noid/upload-cleanup-user-not-found
Catch NotFoundException when getting the user folder
Roeland Jago Douma [Fri, 28 Feb 2020 07:49:16 +0000 (08:49 +0100)]
Merge pull request #19676 from nextcloud/bugfix/noid/hover-color-of-search-results
Theme search results
Christoph Wurst [Fri, 28 Feb 2020 07:06:04 +0000 (08:06 +0100)]
Merge pull request #19683 from RDIL/patch-1
Readme: fix typo
Nextcloud bot [Fri, 28 Feb 2020 02:18:36 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Reece Dunham [Thu, 27 Feb 2020 19:56:54 +0000 (14:56 -0500)]
Readme: fix typo
Joas Schilling [Thu, 27 Feb 2020 12:46:26 +0000 (13:46 +0100)]
Theme search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
Christoph Wurst [Thu, 27 Feb 2020 12:14:37 +0000 (13:14 +0100)]
Merge pull request #19665 from nextcloud/dependabot/composer/league/flysystem-1.0.64
Bump league/flysystem from 1.0.37 to 1.0.64
Christoph Wurst [Thu, 27 Feb 2020 12:08:42 +0000 (13:08 +0100)]
Merge pull request #19670 from nextcloud/techdebt/noid/allow-to-remove-listeners
Allow to remove listeners
Joas Schilling [Thu, 27 Feb 2020 10:01:29 +0000 (11:01 +0100)]
Allow to remove listeners
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 27 Feb 2020 08:12:35 +0000 (09:12 +0100)]
Merge pull request #19659 from nextcloud/techdebt/17486/allow-non-integer-ids-in-entity-mapper
Allow non integer ids in Entity Mapper
Christoph Wurst [Wed, 26 Feb 2020 17:31:33 +0000 (18:31 +0100)]
Bump league/flysystem from 1.0.37 to 1.0.64
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 27 Feb 2020 08:07:48 +0000 (09:07 +0100)]
Merge pull request #19632 from nextcloud/dependabot/composer/pear/pear-core-minimal-1.10.10
Bump pear/pear-core-minimal from 1.10.3 to 1.10.10
Nextcloud bot [Thu, 27 Feb 2020 02:18:38 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Wed, 26 Feb 2020 22:14:38 +0000 (23:14 +0100)]
Don't show referrer policy warning if fallback policy set.
Test-Set:
no-referrer-when-downgrade
no-referrer
strict-origin-when-cross-origin
same-origin
no-referrer, strict-origin-when-cross-origin
strict-origin-
unsafe-raw, same-origin
strict-origin-when-downgrade
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Christoph Wurst [Tue, 25 Feb 2020 08:32:07 +0000 (09:32 +0100)]
Bump pear/pear-core-minimal from 1.10.3 to 1.10.10
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Wed, 26 Feb 2020 17:20:38 +0000 (18:20 +0100)]
Merge pull request #19324 from nextcloud/3rdparty/composer/microsoft/azure-storage-blob-1.5.0
[3rdparty] Bump microsoft/azure-storage-blob from 1.2.0 to 1.5.0
Joas Schilling [Wed, 26 Feb 2020 13:44:45 +0000 (14:44 +0100)]
Allow non integer ids in Entity Mapper
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Wed, 26 Feb 2020 13:29:52 +0000 (14:29 +0100)]
Merge pull request #19589 from nextcloud/bug/19162/reindex-quota-preset
Make sure quota_preset is using numerical indexes
Julius Härtl [Wed, 26 Feb 2020 10:20:20 +0000 (11:20 +0100)]
Catch NotFoundException when getting the user folder
Signed-off-by: Julius Härtl <jus@bitgrid.net>
John Molakvoæ (skjnldsv) [Thu, 6 Feb 2020 17:23:00 +0000 (18:23 +0100)]
[3rdparty] Bump microsoft/azure-storage-blob from 1.2.0 to 1.5.0
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Nextcloud bot [Wed, 26 Feb 2020 02:18:20 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
blizzz [Tue, 25 Feb 2020 23:10:54 +0000 (00:10 +0100)]
Merge pull request #19433 from nextcloud/bugfix/noid/fix-installing-talk
Fix installing Talk due to hardcoded route
Joas Schilling [Tue, 25 Feb 2020 18:27:13 +0000 (19:27 +0100)]
Merge pull request #19539 from nextcloud/bugfix/noid/allow-to-create-directories-when-they-are-selectable
Allow to create directories when they are selectable
Joas Schilling [Tue, 25 Feb 2020 16:04:25 +0000 (17:04 +0100)]
Merge pull request #19252 from nextcloud/bug/fix-notification-object-id
Hash event UID to make sure it's not too long for PushProvider notifications
Roeland Jago Douma [Tue, 25 Feb 2020 13:49:14 +0000 (14:49 +0100)]
Merge pull request #19634 from nextcloud/bugfix/noid/long-cyrillic-note
Correctly trim long cyrillic note
Joas Schilling [Wed, 19 Feb 2020 11:42:54 +0000 (12:42 +0100)]
Copy isFileNameValid function, so the filepicker works without the files app
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Feb 2020 10:58:04 +0000 (11:58 +0100)]
Fix "TypeError: u.$form is undefined"
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 19 Feb 2020 10:34:18 +0000 (11:34 +0100)]
Allow to create directories when they are selectable
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Tue, 25 Feb 2020 10:30:38 +0000 (11:30 +0100)]
Merge pull request #19604 from nextcloud/dependabot/npm_and_yarn/p-queue-6.3.0
Bump p-queue from 6.2.1 to 6.3.0
Joas Schilling [Tue, 25 Feb 2020 08:44:58 +0000 (09:44 +0100)]
Correctly trim long cyrillic note
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Feb 2020 07:42:51 +0000 (08:42 +0100)]
Merge pull request #19619 from nextcloud/bugfix/19618/theme-dragndrop-hover-color
Fix hover state color of drag-n-drop with theming and dark mode
Nextcloud bot [Tue, 25 Feb 2020 02:19:24 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 24 Feb 2020 19:38:55 +0000 (20:38 +0100)]
Merge pull request #19621 from nextcloud/bugfix/noid/transfer-owner-delete-notification
Make sure that the transfer details are present in the database during the cron run
Roeland Jago Douma [Mon, 24 Feb 2020 19:03:53 +0000 (20:03 +0100)]
Merge pull request #19549 from nextcloud/fix/19418/uuid-attr-log-flood
remove noise from detectUuid and cache results
Julius Härtl [Mon, 24 Feb 2020 14:01:39 +0000 (15:01 +0100)]
Make sure that the transfer entry is present in the database
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Christoph Wurst [Mon, 24 Feb 2020 13:41:38 +0000 (14:41 +0100)]
Merge pull request #19313 from nextcloud/rakekniven-patch-1
l10n: Added plural form to string
Joas Schilling [Mon, 24 Feb 2020 13:22:03 +0000 (14:22 +0100)]
Fix hover state color of drag-n-drop with theming and dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
rakekniven [Thu, 6 Feb 2020 08:50:02 +0000 (09:50 +0100)]
l10n: Added plural form to string
Fix for #19304
Devs: Please verify. Changed are untested due to missing build environment.
Reported at Transifex.
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Signed-off-by: Gary Kim <gary@garykim.dev>
John Molakvoæ [Mon, 24 Feb 2020 10:25:10 +0000 (11:25 +0100)]
Merge pull request #19578 from nextcloud/fix/12685/overwrite-content-type
Set content type for propfind request
Christoph Wurst [Mon, 24 Feb 2020 06:56:28 +0000 (07:56 +0100)]
Merge pull request #19590 from nextcloud/enh/noid/compile-handlebars-action
Move Compile Handlebars CI to GitHub Actions
Nextcloud bot [Mon, 24 Feb 2020 02:19:17 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 23 Feb 2020 20:07:16 +0000 (20:07 +0000)]
Bump p-queue from 6.2.1 to 6.3.0
Bumps [p-queue](https://github.com/sindresorhus/p-queue) from 6.2.1 to 6.3.0.
- [Release notes](https://github.com/sindresorhus/p-queue/releases)
- [Commits](https://github.com/sindresorhus/p-queue/compare/v6.2.1...v6.3.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 23 Feb 2020 20:04:34 +0000 (21:04 +0100)]
Merge pull request #19605 from nextcloud/dependabot/npm_and_yarn/jsdom-16.2.0
Bump jsdom from 16.1.0 to 16.2.0
Roeland Jago Douma [Sun, 23 Feb 2020 19:51:32 +0000 (20:51 +0100)]
Merge pull request #19498 from nextcloud/dependabot/npm_and_yarn/vue-loader-15.9.0
Bump vue-loader from 15.8.3 to 15.9.0
Daniel Kesselberg [Sun, 23 Feb 2020 17:53:17 +0000 (18:53 +0100)]
Check that username and password are present.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
dependabot-preview[bot] [Sun, 23 Feb 2020 15:52:40 +0000 (15:52 +0000)]
Bump vue-loader from 15.8.3 to 15.9.0
Bumps [vue-loader](https://github.com/vuejs/vue-loader) from 15.8.3 to 15.9.0.
- [Release notes](https://github.com/vuejs/vue-loader/releases)
- [Changelog](https://github.com/vuejs/vue-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/vuejs/vue-loader/compare/v15.8.3...v15.9.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 23 Feb 2020 16:00:03 +0000 (17:00 +0100)]
Merge pull request #19196 from nextcloud/feature/17126/allow_apps_to_register_their_own_calendars
Allow apps to provide Calendars in user's calendarHome
Roeland Jago Douma [Sun, 23 Feb 2020 15:43:31 +0000 (16:43 +0100)]
Merge pull request #19478 from Tim-Obert/bug/19475/fix-routes-generation-authpublicsharecontroller
Change the route generation of AuthPublicShareController.php
Roeland Jago Douma [Sun, 23 Feb 2020 15:35:31 +0000 (16:35 +0100)]
Merge pull request #19602 from nextcloud/dependabot/npm_and_yarn/sinon-chai-3.5.0
Bump sinon-chai from 3.4.0 to 3.5.0
dependabot-preview[bot] [Sun, 23 Feb 2020 15:30:52 +0000 (15:30 +0000)]
Bump jsdom from 16.1.0 to 16.2.0
Bumps [jsdom](https://github.com/jsdom/jsdom) from 16.1.0 to 16.2.0.
- [Release notes](https://github.com/jsdom/jsdom/releases)
- [Changelog](https://github.com/jsdom/jsdom/blob/master/Changelog.md)
- [Commits](https://github.com/jsdom/jsdom/compare/16.1.0...16.2.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Roeland Jago Douma [Sun, 23 Feb 2020 15:28:29 +0000 (16:28 +0100)]
Merge pull request #19603 from nextcloud/dependabot/npm_and_yarn/file-loader-5.1.0
Bump file-loader from 5.0.2 to 5.1.0
Roeland Jago Douma [Sun, 23 Feb 2020 15:23:38 +0000 (16:23 +0100)]
Merge pull request #19586 from nextcloud/bug/19547/missing-translation-tab
Replace tab character with space
Roeland Jago Douma [Sun, 23 Feb 2020 15:21:27 +0000 (16:21 +0100)]
Merge pull request #19542 from nextcloud/fix/link-share-show-password
Show the link password when it's set
Christoph Wurst [Wed, 19 Feb 2020 12:30:42 +0000 (13:30 +0100)]
Show the link password when it's set
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 23 Feb 2020 12:35:07 +0000 (13:35 +0100)]
Merge pull request #19500 from nextcloud/dependabot/npm_and_yarn/webpack-cli-3.3.11
Bump webpack-cli from 3.3.10 to 3.3.11
Daniel Kesselberg [Sat, 22 Feb 2020 17:29:40 +0000 (18:29 +0100)]
Replace tab character with space
Otherwise the translation is missing. Also I don't see the reason for the tab character.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Sun, 23 Feb 2020 10:49:39 +0000 (10:49 +0000)]
Bump webpack-cli from 3.3.10 to 3.3.11
Bumps [webpack-cli](https://github.com/webpack/webpack-cli) from 3.3.10 to 3.3.11.
- [Release notes](https://github.com/webpack/webpack-cli/releases)
- [Changelog](https://github.com/webpack/webpack-cli/blob/next/CHANGELOG_v3.md)
- [Commits](https://github.com/webpack/webpack-cli/compare/v3.3.10...v3.3.11)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 23 Feb 2020 10:36:23 +0000 (11:36 +0100)]
Merge pull request #19601 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-1.1.0
Bump @nextcloud/l10n from 1.0.1 to 1.1.0
Roeland Jago Douma [Sun, 23 Feb 2020 09:43:59 +0000 (10:43 +0100)]
Merge pull request #19593 from nextcloud/dependabot/npm_and_yarn/css-vars-ponyfill-2.2.1
Bump css-vars-ponyfill from 2.1.2 to 2.2.1
Roeland Jago Douma [Sun, 23 Feb 2020 09:42:14 +0000 (10:42 +0100)]
Merge pull request #19600 from nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.28
Bump moment-timezone from 0.5.27 to 0.5.28
dependabot-preview[bot] [Sun, 23 Feb 2020 02:13:31 +0000 (02:13 +0000)]
Bump moment-timezone from 0.5.27 to 0.5.28
Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.27 to 0.5.28.
- [Release notes](https://github.com/moment/moment-timezone/releases)
- [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md)
- [Commits](https://github.com/moment/moment-timezone/compare/0.5.27...0.5.28)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Gary Kim [Sat, 22 Feb 2020 19:32:26 +0000 (03:32 +0800)]
Move Compile Handlebars CI to GitHub Actions
Signed-off-by: Gary Kim <gary@garykim.dev>
Nextcloud bot [Sun, 23 Feb 2020 02:19:29 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 23 Feb 2020 02:15:51 +0000 (02:15 +0000)]
Bump file-loader from 5.0.2 to 5.1.0
Bumps [file-loader](https://github.com/webpack-contrib/file-loader) from 5.0.2 to 5.1.0.
- [Release notes](https://github.com/webpack-contrib/file-loader/releases)
- [Changelog](https://github.com/webpack-contrib/file-loader/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack-contrib/file-loader/compare/v5.0.2...v5.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 23 Feb 2020 02:15:10 +0000 (02:15 +0000)]
Bump sinon-chai from 3.4.0 to 3.5.0
Bumps [sinon-chai](https://github.com/domenic/sinon-chai) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/domenic/sinon-chai/releases)
- [Changelog](https://github.com/domenic/sinon-chai/blob/master/CHANGELOG.md)
- [Commits](https://github.com/domenic/sinon-chai/compare/3.4.0...3.5.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 23 Feb 2020 02:14:14 +0000 (02:14 +0000)]
Bump @nextcloud/l10n from 1.0.1 to 1.1.0
Bumps [@nextcloud/l10n](https://github.com/nextcloud/nextcloud-l10n) from 1.0.1 to 1.1.0.
- [Release notes](https://github.com/nextcloud/nextcloud-l10n/releases)
- [Changelog](https://github.com/nextcloud/nextcloud-l10n/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nextcloud/nextcloud-l10n/compare/v1.0.1...v1.1.0)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sat, 22 Feb 2020 20:28:25 +0000 (20:28 +0000)]
Bump css-vars-ponyfill from 2.1.2 to 2.2.1
Bumps [css-vars-ponyfill](https://github.com/jhildenbiddle/css-vars-ponyfill) from 2.1.2 to 2.2.1.
- [Release notes](https://github.com/jhildenbiddle/css-vars-ponyfill/releases)
- [Changelog](https://github.com/jhildenbiddle/css-vars-ponyfill/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jhildenbiddle/css-vars-ponyfill/commits)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sat, 22 Feb 2020 20:44:30 +0000 (21:44 +0100)]
Merge pull request #19566 from nextcloud/bugfix/noid/fix-logging
FIx logging in accessibility controller
Roeland Jago Douma [Sat, 22 Feb 2020 20:25:24 +0000 (21:25 +0100)]
Merge pull request #19528 from nextcloud/bugfix/noid/remove-user-root-from-error-message
Strip of users home path from share api message
Roeland Jago Douma [Sat, 22 Feb 2020 20:23:35 +0000 (21:23 +0100)]
Merge pull request #19576 from nextcloud/fix/update-bundles
Update webpack bundles
Christoph Wurst [Fri, 21 Feb 2020 16:38:43 +0000 (17:38 +0100)]
Update webpack bundles
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Daniel Kesselberg [Sat, 22 Feb 2020 19:02:56 +0000 (20:02 +0100)]
Make sure quota_preset is using numerical indexes
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>
Nextcloud bot [Sat, 22 Feb 2020 02:18:42 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Fri, 21 Feb 2020 21:13:49 +0000 (22:13 +0100)]
Set content type for propfind request
Without the request is sent as application/x-www-form-urlencoded; charset=UTF-8 and might be blocked by some application firewalls because content and content type do not match.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Christoph Wurst [Fri, 21 Feb 2020 16:48:39 +0000 (17:48 +0100)]
Merge pull request #18227 from nextcloud/bug/17947/set-transaction-isolation-connect
Add event subscriber for transaction isolation level
Christoph Wurst [Fri, 21 Feb 2020 16:47:53 +0000 (17:47 +0100)]
Merge pull request #19412 from nextcloud/fix/19404/make-favorite-public
Make TAG_FAVORITE public
Christoph Wurst [Fri, 21 Feb 2020 16:47:07 +0000 (17:47 +0100)]
Merge pull request #19517 from nextcloud/bugfix/noid/add-folder-to-predefined-types
Add a shortcut for Folders mimetype
Christoph Wurst [Fri, 21 Feb 2020 16:46:10 +0000 (17:46 +0100)]
Merge pull request #19518 from nextcloud/bugfix/makefile-npm-ci
Use npm ci in Makefile
Christoph Wurst [Fri, 21 Feb 2020 16:35:18 +0000 (17:35 +0100)]
Merge pull request #19392 from nextcloud/feature/dav-calendar-subscriptions/introduce-refresh-rate-setting
Introduce a default refresh rate app setting for calendar subscriptions
Thomas Citharel [Mon, 10 Feb 2020 12:52:57 +0000 (13:52 +0100)]
Introduce a default refresh rate app setting for calendar subscriptions
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Christoph Wurst [Fri, 21 Feb 2020 11:17:58 +0000 (12:17 +0100)]
Merge pull request #19511 from nextcloud/bugfix/noid/secondary-view-id
Make sure the secondary view registered for systemtags has an id
Christoph Wurst [Fri, 21 Feb 2020 11:17:13 +0000 (12:17 +0100)]
Merge pull request #19398 from nextcloud/bug/dav-load-subscriptions-at-activation
Move RefreshWebcalJob logic to a proper service so that it may be called independently
Christoph Wurst [Fri, 21 Feb 2020 11:16:31 +0000 (12:16 +0100)]
Merge pull request #19499 from nextcloud/dependabot/npm_and_yarn/webpack-4.41.6
Bump webpack from 4.41.5 to 4.41.6
Christoph Wurst [Fri, 21 Feb 2020 10:51:35 +0000 (11:51 +0100)]
Merge pull request #19533 from nextcloud/bugfix/noid/user-settings
Various user settings fixes
Christoph Wurst [Fri, 21 Feb 2020 10:48:43 +0000 (11:48 +0100)]
Merge pull request #19485 from nextcloud/techdebt/globals-removal-version
Add removal version number for global deprecations
Daniel Kesselberg [Fri, 15 Nov 2019 21:20:35 +0000 (22:20 +0100)]
Add event subscriber for transaction isolation level
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Fri, 21 Feb 2020 02:19:10 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Thu, 20 Feb 2020 14:44:22 +0000 (15:44 +0100)]
FIx logging in accessibility controller
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 18 Feb 2020 10:02:11 +0000 (11:02 +0100)]
Strip of users home path from share api message
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Thu, 20 Feb 2020 02:18:42 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 19 Feb 2020 15:42:36 +0000 (16:42 +0100)]
remove noise from detectUuid and cache results
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz [Wed, 19 Feb 2020 09:37:50 +0000 (10:37 +0100)]
Merge pull request #19506 from michaelkuhn/cron-5-min
cron: Adapt to 5 minutes recommendation
Nextcloud bot [Wed, 19 Feb 2020 02:18:14 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 18 Feb 2020 21:29:48 +0000 (22:29 +0100)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>