summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* Merge pull request #5656 from ↵Morris Jobke2017-07-101-0/+1
|\ | | | | | | | | nextcloud/fix-unselecting-items-on-multi-select-dropdowns Fix unselecting items on multi select dropdowns
| * Enable the toggleSelect extension in multi-select dropdownsDaniel Calviño Sánchez2017-07-101-0/+1
| | | | | | | | | | | | | | | | The toggleSelect extension for Select2 makes possible to unselect items in a multi-select dropdown by clicking on them; this behaviour should be enabled in all the multi-select dropdowns used in the server. Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-07-102-6/+6
|/
* Merge pull request #5556 from nextcloud/files_external_sftp_2048_4096Morris Jobke2017-07-043-9/+30
|\ | | | | [Files external] Add support for 2048 and 4096 bit RSA key generation
| * Remove unused memberRoeland Jago Douma2017-06-301-2/+0
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * Allow 2048 and 4096 bit SFTP keysRoeland Jago Douma2017-06-293-7/+30
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-07-032-4/+4
| |