]>
source.dussan.org Git - nextcloud-server.git/log
Roeland Jago Douma [Fri, 23 Oct 2020 10:40:12 +0000 (12:40 +0200)]
Check if array elements exist before using them
It seems that in some recent upgrade here. Not always the entries we
expect are returned. So we should first check if they exist. As to not
spam the log.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
John Molakvoæ [Tue, 27 Oct 2020 08:46:24 +0000 (09:46 +0100)]
Merge pull request #23702 from nextcloud/fix/noid/remnants-sharee-display-20-and-older
Morris Jobke [Tue, 27 Oct 2020 08:06:05 +0000 (09:06 +0100)]
Merge pull request #23699 from nextcloud/backport/23680/stable20
[stable20] Enable theming background transparency
Nextcloud bot [Tue, 27 Oct 2020 02:18:45 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Sun, 25 Oct 2020 18:15:52 +0000 (19:15 +0100)]
Enable theming background transparency
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Arthur Schiwon [Mon, 26 Oct 2020 13:00:57 +0000 (14:00 +0100)]
fixes determining whether former user is a share owner
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Mon, 26 Oct 2020 12:57:41 +0000 (13:57 +0100)]
Merge pull request #23690 from nextcloud/backport/23688/stable20
[stable20] Use bigint for fileid in filecache_extended
Arthur Schiwon [Mon, 26 Oct 2020 12:54:03 +0000 (13:54 +0100)]
split instantiation from business logic in OfflineUser
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 26 Oct 2020 12:43:53 +0000 (13:43 +0100)]
add test for active shares flag
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
timm2k [Mon, 26 Oct 2020 08:42:01 +0000 (09:42 +0100)]
Update CheckSetupController.php
timm2k [Mon, 26 Oct 2020 08:18:56 +0000 (09:18 +0100)]
Update ConvertFilecacheBigInt.php
Nextcloud bot [Mon, 26 Oct 2020 02:18:16 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Sun, 25 Oct 2020 20:57:52 +0000 (21:57 +0100)]
Merge pull request #23636 from nextcloud/backport/23630/stable20
[stable20] Bring back the restore share button
Morris Jobke [Sun, 25 Oct 2020 20:38:49 +0000 (21:38 +0100)]
Merge pull request #23641 from nextcloud/backport/23602/stable20
[stable20] Fix updates of NULL appconfig values
Nextcloud bot [Sun, 25 Oct 2020 02:18:40 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Roeland Jago Douma [Sat, 24 Oct 2020 08:57:58 +0000 (10:57 +0200)]
Merge pull request #23563 from nextcloud/backport/23497/stable20
[stable20] CalDavBackend: check if timerange is array before accessing
Roeland Jago Douma [Sat, 24 Oct 2020 08:54:41 +0000 (10:54 +0200)]
Merge pull request #23583 from nextcloud/backport/23580/stable20
[stable20] Also expire share type email
Roeland Jago Douma [Sat, 24 Oct 2020 08:54:29 +0000 (10:54 +0200)]
Merge pull request #23575 from nextcloud/backport/23415/stable20
[stable20] Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES
Roeland Jago Douma [Sat, 24 Oct 2020 08:53:45 +0000 (10:53 +0200)]
Merge pull request #23611 from nextcloud/backport/23606/stable20
[stable20] Only use index of mount point when it is there
Roeland Jago Douma [Sat, 24 Oct 2020 08:53:01 +0000 (10:53 +0200)]
Merge pull request #23633 from nextcloud/backport/23374/stable20
[stable20] Only retry fetching app store data once every 5 minutes in case it fails
Roeland Jago Douma [Sat, 24 Oct 2020 08:52:33 +0000 (10:52 +0200)]
Merge pull request #23646 from nextcloud/backport/23627/stable20
[stable20] Fix sharing input placeholder for emails
Roeland Jago Douma [Sat, 24 Oct 2020 08:32:10 +0000 (10:32 +0200)]
Merge pull request #23639 from nextcloud/version/noid/20.0.1
20.0.1
Nextcloud bot [Sat, 24 Oct 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Thu, 22 Oct 2020 10:12:48 +0000 (12:12 +0200)]
Fix sharing input placeholder for emails
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Roeland Jago Douma [Wed, 21 Oct 2020 08:04:06 +0000 (10:04 +0200)]
Fix updates of NULL appconfig values
The comparisson of NULL is a bit special.
So we need to handle this a tad beter else it might not replace NULL
values. or allow you to set NULL values on updates.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Nextcloud bot [Fri, 23 Oct 2020 02:18:59 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Thu, 22 Oct 2020 21:11:04 +0000 (23:11 +0200)]
20.0.1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Vincent Petry [Thu, 22 Oct 2020 13:03:42 +0000 (15:03 +0200)]
Bring back the restore share button
Fix disabled default file action to still use an anchor element, as this
is used in many other places (and potentially apps).
Adjusted anchor style to not look like it's clickable and added extras
to make sure everything inside still looks clickable as before.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Julius Härtl [Wed, 14 Oct 2020 14:58:52 +0000 (16:58 +0200)]
Only retry fetching app store data once every 5 minutes in case it fails
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Morris Jobke [Thu, 22 Oct 2020 13:58:35 +0000 (15:58 +0200)]
Merge pull request #23621 from nextcloud/backport/23613/stable20
[stable20] Disable unreliable app-files.feature:108
Daniel Calviño Sánchez [Thu, 22 Oct 2020 13:39:20 +0000 (15:39 +0200)]
Merge pull request #23622 from nextcloud/backport/23614/stable20
[stable20] Disable unreliable app-files-sharing.feature:108
Morris Jobke [Wed, 21 Oct 2020 20:07:13 +0000 (22:07 +0200)]
Disable unreliable app-files-sharing.feature:108
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Wed, 21 Oct 2020 19:53:29 +0000 (21:53 +0200)]
Disable unreliable app-files.feature:108
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Nextcloud bot [Thu, 22 Oct 2020 02:19:16 +0000 (02:19 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Wed, 21 Oct 2020 11:37:56 +0000 (13:37 +0200)]
Only use index of mount point when it is there
Signed-off-by: Joas Schilling <coding@schilljs.com>
blizzz [Wed, 21 Oct 2020 14:12:58 +0000 (16:12 +0200)]
Merge pull request #23570 from nextcloud/backport/23566/stable20
[stable20] LDAP: when nesting is not enabled, the group filter can be applied right away
Nextcloud bot [Wed, 21 Oct 2020 02:18:54 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
John Molakvoæ (skjnldsv) [Tue, 20 Oct 2020 08:20:26 +0000 (10:20 +0200)]
Also expire share type email
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Nextcloud bot [Tue, 20 Oct 2020 02:18:50 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Joas Schilling [Tue, 13 Oct 2020 13:32:34 +0000 (15:32 +0200)]
Some emojis are in CHAR_CATEGORY_GENERAL_OTHER_TYPES
Signed-off-by: Joas Schilling <coding@schilljs.com>
Arthur Schiwon [Mon, 19 Oct 2020 11:27:58 +0000 (13:27 +0200)]
tame psalm. why does it ignore '@property'?
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Mon, 19 Oct 2020 11:17:06 +0000 (13:17 +0200)]
when nesting is not enabled, the group filter can be applied right away
- helps performance, but skipping unnecessary entries
- reduces reoccuring info-level log output against groups that do not
qualify ("no or empty name")
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Mon, 19 Oct 2020 11:31:27 +0000 (13:31 +0200)]
Merge pull request #23474 from nextcloud/version/noid/20.0.1RC1
20.0.1 RC 1
Simon Spannagel [Fri, 16 Oct 2020 05:47:29 +0000 (07:47 +0200)]
CalDavBackend: check if timerange is array before accessing
Signed-off-by: Simon Spannagel <simonspa@kth.se>
Morris Jobke [Mon, 19 Oct 2020 08:30:14 +0000 (10:30 +0200)]
Update CA bundle
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Thu, 15 Oct 2020 11:47:59 +0000 (13:47 +0200)]
20.0.1 RC 1
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Mon, 19 Oct 2020 08:15:22 +0000 (10:15 +0200)]
Merge pull request #23205 from nextcloud/backport/23012/stable20
[stable20] Make BeforeTemplateRenderedEvent aware of the actual response
Morris Jobke [Mon, 19 Oct 2020 08:14:06 +0000 (10:14 +0200)]
Merge pull request #23514 from nextcloud/backport/23508/stable20
[stable20] fixes potential passing of null to getUserGroupIds
Morris Jobke [Mon, 19 Oct 2020 08:12:49 +0000 (10:12 +0200)]
Merge pull request #23422 from nextcloud/backport/23295/stable20
[stable20] Fix undefined index and consequential damages in versions code
Morris Jobke [Mon, 19 Oct 2020 08:12:38 +0000 (10:12 +0200)]
Merge pull request #23426 from nextcloud/backport/23021/stable20
[stable20] allow using saved login credentials for notify
Morris Jobke [Mon, 19 Oct 2020 08:12:09 +0000 (10:12 +0200)]
Merge pull request #23438 from nextcloud/disable-notify-self-check-20
[20] add option to disable notify self check
Morris Jobke [Mon, 19 Oct 2020 08:00:15 +0000 (10:00 +0200)]
Update @since tag
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
blizzz [Mon, 19 Oct 2020 07:32:26 +0000 (09:32 +0200)]
Merge pull request #23548 from nextcloud/backport/23264/stable20
[stable20] Add local version of escapeHTML
Nextcloud bot [Mon, 19 Oct 2020 02:18:07 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Daniel Kesselberg [Wed, 7 Oct 2020 20:58:00 +0000 (22:58 +0200)]
Add local version of escapeHTML
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Nextcloud bot [Sun, 18 Oct 2020 02:17:52 +0000 (02:17 +0000)]
[tx-robot] updated from transifex
Nextcloud bot [Sat, 17 Oct 2020 02:18:57 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Fri, 16 Oct 2020 16:15:58 +0000 (18:15 +0200)]
Merge pull request #23513 from nextcloud/backport/23478/stable20
[stable20] Clear cached app config while waiting for the SCSSCache lock to return
Morris Jobke [Thu, 15 Oct 2020 13:59:21 +0000 (15:59 +0200)]
Clear cached app config while waiting for the SCSSCache to finish processing the file
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Arthur Schiwon [Fri, 16 Oct 2020 10:29:35 +0000 (12:29 +0200)]
fixes potential passing of null to getUserGroupIds
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Morris Jobke [Fri, 16 Oct 2020 12:55:47 +0000 (14:55 +0200)]
Merge pull request #23510 from nextcloud/backport/23488/stable20
[stable20] SCSSCacher - Lock should not be removed
Morris Jobke [Thu, 15 Oct 2020 21:48:26 +0000 (23:48 +0200)]
SCSSCacher - Lock should not be removed
This is within the failed lock acquiring branch. So the lock is free by another process and should not be removed because the cached file (that was created by the process having the lock) appeared on the filesystem.
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 16 Oct 2020 11:23:40 +0000 (13:23 +0200)]
Merge pull request #23503 from nextcloud/backport/23490/stable20
[stable20] Provide log statements for SCSS cache
Morris Jobke [Fri, 16 Oct 2020 11:22:33 +0000 (13:22 +0200)]
Merge pull request #23480 from nextcloud/backport/23401/stable20
[stable20] Use own psalm instead of a global one
Morris Jobke [Tue, 13 Oct 2020 19:55:37 +0000 (21:55 +0200)]
Do not fail on changes to baseline.xml
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 16 Oct 2020 08:48:21 +0000 (10:48 +0200)]
Update psalm-baseline
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 16 Oct 2020 08:57:31 +0000 (10:57 +0200)]
Merge pull request #23498 from nextcloud/backport/23492/stable20
[stable20] SharedMountTest.php:367 is unreliable
Morris Jobke [Fri, 16 Oct 2020 07:50:22 +0000 (09:50 +0200)]
Merge pull request #23472 from nextcloud/backport/23464/stable20
[stable20] Add psalm types for the migration schema closure
Morris Jobke [Thu, 15 Oct 2020 15:13:35 +0000 (17:13 +0200)]
Provide log statements for SCSS cache
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Morris Jobke [Fri, 16 Oct 2020 07:32:47 +0000 (09:32 +0200)]
Merge pull request #23491 from nextcloud/backport/23481/stable20
[stable20] Add psalm types for the event dispatcher
Morris Jobke [Fri, 16 Oct 2020 07:31:53 +0000 (09:31 +0200)]
Merge pull request #23336 from nextcloud/backport/23239/stable20
[stable20] Fix database password visibility toggle
Christoph Wurst [Thu, 15 Oct 2020 14:51:00 +0000 (16:51 +0200)]
Update the baseline
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Tue, 13 Oct 2020 06:20:10 +0000 (08:20 +0200)]
Use own psalm instead of a global one
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Morris Jobke [Thu, 15 Oct 2020 22:36:23 +0000 (00:36 +0200)]
SharedMountTest.php:367 is unreliable
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Richard Steinmetz [Fri, 9 Oct 2020 18:10:27 +0000 (20:10 +0200)]
Fix password visibility toggles
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Fri, 16 Oct 2020 02:18:20 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Christoph Wurst [Thu, 15 Oct 2020 14:43:21 +0000 (16:43 +0200)]
Type the authentication listeners
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Thu, 15 Oct 2020 14:23:26 +0000 (16:23 +0200)]
Add psalm types for the event dispatcher
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
John Molakvoæ [Thu, 15 Oct 2020 14:43:30 +0000 (16:43 +0200)]
Merge pull request #23458 from nextcloud/backport/23448/stable20
[stable20] Fix app sidebar mountpoint
John Molakvoæ (skjnldsv) [Wed, 14 Oct 2020 16:03:17 +0000 (18:03 +0200)]
Fix app sidebar mountpoint
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Thu, 15 Oct 2020 12:04:34 +0000 (14:04 +0200)]
Merge pull request #23473 from nextcloud/backport/23436/stable20
[stable20] Remove posix_getpwuid and compare only userid
hoellen [Sat, 3 Oct 2020 18:52:04 +0000 (20:52 +0200)]
Adjust sudo command to UID instead of username
Signed-off-by: hoellen <dev@hoellen.eu>
hoellen [Sat, 3 Oct 2020 14:32:49 +0000 (16:32 +0200)]
Remove posix_getpwuid and compare only userid
Signed-off-by: hoellen <dev@hoellen.eu>
Christoph Wurst [Thu, 15 Oct 2020 08:58:51 +0000 (10:58 +0200)]
Add psalm types for the migration schema closure
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Morris Jobke [Thu, 15 Oct 2020 11:15:03 +0000 (13:15 +0200)]
Merge pull request #23466 from nextcloud/dependencies/nextcloud-vue-2.6.9
[stable20] Bump @nextcloud/vue to 2.6.9
Julius Härtl [Thu, 15 Oct 2020 09:28:23 +0000 (11:28 +0200)]
Bump @nextcloud/vue to 2.6.9
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Nextcloud bot [Thu, 15 Oct 2020 02:18:34 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Wed, 14 Oct 2020 15:40:06 +0000 (17:40 +0200)]
Merge pull request #23446 from nextcloud/backport/23377/stable20
[stable20] Annotate IContainer so Psalm knows what resove and query return
Christoph Wurst [Mon, 12 Oct 2020 11:15:40 +0000 (13:15 +0200)]
Annotate IContainer so Psalm knows what resove and query return
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Wed, 14 Oct 2020 13:58:46 +0000 (15:58 +0200)]
Merge pull request #23384 from nextcloud/backport/23284/stable20
[stable20] Fix adminpass strengthify margin
Robin Appelman [Wed, 23 Sep 2020 13:16:16 +0000 (15:16 +0200)]
add option to disable notify self check
Signed-off-by: Robin Appelman <robin@icewind.nl>
Nextcloud bot [Wed, 14 Oct 2020 02:18:55 +0000 (02:18 +0000)]
[tx-robot] updated from transifex
Morris Jobke [Tue, 13 Oct 2020 19:43:53 +0000 (21:43 +0200)]
Merge pull request #23420 from nextcloud/backport/23402/stable20
[stable20] Encode requesttoken for logout url in auto logout
Robin Appelman [Wed, 7 Oct 2020 13:43:44 +0000 (15:43 +0200)]
also give storage backend it's change to manipulate the config
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 23 Sep 2020 13:43:31 +0000 (15:43 +0200)]
allow using saved login credentials for notify
when only the user is provided, we use to provided user to try and get saved login credentials
Signed-off-by: Robin Appelman <robin@icewind.nl>
Julius Härtl [Tue, 13 Oct 2020 06:43:27 +0000 (08:43 +0200)]
Encode requesttoken for logout url in auto logout
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot[bot] <npmbuildbot[bot]@users.noreply.github.com>
Morris Jobke [Tue, 13 Oct 2020 15:46:32 +0000 (17:46 +0200)]
Merge pull request #23395 from nextcloud/backport/23300/stable20
[stable20] Stop transfer of ownership between same users
Morris Jobke [Fri, 9 Oct 2020 13:23:10 +0000 (15:23 +0200)]
Return all keys in getAllVersions() instead
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Christoph Wurst [Thu, 8 Oct 2020 17:52:29 +0000 (19:52 +0200)]
Fix undefined index and consequential damages in versions code
If the user has no space and there are no versions, there won't be an
`all` index in the versions entry. Hence this triggers a warning and
becomes `null`, afterwards `count`, `foreach` and friends will happily
throw even more warnings and errors because they don't want to play with
`null`. Thus adding a fallback to an empty array.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Christoph Wurst [Tue, 13 Oct 2020 09:45:24 +0000 (11:45 +0200)]
Merge pull request #23403 from nextcloud/backport/23396/stable20
[stable20] VersioningTest.php:729 is unreliable and should be disabled