]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years agoExclude .rnd files from integrity check 16492/head
Daniel Kesselberg [Sun, 21 Jul 2019 18:29:11 +0000 (20:29 +0200)]
Exclude .rnd files from integrity check

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
5 years agoMerge pull request #15040 from nextcloud/feature/13980/push-for-deleted-notifications
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

5 years agoMerge pull request #16075 from nextcloud/bugfix/15823/app-restricted-groups
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

5 years agoMerge pull request #16416 from nextcloud/enh/log-details
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

5 years agoMove log detail aggregation to separate class and reuse it in syslog/systemd logger 16416/head
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>
5 years agoMerge pull request #16424 from nextcloud/fix/do_not_keep_searching
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

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 17 Jul 2019 02:15:32 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoProperly inject the logger 16075/head
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>
5 years agoMerge pull request #16422 from nextcloud/feature/noid/complement-search-string-inrequest-
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

5 years agoMerge pull request #16423 from nextcloud/bugfix/16410/allow-to-enable-encryption...
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

5 years agoDo not keep searching for recent 16424/head
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>
5 years agoUpdate since to the correct version 15040/head
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>
5 years agofix phpdoc 16422/head
Maxence Lange [Tue, 16 Jul 2019 14:47:58 +0000 (13:47 -0100)]
fix phpdoc

Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
5 years agoOnly prevent disabling encrytion via the API 16423/head
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>
5 years agoset and complete the searched string
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>
5 years agoUpdate unit tests
Joas Schilling [Tue, 16 Jul 2019 11:32:44 +0000 (13:32 +0200)]
Update unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #16180 from oliversalzburg/fix/grant-all
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

5 years agoMerge pull request #16417 from nextcloud/design/backupcodes-notification
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

5 years agoUpdate autoloader
Joas Schilling [Tue, 16 Jul 2019 11:17:51 +0000 (13:17 +0200)]
Update autoloader

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoAdd icon to twofactor_backupcodes notification 16417/head
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>
5 years agoKeep the old method as a fallback and adjust the tests
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>
5 years agoUse specific privileges when creating admin 16180/head
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>
5 years agoFix wording of backupcodes notification
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>
5 years agoMerge pull request #16387 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-0...
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

5 years agoMerge pull request #15606 from nextcloud/fix/15605/add-catch-for-runtime-exception
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

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 16 Jul 2019 02:14:48 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoLog RuntimeException in CleanupCardDAVPhotoCache 15606/head
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>
5 years agoMerge pull request #16151 from jameslao/master
Morris Jobke [Mon, 15 Jul 2019 20:09:25 +0000 (22:09 +0200)]
Merge pull request #16151 from jameslao/master

Update operationprogressbar.js

5 years agoMerge pull request #14228 from nextcloud/feature/noid/add-metadata-etag
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

5 years agoBump nextcloud-vue from 0.11.4 to 0.11.5 16387/head
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>
5 years agoMerge pull request #16334 from nextcloud/feature/noid/enterprise-logo
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

5 years agoMerge pull request #16390 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collec...
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

5 years agoMerge pull request #16404 from nextcloud/dependabot/npm_and_yarn/babel/core-7.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

5 years agoAdd DB table to extend filecache with metadata etag, creation time and upload time 14228/head
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>
5 years agoAdd enterprise logo 16334/head
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>
5 years agoBump @babel/core from 7.5.0 to 7.5.4 16404/head
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>
5 years agoUpdate shipped implementations of the INotifier
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>
5 years agoFix new core notifier
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>
5 years agoFix detection of Notifiers
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>
5 years agoUpdate Federated sharing notifier
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>
5 years agoUpdate twofactor_backupcodes Notifier
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>
5 years agoFix creation of the Manager
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>
5 years agoChange how Notifiers and Apps are registered
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>
5 years agoMake all interfaces strict
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>
5 years agoMerge pull request #16369 from nextcloud/rename-parameter-in-ocp-toast-for-consistenc...
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

5 years agoMerge pull request #16399 from nextcloud/improvement/noid/fulltextsearch-simple-queries
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

5 years agoMerge pull request #16400 from nextcloud/bugfix/noid/fixing-addsubtag
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

5 years agoMerge pull request #16394 from nextcloud/dependabot/npm_and_yarn/babel/preset-env...
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

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 15 Jul 2019 02:14:30 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoaddsubtag should push to array 16400/head
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>
5 years agonew model to manage some simple queries 16399/head
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>
5 years agoBump nextcloud-vue-collections from 0.5.2 to 0.5.4 16390/head
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>
5 years agoMerge pull request #16389 from nextcloud/dependabot/npm_and_yarn/webpack-4.35.3 16397/head
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

5 years agoMerge pull request #16385 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.14
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

5 years agoBump lodash from 4.17.13 to 4.17.14 16385/head
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>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 14 Jul 2019 02:15:06 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoBump webpack from 4.35.2 to 4.35.3 16389/head
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>
5 years agoBump @babel/preset-env from 7.5.2 to 7.5.4 16386/head 16394/head
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>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 13 Jul 2019 02:14:18 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #15794 from nextcloud/fix/scss_locking
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

5 years agoLock SCSS so we only run 1 job at a time 15794/head
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>
5 years agoRename parameter in OCP.Toast for consistency with OC.Notification 16369/head
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>
5 years agoMerge pull request #16331 from nextcloud/feature/noid/talk-guest-mentions
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

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 12 Jul 2019 02:15:00 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16361 from nextcloud/bugfix/noid/drop-foreignkey-on-owncloud...
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

5 years agoMerge pull request #15514 from nextcloud/feature/noid/add-enterprise-channel
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

5 years agoDrop foreign key before trying to drop the accounts table 16361/head
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>
5 years agoMerge pull request #16343 from nextcloud/dependabot/npm_and_yarn/lodash-4.17.13
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

5 years agoMerge pull request #16256 from nextcloud/bugfix/noid/remove-white-space-from-personal...
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

5 years agoAdd a unit test for guests as well 16331/head
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>
5 years agoMerge pull request #16349 from nextcloud/dependabot/npm_and_yarn/build/lodash-4.17.14
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

5 years ago[Security] Bump lodash from 4.17.11 to 4.17.13 16343/head
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>
5 years ago[Security] Bump lodash from 4.17.11 to 4.17.14 in /build 16349/head
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>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 11 Jul 2019 02:14:31 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16324 from nextcloud/bugfix/noid/workflow-dark-theme
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

5 years agoRemove vertical whitespace between entries in Personal settings 16256/head
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>
5 years agoEnterprise update channel 15514/head
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>
5 years agoAllow guest mentions of talk to be parsed
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>
5 years agoMerge pull request #16323 from nextcloud/fix/s3/http1.1
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

5 years agoMerge pull request #16313 from te-online/master
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

5 years agoStale Bot message – Revert to old phrasing. Remove `it`. 16313/head
Thomas Ebert [Wed, 10 Jul 2019 10:42:47 +0000 (12:42 +0200)]
Stale Bot message – Revert to old phrasing. Remove `it`.

5 years agoMerge pull request #16308 from nextcloud/fix/undefined-offset-0
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

5 years agoMerge pull request #16322 from nextcloud/bugfix/noid/fix-workflow-handlebars
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

5 years agoUse HTTP1.1 to read S3 objects 16323/head
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>
5 years agoUse SCSS nesting 16324/head
Joas Schilling [Wed, 10 Jul 2019 09:32:19 +0000 (11:32 +0200)]
Use SCSS nesting

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMover workflow to SCSS and support the dark theme
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>
5 years agoBump bundles 16322/head
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>
5 years agoMake sure we merge webpack rules properly
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>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 10 Jul 2019 02:14:00 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoReturn first value from $users 16308/head
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>
5 years agoMerge pull request #16310 from nextcloud/enh/drop-execution-context
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

5 years agoMerge pull request #16206 from nextcloud/feature/remote-wipe-all
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

5 years agoStale bot message – Take into account that stale bot only acts on issues labelled...
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`.

5 years agoStale bot message – Fix plural of information. Include that not every stale issue...
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.

5 years agoDon't send executionContexts for Clear-Site-Data 16310/head
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>
5 years agoUpdate tests 16206/head
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>
5 years agoMake it possible to wipe all tokens/devices of a user
Christoph Wurst [Wed, 3 Jul 2019 08:10:56 +0000 (10:10 +0200)]
Make it possible to wipe all tokens/devices of a user

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoRefactor: move remote wipe token logic to RW service
Christoph Wurst [Wed, 3 Jul 2019 07:44:37 +0000 (09:44 +0200)]
Refactor: move remote wipe token logic to RW service

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
5 years agoMerge pull request #15881 from PhieF/toggle-password-login
Roeland Jago Douma [Tue, 9 Jul 2019 11:38:27 +0000 (13:38 +0200)]
Merge pull request #15881 from PhieF/toggle-password-login

adding toggle password to be able to see it when login

5 years agoMerge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvailable
Roeland Jago Douma [Tue, 9 Jul 2019 11:37:07 +0000 (13:37 +0200)]
Merge pull request #16307 from nextcloud/bugfix/noid/previewv1adapter-isAvailable

Fix ProviderV1Adapter isAvailable wrapper