aboutsummaryrefslogtreecommitdiffstats
path: root/lib/public/Files/Storage
Commit message (Expand)AuthorAgeFilesLines
* refactor(Storage): Make all parameter types strong typesprovokateurin2024-10-077-119/+48
* fix(IStorage): Use false instead of bool intersection type to match implement...fix/istorage/return-typesprovokateurin2024-09-261-10/+10
* chore: use a proper `@param` tag for IConstructableStorage constructor parameterCôme Chilliet2024-09-231-1/+1
* fix: Move storage constructor to specific interfaceCôme Chilliet2024-09-232-8/+27
* fix(Storage): Document getOwner() can return falseprovokateurin2024-09-171-1/+1
* chore: Improve typing and phpdoc commentsCôme Chilliet2024-09-161-1/+2
* chore: Remove deprecated Storage::search method instead of moving it to IStorageCôme Chilliet2024-09-161-9/+0
* chore: Fix psalm issues, put back private versions of getter in private Stora...Côme Chilliet2024-09-161-0/+2
* fix: Fix other uses of removed Storage interfaceCôme Chilliet2024-09-161-0/+15
* fix: Remove OCP\Files\Storage interface deprecated since version 9Côme Chilliet2024-09-161-2/+2
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-1/+1
* feat: Make `ISharedStorage` public API and reuse where possibleFerdinand Thiessen2024-08-121-0/+26
* chore: Add SPDX headerAndy Scherzinger2024-05-248-160/+23
* fix(files): setOwner since docLouis Chemineau2024-05-161-1/+1
* fix: Pass the mountpoint target user to storages without ownerJulius Härtl2024-04-091-0/+12
* fix: Apply new coding standard to all filesCôme Chilliet2024-04-022-2/+2
* fix(OCP): Add since tag for all constantsJoas Schilling2024-02-141-0/+15
* Fix file_get_content signatures to make it clear it can return falseCôme Chilliet2023-04-271-1/+1
* Fix return type of methods returning false on errorCôme Chilliet2023-04-031-3/+3
* Make it clear that file sizes may be float on 32bitsCôme Chilliet2023-04-011-2/+2
* feat(s3): Use multipart upload for chunked uploadingJulius Härtl2023-03-081-0/+70
* Move back typing to phpdoc to keep backward compatibility in OCPCôme Chilliet2023-02-071-1/+4
* Strong type filesize related methods to ease 32bits problem findingsCôme Chilliet2023-02-071-4/+1
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-6/+6
* don't overwrite the etag from storage backends that already provide "good" etagsRobin Appelman2022-04-041-0/+35
* code checker fixes for instanceOfStorageRobin Appelman2021-12-022-1/+4
* Merge branch 'master' into imountpoint-ocp-storageJohn Molakvoæ2021-10-226-15/+4
|\
| * Remove some mentions of ownCloud from our api documentationCarl Schwan2021-07-291-1/+1
| * Update php licensesJohn Molakvoæ (skjnldsv)2021-06-046-14/+3
* | dont return private storage interface from public mount interfaceRobin Appelman2021-03-231-1/+3
|/
* Update license headersChristoph Wurst2020-12-301-0/+3
* Bump icewind/streams from 0.7.1 to 0.7.2Christoph Wurst2020-12-291-13/+13
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-221-19/+19
|\
| * Unify links to php.netJ0WI2020-09-171-19/+19
* | Merge pull request #24594 from kofemann/dcacheJulius Härtl2020-12-221-2/+2
|\ \
| * | storage: update IStorage#file_put_contents docs to match usageTigran Mkrtchyan2020-12-211-2/+2
* | | Update all license headers for Nextcloud 21Christoph Wurst2020-12-162-1/+2
|/ /
* / Remove deprecated INotifyStorage::listenMorris Jobke2020-10-281-18/+0
|/
* Annotate that writeStream can throw a GenericFileExceptionJulius Härtl2020-09-101-0/+3
* Update license headers for 19Christoph Wurst2020-04-292-0/+2
* Add visibility to all constantsChristoph Wurst2020-04-101-4/+4
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-1/+0
* Use exactly one empty line after the namespace declarationChristoph Wurst2020-04-091-0/+1
* Update license headersChristoph Wurst2019-12-056-7/+16
* Some php-cs fixesRoeland Jago Douma2019-11-222-1/+2
* Add interface to allow storages from opting out of encryptionRobin Appelman2018-11-291-0/+31
* extend storage api to allow directly writing a stream to storageRobin Appelman2018-10-311-0/+40
* Update license headersMorris Jobke2017-11-062-0/+2
* Replace wrong PHPDocsLukas Reschke2017-08-011-4/+4
* Add missing PHPDoc and properly throw exceptionMorris Jobke2017-02-131-0/+1