summaryrefslogtreecommitdiffstats
path: root/apps/files/templates/list.php
Commit message (Expand)AuthorAgeFilesLines
* Remove trailing and in between spacesChristoph Wurst2020-04-091-2/+2
* Allow registering header sections in the file listsJulius Härtl2019-10-231-0/+2
* Move progress bar to separate componentTomasz Grobelny2018-11-241-6/+0
* Add grid toggle for every files viewJohn Molakvoæ (skjnldsv)2018-11-061-8/+0
* Disable grid for ieJohn Molakvoæ (skjnldsv)2018-11-051-0/+3
* Allow focus on input with keyboardJohn Molakvoæ (skjnldsv)2018-10-231-2/+3
* Fix tabbability to view-toggle, action on Enter to be fixedJan-Christoph Borchardt2018-10-181-1/+1
* TooltipJohn Molakvoæ (skjnldsv)2018-10-181-1/+1
* Remember toggle and events handlerJohn Molakvoæ (skjnldsv)2018-10-181-2/+4
* Show view toggle in controls barJan-Christoph Borchardt2018-10-181-1/+2
* Fetch high resolution thumbnails for grid viewJan-Christoph Borchardt2018-10-181-1/+1
* Grid initJohn Molakvoæ (skjnldsv)2018-10-181-1/+1
* Adds an action dropdown that is shown on file selection.Abijeet2018-06-181-18/+10
* Split move and copy operationsRoland Tapken2018-02-151-1/+1
* Fixes the delete icon not appearing on certain resolutions.Abijeet2018-01-021-0/+4
* Merge pull request #6940 from nextcloud/master-6935-ellipsisJoas Schilling2017-10-251-1/+1
|\
| * Add space between ellipsis and wordMorris Jobke2017-10-251-1/+1
* | Merge pull request #6709 from nextcloud/show-checkbox-where-the-favourite-ico...Morris Jobke2017-10-251-4/+6
|\ \ | |/ |/|
| * Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-4/+6
* | Replace ... with …Morris Jobke2017-10-241-1/+1
|/
* Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-291-1/+3
* Change move copy order and debug leftoverThomas Citharel2017-09-151-1/+1
* [WIP] Added copy and move buttonsThomas Citharel2017-09-151-2/+2
* Move multiple filesThomas Citharel2017-08-271-0/+4
* Replace ... with …Morris Jobke2017-08-231-1/+1
* Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-2/+0
* Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-2/+1
* Merge branch 'Superduper-Progressbar-branch-thingie' of https://github.com/lu...Vincent Petry2016-05-121-6/+4
|\
| * Added remaining time displaying, moved Information to tooltip, removed now un...luckydonald2014-08-121-1/+0
| * Updated and optimized Mobile Layout as well.luckydonald2014-08-111-1/+1
| * Fixed translations, indentation and renamed the .percents class to .speed class.luckydonald2014-08-101-3/+3
| * Upload progress bar now displays informations about uploades size (12kB of 3M...luckydonald2014-08-101-3/+5
* | Make more action icons themable + style fixesVincent Petry2016-02-251-6/+4
* | Remove OC_Helper::imagePath and use the proper public interfaceMorris Jobke2016-01-241-2/+2
* | Remove unneeded markup for scan process - ref #20545Morris Jobke2016-01-201-8/+0
* | Make public link share page work with Webdav and add operationsVincent Petry2015-11-221-11/+0
* | Change small thumbnails to 32 pxMorris Jobke2015-09-301-1/+1
* | fix filelist checkboxesHendrik Leppelsack2015-09-251-1/+1
* | Combine upload action into the "New" menuVincent Petry2015-08-281-30/+22
* | Added empty content message for empty read-only foldersVincent Petry2015-04-211-1/+1
* | adjust emptycontent messages for files and files_externalJan-Christoph Borchardt2015-03-261-1/+1
* | Do not duplicate the empty content cssJoas Schilling2015-03-241-1/+1
* | Remove "Download from URL" featureLukas Reschke2015-03-021-3/+0
* | use class for no results div instead of id. the elements are not unique.Jörn Friedrich Dreyer2015-01-061-1/+1
* | text and icon fixesJörn Friedrich Dreyer2015-01-021-2/+2
* | show no files found messageJörn Friedrich Dreyer2015-01-021-0/+6
* | get rid of unnecessary alt and title attributesJan-Christoph Borchardt2014-12-181-2/+2
* | fix accessibility of file uploadJan-Christoph Borchardt2014-12-181-4/+8
* | Merge pull request #12900 from owncloud/more-accessibilityThomas Müller2014-12-181-2/+5
|\ \
| * | use method to only visually hide elements, show only for screen readerJan-Christoph Borchardt2014-12-171-1/+1