| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing taint analysis docblock comments, and improve escaping in some me... | Carl Schwan | 2023-04-24 | 1 | -0/+1 |
* | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-size | Robin Appelman | 2023-04-24 | 6 | -40/+54 |
|\ |
|
| * | fix type hints | Robin Appelman | 2023-04-04 | 4 | -8/+6 |
| * | fix unencrypted folder size when no children with unencrypted size set are left | Robin Appelman | 2023-04-04 | 2 | -31/+26 |
| * | fix unencrypted_size for files when scanning | Robin Appelman | 2023-04-04 | 2 | -1/+12 |
| * | fix unencrypted_size for folders when scanning the filesystem with encryption... | Robin Appelman | 2023-04-04 | 2 | -6/+16 |
* | | Merge pull request #37820 from nextcloud/parent-storage-mtime-ignore-error | Robin Appelman | 2023-04-21 | 1 | -1/+13 |
|\ \ |
|
| * | | ignore errors while trying to update parent storage_mtime | Robin Appelman | 2023-04-20 | 1 | -1/+13 |
* | | | Merge pull request #37062 from nextcloud/free-space | Robin Appelman | 2023-04-21 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add function_exists() check | Git'Fellow | 2023-03-07 | 1 | -1/+1 |
| * | | | Fix free space problems | Git'Fellow | 2023-03-07 | 1 | -1/+1 |
* | | | | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 8 | -74/+153 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge pull request #36774 from nextcloud/bugfix/noid/sabre-nodes | Simon L | 2023-04-18 | 1 | -1/+5 |
| |\ \ \ |
|
| | * | | | fix: Use proper path when creating node instances | Julius Härtl | 2023-04-17 | 1 | -1/+5 |
| * | | | | Merge pull request #37534 from Rsplwe/master | Simon L | 2023-04-18 | 1 | -7/+18 |
| |\ \ \ \
| | |/ / /
| |/| | | |
|
| | * | | | Update lib/private/Files/ObjectStore/S3.php | Rsplwe | 2023-04-03 | 1 | -1/+1 |
| | * | | | s3: get remaining truncation part | Rsplwe | 2023-04-01 | 1 | -7/+18 |
| | * | | | Adjust the value of 'maxparts' to 1000 | Rsplwe | 2023-04-01 | 1 | -1/+1 |
| * | | | | Merge pull request #32314 from nextcloud/object-mkdir-logging | Simon L | 2023-04-17 | 1 | -0/+3 |
| |\ \ \ \ |
|
| | * | | | | additional logging when mkdir fails for object storage | Robin Appelman | 2023-04-05 | 1 | -0/+3 |
| * | | | | | Put Mimeloader insertion and read in the same transaction | Thomas Citharel | 2023-04-17 | 1 | -18/+41 |
| * | | | | | Merge pull request #37429 from nextcloud/object-store-rmdir | Julius Härtl | 2023-04-13 | 1 | -36/+50 |
| |\ \ \ \ \ |
|
| | * | | | | | improve objectstore rmdir handling | Robin Appelman | 2023-04-03 | 1 | -36/+50 |
| | | |_|_|/
| | |/| | | |
|
| * | | | | | Merge pull request #37617 from nextcloud/notify-self-test-error | Arthur Schiwon | 2023-04-11 | 1 | -0/+3 |
| |\ \ \ \ \ |
|
| | * | | | | | handle not being able to write file for notify self-test | Robin Appelman | 2023-04-06 | 1 | -0/+3 |
| * | | | | | | Merge pull request #34607 from nextcloud/encryption-size-not-found | Vincent Petry | 2023-04-06 | 1 | -1/+3 |
| |\ \ \ \ \ \
| | |/ / / / /
| |/| | | | | |
|
| | * | | | | | fix encryption wrapper filesize for non existing files | Robin Appelman | 2023-04-04 | 1 | -1/+3 |
| | |/ / / / |
|
| * | | | | | Merge pull request #22943 from nextcloud/scanner-no-access-handling | Robin Appelman | 2023-04-05 | 1 | -5/+11 |
| |\ \ \ \ \ |
|
| | * | | | | | improve handling of files we can't access in the scanner | Robin Appelman | 2023-04-05 | 1 | -5/+11 |
| | |/ / / / |
|
| * | / / / | better error messages if the users home is not writable during scanning | Robin Appelman | 2023-04-05 | 1 | -7/+20 |
| | |/ / /
| |/| | | |
|
* / | | | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 6 | -9/+9 |
|/ / / / |
|
* | | | | Merge pull request #36836 from nextcloud/fix/view-type-cleanup | Côme Chilliet | 2023-04-05 | 13 | -292/+183 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | Remove unecessary fully qualified namespaces from phpdoc | Côme Chilliet | 2023-04-05 | 1 | -4/+4 |
| * | | | View needs to return an instance of OC\Files\FileInfo explicitely | Côme Chilliet | 2023-04-03 | 2 | -8/+3 |
| * | | | More type cleanup in View and FileInfo | Côme Chilliet | 2023-04-03 | 2 | -95/+82 |
| * | | | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 9 | -36/+22 |
| * | | | Improve typing for fopen/toTmpFile | Côme Chilliet | 2023-04-03 | 2 | -4/+5 |
| * | | | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 4 | -30/+0 |
| * | | | Tidy up typing in OC\Files\View | Côme Chilliet | 2023-04-03 | 2 | -122/+74 |
* | | | | 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 |
|\ \ \ |
|