summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* 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-072-41/+36
* 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-072-17/+27
* 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
* | fix: adjust to PHP level and codebaseArthur Schiwon2023-07-043-6/+11
* | ci: adjust return annotation to older psalm versionArthur Schiwon2023-07-042-1/+3
* | 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
|/
* 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
* | set stream size for SeekableHttpStreamRobin Appelman2023-06-121-1/+7
* | fix: execute throws docrine exceptions not our wrapped onesJulius Härtl2023-05-261-2/+2
|/
* Merge pull request #38309 from nextcloud/backport/37961/stable25Arthur Schiwon2023-05-173-54/+102
|\
| * refactor: remove where specification from SELECT getterArthur Schiwon2023-05-162-3/+0
| * refactor: remove SystemTag logic from Folder into QuerySearchHelperArthur Schiwon2023-05-162-52/+40
| * 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 #37702 from nextcloud/backport/37617/stable25Arthur Schiwon2023-05-171-0/+3
|\ \ | |/ |/|
| * handle not being able to write file for notify self-testRobin Appelman2023-04-131-0/+3
* | Merge pull request #38203 from nextcloud/backport/36893/stable25Côme Chilliet2023-05-151-1/+4
|\ \
| * | Make sure to never trigger files hooks on a null pathCôme Chilliet2023-05-111-1/+4
* | | fix: Check for wrapped retriable exceptionsJulius Härtl2023-05-131-2/+6
|/ /
* | fix: Use proper path when creating node instancesJulius Härtl2023-05-091-1/+5
* | Merge pull request #37876 from nextcloud/backport/37820/stable25Robin Appelman2023-04-241-1/+13
|\ \
| * | ignore errors while trying to update parent storage_mtimeRobin Appelman2023-04-211-1/+13
| |/
* | Add function_exists() checkGit'Fellow2023-04-211-1/+1
* | Fix free space problemsGit'Fellow2023-04-211-1/+1
|/
* Merge pull request #37560 from nextcloud/backport/36097/stable25Robin Appelman2023-04-063-13/+58
|\
| * extend path-prefix optimizer to remove all cases of path_hash= when encounter...Robin Appelman2023-04-033-13/+58
* | clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
|/
* Merge pull request #36442 from nextcloud/backport/36433/stable25blizzz2023-02-071-4/+1
|\
| * fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
* | fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-261-5/+13
|/
* escape path prefix when doing cache jail searchRobin Appelman2023-01-113-7/+8
* Silence a warning from psalm with explanationCôme Chilliet2022-12-191-0/+1
* Adapt types of subclassesCôme Chilliet2022-12-194-10/+8
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2022-12-192-10/+12
* Remove quota value type for 32-bit systemsVincent Petry2022-12-191-2/+2
* Merge pull request #35516 from nextcloud/backport/35502/stable25Vincent Petry2022-12-161-1/+1
|\
| * Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-301-1/+1
* | Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-081-0/+1