summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #40509 from nextcloud/backport/40488/stable25Joas Schilling2023-09-201-0/+16
|\ | | | | [stable25] fix(comments): Use provided offset in best effort when loading comments
| * fix(comments): Use provided offset in best effort when loading commentsJoas Schilling2023-09-191-0/+16
| | | | | | | | | | | | | | | | | | When we didn't find the "$lastKnownComment" the whole condition was ignored. Now we still use the ID as an offset. This is required as a fall-back for expired messages in Talk and deleted comments in other apps. Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-202-0/+14
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Only read unencrypted_size when file is actually encryptedJulius Härtl2023-09-122-3/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix: Only store unencrypted_size if path should be encryptedJulius Härtl2023-09-122-1/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* fix(logging): user log condition featureCôme Chilliet2023-09-071-10/+12
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #40304 from nextcloud/backport/40293/stable25Tobias Kaminsky2023-09-071-2/+2
|\ | | | | [stable25] fix(ratelimit): Only use memory cache backend for redis
| * fix(ratelimit): Only use memory cache backend for redisJoas Schilling2023-09-061-2/+2
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-074-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40261 from nextcloud/backport/40234/stable25Arthur Schiwon2023-09-051-0/+5
|\ | | | | [stable25] enh: skip processing for empty response
| * enh: skip processing for empty responseDaniel Kesselberg2023-09-051-0/+5
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #40233 from nextcloud/fix/fix-video-seeking-public-linkArthur Schiwon2023-09-055-6/+48
|\ \ | | | | | | [stable25] Detect aborted connection in OC\Files\View and stop writing data to the output buffer
| * | Apply suggestions from code review in View.phpCôme Chilliet2023-09-051-4/+4
| | | | | | | | | | | | | | | | | | Co-authored-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com> Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Lower log to debug for connections aborted by the clientCôme Chilliet2023-09-045-1/+38
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Detect aborted connection in OC\Files\View and stop writing data to theCôme Chilliet2023-09-042-5/+10
| |/ | | | | | | | | | | output buffer Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #40188 from nextcloud/backport/39017/stable25Arthur Schiwon2023-09-051-1/+1
|\ \ | | | | | | [stable25] fix(s3): fix handling verify_bucket_exists parameter
| * | fix(s3): fix handling verify_bucket_exists parameterThomas Citharel2023-08-311-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | If 'verify_bucket_exists' is set to false in the config.php s3 configuration, it's supposed to avoid verifying that the bucket exists. However empty(falsy) will always return true, so this condition would not work. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #39731 from nextcloud/backport/39698/stable25Arthur Schiwon2023-09-051-1/+1
|\ \ \ | |_|/ |/| | [stable25] Catch more invalid cache source storage paths
| * | fix: simplify `sourceData` checkJohn Molakvoæ2023-08-061-1/+1
| | | | | | | | | | | | Co-authored-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | Catch more invalid cache source storage pathsJosh Richards2023-08-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | OC\Files\Cache\Cache::get can return string|false|null, not just string|false. - nextcloud/server#26270 added handling of false, but null is needed too. - Well, or we change the default $resullt to false, but I'm not sure if that has other ramifications and the real need here is to simply catch situations where the cache source storage path is not valid for whatever reason Related: nextcloud/server#19009 Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-032-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-014-0/+4
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-314-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-3018-0/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(CalDAV): check voject exists before attempting any operationAnna Larch2023-08-291-6/+35
| | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | Merge pull request #39703 from nextcloud/cache-imcomplete-id-first-25Robin Appelman2023-08-281-3/+16
|\ \ | | | | | | [stable25] Select the fileid first when looking for incomplete files
| * | select the fileid first when looking for incomplete filesRobin Appelman2023-08-281-3/+16
| | | | | | | | | | | | | | | | | | this seems to improve mariadbs index selection Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | fix: don't emit Hooks when hookpaths are emptyAnna Larch2023-08-281-49/+57
|/ / | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com> Signed-off-by: Max <max@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-232-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-172-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-164-0/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-1468-202/+202
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-132-2/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-124-0/+110
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-112-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-104-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0920-0/+44
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0828-26/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-072-0/+16
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-062-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-054-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0418-0/+32
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39671 from nextcloud/manual/backport/39614F. E Noel Nfebe2023-08-031-2/+16
|\ | | | | [stable25] fix share roots always being marked as writable
| * fix share roots always being marked as writableRobin Appelman2023-08-021-2/+16
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0322-28/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39438 from nextcloud/backport/39309/stable25Arthur Schiwon2023-08-021-1/+1
|\ | | | | [stable25] fix(profile): fix getUID on nullable user variable
| * fix(profile): fix getUID on nullable user variableThomas Citharel2023-07-171-1/+1
| | | | | | | | | | | | | | | | | | As per method signature, $visitingUser is nullable, so we can't be sure calling getUid() on it will work. Closes #35766 Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Merge pull request #39598 from nextcloud/backport/38667/stable25Arthur Schiwon2023-08-021-4/+8
|\ \ | | | | | | [stable25] fix(SystemTagManager): Use truncated tagName in getTag and updateTag
| * | fix(SystemTagManager): Use truncated tagName in getTag and updateTagMarcel Klehr2023-07-271-4/+8
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Merge pull request #39451 from nextcloud/backport/38907/stable25Arthur Schiwon2023-08-021-3/+6
|\ \ \ | | | | | | | | [stable25] Fix: ContactManager search with fullmatch