server/core/css
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
..
images Optimize pictures with optipng. 2013-04-07 20:09:25 +02:00
apps.css Merge pull request #7817 from owncloud/app-navigation-for-apps 2014-04-01 21:38:43 +02:00
auth.css All Core Styles from em->px, apart from styles.css 2013-10-07 00:01:29 +05:30
fixes.css remove fix for IE9 nav bar width 2014-01-17 13:41:51 +04:00
icons.css fix noise not repeating 2014-03-06 12:38:11 +01:00
jquery-tipsy.css updated tipsy, tooltips finally work everywhere, thanks icewind 2011-08-14 14:55:43 +02:00
jquery-ui-1.10.0.custom.css Use black background images 2013-01-25 16:23:03 +01:00
jquery.multiselect.css Fixes typos, adds ; wherever not present. 2014-01-16 21:06:14 +05:30
jquery.ocdialog.css prevent dimmed ocdialog div from scrolling 2014-03-28 02:43:33 +01:00
mobile.css mobile: set a width for navigation popover to it's always 3 columns 2014-03-21 16:40:39 +01:00
multiselect.css Improve users list scrolling performance 2014-02-17 19:32:45 +01:00
share.css Fixes width of the dropdown menus as per computed styles. 2014-01-26 02:59:28 +05:30
styles.css Files, trashbin, public apps use ajax/JSON for the file list 2014-04-02 15:33:47 +02:00