summaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib
Commit message (Expand)AuthorAgeFilesLines
* add option to use legacy v2 auth with s3Robin Appelman2018-01-091-0/+2
* add retry wrapper when reading files from swiftRobin Appelman2017-12-061-1/+2
* Fix undefined offset warning when using '/' as external storage rootRobin Appelman2017-10-251-1/+1
* fix undefined constantsRobin Appelman2017-10-031-1/+1
* disable part files for s3 external storageRobin Appelman2017-10-031-0/+4
* add stat cache for s3 external storageRobin Appelman2017-10-031-7/+56
* more efficient is_dirRobin Appelman2017-10-031-0/+10
* more efficient permissions for s3 external storageRobin Appelman2017-10-031-0/+8
* more efficient write only fopenRobin Appelman2017-10-031-1/+9
* reuse object read/write/delete logic in s3 implementationsRobin Appelman2017-10-031-35/+14
* update aws sdk and move it to 3rdpartyRobin Appelman2017-10-031-17/+21
* Remove tmpFiles Array in Swift.phpChristopher Bartz2017-09-041-6/+1
* Filter magic dot object when swift directoryRobin Appelman2017-08-141-1/+1
* use the correct param type when getting external storages for groupsRobin Appelman2017-05-231-1/+1
* Merge pull request #4527 from nextcloud/downstream-27504Morris Jobke2017-05-011-24/+46
|\
| * remove duplicate methodRobin Appelman2017-04-261-26/+8
| * remove excessive loggingRobin Appelman2017-04-261-25/+8
| * Adjust SMB permissions on the rootJuan Pablo Villafáñez2017-04-261-3/+60
* | allow apps to set custom mount typesRobin Appelman2017-04-281-0/+30
|/
* Merge pull request #4416 from gvmura/avoid-duplicate-files-googleMorris Jobke2017-04-261-0/+13
|\
| * avoid duplicate files in google with the same namegvmura2017-04-211-0/+13
* | Remove unused use statementsMorris Jobke2017-04-223-7/+0
|/
* Merge pull request #4404 from Ardinis/masterMorris Jobke2017-04-201-6/+6
|\
| * reviewedArdinis2017-04-201-0/+7
| * Remove json handling for files_external:configArdinis2017-04-141-7/+0
* | Fix translationsJoas Schilling2017-04-185-11/+11
|/
* Merge pull request #4312 from nextcloud/cleanup-nameBjörn Schießle2017-04-122-4/+4
|\
| * Update comments to NextcloudMorris Jobke2017-04-112-4/+4
* | [files_external] Remove unneeded update stepsMorris Jobke2017-04-122-56/+0
|/
* fix fseek against string not resource by removing append supportArthur Schiwon2017-04-041-7/+4
* Merge pull request #3438 from nextcloud/external-storage-user-folderRoeland Jago Douma2017-03-311-1/+1
|\
| * Allow using '/' as external storage rootRobin Appelman2017-03-231-1/+1
* | allow configuring authType for DAV backendJörn Friedrich Dreyer2017-03-221-0/+2
|/
* fix typo in sftp public keyMartin2017-03-191-1/+1
* fix self test for non leading slashRobin Appelman2017-02-101-2/+2
* Make the notify self test for subfolders more reliableRobin Appelman2017-02-101-1/+6
* Merge pull request #2044 from nextcloud/login-credential-storeMorris Jobke2017-01-301-39/+21
|\
| * use login hook credentials as fallbackChristoph Wurst2017-01-111-11/+1
| * migrate 'password::sessioncredentials' extern storage auth to credential storeChristoph Wurst2017-01-111-32/+24
* | Merge pull request #2970 from nextcloud/notify-self-testMorris Jobke2017-01-303-49/+209
|\ \
| * | add unit tests for smb notify backendRobin Appelman2017-01-271-0/+1
| * | add notify self testRobin Appelman2017-01-271-1/+36
| * | switch occ files_external:notify to new notify mechanismRobin Appelman2017-01-271-10/+12
| * | Add a more powerful notify mechanismRobin Appelman2017-01-272-39/+161
* | | Merge pull request #3176 from nextcloud/default-value-datadirblizzz2017-01-301-1/+1
|\ \ \ | |/ / |/| |
| * | Add proper default value for datadirMorris Jobke2017-01-191-1/+1
| |/
* / Add the icons for shipped appsJoas Schilling2017-01-191-3/+18
|/
* replace close:// streamwrapper with CallBackWrapperRobin Appelman2017-01-065-115/+105
* Update icewind/smb to 2.0.0Robin Appelman2017-01-051-11/+13
* Merge pull request #2550 from nextcloud/smb-notify-renameLukas Reschke2016-12-161-3/+5
|\