| Commit message (Expand) | Author | Age | Files | Lines |
* | fix invalidating folder cache for s3 | Robin Appelman | 2018-02-12 | 1 | -1/+1 |
* | adjust s3 bulk delete to new sdk syntax | Robin Appelman | 2018-02-12 | 1 | -6/+11 |
* | add option to use legacy v2 auth with s3 | Robin Appelman | 2017-12-19 | 1 | -0/+2 |
* | Merge pull request #7556 from nextcloud/smb-stat-exception | Morris Jobke | 2017-12-18 | 1 | -5/+7 |
|\ |
|
| * | handle exceptions in SMB::stat | Robin Appelman | 2017-12-18 | 1 | -5/+7 |
* | | additional debug logging on smb copy/rename failures | Robin Appelman | 2017-12-18 | 1 | -0/+2 |
|/ |
|
* | add retry wrapper when reading files from swift | Robin Appelman | 2017-12-04 | 1 | -1/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 32 | -4/+47 |
* | OC_OCS_Response is deprecated | Roeland Jago Douma | 2017-09-21 | 1 | -2/+2 |
* | Fix undefined offset warning when using '/' as external storage root | Robin Appelman | 2017-09-19 | 1 | -1/+1 |
* | fix undefined constants | Robin Appelman | 2017-09-18 | 1 | -1/+1 |
* | disable part files for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+4 |
* | add stat cache for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -7/+56 |
* | more efficient is_dir | Robin Appelman | 2017-09-18 | 1 | -0/+10 |
* | more efficient permissions for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+8 |
* | more efficient write only fopen | Robin Appelman | 2017-09-18 | 1 | -1/+9 |
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 1 | -35/+14 |
* | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 1 | -17/+21 |
* | show storage as unavailable in the file list | Robin Appelman | 2017-09-04 | 1 | -1/+2 |
* | set the exception for failedstorage | Robin Appelman | 2017-09-04 | 1 | -2/+9 |
* | Use the FailedStorage instead | Morris Jobke | 2017-09-04 | 2 | -31/+1 |
* | Handle invalid ext storage backend to keep mount point visible | Vincent Petry | 2017-09-04 | 4 | -2/+139 |
* | Move GDrive external storage to a separate repo | Vincent Petry | 2017-08-21 | 3 | -791/+0 |
* | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 3 | -410/+0 |
* | Merge pull request #6101 from cbartz/patch-1 | Lukas Reschke | 2017-08-15 | 1 | -6/+1 |
|\ |
|
| * | Remove tmpFiles Array in Swift.php | Christopher Bartz | 2017-08-14 | 1 | -6/+1 |
* | | Merge pull request #5872 from nextcloud/swift-filter-dot | Robin Appelman | 2017-08-14 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | Filter magic dot object when swift directory | Robin Appelman | 2017-08-01 | 1 | -1/+1 |
* | | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 7 | -20/+20 |
|/ |
|
* | Fix L10N::t | Roeland Jago Douma | 2017-08-01 | 1 | -3/+3 |
* | [files_external] Fix phpdoc | Roeland Jago Douma | 2017-08-01 | 3 | -3/+3 |
* | [files_external] fix commands | Roeland Jago Douma | 2017-08-01 | 6 | -13/+13 |
* | [files_external] Fix phpdoc | Roeland Jago Douma | 2017-08-01 | 2 | -2/+2 |
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
* | Allow to enable the external storage app via the web ui | Joas Schilling | 2017-07-26 | 1 | -15/+1 |
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+4 |
* | Run phan over code base | Lukas Reschke | 2017-07-19 | 1 | -4/+4 |
* | Merge pull request #5556 from nextcloud/files_external_sftp_2048_4096 | Morris Jobke | 2017-07-04 | 2 | -8/+13 |
|\ |
|
| * | Remove unused member | Roeland Jago Douma | 2017-06-30 | 1 | -2/+0 |
| * | Allow 2048 and 4096 bit SFTP keys | Roeland Jago Douma | 2017-06-29 | 2 | -6/+13 |
* | | move personal external storage settings to it's own section | Robin Appelman | 2017-06-23 | 3 | -18/+170 |
|/ |
|
* | use the correct param type when getting external storages for groups | Robin Appelman | 2017-05-22 | 1 | -1/+1 |
* | Merge pull request #4527 from nextcloud/downstream-27504 | Morris Jobke | 2017-05-01 | 1 | -24/+46 |
|\ |
|
| * | remove duplicate method | Robin Appelman | 2017-04-26 | 1 | -26/+8 |
| * | remove excessive logging | Robin Appelman | 2017-04-26 | 1 | -25/+8 |
| * | Adjust SMB permissions on the root | Juan Pablo Villafáñez | 2017-04-26 | 1 | -3/+60 |
* | | allow apps to set custom mount types | Robin Appelman | 2017-04-28 | 1 | -0/+30 |
|/ |
|
* | Merge pull request #4416 from gvmura/avoid-duplicate-files-google | Morris Jobke | 2017-04-26 | 1 | -0/+13 |
|\ |
|
| * | avoid duplicate files in google with the same name | gvmura | 2017-04-21 | 1 | -0/+13 |
* | | Remove unused use statements | Morris Jobke | 2017-04-22 | 3 | -7/+0 |
|/ |
|