| Commit message (Expand) | Author | Age | Files | Lines |
* | chore: Add missing ArrayAccess template parameters | Côme Chilliet | 2024-02-06 | 1 | -0/+3 |
* | Merge pull request #38622 from nextcloud/ifElseReturnMatch | Git'Fellow | 2023-11-15 | 1 | -15/+8 |
|\ |
|
| * | Replace if/else with return match | Git'Fellow | 2023-11-01 | 1 | -15/+8 |
* | | optimize isShared and isMounted | Robin Appelman | 2023-11-08 | 1 | -6/+6 |
* | | IFilesMetadata | Maxence Lange | 2023-11-07 | 1 | -0/+9 |
|/ |
|
* | fix: Only read unencrypted_size when file is actually encrypted | Julius Härtl | 2023-09-06 | 1 | -2/+2 |
* | add IFileInfo::getParentId | Robin Appelman | 2023-09-04 | 1 | -0/+4 |
* | Merge pull request #39863 from nextcloud/sharing-mask-wrapper | Robin Appelman | 2023-09-04 | 1 | -6/+2 |
|\ |
|
| * | more share permission logic to storage wrapper | Robin Appelman | 2023-08-14 | 1 | -6/+2 |
* | | improve performance of calculating dav permissions | Robin Appelman | 2023-08-18 | 1 | -17/+5 |
|/ |
|
* | chore: ugly type juggling | Arthur Schiwon | 2023-06-21 | 1 | -3/+0 |
* | View needs to return an instance of OC\Files\FileInfo explicitely | Côme Chilliet | 2023-04-03 | 1 | -3/+1 |
* | More type cleanup in View and FileInfo | Côme Chilliet | 2023-04-03 | 1 | -18/+14 |
* | Allow float sizes in FileInfo for 32bits | Côme Chilliet | 2023-02-07 | 1 | -4/+3 |
* | Fix typos in lib/private subdirectory | luz paz | 2022-07-27 | 1 | -1/+1 |
* | Fix metadata extraction | Carl Schwan | 2022-06-22 | 1 | -1/+1 |
* | store unencrypted size in the unencrypted_size column | Robin Appelman | 2022-06-02 | 1 | -3/+24 |
* | save filesystem node in dav node | Robin Appelman | 2022-04-06 | 1 | -1/+1 |
* | Fix ArrayAccess and JsonSerializable return types | Côme Chilliet | 2021-11-23 | 1 | -3/+7 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -1/+1 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -3/+3 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+1 |
* | cast ctime and utime | Robin Appelman | 2019-11-13 | 1 | -2/+2 |
* | dont expose metadata etag for now | Robin Appelman | 2019-11-13 | 1 | -4/+0 |
* | expose filecache extension data in FileInfo | Robin Appelman | 2019-11-13 | 1 | -0/+12 |
* | add option to get raw size (without submounts) from fileinfo | Robin Appelman | 2019-02-27 | 1 | -3/+15 |
* | Add getExtension() to FileInfo | Robin Appelman | 2018-10-29 | 1 | -0/+4 |
* | use name in fileinfo if set | Robin Appelman | 2018-10-17 | 1 | -1/+1 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+3 |
* | Doc: Fix phpDoc issues | Julius Härtl | 2017-10-23 | 1 | -1/+1 |
* | changed direct cast to integer to numerical value | 1 Man Projects | 2017-07-17 | 1 | -1/+1 |
* | Removed cast to integer in getSize | 1 Man Projects | 2017-07-15 | 1 | -1/+1 |
* | Remove unused use statements | Morris Jobke | 2017-04-22 | 1 | -2/+0 |
* | Fix type hints and doc blocks | Joas Schilling | 2017-03-23 | 1 | -7/+7 |
* | Ensure that FileInfo return values as required by its phpdoc. | Piotr M | 2017-03-22 | 1 | -6/+8 |
* | Improve isMounted to handle primary storage object store | Robin Appelman | 2016-11-16 | 1 | -1/+6 |
* | only query substorages to calculate the final mtime/size/etag lazily | Robin Appelman | 2016-11-10 | 1 | -1/+39 |
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -3/+4 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -1/+1 |
* | Move \OC\Files to PSR-4 | Roeland Jago Douma | 2016-04-24 | 1 | -0/+346 |