summaryrefslogtreecommitdiffstats
path: root/apps/files_external/js/dropbox.js
Commit message (Collapse)AuthorAgeFilesLines
* Bye bye Dropbox v1Vincent Petry2017-08-161-30/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move Dropbox/GDrive link to iconRobin McCorkell2016-05-031-4/+6
|
* Add links to load GDrive/Dropbox configuration pagesRobin McCorkell2016-05-031-0/+28
|
* Migrate Dropbox external storage to new APIRobin McCorkell2015-08-251-111/+0
|
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-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 Nicoll2015-01-141-1/+4
| | | | anchor.
* Fixed Dropbox/Google storage async save callVincent Petry2013-12-061-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 uiMichael Gapczynski2013-02-251-4/+4
|
* Merge branch 'master' into external_storage_ui_feedbackMichael Gapczynski2013-02-111-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_onThomas Mueller2013-01-311-2/+2
| |\ | | | | | | | | | | | | Conflicts: apps/files_external/js/google.js
| | * Fix external storage UI for new storage namespacesMichael Gapczynski2013-01-211-2/+2
| | |
| * | replace live() with on() in core jsJörn Friedrich Dreyer2013-01-301-2/+2
| |/
* | Set status to waiting for Dropbox and Google Drive while authenticatingMichael Gapczynski2013-01-091-0/+3
| |
* | Turn off async for saving mount points, improve input detection for Google ↵Michael Gapczynski2013-01-011-23/+26
| | | | | | | | and Dropbox 'Grant Access' buttons
* | Fix last commit's variableMichael Gapczynski2012-12-261-2/+1
| |
* | Listen to paste events for dropbox configurationMichael Gapczynski2012-12-261-4/+15
| |
* | Change callback url for dropbox as wellMichael Gapczynski2012-12-261-1/+1
|/
* l18n support added to files_external/jsThomas Mueller2012-10-021-8/+18
|
* Set configured to true after configuring Dropbox storageMichael Gapczynski2012-09-121-0/+1
|
* Add missing ; to js codeBart Visscher2012-09-051-2/+2
|
* Improve usability for configuring Dropbox and Google Drive external storageMichael Gapczynski2012-08-131-12/+34
|
* Show access granted label immediately after granting accessMichael Gapczynski2012-08-131-1/+4
|
* Prevent editing Dropbox configuration input after access grantedMichael Gapczynski2012-08-131-0/+1
|
* Show access granted label next to Google Drive and Dropbox storage in ↵Michael Gapczynski2012-08-131-0/+2
| | | | configuration
* Allow multiple Google Drive and Dropbox external storages to be configuredMichael Gapczynski2012-06-291-1/+0
|
* Add support for mounting Dropbox in external storage UIMichael Gapczynski2012-06-121-0/+53