]>
source.dussan.org Git - nextcloud-server.git/log
Joas Schilling [Wed, 8 Apr 2020 14:09:03 +0000 (16:09 +0200)]
Show the displayname instead of the user id
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Wed, 8 Apr 2020 13:41:20 +0000 (15:41 +0200)]
Try to use the display name of file transfers
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 8 Apr 2020 14:45:02 +0000 (16:45 +0200)]
Merge pull request #20335 from nextcloud/backport/19655/stable18
[stable18] Catch NotFoundException when getting the user folder
Nextcloud bot [Wed, 8 Apr 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Tue, 7 Apr 2020 02:18:20 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Julius Härtl [Wed, 26 Feb 2020 10:20:20 +0000 (11:20 +0100)]
Catch NotFoundException when getting the user folder
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 6 Apr 2020 02:18:13 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 5 Apr 2020 02:18:13 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 4 Apr 2020 19:35:55 +0000 (21:35 +0200)]
Merge pull request #20296 from nextcloud/backport/20293/stable18
[stable18] fixes the return type of BeforeUserLoggedInEvent
Roeland Jago Douma [Sat, 4 Apr 2020 08:36:57 +0000 (10:36 +0200)]
Merge pull request #20175 from nextcloud/backport/20123/stable18
[stable18] Bugfix - Prevent PHP Warning for count on null on LDAP
Roeland Jago Douma [Sat, 4 Apr 2020 08:34:49 +0000 (10:34 +0200)]
Merge pull request #20158 from nextcloud/backport/19930/stable18
[stable18] Add app config to disable user flows
Roeland Jago Douma [Sat, 4 Apr 2020 08:34:11 +0000 (10:34 +0200)]
Merge pull request #20155 from nextcloud/backport/20117/stable18
[stable18] Close updatenotification channel selector on click outside
Roeland Jago Douma [Sat, 4 Apr 2020 08:33:46 +0000 (10:33 +0200)]
Merge pull request #20148 from nextcloud/backport/19986/stable18
[stable18] RefreshWebcalService: randomly generate calendar-object uri
Nextcloud bot [Sat, 4 Apr 2020 02:18:00 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Arthur Schiwon [Fri, 3 Apr 2020 16:01:14 +0000 (18:01 +0200)]
fixes the return type of BeforeUserLoggedInEvent
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Fri, 3 Apr 2020 12:08:26 +0000 (12:08 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Thu, 2 Apr 2020 18:24:09 +0000 (20:24 +0200)]
Merge pull request #20274 from nextcloud/fix/19127/ldap-silence-deprecation-stable18
silence LDAP deprecation logs in NC 18
Roeland Jago Douma [Thu, 2 Apr 2020 17:22:31 +0000 (19:22 +0200)]
Merge pull request #20258 from nextcloud/backport/19781/stable18
[stable18] Dont always use the current users quota when calculating storage info
Arthur Schiwon [Thu, 2 Apr 2020 14:51:12 +0000 (16:51 +0200)]
silence LDAP deprecation logs in NC 18
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Robin Appelman [Wed, 4 Mar 2020 16:20:27 +0000 (17:20 +0100)]
Dont always use the current users quota when calculating storage info
instead pass the quota as parameter.
Without this fix, when 'quota_include_external_storage' is enabled, the
webui will show the quota configured for the admin for every user
instead of the users quota
Signed-off-by: Robin Appelman <robin@icewind.nl>
Roeland Jago Douma [Wed, 1 Apr 2020 07:50:03 +0000 (09:50 +0200)]
Merge pull request #20202 from nextcloud/backport/19978/stable18
[stable18] Actually check if the owner is not null
John Molakvoæ [Tue, 31 Mar 2020 10:09:50 +0000 (12:09 +0200)]
Merge pull request #20238 from nextcloud/backport/20234/stable18
[stable18] Remove Acrobat logo from PDF filetype icon
Jan-Christoph Borchardt [Mon, 30 Mar 2020 16:41:51 +0000 (18:41 +0200)]
Remove Acrobat logo from PDF filetype icon
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
Nextcloud bot [Tue, 31 Mar 2020 02:19:13 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Mon, 30 Mar 2020 02:18:44 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sun, 29 Mar 2020 02:20:24 +0000 (02:20 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 28 Mar 2020 02:18:25 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 16 Mar 2020 12:12:10 +0000 (13:12 +0100)]
Actually check if the owner is not null
Else this can error out on storages that do not have an owner (e.g.
groupfolders).
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Roeland Jago Douma [Fri, 27 Mar 2020 09:25:06 +0000 (10:25 +0100)]
Merge pull request #20195 from nextcloud/bump-version-18.0.3
Bump version on stable18
Joas Schilling [Fri, 27 Mar 2020 07:14:13 +0000 (08:14 +0100)]
Bump version on stable18
Signed-off-by: Joas Schilling <coding@schilljs.com>
Nextcloud bot [Fri, 27 Mar 2020 02:18:30 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Philipp Staiger [Thu, 26 Mar 2020 08:01:35 +0000 (09:01 +0100)]
single squashed commit for bug fix
Signed-off-by: Philipp Staiger <philipp@staiger.it>
Christoph Wurst [Thu, 26 Mar 2020 08:46:54 +0000 (09:46 +0100)]
Merge pull request #20166 from nextcloud/backport/20127/stable18
[stable18] Check the user on remote wipe
Nextcloud bot [Thu, 26 Mar 2020 02:18:44 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Mon, 16 Mar 2020 07:52:46 +0000 (08:52 +0100)]
Check the user on remote wipe
Signed-off-by: Joas Schilling <coding@schilljs.com>
Roeland Jago Douma [Wed, 25 Mar 2020 14:49:05 +0000 (15:49 +0100)]
Merge pull request #20161 from nextcloud/backport/20150/stable18
[stable18] Auto accept group shares for users added to a group
Roeland Jago Douma [Wed, 25 Mar 2020 07:51:27 +0000 (08:51 +0100)]
Auto accept group shares for users added to a group
In case auto accepting is enabled (the default). Users that are newly
added to a group should not have to accept those shares.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Julius Härtl [Fri, 13 Mar 2020 13:36:47 +0000 (14:36 +0100)]
Add app config to disable user flows
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Gary Kim [Wed, 25 Mar 2020 10:27:12 +0000 (18:27 +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>
Georg Ehrke [Mon, 16 Mar 2020 14:04:21 +0000 (15:04 +0100)]
RefreshWebcalService: randomly generate calendar-object uri
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
Roeland Jago Douma [Wed, 25 Mar 2020 07:12:50 +0000 (08:12 +0100)]
Merge pull request #20144 from nextcloud/backport/stable18/18818
[stable18] change quota design
Roeland Jago Douma [Wed, 25 Mar 2020 07:12:31 +0000 (08:12 +0100)]
Merge pull request #20136 from nextcloud/backport/20019/stable18
[stable18] Fix language multiselect action
Nextcloud bot [Wed, 25 Mar 2020 02:18:37 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
GretaD [Mon, 13 Jan 2020 17:37:59 +0000 (18:37 +0100)]
Backport of 18818
Signed-off-by: GretaD <gretadoci@gmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Tue, 24 Mar 2020 19:16:10 +0000 (20:16 +0100)]
Merge pull request #20140 from nextcloud/backport/20128/stable18
[stable18] 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>
GretaD [Wed, 18 Mar 2020 14:15:03 +0000 (15:15 +0100)]
Fix language multiselect action
Signed-off-by: GretaD <gretadoci@gmail.com>
Nextcloud bot [Tue, 24 Mar 2020 02:18:54 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Mon, 23 Mar 2020 19:59:14 +0000 (20:59 +0100)]
Merge pull request #20104 from nextcloud/backport/20042/stable18
[stable18] fix dav browser error page not styled
Arthur Schiwon [Fri, 20 Mar 2020 10:21:54 +0000 (11:21 +0100)]
use core templates for displaying dav errors in the browser
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Thu, 19 Mar 2020 22:44:14 +0000 (23:44 +0100)]
fix dav browser error page not styled
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Nextcloud bot [Mon, 23 Mar 2020 02:19:13 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sun, 22 Mar 2020 13:22:58 +0000 (14:22 +0100)]
Merge pull request #20046 from nextcloud/backport/20039/stable18
[stable18] fixes auto-detecting UUID attributes
Nextcloud bot [Sun, 22 Mar 2020 02:18:46 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 21 Mar 2020 07:25:09 +0000 (08:25 +0100)]
Merge pull request #20044 from nextcloud/backport/20032/stable18
[stable18] Allow the video player on the hide download
Roeland Jago Douma [Sat, 21 Mar 2020 07:23:28 +0000 (08:23 +0100)]
Merge pull request #20051 from nextcloud/backport/20049/stable18
[stable18] Force compatible dependency versions in acceptance tests
Roeland Jago Douma [Sat, 21 Mar 2020 07:10:38 +0000 (08:10 +0100)]
Merge pull request #20060 from nextcloud/backport/20057/stable18
[stable18] Adjust acceptance tests to incoming shares being accepted by default
Nextcloud bot [Sat, 21 Mar 2020 02:19:13 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Daniel Calviño Sánchez [Fri, 20 Mar 2020 18:51:09 +0000 (19:51 +0100)]
Add acceptance test for accepting an incoming share
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 20 Mar 2020 16:43:12 +0000 (17:43 +0100)]
Fix timeout capping
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Daniel Calviño Sánchez [Fri, 20 Mar 2020 16:39:34 +0000 (17:39 +0100)]
Revert (partially) "Accept incoming shares in acceptance tests"
This reverts commit
f402e234480cd9d18c6c90ef011968eb7abcd5dc .
Since
eb4c42d3d1fda02895d35a360bceb08379f328c2 now shares are accepted
by default, so no notification is shown to accept them.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
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>
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>
Nextcloud bot [Fri, 20 Mar 2020 02:18:30 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Robin Appelman [Thu, 19 Mar 2020 15:02:21 +0000 (15:02 +0000)]
Merge pull request #20030 from nextcloud/backport/19242/stable18
[stable18] Handle long dav property paths by hashing them
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: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>