Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bye bye Dropbox v1 | Vincent Petry | 2017-08-16 | 1 | -30/+0 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Move Dropbox/GDrive link to icon | Robin McCorkell | 2016-05-03 | 1 | -4/+6 |
| | |||||
* | Add links to load GDrive/Dropbox configuration pages | Robin McCorkell | 2016-05-03 | 1 | -0/+28 |
| | |||||
* | Migrate Dropbox external storage to new API | Robin McCorkell | 2015-08-25 | 1 | -111/+0 |
| | |||||
* | Use storage id + appframework for ext storage CRUD | Vincent Petry | 2015-03-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | - Added StorageConfig class to replace ugly arrays - Implemented StorageService and StorageController for Global and User storages - Async status checking for storages (from Xenopathic) - Auto-generate id for external storage configs (not the same as storage_id) - Refactor JS classes for external storage settings, this mostly moves/encapsulated existing global event handlers into the MountConfigListView class. - Added some JS unit tests for the external storage UI | ||||
* | Updated Dropbox and Google UI Javascript to create input elements instead of ↵ | Ross Nicoll | 2015-01-14 | 1 | -1/+4 |
| | | | | anchor. | ||||
* | Fixed Dropbox/Google storage async save call | Vincent Petry | 2013-12-06 | 1 | -8/+9 |
| | | | | | | | | | | | When clicking "Grant access", the settings for Dropbox/Google were saved through a call that gets cancelled when redirecting to the grant page (for example in Firefox) This fix makes sure the "save settings" call finished before redirecting to the grant page. Fixes #6176 | ||||
* | Fix Dropbox and Google ui | Michael Gapczynski | 2013-02-25 | 1 | -4/+4 |
| | |||||
* | Merge branch 'master' into external_storage_ui_feedback | Michael Gapczynski | 2013-02-11 | 1 | -5/+5 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 branch 'master' into from_live_to_on | Thomas Mueller | 2013-01-31 | 1 | -2/+2 |
| |\ | | | | | | | | | | | | | Conflicts: apps/files_external/js/google.js | ||||
| | * | Fix external storage UI for new storage namespaces | Michael Gapczynski | 2013-01-21 | 1 | -2/+2 |
| | | | |||||
| * | | replace live() with on() in core js | Jörn Friedrich Dreyer | 2013-01-30 | 1 | -2/+2 |
| |/ | |||||
* | | Set status to waiting for Dropbox and Google Drive while authenticating | Michael Gapczynski | 2013-01-09 | 1 | -0/+3 |
| | | |||||
* | | Turn off async for saving mount points, improve input detection for Google ↵ | Michael Gapczynski | 2013-01-01 | 1 | -23/+26 |
| | | | | | | | | and Dropbox 'Grant Access' buttons | ||||
* | | Fix last commit's variable | Michael Gapczynski | 2012-12-26 | 1 | -2/+1 |
| | | |||||
* | | Listen to paste events for dropbox configuration | Michael Gapczynski | 2012-12-26 | 1 | -4/+15 |
| | | |||||
* | | Change callback url for dropbox as well | Michael Gapczynski | 2012-12-26 | 1 | -1/+1 |
|/ | |||||
* | l18n support added to files_external/js | Thomas Mueller | 2012-10-02 | 1 | -8/+18 |
| | |||||
* | Set configured to true after configuring Dropbox storage | Michael Gapczynski | 2012-09-12 | 1 | -0/+1 |
| | |||||
* | Add missing ; to js code | Bart Visscher | 2012-09-05 | 1 | -2/+2 |
| | |||||
* | Improve usability for configuring Dropbox and Google Drive external storage | Michael Gapczynski | 2012-08-13 | 1 | -12/+34 |
| | |||||
* | Show access granted label immediately after granting access | Michael Gapczynski | 2012-08-13 | 1 | -1/+4 |
| | |||||
* | Prevent editing Dropbox configuration input after access granted | Michael Gapczynski | 2012-08-13 | 1 | -0/+1 |
| | |||||
* | Show access granted label next to Google Drive and Dropbox storage in ↵ | Michael Gapczynski | 2012-08-13 | 1 | -0/+2 |
| | | | | configuration | ||||
* | Allow multiple Google Drive and Dropbox external storages to be configured | Michael Gapczynski | 2012-06-29 | 1 | -1/+0 |
| | |||||
* | Add support for mounting Dropbox in external storage UI | Michael Gapczynski | 2012-06-12 | 1 | -0/+53 |