]>
source.dussan.org Git - nextcloud-server.git/log
dependabot[bot] [Fri, 13 May 2022 15:33:25 +0000 (15:33 +0000)]
Bump karma from 6.3.17 to 6.3.20
Bumps [karma](https://github.com/karma-runner/karma) from 6.3.17 to 6.3.20.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.3.17...v6.3.20)
---
updated-dependencies:
- dependency-name: karma
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Tue, 10 May 2022 02:36:36 +0000 (02:36 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Côme Chilliet [Mon, 9 May 2022 07:30:55 +0000 (09:30 +0200)]
Merge pull request #32282 from nextcloud/backport/32246/stable24
[stable24] Don't use hash to check if binding worked
Nextcloud bot [Mon, 9 May 2022 02:29:04 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sun, 8 May 2022 02:29:01 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Sat, 7 May 2022 02:28:29 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Fri, 6 May 2022 02:28:49 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Carl Schwan [Mon, 2 May 2022 19:46:42 +0000 (21:46 +0200)]
Don't use slow hashing to check the LDAP binding
Using password_hash is expensive and should be used for hashing
passwords when saving them in the database. Here we just want to see if
the bind was already done with the given password, so use a fast hashing
algorythm.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Joas Schilling [Thu, 5 May 2022 16:57:15 +0000 (18:57 +0200)]
Merge pull request #32241 from nextcloud/revert-32239-revert-32214-backport/32212/stable24
Revert "Revert "[stable24] Make the order of reactions reliable""
Nextcloud bot [Thu, 5 May 2022 02:28:40 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Wed, 4 May 2022 12:46:44 +0000 (14:46 +0200)]
Merge pull request #32236 from nextcloud/backport/31758/stable24
[stable24] Use sabre function directly rather than duplicating it
Simon L [Wed, 4 May 2022 08:31:59 +0000 (10:31 +0200)]
Merge pull request #32153 from nextcloud/backport/32114/stable24
[stable24] fix showing of all apps are up-to-date in apps management
Simon L [Wed, 4 May 2022 08:16:23 +0000 (10:16 +0200)]
Merge pull request #32219 from nextcloud/backport/32218/stable24
[stable24] Revert "Show the child folders in the breadcrumb menu when on a parent entry."
Simon L [Wed, 4 May 2022 08:15:45 +0000 (10:15 +0200)]
Merge pull request #32181 from nextcloud/backport/32139/stable24
[stable24] fix social sharing buttons
Simon L [Wed, 4 May 2022 08:15:07 +0000 (10:15 +0200)]
Merge pull request #32133 from nextcloud/backport/32121/stable24
[stable24] update description of cronjob settings to be aligned to the documenta…
Nextcloud bot [Wed, 4 May 2022 02:30:46 +0000 (02:30 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Nextcloud bot [Tue, 3 May 2022 02:29:02 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Mon, 2 May 2022 14:04:49 +0000 (16:04 +0200)]
Merge pull request #32240 from nextcloud/release/final/24.0.0
24.0.0
blizzz [Mon, 2 May 2022 13:32:35 +0000 (15:32 +0200)]
Revert "Revert "[stable24] Make the order of reactions reliable""
blizzz [Mon, 2 May 2022 13:32:27 +0000 (15:32 +0200)]
Merge pull request #32239 from nextcloud/revert-32214-backport/32212/stable24
Revert "[stable24] Make the order of reactions reliable"
Nextcloud bot [Mon, 2 May 2022 13:12:51 +0000 (13:12 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
blizzz [Mon, 2 May 2022 12:46:24 +0000 (14:46 +0200)]
Revert "[stable24] Make the order of reactions reliable"
Arthur Schiwon [Mon, 2 May 2022 11:58:25 +0000 (13:58 +0200)]
24.0.0
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Côme Chilliet [Mon, 2 May 2022 09:44:37 +0000 (11:44 +0200)]
Restart CI
Vincent Petry [Mon, 25 Apr 2022 14:05:19 +0000 (16:05 +0200)]
Update psalm baseline for Sabre decodePath
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Côme Chilliet [Wed, 30 Mar 2022 14:31:54 +0000 (16:31 +0200)]
Trying without the use
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Wed, 30 Mar 2022 13:07:27 +0000 (15:07 +0200)]
Use sabre function directly rather than duplicating it
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
John Molakvoæ [Sat, 30 Apr 2022 10:43:28 +0000 (12:43 +0200)]
Merge pull request #32214 from nextcloud/backport/32212/stable24
Simon L [Fri, 29 Apr 2022 11:01:41 +0000 (13:01 +0200)]
Revert "Show the child folders in the breadcrumb menu when on a parent entry."
Signed-off-by: szaimen <szaimen@e.mail.de>
Joas Schilling [Thu, 28 Apr 2022 14:13:41 +0000 (16:13 +0200)]
Make the order of reactions reliable
Signed-off-by: Joas Schilling <coding@schilljs.com>
blizzz [Thu, 28 Apr 2022 12:33:13 +0000 (14:33 +0200)]
Merge pull request #32207 from nextcloud/release/rc3/24
24.0.0 RC3
Vincent Petry [Thu, 28 Apr 2022 11:08:11 +0000 (13:08 +0200)]
Merge pull request #32193 from nextcloud/backport/32189/stable24
[stable24] Mount Profile view after DOMContentLoaded
Arthur Schiwon [Thu, 28 Apr 2022 10:22:37 +0000 (12:22 +0200)]
24.0.0 RC3
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Louis Chemineau [Wed, 27 Apr 2022 13:47:58 +0000 (15:47 +0200)]
Mount profile after DOMContentLoaded
Fix https://github.com/nextcloud/server/issues/32187
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
szaimen [Mon, 25 Apr 2022 15:44:31 +0000 (17:44 +0200)]
fix social sharing buttons
Signed-off-by: szaimen <szaimen@e.mail.de>
szaimen [Wed, 27 Apr 2022 07:49:30 +0000 (09:49 +0200)]
add backport of #32154
Signed-off-by: szaimen <szaimen@e.mail.de>
blizzz [Tue, 26 Apr 2022 20:05:59 +0000 (22:05 +0200)]
Merge pull request #32035 from nextcloud/release/rc2/24.0.0
24.0.0 RC2
blizzz [Tue, 26 Apr 2022 09:11:00 +0000 (11:11 +0200)]
Merge pull request #32141 from nextcloud/backport/32084/stable24
[stable24] only need to setup root for groupfolders
szaimen [Tue, 26 Apr 2022 08:27:06 +0000 (10:27 +0200)]
fix showing of all apps are up-to-date in apps management
Signed-off-by: szaimen <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Robin Appelman [Fri, 22 Apr 2022 15:40:50 +0000 (17:40 +0200)]
Only need to setup root for groupfolders
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Mon, 25 Apr 2022 17:33:58 +0000 (19:33 +0200)]
Merge pull request #32138 from nextcloud/stable24-directory-listing-optimize-add-submount
[stable24] optimize adding submount info to directory content
Carl Schwan [Mon, 25 Apr 2022 16:56:52 +0000 (18:56 +0200)]
Merge pull request #32134 from nextcloud/backport/32033/stable24
[stable24] Fix scanning app data with metadata
Robin Appelman [Fri, 22 Apr 2022 13:50:14 +0000 (15:50 +0200)]
optimize adding submount info to directory content
no need to loop when we can do a hashtable lookup
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Mon, 25 Apr 2022 14:27:28 +0000 (16:27 +0200)]
Merge pull request #32118 from nextcloud/backport/32082/stable24
[stable24] use a lazy user for the file owner when listing a directory
Vincent Petry [Mon, 25 Apr 2022 14:26:11 +0000 (16:26 +0200)]
Merge pull request #32087 from nextcloud/backport/32076/stable24
[stable24] use and cache root storage info if a share can't be resolved
Vincent Petry [Mon, 25 Apr 2022 14:25:51 +0000 (16:25 +0200)]
Merge pull request #32119 from nextcloud/backport/32112/stable24
[stable24] Add missing index for oc_mounts queries
Carl Schwan [Thu, 21 Apr 2022 07:57:30 +0000 (09:57 +0200)]
Fix scanning app data with metadata
Previously we were listening to change in the appdata folder but an
appdata scan didn't setup the file system, so the view was unavailable.
**Test plan:**
1. rm -rf data/appdata_...../preview data/<user>/Media
2. occ files:scan-app-data
3. occ files:scan <user>
No errors and the files and metadata are correctly removed from the
database too.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
szaimen [Mon, 25 Apr 2022 11:09:02 +0000 (13:09 +0200)]
update description of cronjob settings to be aligned to the documentation update
Signed-off-by: szaimen <szaimen@e.mail.de>
Vincent Petry [Mon, 25 Apr 2022 13:16:28 +0000 (15:16 +0200)]
Merge pull request #32116 from nextcloud/backport/32109/stable24
[stable24] Get not only time-sensitive next job from list but any when not in cron-mode
Robin Appelman [Fri, 22 Apr 2022 14:29:52 +0000 (16:29 +0200)]
Use a lazy user for the file owner when listing a directory
Only getUID and getDisplayName are called on the file owner objects anyway
and we can get this information often without DB request
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Mon, 25 Apr 2022 12:57:11 +0000 (14:57 +0200)]
Merge pull request #32065 from nextcloud/backport/32047/stable24
[stable24] Cache display name
Joas Schilling [Mon, 25 Apr 2022 10:44:37 +0000 (12:44 +0200)]
Bump version
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 25 Apr 2022 07:39:56 +0000 (09:39 +0200)]
Fix older migrations to the version pattern
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 25 Apr 2022 07:38:31 +0000 (09:38 +0200)]
Add missing index
Signed-off-by: Joas Schilling <coding@schilljs.com>
Kirill Popov [Sat, 23 Apr 2022 13:42:37 +0000 (16:42 +0300)]
Get not only time-sensitive next job from list but any
Before the change webcron used to select
**only** time-sensitive tasks.
Signed-off-by: Kirill Popov <kirill.s.popov@gmail.com>
blizzz [Fri, 22 Apr 2022 21:13:20 +0000 (23:13 +0200)]
Merge pull request #32083 from nextcloud/backport/32040/stable24
[stable24] only register mounts that are new from providers that are new during a full setup
Robin Appelman [Fri, 22 Apr 2022 13:18:07 +0000 (15:18 +0200)]
add logging of failed quota info
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 22 Apr 2022 12:59:15 +0000 (14:59 +0200)]
use and cache root storage info if a share can't be resolved
as is a broken share will never be cached
Signed-off-by: Robin Appelman <robin@icewind.nl>
blizzz [Fri, 22 Apr 2022 15:09:02 +0000 (17:09 +0200)]
Merge pull request #32075 from nextcloud/backport/32053/stable24
[stable24] cache the verification of the share mountpoint
Robin Appelman [Thu, 21 Apr 2022 10:33:43 +0000 (12:33 +0200)]
only register mounts that are new from providers that are new during a full setup
this fixes cases where during the (partial) setup of a shared mount a full setup is triggered
Signed-off-by: Robin Appelman <robin@icewind.nl>
blizzz [Fri, 22 Apr 2022 14:51:27 +0000 (16:51 +0200)]
Merge pull request #32062 from nextcloud/backport/32048/stable24
[stable24] cache storage info in memcache for 5m
blizzz [Fri, 22 Apr 2022 14:42:23 +0000 (16:42 +0200)]
Merge pull request #32051 from nextcloud/fix-talk-branch-used-by-integration-tests-in-stable24
[stable24] Fix Talk branch used by integration tests
blizzz [Fri, 22 Apr 2022 13:49:19 +0000 (15:49 +0200)]
Merge pull request #32063 from nextcloud/backport/32049/stable24
[stable24] Add known dav properties to ignore list
blizzz [Fri, 22 Apr 2022 13:46:09 +0000 (15:46 +0200)]
Merge pull request #32066 from nextcloud/backport/32045/stable24
[stable24] cache fullSetupRequired locally
Robin Appelman [Fri, 22 Apr 2022 10:50:42 +0000 (12:50 +0200)]
cache display names in local memory before external memcache
Signed-off-by: Robin Appelman <robin@icewind.nl>
Carl Schwan [Fri, 22 Apr 2022 08:01:35 +0000 (10:01 +0200)]
Update cache when display name change
This improve the correctness of the data
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Thu, 21 Apr 2022 14:31:19 +0000 (16:31 +0200)]
Cache display name
This should saves some query in the share backend when displaying the
owner and it's not important if the display name is 10 minutes outdated
as it is very rare that this gets changed.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Robin Appelman [Thu, 21 Apr 2022 15:43:51 +0000 (17:43 +0200)]
cache the verification of the share mountpoint
after the initial verification this can only really be invalidated by a system mount (external/group/etc) being created at the share target since any normal file/folder creation will already conflict with the share
Signed-off-by: Robin Appelman <robin@icewind.nl>
blizzz [Fri, 22 Apr 2022 12:34:13 +0000 (14:34 +0200)]
Merge pull request #32046 from nextcloud/backport/32042/stable24
[stable24] improve optimization for SharedStorage::instanceOfStorage(Common)
blizzz [Fri, 22 Apr 2022 09:38:04 +0000 (11:38 +0200)]
Merge pull request #32027 from nextcloud/backport/32024/stable24
[stable24] ignore forbidden files while scanning local storage
Robin Appelman [Thu, 21 Apr 2022 13:23:09 +0000 (15:23 +0200)]
cache fullSetupRequired locally
no need to hit redis every time
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Fri, 22 Apr 2022 09:29:44 +0000 (11:29 +0200)]
Merge pull request #32029 from nextcloud/backport/32021/stable24
John Molakvoæ [Fri, 22 Apr 2022 09:29:28 +0000 (11:29 +0200)]
Merge pull request #32026 from nextcloud/backport/32022/stable24
Julius Härtl [Thu, 21 Apr 2022 15:01:42 +0000 (17:01 +0200)]
Add known dav properties to ignore list
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Robin Appelman [Thu, 21 Apr 2022 14:48:01 +0000 (16:48 +0200)]
cache storage info in memcache for 5m
Signed-off-by: Robin Appelman <robin@icewind.nl>
Daniel Calviño Sánchez [Thu, 21 Apr 2022 15:25:58 +0000 (17:25 +0200)]
Fix Talk branch used by integration tests in stable24
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Robin Appelman [Thu, 21 Apr 2022 13:00:42 +0000 (15:00 +0200)]
also apply the fix for the other storage types
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Thu, 21 Apr 2022 12:51:09 +0000 (14:51 +0200)]
improve optimization for SharedStorage::instanceOfStorage(Common)
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Thu, 21 Apr 2022 09:06:02 +0000 (11:06 +0200)]
24.0.0 RC2
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Christopher Ng [Wed, 20 Apr 2022 04:47:58 +0000 (04:47 +0000)]
Fix warning
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 20 Apr 2022 04:46:28 +0000 (04:46 +0000)]
Update naming of address book exports
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Christopher Ng [Wed, 20 Apr 2022 04:43:30 +0000 (04:43 +0000)]
Fix export of shared calendars
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Robin Appelman [Wed, 20 Apr 2022 11:01:16 +0000 (13:01 +0200)]
ignore forbidden files while scanning local storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Joas Schilling [Wed, 20 Apr 2022 11:08:31 +0000 (13:08 +0200)]
Fix test
Signed-off-by: Joas Schilling <coding@schilljs.com>
Arthur Schiwon [Wed, 20 Apr 2022 10:15:39 +0000 (12:15 +0200)]
log stacktrace for 'Backends provided no user object'
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
blizzz [Thu, 14 Apr 2022 19:18:36 +0000 (21:18 +0200)]
Merge pull request #31962 from nextcloud/release/rc1/24.0.0
24.0.0 RC1
Vincent Petry [Thu, 14 Apr 2022 18:29:44 +0000 (20:29 +0200)]
Merge pull request #31826 from nextcloud/fix/log-why-credential-token-invalid
Log why the login token can't be used for credentials
Vincent Petry [Thu, 14 Apr 2022 18:26:17 +0000 (20:26 +0200)]
Merge pull request #30860 from nextcloud/smb-getdirectory-content-catch
handle notfound and notpermitted error in Smb::getDirectoryContent
Vincent Petry [Thu, 14 Apr 2022 18:21:00 +0000 (20:21 +0200)]
Merge pull request #31972 from nextcloud/enh/noid/file-picker-extra-filter-function
Add extra filter for file picker
Vincent Petry [Thu, 14 Apr 2022 15:51:13 +0000 (17:51 +0200)]
Merge pull request #31975 from nextcloud/bugfix/31952/fix-mail-link-share-password-expiration-settings
Adjust settings for mail link password
Vincent Petry [Thu, 14 Apr 2022 09:04:46 +0000 (11:04 +0200)]
Add extra filter for file picker
Makes it possible to be more flexible when filtering entries to be
displayed.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Vincent Petry [Thu, 14 Apr 2022 13:07:25 +0000 (15:07 +0200)]
Merge pull request #31886 from nextcloud/bugfix/noid/principal-search-case-insensitive-dn
Principal search by display name case insensitive
Vincent Petry [Thu, 14 Apr 2022 12:06:25 +0000 (14:06 +0200)]
Adjust settings for mail link password
Rename the settings and invert the meaning.
Increase default interval to one hour.
Changed the interval to be a number of seconds, to align with other
setting styles.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Vincent Petry [Thu, 14 Apr 2022 11:39:31 +0000 (13:39 +0200)]
Merge pull request #31839 from nextcloud/feat/metadata-server
Add a metadata service to store file metadata
John Molakvoæ [Thu, 14 Apr 2022 10:17:19 +0000 (12:17 +0200)]
Merge pull request #17087 from nextcloud/move-to-stale-actions
Carl Schwan [Wed, 13 Apr 2022 08:52:26 +0000 (10:52 +0200)]
Fix an issue with the search backend update
And update autoloader
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Louis [Thu, 14 Apr 2022 09:01:22 +0000 (11:01 +0200)]
Merge pull request #31971 from nextcloud/Valdnet-patch-1
l10n: Remove dot and add a parenthesis
Valdnet [Thu, 14 Apr 2022 08:15:39 +0000 (10:15 +0200)]
l10n: Change to lowercase
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Valdnet [Thu, 14 Apr 2022 07:55:47 +0000 (09:55 +0200)]
l10n: Remove dot and add a parenthesis
Adaptation of the text string to the others. Removing the dot and adding a parenthesis.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Nextcloud bot [Thu, 14 Apr 2022 02:28:46 +0000 (02:28 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>