aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/Lib/Storage/Swift.php
Commit message (Expand)AuthorAgeFilesLines
* fix(files_external): Safely check if the timestamp is numericisNumericMtimeGit'Fellow2025-05-081-13/+13
* chore: Apply new rector configuration to apps folderCôme Chilliet2025-02-131-13/+16
* refactor(Storage): Align all Storage constructorsrefactor/storage/constructorsprovokateurin2024-10-231-21/+21
* refactor(apps): Use constructor property promotion when possibleprovokateurin2024-10-211-7/+10
* chore(apps): Apply new rector configuration to autouse classesCôme Chilliet2024-10-151-4/+7
* refactor(files_external): Add Storage parameter strong typesrefactor/storage/strong-param-typesprovokateurin2024-10-071-24/+14
* fix(files_external): Fix all IStorage return typesprovokateurin2024-09-261-24/+21
* chore: Apply rector configuration to apps folderCôme Chilliet2024-09-201-1/+1
* style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-251-2/+2
* Merge branch 'master' into jr-readdir-false-falseJohn Molakvoæ2024-08-161-38/+5
|\
| * chore: Add SPDX headerAndy Scherzinger2024-06-061-36/+3
| * fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-1/+1
| * feat: rename users to account or personVincent Petry2024-02-131-1/+1
| * chore: apply changes from Nextcloud coding standards 1.1.1Joas Schilling2023-11-231-1/+1
* | Clean-up some remaining readdir calls with undesirable false evaluation poten...Josh Richards2023-06-241-2/+2
|/
* fix(caching): Avoid checking existence before fetchingChristoph Wurst2023-06-121-2/+3
* Rename file1 and file2 to source and target in Storage abstractionCarl Schwan2022-10-181-25/+25
* Move CappedMemoryCache to OCPCarl Schwan2022-07-141-1/+1
* Adapt more code to migration to LoggerInterfaceCôme Chilliet2022-03-241-20/+20
* Update php licensesJohn Molakvoæ (skjnldsv)2021-06-041-1/+0
* set mimetype for objects uploaded to object storagesRobin Appelman2021-04-211-2/+7
* Update all license headers for Nextcloud 21Christoph Wurst2020-12-161-1/+1
* Add visibility to all constantsChristoph Wurst2020-04-101-1/+1
* Format control structures, classes, methods and functionChristoph Wurst2020-04-101-4/+0
* Use elseif instead of else ifChristoph Wurst2020-04-101-2/+2
* Update the license headers for Nextcloud 19Christoph Wurst2020-03-311-0/+1
* Use the short array syntax, everywhereChristoph Wurst2020-03-261-2/+2
* Update license headersChristoph Wurst2019-12-051-3/+5
* Convert timestamp key value of metadata in Swift files_externalMichael Zamot2019-03-011-1/+1
* move log constants to ILoggerArthur Schiwon2018-04-261-9/+10
* Remove \OCP\Files::tmpFileRoeland Jago Douma2018-03-191-1/+1
* verify cached swift tokenRobin Appelman2018-03-161-1/+5
* adjust external storage config format to the one used in primary storageRobin Appelman2018-02-261-4/+7
* add support for v3 swift authRobin Appelman2018-02-261-2/+10
* adjust swift external storage to new openstack sdkRobin Appelman2018-02-191-158/+89
* Remove unused import statementsMorris Jobke2018-02-141-1/+0
* Remove unneeded semicolon and parenthesesMorris Jobke2018-01-261-1/+1
* Properly log the full exception instead of only the messageMorris Jobke2018-01-231-9/+36
* add retry wrapper when reading files from swiftRobin Appelman2017-12-041-1/+2
* Update license headersMorris Jobke2017-11-061-0/+4
* Merge pull request #6101 from cbartz/patch-1Lukas Reschke2017-08-151-6/+1
|\
| * Remove tmpFiles Array in Swift.phpChristopher Bartz2017-08-141-6/+1
* | Merge pull request #5872 from nextcloud/swift-filter-dotRobin Appelman2017-08-141-1/+1
|\ \ | |/ |/|
| * Filter magic dot object when swift directoryRobin Appelman2017-08-011-1/+1
* | Fix comparisons in the files external appJoas Schilling2017-08-011-2/+2
|/
* Run phan over code baseLukas Reschke2017-07-191-4/+4
* fix fseek against string not resource by removing append supportArthur Schiwon2017-04-041-7/+4
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-061-9/+7
* Update with robinJoas Schilling2016-07-211-1/+1
* Fix apps/Joas Schilling2016-07-211-1/+2