summaryrefslogtreecommitdiffstats
path: root/apps/files_external/ajax
Commit message (Collapse)AuthorAgeFilesLines
* some strings to localize external mount api responses. fix #8094Volkan Gezer2014-06-122-5/+7
|
* Correctly redirect to settings page when not selecting cert file for uploadJoas Schilling2014-02-191-1/+1
| | | | Fix #5463
* fixing dropbox require pathThomas Müller2013-11-051-1/+1
|
* Add _many_ newlines at the end of fileskondou2013-08-182-2/+2
|
* Merge branch 'master' into googledriveThomas Müller2013-07-121-0/+4
|\
| * disable proxys during ssl root cert upload to avoid encryptionBjörn Schießle2013-06-121-0/+4
| |
* | Fix require_once for 3rdparty in google ajax frontendMichael Gapczynski2013-05-181-2/+3
| |
* | Switch to using Google Drive SDK, closes #2047Michael Gapczynski2013-05-161-53/+30
|/
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-191-2/+2
|\ | | | | | | | | | | | | | | Conflicts: apps/files_external/js/settings.js apps/files_external/lib/smb.php apps/files_external/templates/settings.php lib/files/storage/common.php
| * fix redirect, use the new routingBjörn Schießle2013-02-181-1/+1
| |
| * Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
| |
* | Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-123-0/+5
|\|
| * Check requesttokenLukas Reschke2013-02-123-0/+5
| |
* | Merge branch 'master' into external_storage_ui_feedbackThomas Mueller2013-02-121-0/+10
|\|
| * [files_external] fixing some undefined indexThomas Mueller2013-02-111-0/+10
| |
* | Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-2/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_external/js/dropbox.js apps/files_external/js/google.js apps/files_external/js/settings.js apps/files_external/lib/amazons3.php apps/files_external/lib/dropbox.php apps/files_external/lib/google.php apps/files_external/lib/smb.php apps/files_external/lib/swift.php apps/files_external/lib/webdav.php lib/filestorage.php
| * merge master into filesystemRobin Appelman2012-12-034-16/+45
| |\
| * \ merge master into filesystemRobin Appelman2012-10-171-1/+0
| |\ \
| * | | don't use depricated OC_FilesystemRobin Appelman2012-10-101-6/+6
| | | |
* | | | Show status icons for mount points in external storage UIMichael Gapczynski2012-12-241-2/+3
| |_|/ |/| |
* | | fix checkstyle for files_external app, add whitespace for readabilityJörn Friedrich Dreyer2012-11-304-16/+43
| |/ |/|
* | Whitespace cleanupBart Visscher2012-10-142-7/+6
|/
* check if file really exist before add/remove itBjörn Schießle2012-09-272-4/+12
|
* only upload valid ssl root certificatesBjörn Schießle2012-09-271-6/+14
|
* take '\' on windows systems into account to prevent file deletion above ↵Björn Schießle2012-09-261-1/+1
| | | | upload direectory
* fix security issue, don't allow to go back in the pathBjörn Schießle2012-09-261-1/+1
|
* use more oc file operations instead of plain PHP functionsBjörn Schießle2012-09-181-15/+11
|
* Remove php close at end of fileBart Visscher2012-08-294-6/+0
|
* Whitespace fixes in appsBart Visscher2012-08-291-1/+1
|
* XSRF checksLukas Reschke2012-08-101-0/+2
|
* create uploads directory for ssl certificates if it didn't existsBjoern Schiessle2012-07-091-0/+1
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-092-4/+0
|
* CSRF checksLukas Reschke2012-07-072-0/+4
|
* close file after write processBjoern Schiessle2012-07-061-0/+1
|
* allow user to upload his own root certificate for secure webdav mountBjoern Schiessle2012-07-062-2/+17
|
* allow users to upload ssl root certificates for the webdav clientBjoern Schiessle2012-07-042-0/+21
|
* Add support for mounting Google Drive in external storage UIMichael Gapczynski2012-06-131-0/+51
|
* Add support for mounting Dropbox in external storage UIMichael Gapczynski2012-06-121-0/+41
|
* Working UI for external storage mount configurationMichael Gapczynski2012-06-082-0/+26