]>
source.dussan.org Git - nextcloud-server.git/log
Robin Appelman [Mon, 3 Feb 2020 12:41:55 +0000 (13:41 +0100)]
fix tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
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>
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>
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>
Robin Appelman [Fri, 31 Jan 2020 14:56:52 +0000 (15:56 +0100)]
remove unused code
Signed-off-by: Robin Appelman <robin@icewind.nl>
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>
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>
Nextcloud bot [Thu, 19 Mar 2020 02:20:13 +0000 (02:20 +0000)]
[tx-robot] updated from transifex
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
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 …
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>
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>
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
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
Nextcloud bot [Wed, 18 Mar 2020 02:21:17 +0000 (02:21 +0000)]
[tx-robot] updated from transifex
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"
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>
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
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
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>
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>
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>
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
Nextcloud bot [Tue, 17 Mar 2020 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
Nextcloud bot [Mon, 16 Mar 2020 02:21:20 +0000 (02:21 +0000)]
[tx-robot] updated from transifex
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
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>
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
Nextcloud bot [Sun, 15 Mar 2020 02:19:25 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
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
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
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>
Nextcloud bot [Sat, 14 Mar 2020 02:18:14 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
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>
Joas Schilling [Fri, 13 Mar 2020 10:11:00 +0000 (11:11 +0100)]
Fix willReturnOnConsecutiveCalls
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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
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
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
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
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>
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
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>
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>
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
Nextcloud bot [Fri, 13 Mar 2020 02:18:29 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
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
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
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
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>
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>
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>
Nextcloud bot [Thu, 12 Mar 2020 02:19:13 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
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
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>
Nils Wittenbrink [Sat, 29 Feb 2020 18:34:02 +0000 (19:34 +0100)]
Fix test
Signed-off-by: Nils Wittenbrink <nilswittenbrink@web.de>
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>
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>
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>
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>
Nextcloud bot [Wed, 11 Mar 2020 02:19:15 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Fri, 7 Feb 2020 09:51:22 +0000 (10:51 +0100)]
Fix unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
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>
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>
Nextcloud bot [Tue, 10 Mar 2020 02:18:22 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
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
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…
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
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
Nextcloud bot [Mon, 9 Mar 2020 02:18:17 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 Mar 2020 02:18:37 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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
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
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>
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>
Nextcloud bot [Sat, 7 Mar 2020 02:18:06 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
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>
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>
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>
Nextcloud bot [Fri, 6 Mar 2020 02:18:33 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
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
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>
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
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>
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
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
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
Nextcloud bot [Thu, 5 Mar 2020 02:18:29 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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>
Nextcloud bot [Wed, 4 Mar 2020 02:18:01 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
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
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
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>
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>