Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #8063 from nextcloud/inline-value | Joas Schilling | 2018-01-26 | 1 | -2/+1 |
|\ | | | | | Return value immediately instead of assigning to a one-time variable | ||||
| * | Return value immediately instead of assigning to a one-time variable | Morris Jobke | 2018-01-26 | 1 | -2/+1 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Use proper code flow instead of not needed else branch | Morris Jobke | 2018-01-25 | 1 | -1/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 3 | -29/+55 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [files_external] OCS endpoint to proper OCSController | Roeland Jago Douma | 2018-01-18 | 1 | -13/+31 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove deprecated functions for OCP\Util | Roeland Jago Douma | 2018-01-13 | 1 | -1/+1 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | add option to use legacy v2 auth with s3 | Robin Appelman | 2017-12-19 | 1 | -0/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #7556 from nextcloud/smb-stat-exception | Morris Jobke | 2017-12-18 | 1 | -5/+7 |
|\ | | | | | handle exceptions in SMB::stat | ||||
| * | handle exceptions in SMB::stat | Robin Appelman | 2017-12-18 | 1 | -5/+7 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | additional debug logging on smb copy/rename failures | Robin Appelman | 2017-12-18 | 1 | -0/+2 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add retry wrapper when reading files from swift | Robin Appelman | 2017-12-04 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 32 | -4/+47 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | OC_OCS_Response is deprecated | Roeland Jago Douma | 2017-09-21 | 1 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Fix undefined offset warning when using '/' as external storage root | Robin Appelman | 2017-09-19 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix undefined constants | Robin Appelman | 2017-09-18 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | disable part files for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+4 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | add stat cache for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -7/+56 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | more efficient is_dir | Robin Appelman | 2017-09-18 | 1 | -0/+10 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | more efficient permissions for s3 external storage | Robin Appelman | 2017-09-18 | 1 | -0/+8 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | more efficient write only fopen | Robin Appelman | 2017-09-18 | 1 | -1/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | reuse object read/write/delete logic in s3 implementations | Robin Appelman | 2017-09-18 | 1 | -35/+14 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | update aws sdk and move it to 3rdparty | Robin Appelman | 2017-09-18 | 1 | -17/+21 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | show storage as unavailable in the file list | Robin Appelman | 2017-09-04 | 1 | -1/+2 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | set the exception for failedstorage | Robin Appelman | 2017-09-04 | 1 | -2/+9 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Use the FailedStorage instead | Morris Jobke | 2017-09-04 | 2 | -31/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Handle invalid ext storage backend to keep mount point visible | Vincent Petry | 2017-09-04 | 4 | -2/+139 |
| | | | | | | | | Keep mount point visible and also ext storage config visible when dealing with configs relating to storage backends or auth mechanisms that were provided by an app that is currently disabled. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move GDrive external storage to a separate repo | Vincent Petry | 2017-08-21 | 3 | -791/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 3 | -410/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Merge pull request #6101 from cbartz/patch-1 | Lukas Reschke | 2017-08-15 | 1 | -6/+1 |
|\ | | | | | Missing array assignment in Swift.php | ||||
| * | Remove tmpFiles Array in Swift.php | Christopher Bartz | 2017-08-14 | 1 | -6/+1 |
| | | | | | | | | | | | | tmpFiles Array is unnecessary and there has been a reference without an assignment which lead to a bug making swift external storage unuseable. | ||||
* | | Merge pull request #5872 from nextcloud/swift-filter-dot | Robin Appelman | 2017-08-14 | 1 | -1/+1 |
|\ \ | |/ |/| | Filter magic dot object when swift directory | ||||
| * | Filter magic dot object when swift directory | Robin Appelman | 2017-08-01 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | Fix comparisons in the files external app | Joas Schilling | 2017-08-01 | 7 | -20/+20 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Fix L10N::t | Roeland Jago Douma | 2017-08-01 | 1 | -3/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [files_external] Fix phpdoc | Roeland Jago Douma | 2017-08-01 | 3 | -3/+3 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [files_external] fix commands | Roeland Jago Douma | 2017-08-01 | 6 | -13/+13 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | [files_external] Fix phpdoc | Roeland Jago Douma | 2017-08-01 | 2 | -2/+2 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Replace wrong PHPDocs | Lukas Reschke | 2017-08-01 | 1 | -1/+1 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Allow to enable the external storage app via the web ui | Joas Schilling | 2017-07-26 | 1 | -15/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Add Phan plugin to check for SQL injections | Lukas Reschke | 2017-07-20 | 1 | -0/+4 |
| | | | | | | | | | | This adds a phan plugin which checks for SQL injections on code using our QueryBuilder, while it isn't perfect it should already catch most potential issues. As always, static analysis will sometimes have false positives and this is also here the case. So in some cases the analyzer just doesn't know if something is potential user input or not, thus I had to add some `@suppress SqlInjectionChecker` in front of those potential injections. The Phan plugin hasn't the most awesome code but it works and I also added a file with test cases. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Run phan over code base | Lukas Reschke | 2017-07-19 | 1 | -4/+4 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #5556 from nextcloud/files_external_sftp_2048_4096 | Morris Jobke | 2017-07-04 | 2 | -8/+13 |
|\ | | | | | [Files external] Add support for 2048 and 4096 bit RSA key generation | ||||
| * | Remove unused member | Roeland Jago Douma | 2017-06-30 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
| * | Allow 2048 and 4096 bit SFTP keys | Roeland Jago Douma | 2017-06-29 | 2 | -6/+13 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | move personal external storage settings to it's own section | Robin Appelman | 2017-06-23 | 3 | -18/+170 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | use the correct param type when getting external storages for groups | Robin Appelman | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #4527 from nextcloud/downstream-27504 | Morris Jobke | 2017-05-01 | 1 | -24/+46 |
|\ | | | | | Adjust SMB permissions on the root | ||||
| * | remove duplicate method | Robin Appelman | 2017-04-26 | 1 | -26/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | remove excessive logging | Robin Appelman | 2017-04-26 | 1 | -25/+8 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | Adjust SMB permissions on the root | Juan Pablo Villafáñez | 2017-04-26 | 1 | -3/+60 |
| | |