summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* show storage as unavailable in the file listRobin Appelman2017-09-041-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* set the exception for failedstorageRobin Appelman2017-09-041-2/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Use the FailedStorage insteadMorris Jobke2017-09-042-31/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Handle invalid ext storage backend to keep mount point visibleVincent Petry2017-09-045-2/+153
| | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2017-09-022-2/+2
|
* Merge pull request #6157 from nextcloud/smb-2.0.2Morris Jobke2017-08-2613-52/+265
|\ | | | | update icewind/smb to 2.0.2
| * update icewind/smb to 2.0.2Robin Appelman2017-08-1613-52/+265
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-08-242-12/+12
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-2264-316/+320
| |
* | Move GDrive external storage to a separate repoVincent Petry2017-08-21147-244502/+2
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2017-08-212-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-202-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-1764-380/+384
|/
* Bye bye Dropbox v1Vincent Petry2017-08-1623-6155/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #6101 from cbartz/patch-1Lukas Reschke2017-08-151-6/+1
|\ | | | | Missing array assignment in Swift.php
| * Remove tmpFiles Array in Swift.phpChristopher Bartz2017-08-141-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-dotRobin Appelman2017-08-141-1/+1
|\ \ | |/ |/| Filter magic dot object when swift directory
| * Filter magic dot object when swift directoryRobin Appelman2017-08-011-1/+1
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-08-132-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-122-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-0946-46/+0
| |
* | [tx-robot] updated from transifexNextcloud bot2017-08-082-0/+6
| |
* | Merge pull request #4790 from nextcloud/fix-comparisons-in-appsMorris Jobke2017-08-029-26/+26
|\ \ | | | | | | Fix comparisons in apps
| * | Fix comparisons in the files external appJoas Schilling2017-08-019-26/+26
| |/ | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / [tx-robot] updated from transifexNextcloud bot2017-08-022-0/+4
|/
* Fix L10N::tRoeland Jago Douma2017-08-011-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [files_external] Fix phpdocRoeland Jago Douma2017-08-013-3/+3
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [files_external] fix commandsRoeland Jago Douma2017-08-016-13/+13
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [files_external] Fix phpdocRoeland Jago Douma2017-08-012-2/+2
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Replace wrong PHPDocsLukas Reschke2017-08-011-1/+1
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-07-302-0/+10
|
* Allow to enable the external storage app via the web uiJoas Schilling2017-07-261-15/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-07-262-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-07-254-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-07-244-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2017-07-236-2/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-07-226-0/+10
|
* Merge pull request #5817 from nextcloud/add-basic-sql-injection-checkerMorris Jobke2017-07-211-0/+4
|\ | | | | Add Phan plugin to check for SQL injections
| * Add Phan plugin to check for SQL injectionsLukas Reschke2017-07-201-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>
* | [tx-robot] updated from transifexNextcloud bot2017-07-2162-122/+12
|/
* [tx-robot] updated from transifexNextcloud bot2017-07-2010-0/+20
|
* Run phan over code baseLukas Reschke2017-07-191-4/+4
| | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* [tx-robot] updated from transifexNextcloud bot2017-07-1962-122/+122
|
* Merge pull request #5740 from nextcloud/comradekingu-patch-5Morris Jobke2017-07-181-2/+2
|\ | | | | Spelling: log out, : Bigversal
| * log out, : BigversalAllan Nordhøy2017-07-141-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-07-172-28/+232
| |
* | [tx-robot] updated from transifexNextcloud bot2017-07-152-6/+6
|/
* [tx-robot] updated from transifexNextcloud bot2017-07-142-6/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-07-132-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2017-07-122-18/+18
|