summaryrefslogtreecommitdiffstats
path: root/lib/private
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #39101 from nextcloud/backport/39093/stable25Arthur Schiwon2023-07-121-1/+1
|\
| * Silent imagecreatefromstring() errorsGit'Fellow2023-07-041-1/+1
* | Merge pull request #39233 from nextcloud/backport/39202/stable25Arthur Schiwon2023-07-116-34/+67
|\ \
| * | fix: PHP 7.4 compatibilityArthur Schiwon2023-07-102-2/+2
| * | 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 #39253 from nextcloud/backport/38046/stable25Joas Schilling2023-07-101-11/+3
|\ \ \
| * | | chore: fix codestyle for \OC\Files\Node\FolderDaniel Kesselberg2023-07-101-1/+1
| * | | fix: use handleLoginFailed for invalid email addressDaniel Kesselberg2023-07-101-9/+1
| * | | fix(dav): Abort requests with 429 instead of waitingJoas Schilling2023-07-101-2/+2
| |/ /
* | | Merge pull request #39032 from nextcloud/backport/38917/stable25Arthur Schiwon2023-07-101-1/+6
|\ \ \
| * | | fix(l10n): Fix plural issue with different locale and languageJoas Schilling2023-06-271-1/+6
| | |/ | |/|
* | | style: satisfy code style checkerArthur Schiwon2023-07-071-1/+1
| |/ |/|
* | Merge pull request #39153 from nextcloud/backport/39115/stable25Arthur Schiwon2023-07-061-13/+21
|\ \
| * | fix(sse): don't update uncached filesRichard Steinmetz2023-07-041-13/+21
| |/
* | Merge pull request #39154 from nextcloud/backport/38625/stable25Arthur Schiwon2023-07-067-38/+45
|\ \
| * | fix: adjust to PHP level and codebaseArthur Schiwon2023-07-043-6/+11
| * | ci: adjust return annotation to older psalm versionArthur Schiwon2023-07-043-1/+4
| * | ci: pro forma check of existence of internal methodArthur Schiwon2023-07-041-7/+9
| * | refactor: declare getMount() and getMountsIn() at IRootFolderArthur Schiwon2023-07-044-23/+11
| * | chore: ugly type jugglingArthur Schiwon2023-07-045-20/+32
| * | fix: add typehine for IRootFolderArthur Schiwon2023-07-041-6/+4
| * | fix: expect interface, not a specific implementationArthur Schiwon2023-07-041-3/+2
| |/
* / fix: BMP image without color info causes array access on `false`Christoph Wurst2023-06-231-0/+5
|/
* use source cache when listing folder during recursive copyRobin Appelman2023-06-191-5/+6
* Merge pull request #38022 from nextcloud/backport/32877/stable25Arthur 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 #38760 from nextcloud/seekable-http-size-25Arthur Schiwon2023-06-151-1/+7
|\ \
| * | set stream size for SeekableHttpStreamRobin Appelman2023-06-121-1/+7
* | | public interface to invalidate tokens of userArtur Neumann2023-06-152-3/+13
|/ /
* | drop the oauth2_clients trusted column, delete unsupported clients and their ...Julien Veyssier2023-06-071-0/+55
* | Merge pull request #38480 from nextcloud/backport/38440/stable25Simon L2023-06-061-2/+2
|\ \
| * | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
| |/
* / fix: catch errors in id3parser libraryDaniel Kesselberg2023-05-301-2/+13
|/
* Merge pull request #38309 from nextcloud/backport/37961/stable25Arthur Schiwon2023-05-174-54/+177
|\
| * fix: PHP 7.4 compatArthur Schiwon2023-05-161-1/+4
| * refactor: remove where specification from SELECT getterArthur Schiwon2023-05-163-7/+8
| * refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-163-52/+108
| * feat: specify media type via url path: systemtags-current/$mediaTypeArthur Schiwon2023-05-162-2/+13
| * PoC: SystemTags endpoint to return tags used by a user with meta dataArthur Schiwon2023-05-163-46/+98
* | Merge pull request #38090 from nextcloud/backport/35092/stable25Arthur Schiwon2023-05-171-2/+12
|\ \
| * | Fix conflictsGit'Fellow2023-05-041-1/+6
| * | [BUGFIX] throw exception instead of error if unable to create file handler (o...Jan Messer2023-05-041-0/+4
| * | [BUGFIX] check return value and improve error handlingJan Messer2023-05-041-1/+2
* | | Merge pull request #38132 from nextcloud/backport/36895/stable25Git'Fellow2023-05-171-1/+1
|\ \ \
| * | | Update Checker.phpIlya Apasov2023-05-091-1/+1