]> source.dussan.org Git - nextcloud-server.git/log
nextcloud-server.git
3 years agoUpdate guzzlehttp/guzzle requirement in /build/integration 29493/head
dependabot[bot] [Sat, 30 Oct 2021 04:11:56 +0000 (04:11 +0000)]
Update guzzlehttp/guzzle requirement in /build/integration

Updates the requirements on [guzzlehttp/guzzle](https://github.com/guzzle/guzzle) to permit the latest version.
- [Release notes](https://github.com/guzzle/guzzle/releases)
- [Changelog](https://github.com/guzzle/guzzle/blob/6.5.5/CHANGELOG.md)
- [Commits](https://github.com/guzzle/guzzle/compare/6.5.2...6.5.5)

---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #29492 from nextcloud/dependabot/npm_and_yarn/stable21/bootstrap...
dependabot[bot] [Sat, 30 Oct 2021 14:53:24 +0000 (14:53 +0000)]
Merge pull request #29492 from nextcloud/dependabot/npm_and_yarn/stable21/bootstrap-4.6.1

3 years agoBump bootstrap from 4.6.0 to 4.6.1 29492/head
dependabot[bot] [Sat, 30 Oct 2021 03:51:26 +0000 (03:51 +0000)]
Bump bootstrap from 4.6.0 to 4.6.1

Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.6.0 to 4.6.1.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.6.0...v4.6.1)

---
updated-dependencies:
- dependency-name: bootstrap
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 30 Oct 2021 02:22:34 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29416 from nextcloud/backport/27440/stable21
MichaIng [Fri, 29 Oct 2021 22:19:35 +0000 (00:19 +0200)]
Merge pull request #29416 from nextcloud/backport/27440/stable21

[stable21] Handle files with `is_file` instead of `file_exists`

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 29 Oct 2021 02:22:45 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29476 from nextcloud/backport/29115/stable21
Carl Schwan [Thu, 28 Oct 2021 14:44:24 +0000 (16:44 +0200)]
Merge pull request #29476 from nextcloud/backport/29115/stable21

[stable21] Fix permissions when copying from ObjectStorage

3 years agoFix permissions when copying from ObjectStorage 29476/head
Carl Schwan [Thu, 7 Oct 2021 09:50:33 +0000 (11:50 +0200)]
Fix permissions when copying from ObjectStorage

Make sure that when a user copy a file from a directory they don't have
all permissions to a directory where they have more permissions, the
permissions are correctly set to the one from the parent taget folder.

This was caused by the ObjectStoreStorage::copyFromStorage using
the jailed storage and cache entry instead of the unjailed one like other
storages (the local one).
Steps to reproduce

+ Use object storage
+ Create a groupfolder with one group having full permission and another one
  who can just read files.
+ With an user who is in the second group, copy a file from the groupfolder to
  the home folder of this user.
+ The file in the home folder of the user will be read only and can't be deleted
  even though it is in their home folder and they are the owner. In oc_filecache,
  the permissions stored for this file are 1 (READ)

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years agoMerge pull request #29458 from nextcloud/backport/29454/stable21
Julius Härtl [Thu, 28 Oct 2021 07:29:37 +0000 (09:29 +0200)]
Merge pull request #29458 from nextcloud/backport/29454/stable21

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 28 Oct 2021 02:23:12 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29447 from nextcloud/backport/29220/stable21
John Molakvoæ [Wed, 27 Oct 2021 13:52:30 +0000 (15:52 +0200)]
Merge pull request #29447 from nextcloud/backport/29220/stable21

3 years agoDetect mimetype by content only with content 29458/head
Joas Schilling [Wed, 27 Oct 2021 08:45:03 +0000 (10:45 +0200)]
Detect mimetype by content only with content

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 27 Oct 2021 02:23:55 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29443 from nextcloud/backport/stable21/26841
Louis [Tue, 26 Oct 2021 13:09:29 +0000 (15:09 +0200)]
Merge pull request #29443 from nextcloud/backport/stable21/26841

[stable21] Implement local filtering in file list

3 years agoci 29447/head
Robin Appelman [Thu, 14 Oct 2021 15:28:32 +0000 (17:28 +0200)]
ci

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agocache versioning enabled status
Robin Appelman [Tue, 19 Oct 2021 13:03:22 +0000 (15:03 +0200)]
cache versioning enabled status

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agominor directory detect improvements
Robin Appelman [Tue, 19 Oct 2021 12:58:40 +0000 (14:58 +0200)]
minor directory detect improvements

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agomore reliable return value for Watcher::checkUpdate
Robin Appelman [Fri, 15 Oct 2021 14:03:18 +0000 (16:03 +0200)]
more reliable return value for Watcher::checkUpdate

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoalways set Key field in `headObject`
Robin Appelman [Fri, 15 Oct 2021 14:23:39 +0000 (16:23 +0200)]
always set Key field in `headObject`

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agomore reliable hasUpdated for s3
Robin Appelman [Fri, 15 Oct 2021 14:02:57 +0000 (16:02 +0200)]
more reliable hasUpdated for s3

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoremove old migration method
Robin Appelman [Fri, 15 Oct 2021 13:15:56 +0000 (15:15 +0200)]
remove old migration method

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agooptimize filetype for s3 directories a bit
Robin Appelman [Fri, 15 Oct 2021 12:54:09 +0000 (14:54 +0200)]
optimize filetype for s3 directories a bit

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agomore reliable directory copy
Robin Appelman [Thu, 14 Oct 2021 17:16:58 +0000 (19:16 +0200)]
more reliable directory copy

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agodoesDirectoryExist fixes
Robin Appelman [Thu, 14 Oct 2021 16:36:55 +0000 (18:36 +0200)]
doesDirectoryExist fixes

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agos3 external storage listing rework
Robin Appelman [Wed, 13 Oct 2021 17:42:31 +0000 (19:42 +0200)]
s3 external storage listing rework

Signed-off-by: Robin Appelman <robin@icewind.nl>
3 years agoMove to combined files entrypoint 29443/head
Julius Härtl [Wed, 20 Oct 2021 14:39:16 +0000 (16:39 +0200)]
Move to combined files entrypoint

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoFix "No entries in this …" template
Joas Schilling [Fri, 30 Apr 2021 09:52:47 +0000 (11:52 +0200)]
Fix "No entries in this …" template

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoImplement local filtering in file list
Julius Härtl [Thu, 29 Apr 2021 10:09:06 +0000 (12:09 +0200)]
Implement local filtering in file list

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 26 Oct 2021 02:23:16 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29428 from nextcloud/fix/user_status_enumeration_21
Lukas Reschke [Mon, 25 Oct 2021 12:52:13 +0000 (14:52 +0200)]
Merge pull request #29428 from nextcloud/fix/user_status_enumeration_21

Backport #29260: Respect user enumeration settings in user status lists

3 years agoAdd integration tests for user_status API 29428/head
Jonas Meurer [Tue, 19 Oct 2021 08:56:07 +0000 (10:56 +0200)]
Add integration tests for user_status API

Signed-off-by: Jonas Meurer <jonas@freesources.org>
3 years agoRespect user enumeration settings in user status lists
Jonas Meurer [Thu, 8 Jul 2021 16:26:27 +0000 (18:26 +0200)]
Respect user enumeration settings in user status lists

So far, the functions to find user statuses listed didn't respect user
enumeration settings (`shareapi_allow_share_dialog_user_enumeration`
and `shareapi_restrict_user_enumeration_to_group` core app settings).

Fix this privacy issue by returning an empty list in case
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.

In the long run, we might want to return users from common groups if
`shareapi_restrict_user_enumeration_to_group` is set. It's complicated
to implement this in a way that scales, though. See the discussion at
https://github.com/nextcloud/server/pull/27879#pullrequestreview-753655308
for details.

Also, don't register the user_status dashboard widget at all if
`shareapi_allow_share_dialog_user_enumeration` is unset or
`shareapi_restrict_user_enumeration_to_group` is set.

Fixes: #27122
Signed-off-by: Jonas Meurer <jonas@freesources.org>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 25 Oct 2021 02:22:42 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 24 Oct 2021 02:22:43 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29420 from nextcloud/backport/29400/stable21
blizzz [Sat, 23 Oct 2021 23:27:20 +0000 (01:27 +0200)]
Merge pull request #29420 from nextcloud/backport/29400/stable21

[stable21] fixes an undefined index when getAccessList returns an empty array

3 years agoMerge pull request #29411 from nextcloud/dependabot/npm_and_yarn/stable21/babel-loade...
dependabot[bot] [Sat, 23 Oct 2021 18:51:01 +0000 (18:51 +0000)]
Merge pull request #29411 from nextcloud/dependabot/npm_and_yarn/stable21/babel-loader-8.2.3

3 years agoMerge pull request #29399 from nextcloud/backport/29378/stable21
MichaIng [Sat, 23 Oct 2021 18:12:44 +0000 (20:12 +0200)]
Merge pull request #29399 from nextcloud/backport/29378/stable21

[stable21] Make the route name error more helpful

3 years agoBump babel-loader from 8.2.2 to 8.2.3 29411/head
dependabot[bot] [Sat, 23 Oct 2021 02:12:03 +0000 (02:12 +0000)]
Bump babel-loader from 8.2.2 to 8.2.3

Bumps [babel-loader](https://github.com/babel/babel-loader) from 8.2.2 to 8.2.3.
- [Release notes](https://github.com/babel/babel-loader/releases)
- [Changelog](https://github.com/babel/babel-loader/blob/main/CHANGELOG.md)
- [Commits](https://github.com/babel/babel-loader/compare/v8.2.2...v8.2.3)

---
updated-dependencies:
- dependency-name: babel-loader
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agoMerge pull request #29403 from nextcloud/dependabot/composer/build/integration/stable...
dependabot[bot] [Sat, 23 Oct 2021 16:06:44 +0000 (16:06 +0000)]
Merge pull request #29403 from nextcloud/dependabot/composer/build/integration/stable21/behat/behat-approx-3.9.0

3 years agoUpdate behat/behat requirement in /build/integration 29403/head
dependabot[bot] [Sat, 23 Oct 2021 01:04:24 +0000 (01:04 +0000)]
Update behat/behat requirement in /build/integration

Updates the requirements on [behat/behat](https://github.com/Behat/Behat) to permit the latest version.
- [Release notes](https://github.com/Behat/Behat/releases)
- [Changelog](https://github.com/Behat/Behat/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Behat/Behat/compare/v3.8.0...v3.9.0)

---
updated-dependencies:
- dependency-name: behat/behat
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
3 years agofixes an undefined index when getAccessList returns an empty array 29420/head
Arthur Schiwon [Fri, 22 Oct 2021 20:42:25 +0000 (22:42 +0200)]
fixes an undefined index when getAccessList returns an empty array

- [] is a valid return value that should be honored as having no access

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
3 years agoUpdate Tests 29416/head
acsfer [Fri, 22 Oct 2021 10:16:11 +0000 (12:16 +0200)]
Update Tests

3 years agoTests update
acsfer [Sun, 15 Aug 2021 10:23:29 +0000 (12:23 +0200)]
Tests update

3 years agoHandle files with is_file instead of file_exists
acsfer [Wed, 9 Jun 2021 12:38:21 +0000 (14:38 +0200)]
Handle files with is_file instead of file_exists

Should fix things like `fread(): read of 8192 bytes failed with errno=21 Is a directory`

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 23 Oct 2021 02:22:54 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMake the route name error more helpful 29399/head
Christoph Wurst [Fri, 22 Oct 2021 08:41:27 +0000 (10:41 +0200)]
Make the route name error more helpful

As a developer I have no clue what "Invalid route name" means. If the
exception gives me a hint I might find it easier to figure out why my
route triggers this error.

Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
3 years agoMerge pull request #29390 from nextcloud/backport/29375/stable21
Julius Härtl [Fri, 22 Oct 2021 18:12:39 +0000 (20:12 +0200)]
Merge pull request #29390 from nextcloud/backport/29375/stable21

3 years agoMerge pull request #29386 from nextcloud/backport/28997/stable21
Daniel [Fri, 22 Oct 2021 16:14:33 +0000 (18:14 +0200)]
Merge pull request #29386 from nextcloud/backport/28997/stable21

[stable21] Scheduling plugin not updating responding attendee status

3 years agoMake calendar schedule options translatable 29390/head
Julius Härtl [Fri, 22 Oct 2021 07:24:30 +0000 (09:24 +0200)]
Make calendar schedule options translatable

Signed-off-by: Julius Härtl <jus@bitgrid.net>
3 years agoUpdate attendence for external users 29386/head
Daniel Kesselberg [Fri, 8 Oct 2021 14:34:43 +0000 (16:34 +0200)]
Update attendence for external users

For local users it's possible to select their calendar via the principal url and first update their own attendance status.
External users have no calendar event hence the recipient is the organizer.

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoScheduling plugin not updating responding attendee status take two
Anna Larch [Wed, 29 Sep 2021 15:32:13 +0000 (17:32 +0200)]
Scheduling plugin not updating responding attendee status take two

Signed-off-by: Anna Larch <anna@nextcloud.com>
3 years agoMerge pull request #29367 from nextcloud/backport/29362/stable21
Vincent Petry [Fri, 22 Oct 2021 07:56:21 +0000 (09:56 +0200)]
Merge pull request #29367 from nextcloud/backport/29362/stable21

[stable21] Fix security issues when copying groupfolder with advanced ACL

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 22 Oct 2021 02:22:17 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix security issues when copying groupfolder with advanced ACL 29367/head
Carl Schwan [Thu, 21 Oct 2021 14:57:07 +0000 (16:57 +0200)]
Fix security issues when copying groupfolder with advanced ACL

Using advanced ACL, it is possible that an user has access to a
directory but not to a subdirectory, so the copying use
Common::copyFromStorage instead of Local::copyFromStorage.

Fix https://github.com/nextcloud/groupfolders/issues/1692

Signed-off-by: Carl Schwan <carl@carlschwan.eu>
3 years agoMerge pull request #29289 from nextcloud/backport/28768/stable21
John Molakvoæ [Thu, 21 Oct 2021 07:32:32 +0000 (09:32 +0200)]
Merge pull request #29289 from nextcloud/backport/28768/stable21

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 21 Oct 2021 02:24:37 +0000 (02:24 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29315 from nextcloud/backport/29180/stable21
blizzz [Wed, 20 Oct 2021 16:24:37 +0000 (18:24 +0200)]
Merge pull request #29315 from nextcloud/backport/29180/stable21

[stable21] Avoid PHP errors when the LDAP attribute is not found

3 years agoMerge pull request #29268 from nextcloud/backport/29125/stable21
Daniel [Wed, 20 Oct 2021 08:35:21 +0000 (10:35 +0200)]
Merge pull request #29268 from nextcloud/backport/29125/stable21

[stable21] Add configuration flag to disable the background job for files_trashbin

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 20 Oct 2021 02:43:22 +0000 (02:43 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29267 from nextcloud/backport/29090/stable21
MichaIng [Tue, 19 Oct 2021 22:13:25 +0000 (00:13 +0200)]
Merge pull request #29267 from nextcloud/backport/29090/stable21

[stable21] Add configuration flag to disable the background job for files_versions

3 years agoUse Psr\Log\LoggerInterface where it can easily be used in user_ldap 29315/head
Côme Chilliet [Thu, 14 Oct 2021 10:16:43 +0000 (12:16 +0200)]
Use Psr\Log\LoggerInterface where it can easily be used in user_ldap

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years agoFix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Access
Côme Chilliet [Thu, 14 Oct 2021 07:13:20 +0000 (09:13 +0200)]
Fix two mistakes in previous migration to LoggerInterface in OCA\User_LDAP\Access

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years agoUse Psr\Log\LoggerInterface in OCA\User_LDAP\Access
Côme Chilliet [Tue, 12 Oct 2021 15:19:51 +0000 (17:19 +0200)]
Use Psr\Log\LoggerInterface in OCA\User_LDAP\Access

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years agoAvoid PHP errors when the LDAP attribute is not found
Côme Chilliet [Tue, 12 Oct 2021 10:38:00 +0000 (12:38 +0200)]
Avoid PHP errors when the LDAP attribute is not found

Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
3 years agoMerge pull request #29182 from nextcloud/backport/29028/stable21
John Molakvoæ [Tue, 19 Oct 2021 09:11:20 +0000 (11:11 +0200)]
Merge pull request #29182 from nextcloud/backport/29028/stable21

3 years agoMerge pull request #29282 from nextcloud/backport/28250/stable21
John Molakvoæ [Tue, 19 Oct 2021 09:08:21 +0000 (11:08 +0200)]
Merge pull request #29282 from nextcloud/backport/28250/stable21

3 years agoMerge pull request #29302 from nextcloud/backport/29259/stable21
Julius Härtl [Tue, 19 Oct 2021 07:38:16 +0000 (09:38 +0200)]
Merge pull request #29302 from nextcloud/backport/29259/stable21

3 years agoFix app upgrade 29302/head
Joas Schilling [Fri, 15 Oct 2021 12:16:08 +0000 (14:16 +0200)]
Fix app upgrade

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Tue, 19 Oct 2021 02:23:12 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoSimplify :) 29289/head
acsfer [Mon, 4 Oct 2021 15:21:37 +0000 (17:21 +0200)]
Simplify :)

3 years agoReplace `file_exists()` method by `is_file()`
acsfer [Mon, 4 Oct 2021 15:20:17 +0000 (17:20 +0200)]
Replace `file_exists()` method by `is_file()`

3 years agoGet `filesize()` if `file_exists()`
acsfer [Thu, 9 Sep 2021 10:10:09 +0000 (12:10 +0200)]
Get `filesize()` if `file_exists()`

Should make sense.

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Mon, 18 Oct 2021 02:25:03 +0000 (02:25 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoFix bug introduced on drag and drop external files 29282/head
pjft [Thu, 29 Jul 2021 21:50:02 +0000 (22:50 +0100)]
Fix bug introduced on drag and drop external files

Drag and drop of external (OS filesystem) to subdirectories in the browser would fail on specific cases, mainly when the subdirectory was no longer off the root folder.
This seemed to have been an issue introduced with the subdirectory free space calculation [here](https://github.com/nextcloud/server/commit/f9536b08096ed1c80391af36d33a18198be1fced) and it seems to fail for any subdirectory that doesn't belong to the root folder.

Bug reports:
- https://help.nextcloud.com/t/drag-drop-into-subfolders/120731
- https://github.com/nextcloud/server/issues/24720

I couldn't find any reference on scenarios or quota management that would suggest when a subdirectory's free space would be different to the parent's free space, other than when on the root folder, where subdirectories can be external mounts.

As such, if my understanding is correct (please review), this calculation can - and should - be made by getting the free space from the first subdirectory in the total path, which caters for all subdirectory scenarios.

Please advise, happy to help improve this.

Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Signed-off-by: pjft <pjft@users.noreply.github.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sun, 17 Oct 2021 02:22:19 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Sat, 16 Oct 2021 02:23:42 +0000 (02:23 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoAdd configuration flag to disable the background job for files_trashbin 29268/head
Daniel Kesselberg [Thu, 7 Oct 2021 19:34:16 +0000 (21:34 +0200)]
Add configuration flag to disable the background job for files_trashbin

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoAdd configuration flag to disable the background job for files_versions 29267/head
Daniel Kesselberg [Wed, 6 Oct 2021 09:54:27 +0000 (11:54 +0200)]
Add configuration flag to disable the background job for files_versions

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #29159 from nextcloud/backport/24185/stable21
Daniel [Fri, 15 Oct 2021 09:36:56 +0000 (11:36 +0200)]
Merge pull request #29159 from nextcloud/backport/24185/stable21

[stable21] Properly handle folder deletion on external s3 storage

3 years agoMerge pull request #29194 from nextcloud/revert-29178-backport/25774/stable21
John Molakvoæ [Fri, 15 Oct 2021 09:02:40 +0000 (11:02 +0200)]
Merge pull request #29194 from nextcloud/revert-29178-backport/25774/stable21

3 years agoMerge pull request #29252 from nextcloud/backport/29248/stable21
Daniel [Fri, 15 Oct 2021 08:18:43 +0000 (10:18 +0200)]
Merge pull request #29252 from nextcloud/backport/29248/stable21

[stable21] Fix background scan doc in config

3 years agoFix background scan doc in config 29252/head
Vincent Petry [Fri, 15 Oct 2021 07:56:57 +0000 (09:56 +0200)]
Fix background scan doc in config

The background scanner only processes entries with size < 0

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
3 years ago[tx-robot] updated from transifex
Nextcloud bot [Fri, 15 Oct 2021 02:26:20 +0000 (02:26 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoMerge pull request #29203 from nextcloud/backport/26688/stable21
MichaIng [Thu, 14 Oct 2021 13:08:10 +0000 (15:08 +0200)]
Merge pull request #29203 from nextcloud/backport/26688/stable21

[stable21] Add proper message to created share not found

3 years agoMerge pull request #29222 from nextcloud/backport/29214/stable21
blizzz [Thu, 14 Oct 2021 10:51:51 +0000 (12:51 +0200)]
Merge pull request #29222 from nextcloud/backport/29214/stable21

[stable21] Don't setup the filesystem to check for a favicon we don't use anyway

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Thu, 14 Oct 2021 02:22:48 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years agoDon't setup the filesystem to check for a favicon we don't use anyway 29222/head
Joas Schilling [Wed, 13 Oct 2021 13:45:42 +0000 (15:45 +0200)]
Don't setup the filesystem to check for a favicon we don't use anyway

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoMerge pull request #29197 from nextcloud/backport/29020/stable21
Joas Schilling [Wed, 13 Oct 2021 20:24:18 +0000 (22:24 +0200)]
Merge pull request #29197 from nextcloud/backport/29020/stable21

[stable21] Keep group restrictions when reenabling apps after an update

3 years agoMerge pull request #29218 from nextcloud/backport/29136/stable21
Daniel [Wed, 13 Oct 2021 18:09:24 +0000 (20:09 +0200)]
Merge pull request #29218 from nextcloud/backport/29136/stable21

[stable21] Add documentation for files_no_background_scan

3 years agoAdd documentation for files_no_background_scan 29218/head
Daniel Kesselberg [Fri, 8 Oct 2021 09:41:19 +0000 (11:41 +0200)]
Add documentation for files_no_background_scan

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
3 years agoMerge pull request #29208 from nextcloud/backport/29004/stable21
Joas Schilling [Wed, 13 Oct 2021 15:01:48 +0000 (17:01 +0200)]
Merge pull request #29208 from nextcloud/backport/29004/stable21

[stable21] Fix translated app details

3 years agoKeep group restrictions when reenabling apps after an update 29197/head
Joas Schilling [Fri, 1 Oct 2021 14:40:25 +0000 (16:40 +0200)]
Keep group restrictions when reenabling apps after an update

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoFix translated app details 29208/head
Joas Schilling [Thu, 30 Sep 2021 07:08:17 +0000 (09:08 +0200)]
Fix translated app details

Signed-off-by: Joas Schilling <coding@schilljs.com>
3 years agoDefault message for ShareNotFound exception 29203/head
John Molakvoæ (skjnldsv) [Thu, 22 Apr 2021 06:48:25 +0000 (08:48 +0200)]
Default message for ShareNotFound exception

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoAdd proper message to created share not found
John Molakvoæ (skjnldsv) [Thu, 22 Apr 2021 06:14:48 +0000 (08:14 +0200)]
Add proper message to created share not found

Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
3 years agoRevert "[stable21] Add button color variables" 29194/head
John Molakvoæ [Wed, 13 Oct 2021 06:55:32 +0000 (08:55 +0200)]
Revert "[stable21] Add button color variables"

3 years agoMerge pull request #29130 from nextcloud/backport/27886/stable21
Vincent Petry [Wed, 13 Oct 2021 06:39:27 +0000 (08:39 +0200)]
Merge pull request #29130 from nextcloud/backport/27886/stable21

[stable21] Keep pw based auth tokens valid when pw-less login happens

3 years agoMerge pull request #29080 from nextcloud/path-prefix-filter-21
Vincent Petry [Wed, 13 Oct 2021 06:37:28 +0000 (08:37 +0200)]
Merge pull request #29080 from nextcloud/path-prefix-filter-21

[21] generate a better optimized query for path prefix search filters

3 years ago[tx-robot] updated from transifex
Nextcloud bot [Wed, 13 Oct 2021 02:22:58 +0000 (02:22 +0000)]
[tx-robot] updated from transifex

Signed-off-by: Nextcloud bot <bot@nextcloud.com>
3 years ago[21] generate a better optimized query for path prefix search filters 29080/head
Robin Appelman [Tue, 5 Oct 2021 13:42:59 +0000 (15:42 +0200)]
[21] generate a better optimized query for path prefix search filters

Signed-off-by: Robin Appelman <robin@icewind.nl>