Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #36097 from nextcloud/path-prefix-optimize | Robin Appelman | 2023-04-03 | 3 | -13/+58 |
|\ | |||||
| * | extend path-prefix optimizer to remove all cases of path_hash= when encounter... | Robin Appelman | 2023-01-11 | 3 | -13/+58 |
* | | Fix inherited parameter names | jld3103 | 2023-04-03 | 3 | -8/+8 |
* | | clear encrypted flag when moving away from encrypted storage | Robin Appelman | 2023-04-01 | 2 | -0/+31 |
* | | Remove useless coalescing operator on non-null return value | Côme Chilliet | 2023-04-01 | 1 | -1/+1 |
* | | Fix quota typing for 32bits after forward port from 25 | Côme Chilliet | 2023-04-01 | 1 | -2/+2 |
* | | Silence a warning from psalm with explanation | Côme Chilliet | 2023-04-01 | 1 | -0/+1 |
* | | Adapt types of subclasses | Côme Chilliet | 2023-04-01 | 4 | -6/+6 |
* | | Make it clear that file sizes may be float on 32bits | Côme Chilliet | 2023-04-01 | 2 | -9/+11 |
* | | Remove quota value type for 32-bit systems | Vincent Petry | 2023-04-01 | 1 | -2/+2 |
* | | Merge pull request #36810 from nextcloud/setup-user-onetime-before-mounts | Robin Appelman | 2023-03-24 | 1 | -9/+7 |
|\ \ | |||||
| * | | do onetime user setup before getting any mount from providers | Robin Appelman | 2023-02-22 | 1 | -9/+7 |
* | | | Merge pull request #34773 from nextcloud/artonge/feat/dispatch_entry_removed_... | Côme Chilliet | 2023-03-21 | 1 | -1/+19 |
|\ \ \ | |||||
| * | | | Dispatch event for all remove entry | Louis Chemineau | 2023-01-31 | 1 | -1/+19 |
* | | | | Merge pull request #33061 from ibpl/master-IB#1121253 | Côme Chilliet | 2023-03-14 | 1 | -7/+8 |
|\ \ \ \ | |||||
| * \ \ \ | Merge master | Pawel Boguslawski | 2022-11-04 | 29 | -179/+212 |
| |\ \ \ \ | |||||
| * | | | | | Update Folder.php | Paweł Bogusławski | 2022-07-29 | 1 | -0/+1 |
| * | | | | | Update Folder.php | Paweł Bogusławski | 2022-07-29 | 1 | -1/+0 |
| * | | | | | Update lib/private/Files/Node/Folder.php | Paweł Bogusławski | 2022-07-29 | 1 | -1/+1 |
| * | | | | | Paths added to messages and message cleanup | Pawel Boguslawski | 2022-07-29 | 1 | -7/+8 |
* | | | | | | Merge pull request #27034 from nextcloud/enh/s3-multipart-upload-api | Arthur Schiwon | 2023-03-09 | 2 | -3/+133 |
|\ \ \ \ \ \ | |||||
| * | | | | | | feat(s3): Use multipart upload for chunked uploading | Julius Härtl | 2023-03-08 | 2 | -3/+133 |
* | | | | | | | Merge pull request #36609 from nextcloud/lazyuserfolder-mountpoint | Arthur Schiwon | 2023-03-09 | 2 | -3/+17 |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | |||||
| * | | | | | | optimize LazyUserFolder::getMountPoint | Robin Appelman | 2023-02-13 | 2 | -3/+17 |
| | |_|_|/ / | |/| | | | | |||||
* | | | | | | Add transaction around mass mounts operations | Joas Schilling | 2023-03-07 | 1 | -12/+19 |
* | | | | | | fix: Use proper path for quota fetching | Julius Härtl | 2023-03-06 | 1 | -2/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #36643 from nextcloud/fs-setup-instrimuntion | Robin Appelman | 2023-02-13 | 3 | -20/+69 |
|\ \ \ \ \ | |||||
| * | | | | | more filesystem setup performance instrumentation | Robin Appelman | 2023-02-10 | 3 | -20/+69 |
* | | | | | | Merge pull request #36610 from nextcloud/folder-lazy-submounts | Julius Härtl | 2023-02-10 | 5 | -37/+50 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | only fetch the data for mounts inside a folder when needed | Robin Appelman | 2023-02-09 | 5 | -37/+50 |
* | | | | | | Merge pull request #36566 from nextcloud/mount-find-by-numeric-id | Julius Härtl | 2023-02-08 | 2 | -12/+21 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | |||||
| * | | | | | fix tests | Robin Appelman | 2023-02-07 | 1 | -3/+11 |
| * | | | | | cache numeric id in mountpoint | Robin Appelman | 2023-02-06 | 1 | -1/+5 |
| * | | | | | deduplicate getStorage() logic in Mount\Manager | Robin Appelman | 2023-02-06 | 1 | -9/+1 |
| * | | | | | dont delegate Mount\Manager::getByNumericId to getByStorageId | Robin Appelman | 2023-02-06 | 1 | -2/+7 |
* | | | | | | Respect OCP interface in private classes | Côme Chilliet | 2023-02-07 | 8 | -8/+8 |
* | | | | | | Fix psalm errors | Côme Chilliet | 2023-02-07 | 2 | -3/+2 |
* | | | | | | Type sizes as int|float throughout the code base | Côme Chilliet | 2023-02-07 | 7 | -9/+9 |
* | | | | | | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 1 | -4/+3 |
* | | | | | | Fix psalm errors related to filesizes | Côme Chilliet | 2023-02-07 | 4 | -6/+9 |
* | | | | | | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 9 | -22/+10 |
* | | | | | | Revert "remove 32-bit workarounds" | Côme Chilliet | 2023-02-07 | 1 | -0/+13 |
|/ / / / / | |||||
* | | | | | Make sure name and path are strings | Joas Schilling | 2023-02-02 | 1 | -0/+2 |
* | | | | | Try fixing Oracle | Joas Schilling | 2023-02-02 | 1 | -1/+6 |
| |_|/ / |/| | | | |||||
* | | | | fix(encryption): don't throw on missing file | Richard Steinmetz | 2023-01-30 | 1 | -4/+1 |
* | | | | Merge pull request #35894 from nextcloud/move-from-encryption | Vincent Petry | 2023-01-26 | 1 | -5/+13 |
|\ \ \ \ | |||||
| * | | | | fix moving files of encrypted local storage to unencrypted local storage | Robin Appelman | 2023-01-24 | 1 | -5/+13 |
* | | | | | Merge pull request #32798 from nextcloud/enh/sse-c | Julius Härtl | 2023-01-25 | 2 | -5/+38 |
|\ \ \ \ \ | |||||
| * | | | | | feat(s3): Add option to specify an SSE-C customer provided key | Julius Härtl | 2023-01-24 | 2 | -5/+38 |
| |/ / / / | |||||
* / / / / | Add app config for default template path | Thomas Citharel | 2023-01-24 | 1 | -1/+1 |
|/ / / / |