summaryrefslogtreecommitdiffstats
path: root/apps/files_external/ajax
Commit message (Collapse)AuthorAgeFilesLines
* group display name support (service level + ldap)Arthur Schiwon2019-05-271-1/+1
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Finally remove \OCP\JSONRoeland Jago Douma2018-03-231-1/+1
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Move calls to \OCP\JSON to private \OC_JSONRoeland Jago Douma2018-03-222-7/+7
| | | | | | They should be properly fixed at some point. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Update license headersMorris Jobke2017-11-061-5/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Move GDrive external storage to a separate repoVincent Petry2017-08-211-40/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye Dropbox v1Vincent Petry2017-08-161-74/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Fix comparisons in the files external appJoas Schilling2017-08-011-3/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update with robinJoas Schilling2016-07-212-2/+2
|
* Fix apps/Joas Schilling2016-07-213-3/+6
|
* Update license headersLukas Reschke2016-05-263-3/+3
|
* Fix autoloading for new google SDK libVincent Petry2016-05-241-1/+1
|
* Happy new year!Thomas Müller2016-01-123-6/+7
|
* Force approval in GDrive oauth to get refresh_tokenVincent Petry2015-11-061-0/+1
| | | | | | | | Forcing the approval of app permissions makes sure that the GDrive API will always return a refresh_token. In the case of apps that were already authorized for the current user/domain, the API doesn't return the refresh_token which causes expiration issues.
* deduplicate @xenopathicMorris Jobke2015-10-063-3/+3
|
* update licence headers via scriptMorris Jobke2015-10-053-1/+3
|
* Migrate Google external storage to new APIRobin McCorkell2015-08-251-0/+1
|
* Migrate Dropbox external storage to new APIRobin McCorkell2015-08-251-3/+4
|
* Use OCP classes as much as possible in files_externalRobin McCorkell2015-08-191-2/+9
|
* update license headers and authorsMorris Jobke2015-06-252-2/+0
|
* Update license headersJenkins for ownCloud2015-03-263-2/+71
|
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-122-49/+0
| | | | | | | | | | | | | - 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
* Revert "Updating license headers"Morris Jobke2015-02-265-113/+4
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Fix Ajax type casting for files_externalRobin McCorkell2015-02-231-1/+1
|
* Updating license headersJenkins for ownCloud2015-02-235-4/+113
|
* Manually type-case all AJAX filesLukas Reschke2015-02-135-17/+17
| | | | | | This enforces proper types on POST and GET arguments where I considered it sensible. I didn't update some as I don't know what kind of values they would support :see_no_evil: Fixes https://github.com/owncloud/core/issues/14196 for core
* 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