aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_external/lib/notfoundexception.php
Commit message (Collapse)AuthorAgeFilesLines
* Move remaining classes to PSR-4Joas Schilling2016-05-241-28/+0
|
* Happy new year!Thomas Müller2016-01-121-1/+1
|
* Update license headersJenkins for ownCloud2015-03-261-4/+17
|
* Use storage id + appframework for ext storage CRUDVincent Petry2015-03-121-0/+15
- 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