summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #36097 from nextcloud/path-prefix-optimizeRobin Appelman2023-04-033-13/+58
|\
| * extend path-prefix optimizer to remove all cases of path_hash= when encounter...Robin Appelman2023-01-113-13/+58
* | Fix inherited parameter namesjld31032023-04-033-8/+8
* | clear encrypted flag when moving away from encrypted storageRobin Appelman2023-04-012-0/+31
* | Remove useless coalescing operator on non-null return valueCôme Chilliet2023-04-011-1/+1
* | Fix quota typing for 32bits after forward port from 25Côme Chilliet2023-04-011-2/+2
* | Silence a warning from psalm with explanationCôme Chilliet2023-04-011-0/+1
* | Adapt types of subclassesCôme Chilliet2023-04-014-6/+6
* | Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-012-9/+11
* | Remove quota value type for 32-bit systemsVincent Petry2023-04-011-2/+2
* | Merge pull request #36810 from nextcloud/setup-user-onetime-before-mountsRobin Appelman2023-03-241-9/+7
|\ \
| * | do onetime user setup before getting any mount from providersRobin Appelman2023-02-221-9/+7
* | | Merge pull request #34773 from nextcloud/artonge/feat/dispatch_entry_removed_...Côme Chilliet2023-03-211-1/+19
|\ \ \
| * | | Dispatch event for all remove entryLouis Chemineau2023-01-311-1/+19
* | | | Merge pull request #33061 from ibpl/master-IB#1121253Côme Chilliet2023-03-141-7/+8
|\ \ \ \
| * \ \ \ Merge masterPawel Boguslawski2022-11-0429-179/+212
| |\ \ \ \
| * | | | | Update Folder.phpPaweł Bogusławski2022-07-291-0/+1
| * | | | | Update Folder.phpPaweł Bogusławski2022-07-291-1/+0
| * | | | | Update lib/private/Files/Node/Folder.phpPaweł Bogusławski2022-07-291-1/+1
| * | | | | Paths added to messages and message cleanupPawel Boguslawski2022-07-291-7/+8
* | | | | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-apiArthur Schiwon2023-03-092-3/+133
|\ \ \ \ \ \
| * | | | | | feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-082-3/+133
* | | | | | | Merge pull request #36609 from nextcloud/lazyuserfolder-mountpointArthur Schiwon2023-03-092-3/+17
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | optimize LazyUserFolder::getMountPointRobin Appelman2023-02-132-3/+17
| | |_|_|/ / | |/| | | |
* | | | | | Add transaction around mass mounts operationsJoas Schilling2023-03-071-12/+19
* | | | | | fix: Use proper path for quota fetchingJulius Härtl2023-03-061-2/+2
|/ / / / /
* | | | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntionRobin Appelman2023-02-133-20/+69
|\ \ \ \ \
| * | | | | more filesystem setup performance instrumentationRobin Appelman2023-02-103-20/+69
* | | | | | Merge pull request #36610 from nextcloud/folder-lazy-submountsJulius Härtl2023-02-105-37/+50
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | only fetch the data for mounts inside a folder when neededRobin Appelman2023-02-095-37/+50
* | | | | | Merge pull request #36566 from nextcloud/mount-find-by-numeric-idJulius Härtl2023-02-082-12/+21
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | fix testsRobin Appelman2023-02-071-3/+11
| * | | | | cache numeric id in mountpointRobin Appelman2023-02-061-1/+5
| * | | | | deduplicate getStorage() logic in Mount\ManagerRobin Appelman2023-02-061-9/+1
| * | | | | dont delegate Mount\Manager::getByNumericId to getByStorageIdRobin Appelman2023-02-061-2/+7
* | | | | | Respect OCP interface in private classesCôme Chilliet2023-02-078-8/+8
* | | | | | Fix psalm errorsCôme Chilliet2023-02-072-3/+2
* | | | | | Type sizes as int|float throughout the code baseCôme Chilliet2023-02-077-9/+9
* | | | | | Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-4/+3
* | | | | | Fix psalm errors related to filesizesCôme Chilliet2023-02-074-6/+9
* | | | | | Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-079-22/+10
* | | | | | Revert "remove 32-bit workarounds"Côme Chilliet2023-02-071-0/+13
|/ / / / /
* | | | | Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* | | | | Try fixing OracleJoas Schilling2023-02-021-1/+6
| |_|/ / |/| | |
* | | | fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
* | | | Merge pull request #35894 from nextcloud/move-from-encryptionVincent Petry2023-01-261-5/+13
|\ \ \ \
| * | | | fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-241-5/+13
* | | | | Merge pull request #32798 from nextcloud/enh/sse-cJulius Härtl2023-01-252-5/+38
|\ \ \ \ \
| * | | | | feat(s3): Add option to specify an SSE-C customer provided keyJulius Härtl2023-01-242-5/+38
| |/ / / /
* / / / / Add app config for default template pathThomas Citharel2023-01-241-1/+1
|/ / / /