summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* fix(memcache): Fix comparison of Memcache configs to classesJoas Schilling2023-08-171-7/+9
* fix: Prevent PHP warnings when optional CacheEntry attributes are unsetFerdinand Thiessen2023-08-172-4/+4
* fix(mail): ContactManager search with fullmatchJohannes Merkel2023-08-021-3/+6
* Merge pull request #39597 from nextcloud/backport/38667/stable26Arthur Schiwon2023-08-021-4/+8
|\
| * fix(SystemTagManager): Use truncated tagName in getTag and updateTagMarcel Klehr2023-07-271-4/+8
* | Merge pull request #39437 from nextcloud/backport/39309/stable26Arthur Schiwon2023-08-021-1/+1
|\ \
| * | fix(profile): fix getUID on nullable user variableThomas Citharel2023-07-171-1/+1
* | | Merge pull request #39370 from nextcloud/backport/39339/stable26Arthur Schiwon2023-08-021-0/+4
|\ \ \ | |_|/ |/| |
| * | fix(node): non-existing folder is not searchableArthur Schiwon2023-07-131-0/+4
| |/
* | Add instance category while checking new updatesBenjamin Gaussorgues2023-07-211-14/+31
* | fix(apps): Fix loading info.xml fileJoas Schilling2023-07-202-5/+5
|/
* Merge pull request #39232 from nextcloud/backport/39202/stable26Julius Härtl2023-07-106-34/+67
|\
| * refactor: adjust to unexposed searchBySystemTagArthur Schiwon2023-07-071-0/+4
| * fix: cominbation of small fixesArthur Schiwon2023-07-071-2/+2
| * fix: include invisible tags for adminsArthur Schiwon2023-07-073-43/+43
| * fix: favorites view and universal search against tagsArthur Schiwon2023-07-071-17/+30
| * fix: change if with conditionless else to switch; and a parameter valueArthur Schiwon2023-07-072-20/+25
| * use efficient tag retrieval on DAV report requestArthur Schiwon2023-07-073-17/+28
* | Merge pull request #39031 from nextcloud/backport/38917/stable26Arthur Schiwon2023-07-101-1/+6
|\ \
| * | fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-271-1/+6
* | | Merge pull request #39100 from nextcloud/backport/39093/stable26Arthur Schiwon2023-07-101-1/+1
|\ \ \
| * | | Silent imagecreatefromstring() errorsGit'Fellow2023-07-011-1/+1
| |/ /
* | | Merge pull request #39270 from nextcloud/backport/35915/35915-stable26Arthur Schiwon2023-07-101-5/+6
|\ \ \
| * | | display displayname on federated sharesMaxence Lange2023-07-101-5/+6
| | |/ | |/|
* / | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-07-101-2/+2
|/ /
* | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
* | Merge pull request #38977 from nextcloud/backport/38625/stable26Arthur Schiwon2023-07-047-41/+43
|\ \ | |/ |/|
| * ci: adjust return annotation to older psalm versionArthur Schiwon2023-06-263-1/+4
| * ci: pro forma check of existence of internal methodArthur Schiwon2023-06-231-7/+9
| * refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-06-234-23/+11
| * chore: ugly type jugglingArthur Schiwon2023-06-235-20/+32
| * fix: add typehine for IRootFolderArthur Schiwon2023-06-231-7/+5
| * fix: expect interface, not a specific implementationArthur Schiwon2023-06-231-3/+2
* | use getsystemvalue-functions in Mailer.phpSimon L2023-06-261-6/+6
|/
* use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
* Merge pull request #38023 from nextcloud/backport/32877/stable26Arthur Schiwon2023-06-151-17/+19
|\
| * allow storing multiple mounts for the same rootid in the mount cacheRobin Appelman2023-05-311-17/+19
* | Merge pull request #37230 from nextcloud/backport/36033/stable26Arthur Schiwon2023-06-152-1/+13
|\ \
| * | public interface to invalidate tokens of userArtur Neumann2023-05-192-1/+13
| |/
* | Merge pull request #38757 from nextcloud/backport/38468/stable26Arthur Schiwon2023-06-151-1/+7
|\ \
| * | log failures to read certificates during listingRobin Appelman2023-06-121-1/+7
* | | Merge pull request #37776 from nextcloud/backport/37534/stable26Arthur Schiwon2023-06-131-7/+18
|\ \ \ | |/ / |/| |
| * | Update lib/private/Files/ObjectStore/S3.phpRsplwe2023-04-171-1/+1
| * | s3: get remaining truncation partRsplwe2023-04-171-7/+18
| * | Adjust the value of 'maxparts' to 1000Rsplwe2023-04-171-1/+1
* | | shorten oauth2 client names before resizing the columnJulien Veyssier2023-06-071-0/+21
* | | drop the oauth2_clients trusted column, delete unsupported clients and their ...Julien Veyssier2023-06-071-0/+34
* | | Merge pull request #38479 from nextcloud/backport/38440/stable26Simon L2023-06-061-2/+2
|\ \ \
| * | | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
| | |/ | |/|
* | | Merge pull request #38517 from nextcloud/backport/38496/stable26Daniel2023-06-011-2/+13
|\ \ \