]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 Sep 2019 02:16:49 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16818 from nextcloud/backport/16811/stable16
Roeland Jago Douma [Sat, 7 Sep 2019 09:12:28 +0000 (11:12 +0200)]
Merge pull request #16818 from nextcloud/backport/16811/stable16

[stable16] Correctly remove apps without any releases

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 7 Sep 2019 02:15:41 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 6 Sep 2019 02:15:10 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 Sep 2019 02:16:22 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16991 from nextcloud/backport/16932/stable16
Roeland Jago Douma [Wed, 4 Sep 2019 18:52:54 +0000 (20:52 +0200)]
Merge pull request #16991 from nextcloud/backport/16932/stable16

[stable16] Be sure to get the jailed path if the storage is a jail

5 years agoMerge pull request #16753 from kyrofa/backport_16/15416/update_autodisabled_apps
Roeland Jago Douma [Wed, 4 Sep 2019 17:35:03 +0000 (19:35 +0200)]
Merge pull request #16753 from kyrofa/backport_16/15416/update_autodisabled_apps

[stable16] Fix tracking of auto disabled apps in Updater

5 years agoMerge pull request #16995 from nextcloud/backport/16982/stable16
Joas Schilling [Wed, 4 Sep 2019 09:04:55 +0000 (11:04 +0200)]
Merge pull request #16995 from nextcloud/backport/16982/stable16

[stable16] Only run code coverage CI on merge

5 years agoOnly run code coverage CI on merge 16995/head
Roeland Jago Douma [Tue, 3 Sep 2019 13:52:33 +0000 (15:52 +0200)]
Only run code coverage CI on merge

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoBe sure to get the jailed path if the storage is a jail 16991/head
Roeland Jago Douma [Fri, 30 Aug 2019 11:19:15 +0000 (13:19 +0200)]
Be sure to get the jailed path if the storage is a jail

Fixes: https://github.com/nextcloud/groupfolders/issues/583
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 Sep 2019 02:16:24 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 3 Sep 2019 02:15:14 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 Sep 2019 02:15:19 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 1 Sep 2019 02:16:31 +0000 (02:16 +0000)]
[tx-robot] updated from transifex

5 years ago[stable16] prevent the server's app-navigation's css to overru… (#16936)
John Molakvoæ [Sat, 31 Aug 2019 07:44:18 +0000 (09:44 +0200)]
[stable16] prevent the server's app-navigation's css to overru… (#16936)

[stable16] prevent the server's app-navigation's css to overrule the scoped css …

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 31 Aug 2019 02:14:52 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoprevent the server's app-navigation's css to overrule the scoped css in vue components 16936/head
Marco Ambrosini [Tue, 6 Aug 2019 06:45:19 +0000 (08:45 +0200)]
prevent the server's app-navigation's css to overrule the scoped css in vue components

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 30 Aug 2019 02:15:20 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16921 from nextcloud/backport/16863/stable16-ignore-enter-key...
Roeland Jago Douma [Thu, 29 Aug 2019 17:15:02 +0000 (19:15 +0200)]
Merge pull request #16921 from nextcloud/backport/16863/stable16-ignore-enter-key-up-event-on-menu-button-toggles

[stable16] Ignore Enter key up event on menu button toggles

5 years agoIgnore Enter key up event on menu button toggles 16921/head
Daniel Calviño Sánchez [Sun, 25 Aug 2019 15:18:26 +0000 (17:18 +0200)]
Ignore Enter key up event on menu button toggles

Like links, buttons generate a "click" event as well as the regular
"keydown" and "keyup" events when pressing Enter. Due to this, if both
the "click" and the "keyup" events are handled, when the menu is open
and Enter is pressed in the toggle the menu is first hidden when the
first event is handled, but then shown again when the second event is
handled. To prevent that only the "click" event should be handled when
the toggle is a button, like it is already done with links.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 29 Aug 2019 02:15:00 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16837 from nextcloud/backport/16820/16
Roeland Jago Douma [Wed, 28 Aug 2019 18:34:03 +0000 (20:34 +0200)]
Merge pull request #16837 from nextcloud/backport/16820/16

[stable16] Change access handling of projects

5 years agoMerge pull request #16909 from nextcloud/backport/16879/stable16
Roeland Jago Douma [Wed, 28 Aug 2019 18:33:11 +0000 (20:33 +0200)]
Merge pull request #16909 from nextcloud/backport/16879/stable16

[stable16] Only run integration tests when PHP was modified

5 years agoOnly run integration tests when PHP was modified 16909/head
Joas Schilling [Tue, 27 Aug 2019 09:31:15 +0000 (11:31 +0200)]
Only run integration tests when PHP was modified

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #16891 from nextcloud/backport/15993/stable16
Roeland Jago Douma [Wed, 28 Aug 2019 07:02:57 +0000 (09:02 +0200)]
Merge pull request #16891 from nextcloud/backport/15993/stable16

[stable16] Properly redirect if accessing invalid file though /f/ entrypoint

5 years agoMerge pull request #16883 from nextcloud/backport/16875/stable16
Roeland Jago Douma [Wed, 28 Aug 2019 07:02:08 +0000 (09:02 +0200)]
Merge pull request #16883 from nextcloud/backport/16875/stable16

[stable16] Use custom client URL in welcome emails

5 years agoMerge pull request #16896 from nextcloud/dependabot/npm_and_yarn/stable16/mixin-deep...
Roeland Jago Douma [Wed, 28 Aug 2019 06:43:55 +0000 (08:43 +0200)]
Merge pull request #16896 from nextcloud/dependabot/npm_and_yarn/stable16/mixin-deep-1.3.2

[Security] Bump mixin-deep from 1.3.1 to 1.3.2

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 28 Aug 2019 02:15:35 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[Security] Bump mixin-deep from 1.3.1 to 1.3.2 16896/head
dependabot-preview[bot] [Tue, 27 Aug 2019 18:07:16 +0000 (18:07 +0000)]
[Security] Bump mixin-deep from 1.3.1 to 1.3.2

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. **This update includes a security fix.**
- [Release notes](https://github.com/jonschlinkert/mixin-deep/releases)
- [Commits](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
5 years agoProperly redirect if accessing invalid file though /f/ entrypoint 16891/head
Julius Härtl [Tue, 18 Jun 2019 11:09:38 +0000 (13:09 +0200)]
Properly redirect if accessing invalid file though /f/ entrypoint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoMock client URL in new user mail tests 16883/head
Julius Härtl [Tue, 27 Aug 2019 08:22:54 +0000 (10:22 +0200)]
Mock client URL in new user mail tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agoUse custom client URL in welcome emails
Julius Härtl [Tue, 27 Aug 2019 06:09:25 +0000 (08:09 +0200)]
Use custom client URL in welcome emails

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 27 Aug 2019 02:15:28 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 26 Aug 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 25 Aug 2019 02:14:10 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16848 from nextcloud/backport/16847/stable16
Roeland Jago Douma [Sat, 24 Aug 2019 07:28:40 +0000 (09:28 +0200)]
Merge pull request #16848 from nextcloud/backport/16847/stable16

[stable16] Only add the app-itunes-app tag if the id is set

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 24 Aug 2019 02:15:17 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoOnly add the app-itunes-app tag if the id is set 16848/head
Julius Härtl [Fri, 23 Aug 2019 14:17:09 +0000 (16:17 +0200)]
Only add the app-itunes-app tag if the id is set

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 23 Aug 2019 02:19:36 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16826 from nextcloud/backport/16808/stable16
Roeland Jago Douma [Thu, 22 Aug 2019 14:14:00 +0000 (16:14 +0200)]
Merge pull request #16826 from nextcloud/backport/16808/stable16

[stable16] Undefined variable response when server is no nextcloud anymore

5 years agoAdd a repair step to clear the projects access cache 16837/head
Joas Schilling [Wed, 21 Aug 2019 07:12:42 +0000 (09:12 +0200)]
Add a repair step to clear the projects access cache

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoChange the logic so projects are only shown when you can access all resources
Joas Schilling [Wed, 21 Aug 2019 07:12:01 +0000 (09:12 +0200)]
Change the logic so projects are only shown when you can access all resources

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 22 Aug 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoUndefined variable response when server is no nextcloud anymore 16826/head
Joas Schilling [Tue, 20 Aug 2019 10:54:58 +0000 (12:54 +0200)]
Undefined variable response when server is no nextcloud anymore

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoCorrectly remove apps without any releases 16818/head
Joas Schilling [Tue, 20 Aug 2019 12:47:46 +0000 (14:47 +0200)]
Correctly remove apps without any releases

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years agoMerge pull request #16802 from nextcloud/backport/16793/stable16
blizzz [Tue, 20 Aug 2019 08:18:29 +0000 (10:18 +0200)]
Merge pull request #16802 from nextcloud/backport/16793/stable16

[stable16] Filter more configs

5 years agoFilter more configs 16802/head
Joas Schilling [Mon, 19 Aug 2019 14:29:42 +0000 (16:29 +0200)]
Filter more configs

Signed-off-by: Joas Schilling <coding@schilljs.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 20 Aug 2019 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 19 Aug 2019 02:15:05 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 18 Aug 2019 02:15:47 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Aug 2019 02:15:09 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 16 Aug 2019 02:14:24 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoFix tracking of auto disabled apps in Updater 16753/head
Georg Ehrke [Mon, 22 Jul 2019 19:28:03 +0000 (21:28 +0200)]
Fix tracking of auto disabled apps in Updater

This is a backport of #16507 (fixing #15416) for stable16.

Signed-off-by: Kyle Fazzari <kyrofa@ubuntu.com>
5 years agoMerge pull request #16745 from nextcloud/backport/16154/stable16
Roeland Jago Douma [Thu, 15 Aug 2019 17:41:42 +0000 (19:41 +0200)]
Merge pull request #16745 from nextcloud/backport/16154/stable16

[stable16] Make possible to focus grid/list view toggle via keyboard

5 years ago[stable16] Rename delete label to Delete folder/file (#16743)
John Molakvoæ [Thu, 15 Aug 2019 14:39:30 +0000 (16:39 +0200)]
[stable16] Rename delete label to Delete folder/file (#16743)

[stable16] Rename delete label to Delete folder/file

5 years agoAlways put the gridview toggle on the visible part of the page 16745/head
John Molakvoæ (skjnldsv) [Wed, 14 Aug 2019 14:45:26 +0000 (16:45 +0200)]
Always put the gridview toggle on the visible part of the page

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoRename delete label to Delete folder/file 16743/head
John Molakvoæ (skjnldsv) [Wed, 14 Aug 2019 16:27:12 +0000 (18:27 +0200)]
Rename delete label to Delete folder/file

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 15 Aug 2019 02:14:42 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16733 from nextcloud/version/16.0.4/final 16.0.4 v16.0.4
Roeland Jago Douma [Wed, 14 Aug 2019 18:00:44 +0000 (20:00 +0200)]
Merge pull request #16733 from nextcloud/version/16.0.4/final

16.0.4

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 14 Aug 2019 02:15:08 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago16.0.4 16733/head
Roeland Jago Douma [Tue, 13 Aug 2019 12:26:23 +0000 (14:26 +0200)]
16.0.4

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 13 Aug 2019 02:14:46 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 12 Aug 2019 02:14:55 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 11 Aug 2019 02:15:35 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 10 Aug 2019 02:14:56 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 9 Aug 2019 02:14:22 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16677 from nextcloud/version/16.0.4/RC1 v16.0.4RC1
Roeland Jago Douma [Thu, 8 Aug 2019 18:34:48 +0000 (20:34 +0200)]
Merge pull request #16677 from nextcloud/version/16.0.4/RC1

16.0.4 RC1

5 years ago16.0.4 RC1 16677/head
Roeland Jago Douma [Wed, 7 Aug 2019 12:13:53 +0000 (14:13 +0200)]
16.0.4 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years agoMerge pull request #16695 from nextcloud/backport/16638/stable16
Roeland Jago Douma [Thu, 8 Aug 2019 17:17:27 +0000 (19:17 +0200)]
Merge pull request #16695 from nextcloud/backport/16638/stable16

[stable16] delay sending event from app init to when they are needed

5 years agoMerge pull request #16691 from nextcloud/backport/16683/stable16
Roeland Jago Douma [Thu, 8 Aug 2019 09:07:25 +0000 (11:07 +0200)]
Merge pull request #16691 from nextcloud/backport/16683/stable16

[stable16] Fix enable/disable user audit message

5 years agodelay sending event from app init to when they are needed 16695/head
Arthur Schiwon [Fri, 2 Aug 2019 11:17:55 +0000 (13:17 +0200)]
delay sending event from app init to when they are needed

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMerge pull request #16689 from nextcloud/backport/16686/stable16
Roeland Jago Douma [Thu, 8 Aug 2019 07:59:38 +0000 (09:59 +0200)]
Merge pull request #16689 from nextcloud/backport/16686/stable16

[stable16] Properly return an int in the getId function of the cache

5 years agoFix enable/disable user audit message 16691/head
John Molakvoæ (skjnldsv) [Wed, 7 Aug 2019 15:50:59 +0000 (17:50 +0200)]
Fix enable/disable user audit message

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoProperly return an int in the getId function of the cache 16689/head
Roeland Jago Douma [Wed, 7 Aug 2019 18:38:42 +0000 (20:38 +0200)]
Properly return an int in the getId function of the cache

fixes #16684

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 8 Aug 2019 02:14:51 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years ago[stable16] Fix ie app menu loading click (#16668)
John Molakvoæ [Wed, 7 Aug 2019 06:39:02 +0000 (08:39 +0200)]
[stable16] Fix ie app menu loading click (#16668)

[stable16] Fix ie app menu loading click

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 7 Aug 2019 02:14:45 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoFix ie app menu loading click 16668/head
John Molakvoæ (skjnldsv) [Tue, 6 Aug 2019 18:02:36 +0000 (20:02 +0200)]
Fix ie app menu loading click

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
5 years agoMerge pull request #16637 from nextcloud/backport/16525/stable16
blizzz [Tue, 6 Aug 2019 08:58:14 +0000 (10:58 +0200)]
Merge pull request #16637 from nextcloud/backport/16525/stable16

[stable16] files_external: proper user context for sharing

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 6 Aug 2019 02:14:45 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16627 from nextcloud/backport/16586/stable16
Morris Jobke [Mon, 5 Aug 2019 10:51:42 +0000 (12:51 +0200)]
Merge pull request #16627 from nextcloud/backport/16586/stable16

[stable16] log circles and remote shares in admin_audit

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

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 4 Aug 2019 02:15:29 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 3 Aug 2019 02:14:39 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16633 from nextcloud/backport/15790/stable16
Roeland Jago Douma [Fri, 2 Aug 2019 17:46:23 +0000 (19:46 +0200)]
Merge pull request #16633 from nextcloud/backport/15790/stable16

[stable16] remove unncessary code block in share recommendations, fixed undefined var error

5 years agofix check for null 16637/head
Arthur Schiwon [Fri, 2 Aug 2019 11:09:38 +0000 (13:09 +0200)]
fix check for null

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoAdjust tests
Julius Härtl [Thu, 25 Jul 2019 07:58:54 +0000 (09:58 +0200)]
Adjust tests

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agodo not send null value when string is expected
Arthur Schiwon [Thu, 25 Jul 2019 16:50:28 +0000 (18:50 +0200)]
do not send null value when string is expected

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoadjusts LDAP's home handler to use the correct user object
Arthur Schiwon [Thu, 25 Jul 2019 15:58:13 +0000 (17:58 +0200)]
adjusts LDAP's home handler to use the correct user object

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agofixes terminology and allows to request an IUser instance
Arthur Schiwon [Thu, 25 Jul 2019 15:57:22 +0000 (17:57 +0200)]
fixes terminology and allows to request an IUser instance

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoProvide proper user context from initMountPoints
Julius Härtl [Thu, 25 Jul 2019 07:31:39 +0000 (09:31 +0200)]
Provide proper user context from initMountPoints

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agofiles_external: Make sure the correct user context is used in substitution of variables
Julius Härtl [Wed, 24 Jul 2019 09:53:53 +0000 (11:53 +0200)]
files_external: Make sure the correct user context is used in substitution of variables

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 2 Aug 2019 02:14:38 +0000 (02:14 +0000)]
[tx-robot] updated from transifex

5 years agoremove unncessary code block in share recommendations 16633/head
Arthur Schiwon [Thu, 1 Aug 2019 23:05:15 +0000 (01:05 +0200)]
remove unncessary code block in share recommendations

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
5 years agoMerge pull request #16630 from nextcloud/backport/16624/stable16
blizzz [Thu, 1 Aug 2019 20:47:29 +0000 (22:47 +0200)]
Merge pull request #16630 from nextcloud/backport/16624/stable16

[stable16] Make sure we only fetch the file by id for the actual owner

5 years agoMake sure we only fetch the file by id for the actual owner 16630/head
Julius Härtl [Thu, 1 Aug 2019 08:10:49 +0000 (10:10 +0200)]
Make sure we only fetch the file by id for the actual owner

Otherwise this will fetch all mounts for the file id which is quite
expensive and causes long saving times in big sharing structures

Signed-off-by: Julius Härtl <jus@bitgrid.net>
5 years agolog circles and remote shares in admin_audit 16627/head
Sascha Wiswedel [Sun, 28 Jul 2019 12:16:43 +0000 (14:16 +0200)]
log circles and remote shares in admin_audit

Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
5 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 1 Aug 2019 02:15:36 +0000 (02:15 +0000)]
[tx-robot] updated from transifex

5 years agoMerge pull request #16607 from nextcloud/backport/16596
Roeland Jago Douma [Wed, 31 Jul 2019 06:33:38 +0000 (08:33 +0200)]
Merge pull request #16607 from nextcloud/backport/16596

[stable16] Set proper defaults for v-tooltip usages

5 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 31 Jul 2019 02:16:13 +0000 (02:16 +0000)]
[tx-robot] updated from transifex