aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2022-11-2124-22/+68
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-2022-16/+76
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35245 from nextcloud/backport/32288/stable24Joas Schilling2022-11-191-11/+17
|\ | | | | [stable24] Fix JSON error when comment has no reactions
| * Fix JSON error when comment has no reactionsJoas Schilling2022-11-181-11/+17
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-1930-310/+756
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35266 from nextcloud/backport/35259/stable24Simon L2022-11-181-0/+9
|\ \ | | | | | | [stable24] Also cancel XHR when cancelling uploads
| * | Also cancel XHR when cancelling uploadsVincent Petry2022-11-181-0/+9
|/ / | | | | | | | | | | Fixes issue when cancelling a long list of uploads. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #35258 from nextcloud/backport/35218/stable24Simon L2022-11-181-10/+16
|\ \ | |/ |/| [stable24] delay updating setup providers untill we register the mounts
| * delay updating setup providers untill we register the mountsRobin Appelman2022-11-181-10/+16
|/ | | | | | otherwise the fallback to a full setup for a missing cached mount provider will lead to a race condition Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2022-11-1812-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35200 from nextcloud/backport/35096/stable24Joas Schilling2022-11-172-0/+8
|\ | | | | [stable24] Mark more config values as sensitive
| * Mark more config values as sensitiveJoas Schilling2022-11-162-0/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-1716-22/+46
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35215 from nextcloud/backport/35210/stable24Simon L2022-11-163-4/+4
|\ \ | |/ |/| [stable24] Fix settings for setting default expiration date
| * Fix settings for setting default expiration dateVincent Petry2022-11-163-4/+4
|/ | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-11-1670-118/+164
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35114 from nextcloud/backport/33631/stable24Simon L2022-11-151-1/+1
|\ | | | | [stable24] use the updated mariadb10.6 container in drone
| * use the updated mariadb10.6 container in droneSimon L2022-11-111-1/+1
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #35115 from nextcloud/backport/35105/stable24Richard Steinmetz2022-11-151-4/+14
|\ \ | | | | | | [stable24] Fix distorted previews when using imaginary
| * | Fix distorted previews when using imaginaryRichard Steinmetz2022-11-111-4/+14
| |/ | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | [tx-robot] updated from transifexNextcloud bot2022-11-1580-66/+138
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35140 from nextcloud/revert-35113-backport/35015/stable24Joas Schilling2022-11-141-2/+2
|\ \ | | | | | | Revert "[stable24] Appropriate length check in Notification.php"
| * | Revert "[stable24] Appropriate length check in Notification.php"Joas Schilling2022-11-141-2/+2
| | |
* | | Merge pull request #35134 from nextcloud/backport/35093/stable24Simon L2022-11-141-0/+2
|\ \ \ | |/ / |/| | [stable24] Run integration tests on 3rdparty bump
| * | Run integration tests on 3rdparty bumpJoas Schilling2022-11-141-0/+2
| | | | | | | | | Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | Merge pull request #35131 from nextcloud/backport/35070/stable24Simon L2022-11-141-0/+27
|\ \ \ | |/ / |/| | [stable24] [LDAP] always create instance of own user manager
| * | [LDAP] always create instance of own user managerArthur Schiwon2022-11-131-0/+27
| | | | | | | | | | | | | | | | | | | | | | | | - it is config specific and cannot be shared - because the Access instance is bound later, it is not obvious from the constructor Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2022-11-14156-4/+262
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35113 from nextcloud/backport/35015/stable24Simon L2022-11-131-2/+2
|\ \ | | | | | | [stable24] Appropriate length check in Notification.php
| * | Appropriate length check in Notification.phpnatoponen2022-11-111-2/+2
| |/ | | | | | | | | There is an issue(bug) when using UTF-8 symbols in any method, which checks the length of string as `isset($id[64])`. You can set only 32 UTF-8 symbols because they are 2 byte, and this "array" check seems inapropriate in this case, as it throws unexpected exceptions. Signed-off-by: natoponen <57988162+natoponen@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-134-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | [tx-robot] updated from transifexNextcloud bot2022-11-1254-74/+190
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #35088 from nextcloud/backport/35074/stable24Joas Schilling2022-11-111-7/+8
|\ | | | | [stable24] Make sure that path is normalized and then checked,
| * Make sure that path is normalized and then checked,Côme Chilliet2022-11-101-7/+8
| | | | | | | | | | | | and not the other way around Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #35101 from nextcloud/backport/35077/stable24Joas Schilling2022-11-111-4/+2
|\ \ | | | | | | [stable24] Fix PublicKeyTokenProviderTest import and mock
| * | Fix PublicKeyTokenProviderTest import and mockChristoph Wurst2022-11-111-4/+2
|/ / | | | | | | | | | | | | * IDBConnection import missing * Atomic doesn't need a mock Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | [tx-robot] updated from transifexNextcloud bot2022-11-1124-4/+38
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #35049 from nextcloud/backport/34834/stable24Julius Härtl2022-11-101-1/+1
|\ \ | |/ |/| [stable24] Fix size calculation on copying the skeleton files
| * Use proper storage method for writing skeleton filesJulius Härtl2022-11-091-1/+1
| | | | | | | | | | | | otherwise the filecache will have a wrong size for skeleton files Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #35065 from nextcloud/backport/35063/stable24Pytal2022-11-103-3/+7
|\ \ | | | | | | [stable24] Fix top margin in empty versions list
| * | Fix top margin in empty versions listRichard Steinmetz2022-11-103-3/+7
| |/ | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #35039 from nextcloud/backport/32211/stable24Robin Appelman2022-11-104-0/+199
|\ \ | | | | | | [stable24] Add repair command to fix wrong share ownership
| * | update autoloaderRobin Appelman2022-11-082-2/+2
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | fix repairing non user shares when repairing all sharesRobin Appelman2022-11-081-10/+33
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | remove no longer needed codeRobin Appelman2022-11-081-4/+0
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | split repairing into two stages to prevent long open transactionRobin Appelman2022-11-082-33/+66
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | update shares directly in dbRobin Appelman2022-11-081-13/+17
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | More verbose output for repair share ownership cmdVincent Petry2022-11-081-2/+3
| | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
| * | move share owner repair to occ commandRobin Appelman2022-11-084-94/+139
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add repair step to fix wrong share ownershipLouis Chemineau2022-11-084-0/+97
| | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>