]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
4 years agofix tests
Robin Appelman [Mon, 3 Feb 2020 12:41:55 +0000 (13:41 +0100)]
fix tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoremove the detour trough node and work with path directly
Robin Appelman [Mon, 3 Feb 2020 12:37:30 +0000 (13:37 +0100)]
remove the detour trough node and work with path directly

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agouse INode instead of Node for custom properties
Robin Appelman [Mon, 3 Feb 2020 12:23:40 +0000 (13:23 +0100)]
use INode instead of Node for custom properties

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agohandle long property paths to hasing paths >250 chars
Robin Appelman [Fri, 31 Jan 2020 15:10:19 +0000 (16:10 +0100)]
handle long property paths to hasing paths >250 chars

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoremove unused code
Robin Appelman [Fri, 31 Jan 2020 14:56:52 +0000 (15:56 +0100)]
remove unused code

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agotest custom properties backend against real database
Robin Appelman [Fri, 31 Jan 2020 14:47:13 +0000 (15:47 +0100)]
test custom properties backend against real database

test behaviour not implementation

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agomerge the two almost identical custom property backends
Robin Appelman [Fri, 31 Jan 2020 14:06:26 +0000 (15:06 +0100)]
merge the two almost identical custom property backends

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 19 Mar 2020 02:20:13 +0000 (02:20 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20016 from nextcloud/backport/19981/stable18
Roeland Jago Douma [Wed, 18 Mar 2020 19:58:50 +0000 (20:58 +0100)]
Merge pull request #20016 from nextcloud/backport/19981/stable18

[stable18] Update the target when it isempty after sharing

4 years agoMerge pull request #20021 from nextcloud/backport/19932/stable18
blizzz [Wed, 18 Mar 2020 17:20:03 +0000 (18:20 +0100)]
Merge pull request #20021 from nextcloud/backport/19932/stable18

[stable18] remove the requirement that everything that looks like a placeholder …

4 years agoremove the requirement that everything that looks like a placeholder is substituted 20021/head
Robin Appelman [Fri, 13 Mar 2020 14:29:14 +0000 (15:29 +0100)]
remove the requirement that everything that looks like a placeholder is substituted

While maybe not common, `$` is a valid option in config fields

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoUpdate the target when it isempty after sharing 20016/head
Roeland Jago Douma [Mon, 16 Mar 2020 12:38:55 +0000 (13:38 +0100)]
Update the target when it isempty after sharing

Hooks that listen to it (audit log) benefit from having the target
properly set.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #20008 from nextcloud/backport/19964/stable18
Roeland Jago Douma [Wed, 18 Mar 2020 12:36:10 +0000 (13:36 +0100)]
Merge pull request #20008 from nextcloud/backport/19964/stable18

[stable18] Fix invalid instantiation of TemplateResponse if client not found

4 years agoMerge pull request #19999 from nextcloud/backport/19987/stable18
Joas Schilling [Wed, 18 Mar 2020 11:49:40 +0000 (12:49 +0100)]
Merge pull request #19999 from nextcloud/backport/19987/stable18

[stable18] Only do regular polling of storage statistics if session_keepalive is enabled

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 18 Mar 2020 02:21:17 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #20001 from nextcloud/backport/19989/stable18
Roeland Jago Douma [Tue, 17 Mar 2020 20:27:02 +0000 (21:27 +0100)]
Merge pull request #20001 from nextcloud/backport/19989/stable18

[stable18] Fix single "ScopeContext" passed to "setScopes"

4 years agoFix invalid instantiation of TemplateResponse if client not found 20008/head
Daniel Kesselberg [Sun, 15 Mar 2020 10:52:06 +0000 (11:52 +0100)]
Fix invalid instantiation of TemplateResponse if client not found

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
4 years agoMerge pull request #19998 from nextcloud/backport/19995/stable18
Roeland Jago Douma [Tue, 17 Mar 2020 17:27:22 +0000 (18:27 +0100)]
Merge pull request #19998 from nextcloud/backport/19995/stable18

[stable18] Default value of lookupServerEnabled should be the same everywhere

4 years agoMerge pull request #19966 from nextcloud/backport/19954/stable18
Roeland Jago Douma [Tue, 17 Mar 2020 14:10:21 +0000 (15:10 +0100)]
Merge pull request #19966 from nextcloud/backport/19954/stable18

[stable18] fix safari useragent for versions with 3 digits

4 years agoFix single "ScopeContext" passed to "setScopes" 20001/head
Daniel Calviño Sánchez [Mon, 16 Mar 2020 15:48:25 +0000 (16:48 +0100)]
Fix single "ScopeContext" passed to "setScopes"

"setScopes" expects an array, but a single "ScopeContext" was being
passed instead.

Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
4 years agoOnly do regular polling of storage statistics if session_keepalive is enabled 19999/head
Julius Härtl [Mon, 16 Mar 2020 14:59:41 +0000 (15:59 +0100)]
Only do regular polling of storage statistics if session_keepalive is enabled

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoDefault value of lookupServerEnabled should be the same everywhere 19998/head
Georg Ehrke [Tue, 17 Mar 2020 09:39:59 +0000 (10:39 +0100)]
Default value of lookupServerEnabled should be the same everywhere

Signed-off-by: Georg Ehrke <developer@georgehrke.com>
4 years agoMerge pull request #19982 from nextcloud/backport/19698/stable18
Roeland Jago Douma [Tue, 17 Mar 2020 14:07:29 +0000 (15:07 +0100)]
Merge pull request #19982 from nextcloud/backport/19698/stable18

[stable18] Fix default action for deleted shares

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 17 Mar 2020 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoFix default action for deleted shares 19982/head
GretaD [Fri, 28 Feb 2020 14:27:31 +0000 (15:27 +0100)]
Fix default action for deleted shares

Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 16 Mar 2020 02:21:20 +0000 (02:21 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19933 from nextcloud/backport/19907/stable18
Roeland Jago Douma [Sun, 15 Mar 2020 12:39:01 +0000 (13:39 +0100)]
Merge pull request #19933 from nextcloud/backport/19907/stable18

[stable18] Don't allow anchors and queries in remote urls

4 years agofix safari useragent for versions with 3 digits 19966/head
Pavel Krasikov [Sat, 14 Mar 2020 13:19:57 +0000 (16:19 +0300)]
fix safari useragent for versions with 3 digits

Signed-off-by: Pavel Krasikov <klonishe@gmail.com>
4 years agoMerge pull request #19940 from nextcloud/backport/19931/stable18
Roeland Jago Douma [Sun, 15 Mar 2020 12:08:05 +0000 (13:08 +0100)]
Merge pull request #19940 from nextcloud/backport/19931/stable18

[stable18] fix external storage controller tests

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 15 Mar 2020 02:19:25 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19945 from nextcloud/dependabot/npm_and_yarn/stable18/acorn-6.4.1
Roeland Jago Douma [Sat, 14 Mar 2020 11:37:25 +0000 (12:37 +0100)]
Merge pull request #19945 from nextcloud/dependabot/npm_and_yarn/stable18/acorn-6.4.1

[Security] Bump acorn from 6.3.0 to 6.4.1

4 years agoMerge pull request #19950 from nextcloud/backport/19937/stable18
Roeland Jago Douma [Sat, 14 Mar 2020 11:36:49 +0000 (12:36 +0100)]
Merge pull request #19950 from nextcloud/backport/19937/stable18

[stable18] properly set 'hide_download' as integer

4 years agoproperly set 'hide_download' as integer 19950/head
Robin Appelman [Fri, 13 Mar 2020 16:38:56 +0000 (17:38 +0100)]
properly set 'hide_download' as integer

the database field is a smallint, not a boolean.

fixes postgresql tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 14 Mar 2020 02:18:14 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[Security] Bump acorn from 6.3.0 to 6.4.1 19945/head
dependabot-preview[bot] [Fri, 13 Mar 2020 21:39:01 +0000 (21:39 +0000)]
[Security] Bump acorn from 6.3.0 to 6.4.1

Bumps [acorn](https://github.com/acornjs/acorn) from 6.3.0 to 6.4.1. **This update includes a security fix.**
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/6.3.0...6.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agofix external storage controller tests 19940/head
Robin Appelman [Fri, 13 Mar 2020 14:33:47 +0000 (15:33 +0100)]
fix external storage controller tests

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoFix willReturnOnConsecutiveCalls 19933/head
Joas Schilling [Fri, 13 Mar 2020 10:11:00 +0000 (11:11 +0100)]
Fix willReturnOnConsecutiveCalls

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoDon't allow anchors and queries in remote urls
Joas Schilling [Thu, 12 Mar 2020 12:43:29 +0000 (13:43 +0100)]
Don't allow anchors and queries in remote urls

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoMerge pull request #19924 from nextcloud/backport/19910/stable18
Roeland Jago Douma [Fri, 13 Mar 2020 14:51:13 +0000 (15:51 +0100)]
Merge pull request #19924 from nextcloud/backport/19910/stable18

[stable18] Do not use the instance name as user part of from mail addresses

4 years agoMerge pull request #19921 from nextcloud/backport/19914/stable18
Roeland Jago Douma [Fri, 13 Mar 2020 12:40:10 +0000 (13:40 +0100)]
Merge pull request #19921 from nextcloud/backport/19914/stable18

[stable18] Properly respect hide download on sharebymail

4 years agoMerge pull request #19922 from nextcloud/backport/19915/stable18
Roeland Jago Douma [Fri, 13 Mar 2020 12:39:44 +0000 (13:39 +0100)]
Merge pull request #19922 from nextcloud/backport/19915/stable18

[stable18] Use placeholder values for password fields in external storage webui

4 years agoMerge pull request #19897 from nextcloud/backport/19777/stable18
John Molakvoæ [Fri, 13 Mar 2020 10:55:52 +0000 (11:55 +0100)]
Merge pull request #19897 from nextcloud/backport/19777/stable18

[stable18] Properly emit Viewer event on files and files_sharing

4 years agoDo not use the instance name as user part of from mail addresses 19924/head
Julius Härtl [Thu, 12 Mar 2020 13:20:03 +0000 (14:20 +0100)]
Do not use the instance name as user part of from mail addresses

This will cause issues since the theming name can contain characters
that are not allowed in the local part of the mail address (like spaces)

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoMerge pull request #19886 from nextcloud/backport/19861/stable18
Joas Schilling [Fri, 13 Mar 2020 10:27:08 +0000 (11:27 +0100)]
Merge pull request #19886 from nextcloud/backport/19861/stable18

[stable18] Don't break when one remote share is down

4 years agoUse placeholder values for password fields in external storage webui 19922/head
Robin Appelman [Thu, 12 Mar 2020 18:45:23 +0000 (19:45 +0100)]
Use placeholder values for password fields in external storage webui

This prevents the password from being sent to the webui.

While an admin will always be able to retrieve the passwords (as they
can do arbitrairy code execution by design) this prevents casual
password snooping

Signed-off-by: Robin Appelman <robin@icewind.nl>
4 years agoProperly respect hide download on sharebymail 19921/head
Roeland Jago Douma [Thu, 12 Mar 2020 13:43:27 +0000 (14:43 +0100)]
Properly respect hide download on sharebymail

fixes #19484

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19916 from nextcloud/backport/19888/stable18
Roeland Jago Douma [Fri, 13 Mar 2020 08:40:36 +0000 (09:40 +0100)]
Merge pull request #19916 from nextcloud/backport/19888/stable18

[stable18] Get correct mimetype on objectstores

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 13 Mar 2020 02:18:29 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoGet correct mimetype on objectstores 19916/head
Roeland Jago Douma [Wed, 11 Mar 2020 10:14:12 +0000 (11:14 +0100)]
Get correct mimetype on objectstores

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19882 from nextcloud/backport/18555/stable18
Roeland Jago Douma [Thu, 12 Mar 2020 09:57:54 +0000 (10:57 +0100)]
Merge pull request #19882 from nextcloud/backport/18555/stable18

[stable18]  Allow to edit admin/own user in the user management

4 years agoMerge pull request #19879 from nextcloud/backport/19173/stable18
Roeland Jago Douma [Thu, 12 Mar 2020 09:28:35 +0000 (10:28 +0100)]
Merge pull request #19879 from nextcloud/backport/19173/stable18

[stable18] Use contacts name on federated activities

4 years agoMerge pull request #19884 from nextcloud/backport/19704/stable18
Roeland Jago Douma [Thu, 12 Mar 2020 09:27:44 +0000 (10:27 +0100)]
Merge pull request #19884 from nextcloud/backport/19704/stable18

[stable18] Fix hostname in Apple configuration profile

4 years agoUse dispatchTyped 19897/head
John Molakvoæ (skjnldsv) [Fri, 6 Mar 2020 14:44:42 +0000 (15:44 +0100)]
Use dispatchTyped

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoProperly emit Viewer event on files and files_sharing
John Molakvoæ (skjnldsv) [Wed, 4 Mar 2020 12:51:40 +0000 (13:51 +0100)]
Properly emit Viewer event on files and files_sharing

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years agoFix import order and formatting
John Molakvoæ (skjnldsv) [Wed, 4 Mar 2020 12:51:40 +0000 (13:51 +0100)]
Fix import order and formatting

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 12 Mar 2020 02:19:13 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19864 from nextcloud/version/18.0.2/final v18.0.2
Roeland Jago Douma [Wed, 11 Mar 2020 14:19:48 +0000 (15:19 +0100)]
Merge pull request #19864 from nextcloud/version/18.0.2/final

18.0.2

4 years agoDon't break when one remote share is down 19886/head
Joas Schilling [Mon, 9 Mar 2020 16:00:31 +0000 (17:00 +0100)]
Don't break when one remote share is down

getFileInfo can also return false

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoFix test 19884/head
Nils Wittenbrink [Sat, 29 Feb 2020 18:34:02 +0000 (19:34 +0100)]
Fix test

Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
4 years agoFix hostname given in Apple config file
Nils Wittenbrink [Fri, 28 Feb 2020 19:17:04 +0000 (20:17 +0100)]
Fix hostname given in Apple config file

Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
4 years agoBump bundles 19882/head
Julius Härtl [Wed, 11 Mar 2020 08:02:32 +0000 (09:02 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix row height and display name input
Julius Härtl [Tue, 25 Feb 2020 18:06:21 +0000 (19:06 +0100)]
Fix row height and display name input

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAllow to edit admin/own user in the user management
Julius Härtl [Mon, 23 Dec 2019 13:02:39 +0000 (14:02 +0100)]
Allow to edit admin/own user in the user management

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 11 Mar 2020 02:19:15 +0000 (02:19 +0000)]
[tx-robot] updated from transifex

4 years agoFix unit tests 19879/head
Joas Schilling [Fri, 7 Feb 2020 09:51:22 +0000 (10:51 +0100)]
Fix unit tests

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUnify the code a bit
Joas Schilling [Tue, 28 Jan 2020 11:51:43 +0000 (12:51 +0100)]
Unify the code a bit

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoUse contacts name on federated activities
Joas Schilling [Tue, 28 Jan 2020 11:27:47 +0000 (12:27 +0100)]
Use contacts name on federated activities

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 10 Mar 2020 02:18:22 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago18.0.2 19864/head
Roeland Jago Douma [Mon, 9 Mar 2020 18:44:43 +0000 (19:44 +0100)]
18.0.2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19833 from nextcloud/version/18.0.2/RC2 v18.0.2RC2
Roeland Jago Douma [Mon, 9 Mar 2020 14:44:18 +0000 (15:44 +0100)]
Merge pull request #19833 from nextcloud/version/18.0.2/RC2

18.0.2 RC2

4 years agoMerge pull request #19824 from nextcloud/backport/19763/stable18
Roeland Jago Douma [Mon, 9 Mar 2020 08:59:03 +0000 (09:59 +0100)]
Merge pull request #19824 from nextcloud/backport/19763/stable18

[stable18] Fix "Error loading the shares list TypeError: "this is undefined"" fo…

4 years agoMerge pull request #19830 from nextcloud/backport/19815/stable18
Roeland Jago Douma [Mon, 9 Mar 2020 08:03:57 +0000 (09:03 +0100)]
Merge pull request #19830 from nextcloud/backport/19815/stable18

[stable18] Prevent self-xss via invalid mysql user name on install screen

4 years agoMerge pull request #19803 from nextcloud/backport/stable18/19769
Roeland Jago Douma [Mon, 9 Mar 2020 08:03:15 +0000 (09:03 +0100)]
Merge pull request #19803 from nextcloud/backport/stable18/19769

[stable18] Fix avatar in file list for users with an @ in the uid

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 9 Mar 2020 02:18:17 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 Mar 2020 02:18:37 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19802 from nextcloud/backport/19440/stable18
Roeland Jago Douma [Sat, 7 Mar 2020 13:32:20 +0000 (14:32 +0100)]
Merge pull request #19802 from nextcloud/backport/19440/stable18

[stable18] Fix filename and popover menu misalignment

4 years agoMerge pull request #19800 from nextcloud/backport/19721/stable18
Roeland Jago Douma [Sat, 7 Mar 2020 13:31:53 +0000 (14:31 +0100)]
Merge pull request #19800 from nextcloud/backport/19721/stable18

[stable18] Fix regex for office documents

4 years ago18.0.2 RC2 19833/head
Roeland Jago Douma [Sat, 7 Mar 2020 13:25:48 +0000 (14:25 +0100)]
18.0.2 RC2

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoPrevent self-xss via invalid mysql user name on install screen 19830/head
Joas Schilling [Fri, 6 Mar 2020 13:39:13 +0000 (14:39 +0100)]
Prevent self-xss via invalid mysql user name on install screen

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 7 Mar 2020 02:18:06 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoFix "Error loading the shares list TypeError: "this is undefined"" for conversation... 19824/head
Joas Schilling [Tue, 3 Mar 2020 12:28:12 +0000 (13:28 +0100)]
Fix "Error loading the shares list TypeError: "this is undefined"" for conversation shares

Signed-off-by: Joas Schilling <coding@schilljs.com>
4 years agoBump bundles 19803/head
Julius Härtl [Fri, 6 Mar 2020 07:14:21 +0000 (08:14 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix regex to not take email uids as federated ids
Julius Härtl [Tue, 3 Mar 2020 16:19:34 +0000 (17:19 +0100)]
Fix regex to not take email uids as federated ids

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoFix filename and popover menu misalignment 19802/head
GretaD [Wed, 12 Feb 2020 16:31:51 +0000 (17:31 +0100)]
Fix filename and popover menu misalignment

Signed-off-by: GretaD <gretadoci@gmail.com>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 6 Mar 2020 02:18:33 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoFix regex for office documents 19800/head
Daniel Kesselberg [Sat, 29 Feb 2020 22:13:52 +0000 (23:13 +0100)]
Fix regex for office documents

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
4 years agoMerge pull request #19732 from nextcloud/version/18.0.2/RC1 v18.0.2RC1
Roeland Jago Douma [Thu, 5 Mar 2020 18:26:08 +0000 (19:26 +0100)]
Merge pull request #19732 from nextcloud/version/18.0.2/RC1

18.0.2 RC1

4 years ago18.0.2 RC1 19732/head
Roeland Jago Douma [Mon, 2 Mar 2020 08:33:29 +0000 (09:33 +0100)]
18.0.2 RC1

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
4 years agoMerge pull request #19784 from nextcloud/backport/19392/stable18
Roeland Jago Douma [Thu, 5 Mar 2020 13:31:52 +0000 (14:31 +0100)]
Merge pull request #19784 from nextcloud/backport/19392/stable18

[stable18] Introduce a default refresh rate app setting for calendar subscriptions

4 years agoIntroduce a default refresh rate app setting for calendar subscriptions 19784/head
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>
4 years agoMerge pull request #19767 from nextcloud/backport/stable18/19533
Roeland Jago Douma [Thu, 5 Mar 2020 08:00:26 +0000 (09:00 +0100)]
Merge pull request #19767 from nextcloud/backport/stable18/19533

[stable18] Various user settings fixes

4 years agoMerge pull request #19573 from nextcloud/backport/19398/stable18
Roeland Jago Douma [Thu, 5 Mar 2020 07:59:57 +0000 (08:59 +0100)]
Merge pull request #19573 from nextcloud/backport/19398/stable18

[stable18] Move RefreshWebcalJob logic to a proper service so that it may be called independently

4 years agoMerge pull request #19773 from nextcloud/backport/19764/stable18
Roeland Jago Douma [Thu, 5 Mar 2020 07:59:19 +0000 (08:59 +0100)]
Merge pull request #19773 from nextcloud/backport/19764/stable18

[stable18] Do not allow transfer ownership when the user isn't the owner

4 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 5 Mar 2020 02:18:29 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoDo not allow transfer ownership when the user isn't the owner 19773/head
Gary Kim [Wed, 4 Mar 2020 05:58:55 +0000 (13:58 +0800)]
Do not allow transfer ownership when the user isn't the owner

Signed-off-by: Gary Kim <gary@garykim.dev>
4 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 4 Mar 2020 02:18:01 +0000 (02:18 +0000)]
[tx-robot] updated from transifex

4 years agoMerge pull request #19744 from nextcloud/backport/19742/stable18
Roeland Jago Douma [Tue, 3 Mar 2020 19:23:49 +0000 (20:23 +0100)]
Merge pull request #19744 from nextcloud/backport/19742/stable18

[stable18] Add message for DoesNotExistException

4 years agoMerge pull request #19762 from nextcloud/backport/stable18/19755-translate-tags
Roeland Jago Douma [Tue, 3 Mar 2020 15:17:37 +0000 (16:17 +0100)]
Merge pull request #19762 from nextcloud/backport/stable18/19755-translate-tags

Fetch translate for Tags from files app

4 years agoBump bundles 19767/head
Julius Härtl [Tue, 3 Mar 2020 14:56:38 +0000 (15:56 +0100)]
Bump bundles

Signed-off-by: Julius Härtl <jus@bitgrid.net>
4 years agoAlso fix actions overlay in editing and new user rows
Julius Härtl [Tue, 18 Feb 2020 21:47:00 +0000 (22:47 +0100)]
Also fix actions overlay in editing and new user rows

Signed-off-by: Julius Härtl <jus@bitgrid.net>