aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/ajax
Commit message (Collapse)AuthorAgeFilesLines
* google drive: set access type to 'offline' when requesting tokenAdam Williamson2014-11-061-0/+1
| | | | | | We need to do this in order to be able to refresh the access token without prompting the user for their credentials every hour. This was the default in 0.6 of the Google library, but needs to be explicitly specified in 1.0.
* Migrate Google Drive storage app to v1.0.0 of the client libraryAdam Williamson2014-11-061-1/+1
|
* Merge pull request #10420 from owncloud/external-share-self-signedLukas Reschke2014-08-312-58/+0
|\ | | | | Make external shares work with imported self signed certificates
| * Move certificate management interface from files_external to coreRobin Appelman2014-08-312-34/+0
| |
| * Verify names of certificatesRobin Appelman2014-08-311-3/+1
| |
| * Move certificate management code to coreRobin Appelman2014-08-312-33/+11
| |
* | Use public api for getting l10nRobin Appelman2014-08-312-2/+2
|/
* replace chosen with select2 to provide ajaxified user and group selection ↵Jörn Friedrich Dreyer2014-08-251-0/+26
| | | | | | | | | | | | for files_external, fixes #7499 remove minified select2 js show avatars for users, simpler results remove unneeded users and groups from settings template fix css, escape user and group names
* When changing the mountpoint of an external storage, ensure the old one is ↵Robin Appelman2014-07-071-6/+13
| | | | removed
* 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