Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix file_get_content signatures to make it clear it can return false | Côme Chilliet | 2023-04-27 | 1 | -1/+1 |
| | | | | | | | 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> | ||||
* | Fix return type of methods returning false on error | Côme Chilliet | 2023-04-03 | 1 | -3/+3 |
| | | | | 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 | 1 | -2/+2 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Move back typing to phpdoc to keep backward compatibility in OCP | Côme Chilliet | 2023-02-07 | 1 | -1/+4 |
| | | | | 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 | 1 | -4/+1 |
| | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com> | ||||
* | Rename file1 and file2 to source and target in Storage abstraction | Carl Schwan | 2022-10-18 | 1 | -6/+6 |
| | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
* | code checker fixes for instanceOfStorage | Robin Appelman | 2021-12-02 | 1 | -0/+3 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge branch 'master' into imountpoint-ocp-storage | John Molakvoæ | 2021-10-22 | 1 | -7/+1 |
|\ | |||||
| * | Remove some mentions of ownCloud from our api documentation | Carl Schwan | 2021-07-29 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> | ||||
| * | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -6/+0 |
| | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | dont return private storage interface from public mount interface | Robin Appelman | 2021-03-23 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+3 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Bump icewind/streams from 0.7.1 to 0.7.2 | Christoph Wurst | 2020-12-29 | 1 | -13/+13 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -19/+19 |
|\ | | | | | Unify links to php.net | ||||
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -19/+19 |
| | | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com> | ||||
* | | storage: update IStorage#file_put_contents docs to match usage | Tigran Mkrtchyan | 2020-12-21 | 1 | -2/+2 |
|/ | | | | | | | The current phpdoc of IStorage#file_put_contents doesnt corresponds to it's actual usage in code, e.g. Signed-off-by: Tigran Mkrtchyan <tigran.mkrtchyan@desy.de> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -0/+1 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -4/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | minor storage interface tweaks | Robin Appelman | 2017-01-24 | 1 | -2/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -1/+2 |
| | |||||
* | Move \OCP\Files to PSR-4 | Roeland Jago Douma | 2016-05-18 | 1 | -0/+457 |