]>
source.dussan.org Git - nextcloud-server.git/log
Morris Jobke [Thu, 18 Jul 2019 10:03:51 +0000 (12:03 +0200)]
Adjust deprecation tests
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 18 Jul 2019 09:27:09 +0000 (11:27 +0200)]
Removes unused OC_API::register
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Thu, 18 Jul 2019 02:14:53 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 17 Jul 2019 20:38:41 +0000 (22:38 +0200)]
Merge pull request #16440 from marcelklehr/fix/objectstorage-put-contents
Fix File#putContents(string) on ObjectStorage
Morris Jobke [Wed, 17 Jul 2019 18:22:03 +0000 (20:22 +0200)]
Merge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notifications
Notifications overhaul
Morris Jobke [Wed, 17 Jul 2019 15:36:00 +0000 (17:36 +0200)]
Merge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groups
Remove deleted groups from app restrictions fixes #15823
Marcel Klehr [Mon, 15 Jul 2019 21:51:02 +0000 (23:51 +0200)]
Fix File#putContents(string) on ObjectStorage
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
Morris Jobke [Wed, 17 Jul 2019 09:43:32 +0000 (11:43 +0200)]
Merge pull request #16416 from nextcloud/enh/log-details
Move log detail aggregation and reuse it in syslog/systemd logger
Julius Härtl [Tue, 16 Jul 2019 08:15:00 +0000 (10:15 +0200)]
Move log detail aggregation to separate class and reuse it in syslog/systemd logger
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Wed, 17 Jul 2019 05:46:47 +0000 (07:46 +0200)]
Merge pull request #16424 from nextcloud/fix/do_not_keep_searching
Do not keep searching for recent
Nextcloud bot [Wed, 17 Jul 2019 02:15:32 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 15 Jul 2019 20:19:11 +0000 (22:19 +0200)]
Properly inject the logger
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Roeland Jago Douma [Tue, 16 Jul 2019 20:13:42 +0000 (22:13 +0200)]
Merge pull request #16422 from nextcloud/feature/noid/complement-search-string-inrequest-
set and complete the searched string
Roeland Jago Douma [Tue, 16 Jul 2019 17:43:04 +0000 (19:43 +0200)]
Merge pull request #16423 from nextcloud/bugfix/16410/allow-to-enable-encryption-in-the-UI
Only prevent disabling encrytion via the API
Roeland Jago Douma [Tue, 16 Jul 2019 17:10:09 +0000 (19:10 +0200)]
Do not keep searching for recent
If userA has a lot of recent files. But only shares 1 file with userB
(that has no files at all). We could keep searching until we run out of
recent files for userA.
Now assume the inactive userB has 20 incomming shares like that from
different users. getRecent then basically keeps consuming huge amounts
of resources and with each iteration the load on the DB increases
(because of the offset).
This makes sure we do not get more than 3 times the limit we search for
or more than 5 queries.
This means we might miss some recent entries but we should fix that
separatly. This is just to make sure the load on the DB stays sane.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Tue, 16 Jul 2019 14:58:38 +0000 (16:58 +0200)]
Update since to the correct version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Maxence Lange [Tue, 16 Jul 2019 14:47:58 +0000 (13:47 -0100)]
fix phpdoc
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Joas Schilling [Tue, 16 Jul 2019 12:24:47 +0000 (14:24 +0200)]
Only prevent disabling encrytion via the API
Signed-off-by: Joas Schilling <coding@schilljs.com>
Maxence Lange [Tue, 16 Jul 2019 12:22:33 +0000 (11:22 -0100)]
set and complete the searched string
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Joas Schilling [Tue, 16 Jul 2019 11:32:44 +0000 (13:32 +0200)]
Update unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Tue, 16 Jul 2019 11:32:39 +0000 (13:32 +0200)]
Merge pull request #16180 from oliversalzburg/fix/grant-all
Use specific privileges when creating admin
Morris Jobke [Tue, 16 Jul 2019 11:20:56 +0000 (13:20 +0200)]
Merge pull request #16417 from nextcloud/design/backupcodes-notification
Backupcodes notification design details
Joas Schilling [Tue, 16 Jul 2019 11:17:51 +0000 (13:17 +0200)]
Update autoloader
Signed-off-by: Joas Schilling <coding@schilljs.com>
Jan-Christoph Borchardt [Tue, 16 Jul 2019 08:23:34 +0000 (10:23 +0200)]
Add icon to twofactor_backupcodes notification
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Joas Schilling [Tue, 16 Jul 2019 09:36:32 +0000 (11:36 +0200)]
Keep the old method as a fallback and adjust the tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Oliver Salzburg [Mon, 1 Jul 2019 17:55:33 +0000 (19:55 +0200)]
Use specific privileges when creating admin
Using the ALL shorthand can cause problems when not all privileges are available to the user.
For example, AWS RDS MariaDB/MySQL will not grant the initial user account on an instance the SUPER privilege.
While the user account is still valid for pretty much any task on the DB instance, it can not use the ALL shorthand when granting privileges to new users.
By supplying a specific set of privileges, we work around this limitation without sacrificing functionality.
Closes #16139
Signed-off-by: Oliver Salzburg <oliver.salzburg@gmail.com>
Jan-Christoph Borchardt [Tue, 16 Jul 2019 08:23:12 +0000 (10:23 +0200)]
Fix wording of backupcodes notification
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Roeland Jago Douma [Tue, 16 Jul 2019 06:59:21 +0000 (08:59 +0200)]
Merge pull request #16387 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0.11.5
Bump nextcloud-vue from 0.11.4 to 0.11.5
Roeland Jago Douma [Tue, 16 Jul 2019 06:05:11 +0000 (08:05 +0200)]
Merge pull request #15606 from nextcloud/fix/15605/add-catch-for-runtime-exception
Add catch for RuntimeException
Nextcloud bot [Tue, 16 Jul 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Mon, 15 Jul 2019 20:26:08 +0000 (22:26 +0200)]
Log RuntimeException in CleanupCardDAVPhotoCache
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 15 Jul 2019 20:09:25 +0000 (22:09 +0200)]
Merge pull request #16151 from jameslao/master
Update operationprogressbar.js
Morris Jobke [Mon, 15 Jul 2019 19:37:25 +0000 (21:37 +0200)]
Merge pull request #14228 from nextcloud/feature/noid/add-metadata-etag
Add DB table to extend filecache with metadata etag, creation and upload time
dependabot-preview[bot] [Mon, 15 Jul 2019 18:29:31 +0000 (18:29 +0000)]
Bump nextcloud-vue from 0.11.4 to 0.11.5
Bumps [nextcloud-vue](https://github.com/nextcloud/nextcloud-vue) from 0.11.4 to 0.11.5.
- [Release notes](https://github.com/nextcloud/nextcloud-vue/releases)
- [Commits](https://github.com/nextcloud/nextcloud-vue/compare/v0.11.4...v0.11.5)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Mon, 15 Jul 2019 18:31:06 +0000 (20:31 +0200)]
Merge pull request #16334 from nextcloud/feature/noid/enterprise-logo
Add enterprise logo
Roeland Jago Douma [Mon, 15 Jul 2019 18:27:12 +0000 (20:27 +0200)]
Merge pull request #16390 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.5.4
Bump nextcloud-vue-collections from 0.5.2 to 0.5.4
Roeland Jago Douma [Mon, 15 Jul 2019 18:26:20 +0000 (20:26 +0200)]
Merge pull request #16404 from nextcloud/dependabot/npm_and_yarn/babel/core-7.5.4
Bump @babel/core from 7.5.0 to 7.5.4
Morris Jobke [Fri, 15 Feb 2019 13:01:01 +0000 (14:01 +0100)]
Add DB table to extend filecache with metadata etag, creation time and upload time
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 10 Jul 2019 15:34:43 +0000 (17:34 +0200)]
Add enterprise logo
Also set it as theming logo if the subscription is valid.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
dependabot-preview[bot] [Sun, 14 Jul 2019 01:15:58 +0000 (01:15 +0000)]
Bump @babel/core from 7.5.0 to 7.5.4
Bumps [@babel/core](https://github.com/babel/babel) from 7.5.0 to 7.5.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.5.0...v7.5.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Joas Schilling [Tue, 30 Apr 2019 12:29:30 +0000 (14:29 +0200)]
Update shipped implementations of the INotifier
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 30 Apr 2019 10:08:22 +0000 (12:08 +0200)]
Fix new core notifier
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 30 Apr 2019 10:08:10 +0000 (12:08 +0200)]
Fix detection of Notifiers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Apr 2019 11:48:53 +0000 (13:48 +0200)]
Update Federated sharing notifier
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Apr 2019 11:44:23 +0000 (13:44 +0200)]
Update twofactor_backupcodes Notifier
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 Apr 2019 11:44:01 +0000 (13:44 +0200)]
Fix creation of the Manager
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 Apr 2019 12:45:33 +0000 (14:45 +0200)]
Change how Notifiers and Apps are registered
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 Apr 2019 12:12:10 +0000 (14:12 +0200)]
Make all interfaces strict
Signed-off-by: Joas Schilling <coding@schilljs.com>
Morris Jobke [Mon, 15 Jul 2019 08:20:04 +0000 (10:20 +0200)]
Merge pull request #16369 from nextcloud/rename-parameter-in-ocp-toast-for-consistency-with-oc-notification
Rename parameter in OCP.Toast for consistency with OC.Notification
Morris Jobke [Mon, 15 Jul 2019 08:18:04 +0000 (10:18 +0200)]
Merge pull request #16399 from nextcloud/improvement/noid/fulltextsearch-simple-queries
[nc17] add SimpleQueries to FullTextSearch
Roeland Jago Douma [Mon, 15 Jul 2019 06:45:16 +0000 (08:45 +0200)]
Merge pull request #16400 from nextcloud/bugfix/noid/fixing-addsubtag
addsubtag should push to array
Roeland Jago Douma [Mon, 15 Jul 2019 06:44:25 +0000 (08:44 +0200)]
Merge pull request #16394 from nextcloud/dependabot/npm_and_yarn/babel/preset-env-7.5.4
Bump @babel/preset-env from 7.5.2 to 7.5.4
Nextcloud bot [Mon, 15 Jul 2019 02:14:30 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Maxence Lange [Sun, 14 Jul 2019 20:17:55 +0000 (19:17 -0100)]
addsubtag should push to array
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Maxence Lange [Sun, 14 Jul 2019 20:07:28 +0000 (19:07 -0100)]
new model to manage some simple queries
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
fixing issue in addSubTag()
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
fix const
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
autoload
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
Revert "fixing issue in addSubTag()"
This reverts commit
a9ab2ab91b98133c69272f27ea1b51594719e241 .
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
syntax
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
dependabot-preview[bot] [Sun, 14 Jul 2019 01:16:36 +0000 (01:16 +0000)]
Bump nextcloud-vue-collections from 0.5.2 to 0.5.4
Bumps [nextcloud-vue-collections](https://github.com/juliushaertl/nextcloud-vue-collections) from 0.5.2 to 0.5.4.
- [Release notes](https://github.com/juliushaertl/nextcloud-vue-collections/releases)
- [Commits](https://github.com/juliushaertl/nextcloud-vue-collections/compare/v0.5.2...v0.5.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Sun, 14 Jul 2019 11:49:58 +0000 (13:49 +0200)]
Merge pull request #16389 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.3
Bump webpack from 4.35.2 to 4.35.3
Roeland Jago Douma [Sun, 14 Jul 2019 11:49:21 +0000 (13:49 +0200)]
Merge pull request #16385 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.14
Bump lodash from 4.17.13 to 4.17.14
dependabot-preview[bot] [Sun, 14 Jul 2019 01:13:48 +0000 (01:13 +0000)]
Bump lodash from 4.17.13 to 4.17.14
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.13 to 4.17.14.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.13...4.17.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Sun, 14 Jul 2019 02:15:06 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
dependabot-preview[bot] [Sun, 14 Jul 2019 01:16:20 +0000 (01:16 +0000)]
Bump webpack from 4.35.2 to 4.35.3
Bumps [webpack](https://github.com/webpack/webpack) from 4.35.2 to 4.35.3.
- [Release notes](https://github.com/webpack/webpack/releases)
- [Commits](https://github.com/webpack/webpack/compare/v4.35.2...v4.35.3)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
dependabot-preview[bot] [Sun, 14 Jul 2019 01:14:06 +0000 (01:14 +0000)]
Bump @babel/preset-env from 7.5.2 to 7.5.4
Bumps [@babel/preset-env](https://github.com/babel/babel) from 7.5.2 to 7.5.4.
- [Release notes](https://github.com/babel/babel/releases)
- [Changelog](https://github.com/babel/babel/blob/master/CHANGELOG.md)
- [Commits](https://github.com/babel/babel/compare/v7.5.2...v7.5.4)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Sat, 13 Jul 2019 02:14:18 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 12 Jul 2019 17:48:45 +0000 (19:48 +0200)]
Merge pull request #15794 from nextcloud/fix/scss_locking
Lock SCSS so we only run 1 job at a time
Roeland Jago Douma [Wed, 29 May 2019 14:09:07 +0000 (16:09 +0200)]
Lock SCSS so we only run 1 job at a time
This is bit hacky but a start to lock the SCSS compiler properly
Retry during 10s then give up
Properly get error message
Do not clear locks and properly debug scss caching
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Daniel Calviño Sánchez [Fri, 12 Jul 2019 06:43:12 +0000 (08:43 +0200)]
Rename parameter in OCP.Toast for consistency with OC.Notification
This fixes HTML messages in "OC.Notification.showTemporary" (as
"showHtml" was not set based on "isHTML"), and also makes OCP.Toast to
keep the old OC.Notification API when used directly.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Roeland Jago Douma [Fri, 12 Jul 2019 08:35:54 +0000 (10:35 +0200)]
Merge pull request #16331 from nextcloud/feature/noid/talk-guest-mentions
Allow guest mentions of talk to be parsed
Nextcloud bot [Fri, 12 Jul 2019 02:15:00 +0000 (02:15 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 11 Jul 2019 17:40:04 +0000 (19:40 +0200)]
Merge pull request #16361 from nextcloud/bugfix/noid/drop-foreignkey-on-owncloud-migration
Drop foreignkey on owncloud migration
Morris Jobke [Thu, 11 Jul 2019 10:42:34 +0000 (12:42 +0200)]
Merge pull request #15514 from nextcloud/feature/noid/add-enterprise-channel
Update channels for updater server
Joas Schilling [Thu, 11 Jul 2019 10:11:07 +0000 (12:11 +0200)]
Drop foreign key before trying to drop the accounts table
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 11 Jul 2019 09:21:31 +0000 (11:21 +0200)]
Merge pull request #16343 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.13
[Security] Bump lodash from 4.17.11 to 4.17.13
Roeland Jago Douma [Thu, 11 Jul 2019 09:06:21 +0000 (11:06 +0200)]
Merge pull request #16256 from nextcloud/bugfix/noid/remove-white-space-from-personal-settings
Remove vertical whitespace between entries in Personal settings
Joas Schilling [Thu, 11 Jul 2019 08:24:27 +0000 (10:24 +0200)]
Add a unit test for guests as well
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Thu, 11 Jul 2019 06:55:31 +0000 (08:55 +0200)]
Merge pull request #16349 from nextcloud/dependabot/npm_and_yarn/build/lodash-4.17.14
[Security] Bump lodash from 4.17.11 to 4.17.14 in /build
dependabot-preview[bot] [Wed, 10 Jul 2019 23:20:56 +0000 (23:20 +0000)]
[Security] Bump lodash from 4.17.11 to 4.17.13
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
dependabot-preview[bot] [Thu, 11 Jul 2019 02:21:38 +0000 (02:21 +0000)]
[Security] Bump lodash from 4.17.11 to 4.17.14 in /build
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.14. **This update includes security fixes.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.14)
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Nextcloud bot [Thu, 11 Jul 2019 02:14:31 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 10 Jul 2019 19:45:59 +0000 (21:45 +0200)]
Merge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-theme
Improve dark theme handling in workflow apps
Greta Doci [Fri, 5 Jul 2019 14:36:56 +0000 (16:36 +0200)]
Remove vertical whitespace between entries in Personal settings
Signed-off-by: Greta Doci <gretadoci@gmail.com>
Morris Jobke [Mon, 13 May 2019 12:11:07 +0000 (14:11 +0200)]
Enterprise update channel
Allows to select the enterprise update channel for instances that have a valid subscription.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Joas Schilling [Wed, 10 Jul 2019 13:33:10 +0000 (15:33 +0200)]
Allow guest mentions of talk to be parsed
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 10 Jul 2019 13:19:28 +0000 (15:19 +0200)]
Merge pull request #16323 from nextcloud/fix/s3/http1.1
Use HTTP1.1 to read S3 objects
John Molakvoæ [Wed, 10 Jul 2019 11:02:32 +0000 (13:02 +0200)]
Merge pull request #16313 from te-online/master
Adjust stale bot message
Thomas Ebert [Wed, 10 Jul 2019 10:42:47 +0000 (12:42 +0200)]
Stale Bot message – Revert to old phrasing. Remove `it`.
Morris Jobke [Wed, 10 Jul 2019 10:16:36 +0000 (12:16 +0200)]
Merge pull request #16308 from nextcloud/fix/undefined-offset-0
Prevent undefined offset 0 in findByUserIdOrMail
Morris Jobke [Wed, 10 Jul 2019 09:52:49 +0000 (11:52 +0200)]
Merge pull request #16322 from nextcloud/bugfix/noid/fix-workflow-handlebars
Fix files_automatedtagging settings
Roeland Jago Douma [Wed, 10 Jul 2019 09:42:22 +0000 (11:42 +0200)]
Use HTTP1.1 to read S3 objects
Some of the READs otherwise use HTTP/1.0 which is not always supported
by all backends. HTTP/1.1 is there since 1999 way longer than S3 so safe
to assume it is always there IMO.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Joas Schilling [Wed, 10 Jul 2019 09:32:19 +0000 (11:32 +0200)]
Use SCSS nesting
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 10 Jul 2019 09:23:14 +0000 (11:23 +0200)]
Mover workflow to SCSS and support the dark theme
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Wed, 10 Jul 2019 08:17:44 +0000 (10:17 +0200)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Julius Härtl [Wed, 10 Jul 2019 08:06:21 +0000 (10:06 +0200)]
Make sure we merge webpack rules properly
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Wed, 10 Jul 2019 02:14:00 +0000 (02:14 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Tue, 9 Jul 2019 09:58:14 +0000 (11:58 +0200)]
Return first value from $users
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 9 Jul 2019 17:20:50 +0000 (19:20 +0200)]
Merge pull request #16310 from nextcloud/enh/drop-execution-context
Don't send executionContexts for Clear-Site-Data
Roeland Jago Douma [Tue, 9 Jul 2019 17:19:53 +0000 (19:19 +0200)]
Merge pull request #16206 from nextcloud/feature/remote-wipe-all
Make it possible to wipe all tokens/devices of a user as (sub) admin
Thomas Ebert [Tue, 9 Jul 2019 14:41:22 +0000 (16:41 +0200)]
Stale bot message – Take into account that stale bot only acts on issues labelled as `needs info`.
Thomas Ebert [Tue, 9 Jul 2019 14:26:22 +0000 (16:26 +0200)]
Stale bot message – Fix plural of information. Include that not every stale issue is missing information.
Daniel Kesselberg [Tue, 9 Jul 2019 12:44:10 +0000 (14:44 +0200)]
Don't send executionContexts for Clear-Site-Data
There are plans to remove executionContexts from the spec: https://github.com/w3c/webappsec-clear-site-data/issues/59
Firefox already removed it https://bugzilla.mozilla.org/show_bug.cgi?id=
1548034
Chromium implementation is not finish: https://bugs.chromium.org/p/chromium/issues/detail?id=898503&q=clear-site-data&sort=-modified&colspec=ID%20Pri%20M%20Stars%20ReleaseBlock%20Component%20Status%20Owner%20Summary%20OS%20Modified
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Roeland Jago Douma [Tue, 9 Jul 2019 07:05:30 +0000 (09:05 +0200)]
Update tests
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>