| Commit message (Expand) | Author | Age | Files | Lines |
* | google drive: set access type to 'offline' when requesting token | Adam Williamson | 2014-11-06 | 1 | -0/+1 |
* | Migrate Google Drive storage app to v1.0.0 of the client library | Adam Williamson | 2014-11-06 | 1 | -1/+1 |
* | Merge pull request #10420 from owncloud/external-share-self-signed | Lukas Reschke | 2014-08-31 | 2 | -58/+0 |
|\ |
|
| * | Move certificate management interface from files_external to core | Robin Appelman | 2014-08-31 | 2 | -34/+0 |
| * | Verify names of certificates | Robin Appelman | 2014-08-31 | 1 | -3/+1 |
| * | Move certificate management code to core | Robin Appelman | 2014-08-31 | 2 | -33/+11 |
* | | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 2 | -2/+2 |
|/ |
|
* | replace chosen with select2 to provide ajaxified user and group selection for... | Jörn Friedrich Dreyer | 2014-08-25 | 1 | -0/+26 |
* | When changing the mountpoint of an external storage, ensure the old one is re... | Robin Appelman | 2014-07-07 | 1 | -6/+13 |
* | some strings to localize external mount api responses. fix #8094 | Volkan Gezer | 2014-06-12 | 2 | -5/+7 |
* | Correctly redirect to settings page when not selecting cert file for upload | Joas Schilling | 2014-02-19 | 1 | -1/+1 |
* | fixing dropbox require path | Thomas Müller | 2013-11-05 | 1 | -1/+1 |
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 2 | -2/+2 |
* | Merge branch 'master' into googledrive | Thomas Müller | 2013-07-12 | 1 | -0/+4 |
|\ |
|
| * | disable proxys during ssl root cert upload to avoid encryption | Björn Schießle | 2013-06-12 | 1 | -0/+4 |
* | | Fix require_once for 3rdparty in google ajax frontend | Michael Gapczynski | 2013-05-18 | 1 | -2/+3 |
* | | Switch to using Google Drive SDK, closes #2047 | Michael Gapczynski | 2013-05-16 | 1 | -53/+30 |
|/ |
|
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-19 | 1 | -2/+2 |
|\ |
|
| * | fix redirect, use the new routing | Björn Schießle | 2013-02-18 | 1 | -1/+1 |
| * | Fix SpaceBeforeOpenBrace errors | Bart Visscher | 2013-02-14 | 1 | -1/+1 |
* | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 3 | -0/+5 |
|\| |
|
| * | Check requesttoken | Lukas Reschke | 2013-02-12 | 3 | -0/+5 |
* | | Merge branch 'master' into external_storage_ui_feedback | Thomas Mueller | 2013-02-12 | 1 | -0/+10 |
|\| |
|
| * | [files_external] fixing some undefined index | Thomas Mueller | 2013-02-11 | 1 | -0/+10 |
* | | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -2/+4 |
|\| |
|
| * | merge master into filesystem | Robin Appelman | 2012-12-03 | 4 | -16/+45 |
| |\ |
|
| * \ | merge master into filesystem | Robin Appelman | 2012-10-17 | 1 | -1/+0 |
| |\ \ |
|
| * | | | don't use depricated OC_Filesystem | Robin Appelman | 2012-10-10 | 1 | -6/+6 |
* | | | | Show status icons for mount points in external storage UI | Michael Gapczynski | 2012-12-24 | 1 | -2/+3 |
| |_|/
|/| | |
|
* | | | fix checkstyle for files_external app, add whitespace for readability | Jörn Friedrich Dreyer | 2012-11-30 | 4 | -16/+43 |
| |/
|/| |
|
* | | Whitespace cleanup | Bart Visscher | 2012-10-14 | 2 | -7/+6 |
|/ |
|
* | check if file really exist before add/remove it | Björn Schießle | 2012-09-27 | 2 | -4/+12 |
* | only upload valid ssl root certificates | Björn Schießle | 2012-09-27 | 1 | -6/+14 |
* | take '\' on windows systems into account to prevent file deletion above uploa... | Björn Schießle | 2012-09-26 | 1 | -1/+1 |
* | fix security issue, don't allow to go back in the path | Björn Schießle | 2012-09-26 | 1 | -1/+1 |
* | use more oc file operations instead of plain PHP functions | Björn Schießle | 2012-09-18 | 1 | -15/+11 |
* | Remove php close at end of file | Bart Visscher | 2012-08-29 | 4 | -6/+0 |
* | Whitespace fixes in apps | Bart Visscher | 2012-08-29 | 1 | -1/+1 |
* | XSRF checks | Lukas Reschke | 2012-08-10 | 1 | -0/+2 |
* | create uploads directory for ssl certificates if it didn't exists | Bjoern Schiessle | 2012-07-09 | 1 | -0/+1 |
* | remove superfluous ?> at the end of .php files (left out apps/*/templates) | Jörn Friedrich Dreyer | 2012-07-09 | 2 | -4/+0 |
* | CSRF checks | Lukas Reschke | 2012-07-07 | 2 | -0/+4 |
* | close file after write process | Bjoern Schiessle | 2012-07-06 | 1 | -0/+1 |
* | allow user to upload his own root certificate for secure webdav mount | Bjoern Schiessle | 2012-07-06 | 2 | -2/+17 |
* | allow users to upload ssl root certificates for the webdav client | Bjoern Schiessle | 2012-07-04 | 2 | -0/+21 |
* | Add support for mounting Google Drive in external storage UI | Michael Gapczynski | 2012-06-13 | 1 | -0/+51 |
* | Add support for mounting Dropbox in external storage UI | Michael Gapczynski | 2012-06-12 | 1 | -0/+41 |
* | Working UI for external storage mount configuration | Michael Gapczynski | 2012-06-08 | 2 | -0/+26 |