]>
source.dussan.org Git - nextcloud-server.git/log
Gary Kim [Wed, 25 Mar 2020 10:43:07 +0000 (18:43 +0800)]
Close updatenotification channel selector on click outside
While the vue-click-outside package was set up and
imported, it wasn't being used yet.
This commit sets up to use vue-click-outside
on the channel selector in updatenotification]
Signed-off-by: Gary Kim <gary@garykim.dev>
Nextcloud bot [Wed, 25 Mar 2020 02:18:46 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 24 Mar 2020 19:53:57 +0000 (20:53 +0100)]
Merge pull request #20034 from nextcloud/dav-long-properties-17
[17] Handle long dav property paths by hashing them
Roeland Jago Douma [Tue, 24 Mar 2020 19:29:39 +0000 (20:29 +0100)]
Merge pull request #20131 from nextcloud/backport/19699-20032/stable17
[stable17] Fix PDF and video viewers on public links
Roeland Jago Douma [Tue, 24 Mar 2020 19:16:06 +0000 (20:16 +0100)]
Merge pull request #20141 from nextcloud/backport/20128/stable17
[stable17] Remove admin_notifications since it is obsolete since Nextcloud 14
Julius Härtl [Tue, 24 Mar 2020 08:18:42 +0000 (09:18 +0100)]
Remove admin_notifications since it is obsolete since Nextcloud 14
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Joas Schilling [Thu, 19 Mar 2020 14:14:00 +0000 (15:14 +0100)]
Allow the video player on the hide download
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 28 Feb 2020 15:25:09 +0000 (16:25 +0100)]
Allow single file downloads so the video player works again
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 24 Mar 2020 02:19:02 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 23 Mar 2020 02:19:23 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 22 Mar 2020 13:23:27 +0000 (14:23 +0100)]
Merge pull request #20047 from nextcloud/backport/20039/stable17
[stable17] fixes auto-detecting UUID attributes
Nextcloud bot [Sun, 22 Mar 2020 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 21 Mar 2020 07:24:59 +0000 (08:24 +0100)]
Merge pull request #20055 from nextcloud/remove-placeholder-check-17
[17] remove the requirement that everything that looks like a placeholder …
Roeland Jago Douma [Sat, 21 Mar 2020 07:23:45 +0000 (08:23 +0100)]
Merge pull request #20052 from nextcloud/backport/20049/stable17
[stable17] Force compatible dependency versions in acceptance tests
Nextcloud bot [Sat, 21 Mar 2020 02:19:21 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
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>
Daniel Calviño Sánchez [Fri, 20 Mar 2020 10:45:00 +0000 (11:45 +0100)]
Force compatible dependency versions in acceptance tests
behat/mink 1.8 and behat/mink-selenium2-driver 1.4 introduced behaviour
changes that broke the acceptance tests. Until the tests are updated to
work with the newer versions the last known versions are forced.
Note that some acceptance tests still fail after enforcing the
compatible versions, although that is caused by changes in the Nextcloud
server itself.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Arthur Schiwon [Thu, 19 Mar 2020 18:42:46 +0000 (19:42 +0100)]
fixes auto-detecting UUID attributes
the continue (and later the early return) avoided proper looping over the
attribute candidates.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Fri, 20 Mar 2020 02:18:39 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Tue, 4 Feb 2020 12:11:51 +0000 (13:11 +0100)]
rebuild autoloader
Signed-off-by: Robin Appelman <robin@icewind.nl>
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:22 +0000 (02:20 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 18 Mar 2020 19:59:00 +0000 (20:59 +0100)]
Merge pull request #20017 from nextcloud/backport/19981/stable17
[stable17] Update the target when it isempty after sharing
Roeland Jago Douma [Wed, 18 Mar 2020 12:39:22 +0000 (13:39 +0100)]
Merge pull request #19983 from nextcloud/backport/19698/stable17
[stable17] Fix default action for deleted shares
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>
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 [Wed, 18 Mar 2020 02:21:26 +0000 (02:21 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Tue, 17 Mar 2020 17:29:49 +0000 (18:29 +0100)]
Merge pull request #20000 from nextcloud/backport/19995/stable17
[stable17] Default value of lookupServerEnabled should be the same everywhere
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>
Nextcloud bot [Tue, 17 Mar 2020 02:19:01 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 16 Mar 2020 02:21:29 +0000 (02:21 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 15 Mar 2020 02:19:34 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 14 Mar 2020 02:18:22 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Fri, 13 Mar 2020 14:51:04 +0000 (15:51 +0100)]
Merge pull request #19925 from nextcloud/backport/19910/stable17
[stable17] Do not use the instance name as user part of from mail addresses
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>
Roeland Jago Douma [Fri, 13 Mar 2020 08:36:21 +0000 (09:36 +0100)]
Merge pull request #19917 from nextcloud/backport/19888/stable17
[stable17] Get correct mimetype on objectstores
Nextcloud bot [Fri, 13 Mar 2020 02:18:39 +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:27:31 +0000 (10:27 +0100)]
Merge pull request #19885 from nextcloud/backport/19704/stable17
[stable17] Fix hostname in Apple configuration profile
Nextcloud bot [Thu, 12 Mar 2020 02:19:22 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Wed, 11 Mar 2020 14:18:00 +0000 (15:18 +0100)]
Merge pull request #19865 from nextcloud/version/17.0.4/final
17.0.4
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>
Nextcloud bot [Wed, 11 Mar 2020 02:19:24 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 10 Mar 2020 02:18:30 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 9 Mar 2020 18:46:23 +0000 (19:46 +0100)]
17.0.4
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Mon, 9 Mar 2020 14:44:10 +0000 (15:44 +0100)]
Merge pull request #19843 from nextcloud/version/17.0.4/RC2
17.0.4 RC2
Roeland Jago Douma [Mon, 9 Mar 2020 08:03:40 +0000 (09:03 +0100)]
Merge pull request #19831 from nextcloud/backport/19815/stable17
[stable17] Prevent self-xss via invalid mysql user name on install screen
Nextcloud bot [Mon, 9 Mar 2020 02:18:27 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 8 Mar 2020 02:18:45 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 7 Mar 2020 13:33:32 +0000 (14:33 +0100)]
17.0.4 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>
Roeland Jago Douma [Sat, 7 Mar 2020 13:16:49 +0000 (14:16 +0100)]
Merge pull request #19816 from nextcloud/backport/19742/stable17
[stable17] Add message for DoesNotExistException
Nextcloud bot [Sat, 7 Mar 2020 02:18:15 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Mon, 2 Mar 2020 12:24:06 +0000 (13:24 +0100)]
Add message for DoesNotExistException
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Fri, 6 Mar 2020 02:18:41 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 5 Mar 2020 18:25:49 +0000 (19:25 +0100)]
Merge pull request #19733 from nextcloud/version/17.0.4/RC1
17.0.4 RC1
Roeland Jago Douma [Mon, 2 Mar 2020 08:34:26 +0000 (09:34 +0100)]
17.0.4 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Thu, 5 Mar 2020 14:36:58 +0000 (15:36 +0100)]
Merge pull request #19785 from nextcloud/backport/19392/stable17
[stable17] Introduce a default refresh rate app setting for calendar subscriptions
Christoph Wurst [Thu, 5 Mar 2020 14:32:34 +0000 (15:32 +0100)]
Merge pull request #19703 from nextcloud/feature/revive-send-welcome-email-toggle-stable17
[stable17] Revive the "send email to new users" toggle for the user form
Christoph Wurst [Wed, 26 Feb 2020 17:04:43 +0000 (18:04 +0100)]
Revive the "send email to new users" toggle for the user form
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Roeland Jago Douma [Thu, 5 Mar 2020 10:39:13 +0000 (11:39 +0100)]
Merge pull request #18580 from nextcloud/backport/18140/stable17
[stable17] Allow inline styles for theming images
Julius Härtl [Wed, 27 Nov 2019 19:26:57 +0000 (20:26 +0100)]
Allow inline styles for theming images
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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:01:25 +0000 (09:01 +0100)]
Merge pull request #19327 from nextcloud/backport/19303/stable17
[stable17] Fix occ maintenance:install database connect failure
Roeland Jago Douma [Thu, 5 Mar 2020 07:57:43 +0000 (08:57 +0100)]
Merge pull request #19588 from nextcloud/backport/19398/stable17
[stable17] Move RefreshWebcalJob logic to a proper service so that it may be called independently
Roeland Jago Douma [Thu, 5 Mar 2020 07:57:17 +0000 (08:57 +0100)]
Merge pull request #19768 from nextcloud/bugfix/noid/keep-edit-permission
[stable17] Keep edit permission when toggling share checkbox
Roeland Jago Douma [Thu, 5 Mar 2020 07:40:04 +0000 (08:40 +0100)]
Merge pull request #19095 from nextcloud/backport/19023/stable17
[stable17] expose Argon2 options (as we did for bcrypt)
Nextcloud bot [Thu, 5 Mar 2020 02:18:38 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Wed, 4 Mar 2020 16:26:43 +0000 (17:26 +0100)]
Bump bundles
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Wed, 4 Mar 2020 02:18:09 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Tue, 3 Mar 2020 15:42:10 +0000 (16:42 +0100)]
Keep edit permission when updating resharing permission for file shares
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Roeland Jago Douma [Tue, 3 Mar 2020 15:19:36 +0000 (16:19 +0100)]
Merge pull request #19640 from nextcloud/backport/19252/stable17
[stable17] Hash event UID to make sure it's not too long for PushProvider notifications
Nextcloud bot [Tue, 3 Mar 2020 02:18:39 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 2 Mar 2020 02:18:10 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 1 Mar 2020 15:15:10 +0000 (16:15 +0100)]
Merge pull request #19691 from nextcloud/backport/19676/stable17
[stable17] Theme search results
Roeland Jago Douma [Sun, 1 Mar 2020 15:11:12 +0000 (16:11 +0100)]
Merge pull request #19716 from nextcloud/backport/19707/stable17
[stable17] Fix non-centered no javascript message
Nextcloud bot [Sun, 1 Mar 2020 02:18:53 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Gary Kim [Sat, 29 Feb 2020 02:43:42 +0000 (10:43 +0800)]
Fix non-centered no javascript message
Signed-off-by: Gary Kim <gary@garykim.dev>
Nextcloud bot [Sat, 29 Feb 2020 02:18:48 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
blizzz [Fri, 28 Feb 2020 21:47:20 +0000 (22:47 +0100)]
Merge pull request #18884 from nextcloud/backport/17717/stable17
[stable17] relax strict getHome behaviour for LDAP users in a shadow state
Arthur Schiwon [Mon, 28 Oct 2019 14:11:41 +0000 (15:11 +0100)]
relax strict getHome behaviour for LDAP users in a shadow state
* simplifies deletion process
* less strange behaviour when looking up home storage (as long as it is local)
* thus could enable transfer ownerships after user went invisible on ldap
backport of #17717
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
decouple userExists from userExistsOnLDAP check
allows to mark users as offline right away, avoids a gap of being not a
user and causing weird side effects
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
adjust tests
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
remove superfluous tests
- user_ldap is not exposed to public api, it is always behind ldap_proxy
- this is too much for a unit test
- integration tests cover userExists implicitly
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
ensure that only valid group members are returned
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Joas Schilling [Thu, 27 Feb 2020 12:46:26 +0000 (13:46 +0100)]
Theme search results
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 28 Feb 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Thu, 27 Feb 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Wed, 26 Feb 2020 02:18:40 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
blizzz [Tue, 25 Feb 2020 22:20:29 +0000 (23:20 +0100)]
Merge pull request #19625 from nextcloud/backport/19549/stable17
[stable17] remove noise from detectUuid and cache results
Roeland Jago Douma [Tue, 25 Feb 2020 19:31:34 +0000 (20:31 +0100)]
Merge pull request #19637 from nextcloud/backport/19634/stable17
[stable17] Correctly trim long cyrillic note
Thomas Citharel [Sat, 1 Feb 2020 14:29:02 +0000 (15:29 +0100)]
Hash event UID to make sure it's not too long for PushProvider
notifications
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Joas Schilling [Tue, 25 Feb 2020 08:44:58 +0000 (09:44 +0100)]
Correctly trim long cyrillic note
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Tue, 25 Feb 2020 09:42:32 +0000 (10:42 +0100)]
Merge pull request #19631 from nextcloud/backport/19619/stable17
[stable17] Fix hover state color of drag-n-drop with theming and dark mode
Joas Schilling [Mon, 24 Feb 2020 13:22:03 +0000 (14:22 +0100)]
Fix hover state color of drag-n-drop with theming and dark mode
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Tue, 25 Feb 2020 02:19:44 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Wed, 19 Feb 2020 15:42:36 +0000 (16:42 +0100)]
remove noise from detectUuid and cache results
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>