| Commit message (Expand) | Author | Age | Files | Lines |
* | docs: adjust @since version to backport | Arthur Schiwon | 2023-06-26 | 1 | -2/+2 |
* | refactor: declare getMount() and getMountsIn() at IRootFolder | Arthur Schiwon | 2023-06-23 | 1 | -0/+13 |
* | Make it clear that file sizes may be float on 32bits | Côme Chilliet | 2023-04-01 | 2 | -4/+4 |
* | feat(s3): Use multipart upload for chunked uploading | Julius Härtl | 2023-03-09 | 2 | -0/+129 |
* | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 1 | -2/+2 |
|\ |
|
| * | fix tests | Robin Appelman | 2023-02-07 | 1 | -2/+2 |
* | | Move back typing to phpdoc to keep backward compatibility in OCP | Côme Chilliet | 2023-02-07 | 2 | -2/+8 |
* | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 3 | -3/+3 |
* | | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 1 | -1/+1 |
* | | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 2 | -8/+2 |
|/ |
|
* | ci: migrate ocp since checker to psalm | Daniel Kesselberg | 2023-01-24 | 1 | -0/+4 |
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 27 | -27/+0 |
* | fix link to documentation of php function | bbx-github | 2023-01-03 | 1 | -1/+1 |
* | Align checksum dav property with desktop client parsing | Julius Härtl | 2022-12-30 | 1 | -1/+4 |
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 2 | -12/+12 |
* | Fix tests | John Molakvoæ | 2022-10-14 | 1 | -0/+17 |
* | Merge pull request #33697 from nextcloud/fix/improve-bulk-upload | Côme Chilliet | 2022-08-30 | 1 | -0/+89 |
|\ |
|
| * | Move dav utils functions to OCP\Files\DavUtil | Côme Chilliet | 2022-08-30 | 1 | -0/+89 |
* | | add marker interface to mark system mount points for encryption | Robin Appelman | 2022-08-25 | 1 | -0/+34 |
|/ |
|
* | Document all getIncomplete implementations as returning string|false | Côme Chilliet | 2022-08-02 | 1 | -1/+1 |
* | Multiple fixes | Carl Schwan | 2022-07-31 | 2 | -0/+175 |
* | Add typing to SimpleFS | Carl Schwan | 2022-07-14 | 4 | -43/+24 |
* | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 1 | -0/+10 |
* | Make it possible to get the appdata folder using the public API | Carl Schwan | 2022-05-11 | 1 | -0/+21 |
* | Merge pull request #31676 from nextcloud/enh/ocp-owner-lock | Vincent Petry | 2022-04-08 | 6 | -0/+477 |
|\ |
|
| * | Adapt LockScope to LockContext rename | Julius Härtl | 2022-04-07 | 3 | -6/+7 |
| * | Add public API for owner based locking | Julius Härtl | 2022-04-04 | 6 | -0/+476 |
* | | Merge pull request #31713 from nextcloud/fed-performance | Robin Appelman | 2022-04-07 | 1 | -0/+35 |
|\ \ |
|
| * | | don't overwrite the etag from storage backends that already provide "good" etags | Robin Appelman | 2022-04-04 | 1 | -0/+35 |
| |/ |
|
* | | optimize getById on LazyUserFolder to not require a full fs setup | Robin Appelman | 2022-04-04 | 1 | -1/+12 |
* | | allow getting mounts by providers | Robin Appelman | 2022-04-04 | 1 | -2/+2 |
|/ |
|
* | Add missing PHPDoc in InvalidateMountCacheEvent | Vincent Petry | 2022-03-24 | 1 | -0/+10 |
* | Apply suggestions from code review | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
* | fix method name | Robin Appelman | 2022-03-24 | 1 | -1/+1 |
* | add logic to perform a full filesystem setup when needed | Robin Appelman | 2022-03-24 | 1 | -0/+45 |
* | update cached mounts when only specific providers have been setup | Robin Appelman | 2022-03-24 | 1 | -1/+2 |
* | allow getting mounts by provider | Robin Appelman | 2022-03-24 | 1 | -0/+10 |
* | allow getting cached mounts by path from the mount cache | Robin Appelman | 2022-03-24 | 1 | -0/+23 |
* | Merge pull request #31431 from nextcloud/fs-setup-manager | Robin Appelman | 2022-03-08 | 4 | -17/+51 |
|\ |
|
| * | type fixes | Robin Appelman | 2022-03-04 | 1 | -0/+2 |
| * | move logic to decide what to setup to setupmanager | Robin Appelman | 2022-03-04 | 1 | -1/+1 |
| * | adjust tests to new fs setup | Robin Appelman | 2022-03-04 | 1 | -0/+32 |
| * | more type hints for ICachedMountInfo and IMountManager | Robin Appelman | 2022-03-04 | 3 | -17/+17 |
* | | Note DI only usage in PHPDoc | Christopher Ng | 2022-03-07 | 1 | -1/+5 |
* | | Add missing @since in InMemoryFile to please CI | Côme Chilliet | 2022-03-07 | 1 | -0/+1 |
* | | Extend simple file with extension getter | Christopher Ng | 2022-03-04 | 2 | -0/+12 |
|/ |
|
* | store mountprovider for each mount in the mounts table | Robin Appelman | 2022-02-23 | 2 | -0/+16 |
* | Fix some issues with the API documentation | Carl Schwan | 2022-02-17 | 2 | -2/+5 |
* | code checker fixes for instanceOfStorage | Robin Appelman | 2021-12-02 | 3 | -2/+7 |
* | teach psalm about `Storage::instanceOfStorage` | Robin Appelman | 2021-12-02 | 1 | -0/+3 |