summaryrefslogtreecommitdiffstats
path: root/lib/private/Files
Commit message (Expand)AuthorAgeFilesLines
* Respect OCP interface in private classesCôme Chilliet2023-02-078-8/+8
* Fix psalm errorsCôme Chilliet2023-02-072-3/+2
* Type sizes as int|float throughout the code baseCôme Chilliet2023-02-077-9/+9
* Allow float sizes in FileInfo for 32bitsCôme Chilliet2023-02-071-4/+3
* Fix psalm errors related to filesizesCôme Chilliet2023-02-074-6/+9
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-079-22/+10
* Revert "remove 32-bit workarounds"Côme Chilliet2023-02-071-0/+13
* Make sure name and path are stringsJoas Schilling2023-02-021-0/+2
* Try fixing OracleJoas Schilling2023-02-021-1/+6
* fix(encryption): don't throw on missing fileRichard Steinmetz2023-01-301-4/+1
* Merge pull request #35894 from nextcloud/move-from-encryptionVincent Petry2023-01-261-5/+13
|\
| * fix moving files of encrypted local storage to unencrypted local storageRobin Appelman2023-01-241-5/+13
* | Merge pull request #32798 from nextcloud/enh/sse-cJulius Härtl2023-01-252-5/+38
|\ \
| * | feat(s3): Add option to specify an SSE-C customer provided keyJulius Härtl2023-01-242-5/+38
| |/
* / Add app config for default template pathThomas Citharel2023-01-241-1/+1
|/
* composer run cs:fixCôme Chilliet2023-01-2019-31/+10
* Merge pull request #36075 from fmenabe/s3-storage-classCôme Chilliet2023-01-162-1/+7
|\
| * Manage s3 storage class in objectstoreFrançois Ménabé2023-01-122-1/+7
* | Switch logical operatorsGit'Fellow2023-01-111-18/+11
|/
* Suppress last psalm error until upstream fix is released and includedCôme Chilliet2023-01-021-0/+1
* Fix psalm spotted errors with new requirementsCôme Chilliet2023-01-021-1/+1
* Merge pull request #34724 from nextcloud/encryption-read-before-cacheVincent Petry2022-12-201-4/+16
|\
| * clear is-encrypted cache when trying to fix encrypted versionRobin Appelman2022-12-011-0/+4
| * fix reading newly written encrypted files before their cache entry is writtenRobin Appelman2022-11-301-4/+12
* | Merge pull request #34924 from nextcloud/cache-jail-path-prefixVincent Petry2022-12-163-7/+8
|\ \
| * | escape path prefix when doing cache jail searchRobin Appelman2022-11-023-7/+8
* | | Also update the unencrypted size of files when creating them with empty contentJulius Härtl2022-12-071-0/+1
* | | Update the unencrypted file size when closing streamsJulius Härtl2022-12-071-1/+1
* | | Merge pull request #35576 from nextcloud/handle-possible-null-value-in-new-si...Simon L2022-12-061-0/+4
|\ \ \
| * | | Handle possible null value for file in OC\Files\SimpleFS\NewSimpleFileThomas Citharel2022-12-031-0/+4
| | |/ | |/|
* / | compare cached filesize on downloadMaxence Lange2022-12-013-4/+25
|/ /
* | Fix Executing a query: SQLSTATE[42000]Andy Xheli2022-11-291-1/+1
* | Update cache when file size === 0Louis Chemineau2022-11-231-3/+3
* | delay updating setup providers untill we register the mountsRobin Appelman2022-11-171-10/+16
* | Merge pull request #34994 from Glandos/fileinfo_perfSimon L2022-11-111-3/+3
|\ \
| * | Test valid path only if file info has to be retrievedGlandos2022-11-061-3/+3
* | | Make sure that path is normalized and then checked,Côme Chilliet2022-11-101-7/+8
|/ /
* | fix psalmszaimen2022-11-021-1/+1
* | remove 32-bit workaroundsszaimen2022-11-021-13/+0
* | allow disabling object store write checkRobin Appelman2022-10-261-1/+7
|/
* Merge pull request #34579 from nextcloud/unencrypted-size-nullVincent Petry2022-10-211-1/+1
|\
| * fix null error in getUnencryptedSizeRobin Appelman2022-10-131-1/+1
* | Merge pull request #34624 from nextcloud/fix/files_external_psalmCarl Schwan2022-10-2014-196/+195
|\ \
| * | Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-1814-196/+195
* | | Fix various other small psalm issuesCarl Schwan2022-10-171-1/+1
|/ /
* / Scope the appdata theming storage for global and usersJohn Molakvoæ2022-10-141-0/+15
|/
* Avoid allocating too much memory for the bufferJulius Härtl2022-10-111-1/+1
* Fix unencrypted size calculation for files created before the Encryption stor...raul2022-10-031-1/+1
* Fix: Prevent deadlocks during mtime/size/etag propagationraul2022-10-031-17/+29
* Merge pull request #33566 from nextcloud/fopen-not-found-rescanblizzz2022-10-012-2/+19
|\