summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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 #39642 from nextcloud/backport/39629/stable27Julius Härtl2023-08-031-1/+1
|\
| * fix(s3): add SSE-C parameters to headObject callTobias Zimmerer2023-07-311-1/+1
| | | | | | | | Signed-off-by: Tobias Zimmerer <3228193+ir0nhide@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-0322-28/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39596 from nextcloud/backport/38667/stable27Arthur Schiwon2023-08-021-4/+8
|\ \ | | | | | | [stable27] 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 #39499 from nextcloud/backport/38934/stable27Arthur Schiwon2023-08-021-5/+5
|\ \ \ | | | | | | | | [stable27] fix(s3): Pass SSE-C parameters for multipart upload
| * | | fix(s3): Pass SSE-C parameters for multipart uploadJulius Härtl2023-07-201-5/+5
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | Merge pull request #39448 from nextcloud/backport/38907/stable27Arthur Schiwon2023-08-021-3/+6
|\ \ \ \ | | | | | | | | | | [stable27] Fix: ContactManager search with fullmatch
| * | | | fix(mail): ContactManager search with fullmatchJohannes Merkel2023-07-181-3/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | | Merge pull request #39435 from nextcloud/backport/39309/stable27Arthur Schiwon2023-08-021-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable27] 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 #39369 from nextcloud/backport/39339/stable27Arthur Schiwon2023-08-021-0/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable27] fix(node): non-existing folder is not searchable
| * | | | | | fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the previosuly introduced searchBySystemTag was not overwritten in NonExistingFolder and could run the inherited method. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #39614 from nextcloud/dav-permissions-share-root-write-27Andy Scherzinger2023-08-011-2/+16
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | [27] fix share roots always being marked as writable
| * | | | | | | fix share roots always being marked as writableRobin Appelman2023-07-281-2/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-08-012-0/+16
| |_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-296-6/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Remove allowParallelRuns check in OCP\BackgroundJob\JobMarcel Klehr2023-07-281-5/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | | | Fix ParallelAwareJob testsMarcel Klehr2023-07-281-9/+23
|/ / / / / / | | | | | | | | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | | | / Fix(l10n): Update translations from TransifexNextcloud bot2023-07-284-6/+10
| |_|_|_|/ |/| | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | Merge pull request #39522 from nextcloud/backport/39264/stable27Andy Scherzinger2023-07-271-14/+31
|\ \ \ \ \ | | | | | | | | | | | | [stable27] Add instance category while checking new updates
| * | | | | Add instance category while checking new updatesBenjamin Gaussorgues2023-07-211-14/+31
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-262-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-254-0/+28
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-248-0/+50
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-2310-0/+62
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | fix: Correctly add `module` content type to script tags when scripts with ↵Ferdinand Thiessen2023-07-231-1/+2
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | versions are used Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | / fix(apps): Fix loading info.xml fileJoas Schilling2023-07-203-5/+10
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | Ref: https://bugs.php.net/bug.php?id=62577 Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-202-20/+20
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-194-2/+200
| |_|/ |/| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-182-2/+2
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat: Add public event for missing indicesJulius Härtl2023-07-144-2/+64
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-144-2/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-132-10/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38971 from nextcloud/backport/38945/stable27Arthur Schiwon2023-07-121-96/+126
|\ | | | | [stable27] implement optimized getDirectoryContent for DAV
| * Include PR #38965Git'Fellow2023-07-101-0/+1
| | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
| * implement optimized getDirectoryContent for DAVRobin Appelman2023-07-101-96/+125
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #38816 from nextcloud/backport/38490/stable27Arthur Schiwon2023-07-126-1/+114
|\ \ | | | | | | [stable27] emit an event when a message is logged
| * | emit an event when a message is loggedRobin Appelman2023-07-106-1/+114
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #38756 from nextcloud/backport/38468/stable27Arthur Schiwon2023-07-121-1/+7
|\ \ \ | | | | | | | | [stable27] log failures to read certificates during listing
| * | | log failures to read certificates during listingRobin Appelman2023-07-101-1/+7
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #39269 from nextcloud/backport/35915/35915-stable27Arthur Schiwon2023-07-112-5/+16
|\ \ \ | | | | | | | | [stable27] display displayname on federated shares
| * | | display displayname on federated sharesMaxence Lange2023-07-112-5/+16
| | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | shorten oauth2 client names before resizing the columnJulien Veyssier2023-07-101-0/+21
| | | | | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | drop the oauth2_clients trusted column, delete unsupported clients and their ↵Julien Veyssier2023-07-101-0/+34
|/ / / | | | | | | | | | | | | | | | access tokens Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #39099 from nextcloud/backport/39093/stable27Arthur Schiwon2023-07-101-1/+1
|\ \ \ | |_|/ |/| | [stable27] Silent `imagecreatefromstring()` errors