summaryrefslogtreecommitdiffstats
path: root/apps/files_external
Commit message (Collapse)AuthorAgeFilesLines
* [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
| |
* | Merge pull request #4890 from nextcloud/unify-settingsblizzz2017-06-296-68/+173
|\ \ | |/ |/| Unify settings
| * remove obsolete fileArthur Schiwon2017-06-231-47/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * move personal external storage settings to it's own sectionRobin Appelman2017-06-235-21/+173
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-06-262-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2017-06-202-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-174-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-164-4/+6
|
* [tx-robot] updated from transifexNextcloud bot2017-06-152-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-06-074-20/+230
|
* [tx-robot] updated from transifexNextcloud bot2017-06-044-2/+4
|
* [tx-robot] updated from transifexNextcloud bot2017-06-024-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-06-012-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-312-32/+32
|
* [tx-robot] updated from transifexNextcloud bot2017-05-302-20/+138
|
* [tx-robot] updated from transifexNextcloud bot2017-05-294-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-05-282-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-05-262-0/+2
|