aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/ajax/removeMountPoint.php
Commit message (Collapse)AuthorAgeFilesLines
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-23/+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-261-21/+1
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-231-1/+21
|
* Manually type-case all AJAX filesLukas Reschke2015-02-131-1/+1
| | | | | | 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
* [files_external] fixing some undefined indexThomas Mueller2013-02-111-0/+10
|
* remove superfluous ?> at the end of .php files (left out apps/*/templates)Jörn Friedrich Dreyer2012-07-091-2/+0
|
* CSRF checksLukas Reschke2012-07-071-0/+2
|
* Working UI for external storage mount configurationMichael Gapczynski2012-06-081-0/+13