Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | only determine quota_include_external_storage once for quota wrapper | Robin Appelman | 2023-09-07 | 1 | -2/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | more share permission logic to storage wrapper | Robin Appelman | 2023-09-04 | 1 | -1/+2 |
| | | | | | | this way we only have to determine the share permissions once Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Include PR #38965 | Git'Fellow | 2023-07-10 | 1 | -0/+1 |
| | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | implement optimized getDirectoryContent for DAV | Robin Appelman | 2023-07-10 | 1 | -96/+125 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix(sse): don't update uncached files | Richard Steinmetz | 2023-07-04 | 1 | -13/+21 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | Fix deprecated method call | Dominik Fuchß | 2023-06-14 | 1 | -1/+2 |
| | | | | Signed-off-by: Dominik Fuchß <develop@fuchss.org> | ||||
* | Changes after code review. | Dominik Fuchß | 2023-06-14 | 1 | -2/+7 |
| | | | | Signed-off-by: Dominik Fuchß <develop@fuchss.org> | ||||
* | Add config variable for curl timeout | Dominik Fuchß | 2023-06-14 | 1 | -2/+6 |
| | | | | | | Add the config variable for curl calls ("remote_curl_timeout"). E.g., needed for nextcloud federation. Signed-off-by: Dominik Fuchß <develop@fuchss.org> | ||||
* | Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizes | Côme Chilliet | 2023-05-15 | 2 | -3/+5 |
|\ | | | | | Get rid of more int casts in file size manipulations | ||||
| * | Get rid of more int casts in file size manipulations | Côme Chilliet | 2023-05-11 | 2 | -3/+5 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Merge pull request #37621 from nextcloud/enh/lock-readable-path | Julius Härtl | 2023-05-13 | 1 | -0/+3 |
|\ \ | |/ |/| | |||||
| * | fix: Wrap filesystem LockedExceptions for holding the readable path | Julius Härtl | 2023-05-02 | 1 | -0/+3 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix file_get_content signatures to make it clear it can return false | Côme Chilliet | 2023-04-27 | 4 | -4/+4 |
|/ | | | | | | | In File::getContent, which must return a string, throw an Exception instead of returning false. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Merge pull request #37818 from nextcloud/dav-ext-storage-log | Robin Appelman | 2023-04-25 | 1 | -0/+18 |
|\ | | | | | debug log requests made by dav external storage/shares | ||||
| * | debug log requests made by dav external storage/shares | Robin Appelman | 2023-04-24 | 1 | -0/+18 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #36857 from nextcloud/scan-repair-unencrypted-size | Robin Appelman | 2023-04-24 | 1 | -1/+4 |
|\ \ | |/ |/| | fix unencrypted_size for folders when scanning the filesystem with encryption enabled | ||||
| * | fix unencrypted_size for files when scanning | Robin Appelman | 2023-04-04 | 1 | -1/+4 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Merge pull request #37062 from nextcloud/free-space | Robin Appelman | 2023-04-21 | 1 | -1/+1 |
|\ \ | | | | | | | Check free space only if source exists and is dir | ||||
| * | | Add function_exists() check | Git'Fellow | 2023-03-07 | 1 | -1/+1 |
| | | | | | | | | | | | | Co-authored-by: Simon L. <szaimen@e.mail.de> Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
| * | | Fix free space problems | Git'Fellow | 2023-03-07 | 1 | -1/+1 |
| | | | | | | | | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com> | ||||
* | | | Merge branch 'master' into enh/type-iconfig-getter-calls | Côme Chilliet | 2023-04-20 | 2 | -1/+6 |
|\ \ \ | | | | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
| * \ \ | 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 | ||||
| | * | | | handle not being able to write file for notify self-test | Robin Appelman | 2023-04-06 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | | | 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 | ||||
| | * | | | fix encryption wrapper filesize for non existing files | Robin Appelman | 2023-04-04 | 1 | -1/+3 |
| | | |/ | | |/| | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | / | | Use typed version of IConfig::getSystemValue as much as possible | Côme Chilliet | 2023-04-05 | 3 | -4/+4 |
|/ / / | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 5 | -22/+14 |
| | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | | Remove unused method getLocalFolder | Côme Chilliet | 2023-04-03 | 2 | -8/+0 |
|/ / | | | | | | | | | | | It’s not used and not in any OCP interface/class. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Remove useless coalescing operator on non-null return value | Côme Chilliet | 2023-04-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Fix quota typing for 32bits after forward port from 25 | Côme Chilliet | 2023-04-01 | 1 | -2/+2 |
| | | | | | | Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> | ||||
* | | Silence a warning from psalm with explanation | Côme Chilliet | 2023-04-01 | 1 | -0/+1 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Adapt types of subclasses | Côme Chilliet | 2023-04-01 | 4 | -6/+6 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Make it clear that file sizes may be float on 32bits | Côme Chilliet | 2023-04-01 | 2 | -9/+11 |
| | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | | Remove quota value type for 32-bit systems | Vincent Petry | 2023-04-01 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> | ||||
* | Respect OCP interface in private classes | Côme Chilliet | 2023-02-07 | 8 | -8/+8 |
| | | | | | | | Because the parameter type was moved to phpdoc it needs to be removed from implementations Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix psalm errors related to filesizes | Côme Chilliet | 2023-02-07 | 3 | -3/+6 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Strong type filesize related methods to ease 32bits problem findings | Côme Chilliet | 2023-02-07 | 8 | -21/+9 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Revert "remove 32-bit workarounds" | Côme Chilliet | 2023-02-07 | 1 | -0/+13 |
| | | | | | | This reverts commit dd8774389e21b59c07882580356d51de018fe867. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | fix(encryption): don't throw on missing file | Richard Steinmetz | 2023-01-30 | 1 | -4/+1 |
| | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud> | ||||
* | fix moving files of encrypted local storage to unencrypted local storage | Robin Appelman | 2023-01-24 | 1 | -5/+13 |
| | | | | | | for example when moving encrypted files to a groupfolder Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | composer run cs:fix | Côme Chilliet | 2023-01-20 | 6 | -8/+0 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Suppress last psalm error until upstream fix is released and included | Côme Chilliet | 2023-01-02 | 1 | -0/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Fix psalm spotted errors with new requirements | Côme Chilliet | 2023-01-02 | 1 | -1/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | clear is-encrypted cache when trying to fix encrypted version | Robin Appelman | 2022-12-01 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix reading newly written encrypted files before their cache entry is written | Robin Appelman | 2022-11-30 | 1 | -4/+12 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix psalm | szaimen | 2022-11-02 | 1 | -1/+1 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | remove 32-bit workarounds | szaimen | 2022-11-02 | 1 | -13/+0 |
| | | | | Signed-off-by: szaimen <szaimen@e.mail.de> | ||||
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 11 | -124/+123 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | trigger a rescan when trying to fopen a file that exists in cache but not on ↵ | Robin Appelman | 2022-09-29 | 1 | -1/+8 |
| | | | | | | disk Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #24596 from kofemann/dcache-worm | Vincent Petry | 2022-09-16 | 1 | -0/+14 |
|\ | | | | | make NextCloud WORM file system friendly |