summaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/css
Commit message (Collapse)AuthorAgeFilesLines
* Removed unneeded bgs and borders. Replaced hard coded colours byJohn Molakvoæ (skjnldsv)2017-09-231-0/+0
| | | | | | variables. Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Unwanted css for trashbinJohn Molakvoæ (skjnldsv)2017-09-211-14/+0
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Put the quota bar to the bottomMorris Jobke2017-06-131-6/+3
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* fix for #3201Artur Neumann2017-03-021-2/+3
|
* Revert "fix mouse pointer"Artur Neumann2017-03-021-5/+1
| | | | This reverts commit a4e2dc3033e40b58e5e72e2bda85a327ff092464.
* fix mouse pointerBjoern Schiessle2016-12-011-1/+5
| | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* Revert "Revert "Move trashbin specific CSS that modifies sidebar""Thomas Müller2015-10-121-0/+18
| | | | This reverts commit 0738ddfb768c541e8a6b112fb2cd12d15676a0ab.
* Revert "Move trashbin specific CSS that modifies sidebar"Thomas Müller2015-10-121-18/+0
|
* Move trashbin specific CSS that modifies sidebarVincent Petry2015-10-121-0/+18
| | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom.
* Hide the size in the trashbin summary rowVincent Petry2014-07-031-0/+3
| | | | | This also fixes the extra spacing that appearing on the right of the table.
* fix padding for last cell in summary of trashbinMorris Jobke2014-06-261-0/+4
|
* Fixed many issues, clean upVincent Petry2014-05-151-2/+11
| | | | | | | | | | | | | | | - fixed upload and storage statistics - fixed infinite scroll to use the correct contain for scroll detection - fixed unit test that sometimes fail for rename case - controls are now sticky again - fixed selection overlay to be aligned with the table - fixed "select all" checkbox that had id conflicts - fixed public page - fixed global actions permissions detection - fix when URL contains an invalid view id - viewer mode now hides the sidebar (ex: text editor) - added unit tests for trashbin - clean up storage info in template (most is retrieved via ajax call now)
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* make it possible to select foldersBjoern Schiessle2013-12-021-0/+3