server/apps
Vincent Petry 0be9de5df5 Files, trashbin, public apps use ajax/JSON for the file list
Files app:

- removed file list template, now rendering list from JSON response
- FileList.addFile/addDir is now FileList.add() and takes a JS map with all required
  arguments instead of having a long number of function arguments
- added unit tests for many FileList operations
- fixed newfile.php, newfolder.php and rename.php to return the file's
  full JSON on success
- removed obsolete/unused undo code
- removed download_url / loading options, now using
  Files.getDownloadUrl() for that
- server side now uses Helper::getFileInfo() to prepare file JSON response
- previews are now client-side only

Breadcrumbs are now JS only:

- Added BreadCrumb class to handle breadcrumb rendering and events
- Added unit test for BreadCrumb class
- Moved all relevant JS functions to the BreadCrumb class

Public page now uses ajax to load the file list:

- Added Helper class in sharing app to make it easier to authenticate
  and retrieve the file's real path
- Added ajax/list.php to retrieve the file list
- Fixed FileActions and FileList to work with the ajax list

Core:

- Fixed file picker dialog to use the same list format as files app
2014-04-02 15:33:47 +02:00
..
files Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00
files_encryption Merge pull request #7997 from owncloud/correct-remember-trashbin-state 2014-04-01 21:23:53 +02:00
files_external external storage: set storages to be available for All Users by default 2014-04-01 14:31:22 +02:00
files_sharing Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00
files_trashbin Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00
files_versions Merge pull request #7724 from owncloud/mobile 2014-03-28 10:27:15 +01:00
user_ldap Merge pull request #7915 from owncloud/replace-personalblock 2014-04-01 11:20:16 +02:00
user_webdavauth replace personalblock fieldset with section class in core user_ apps 2014-03-27 17:00:47 +01:00