summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-12/+32
* Move favorite mark to the top right corner of the thumbnailDaniel Calviño Sánchez2017-10-191-3/+2
* Set background size for thumbnail in CSS instead of JavaScriptDaniel Calviño Sánchez2017-10-191-2/+2
* navigate to the root directory when showing the main filelistRobin Appelman2017-09-281-0/+1
* Fix busy state loading animation in filesJohn Molakvoæ (skjnldsv)2017-09-231-4/+2
* Merge pull request #6014 from nextcloud/add-copy-actionMorris Jobke2017-09-181-7/+117
|\
| * Don't show success notifications for failed copy actions and update folder sizesThomas Citharel2017-09-151-33/+59
| * [WIP] Added copy and move buttonsThomas Citharel2017-09-151-10/+10
| * Allow files to be copied through action menu & multiple files actionsThomas Citharel2017-09-151-1/+85
* | Force refresh file list when clicking on breadcrumb even if target directory ...Chon Kou2017-09-161-1/+1
|/
* Move multiple filesThomas Citharel2017-08-271-2/+36
* Don't try the actual file upload if the checks already error outRoeland Jago Douma2017-08-261-0/+1
* Don't fetch the translation from core but from filesRoeland Jago Douma2017-08-241-1/+1
* properly block file upload to non-active filelistRobin Appelman2017-07-101-0/+2
* Fix sorting of favorite filesDaniel Calviño Sánchez2017-07-051-2/+7
* Make possible to know the registered detail views in a details viewDaniel Calviño Sánchez2017-06-091-0/+15
* Make rename file tooltip error text changePhil Davis2017-05-211-0/+2
* Do not reload the filelist on first openRoeland Jago Douma2017-05-041-1/+10
* Make sure mountType is actually definedRoeland Jago Douma2017-04-281-1/+1
* allow apps to set custom mount typesRobin Appelman2017-04-281-0/+2
* Reload file list when leaving hidden stateVincent Petry2017-04-261-0/+8
* Update comments to NextcloudMorris Jobke2017-04-111-1/+1
* added quit option in commentstabview.jsnoveens2017-03-231-41/+47
* Remove single quotes around search query like in user searchJoas Schilling2017-03-151-1/+1
* filelist only refreshed if directory changesnoveens2017-03-021-0/+5
* open the sidebar when opening a permalinkRobin Appelman2017-01-231-0/+5
* Popover positionning and classesJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
* fit newFileMenu to css guidelinesJohn Molakvoæ (skjnldsv)2017-01-221-1/+1
* Merge pull request #2776 from nextcloud/prevent-quotes-from-being-a-problemMorris Jobke2017-01-171-1/+9
|\
| * Escape the name for the jquery selectorJoas Schilling2016-12-201-1/+9
* | Fixed size issues on main detail view and disappearing of share recipients (#...Michael Jobst2016-12-231-4/+8
|/
* Catch status code 400Lukas Reschke2016-12-011-1/+1
* Merge pull request #768 from nextcloud/s3-objectstoreRobin Appelman2016-11-181-1/+1
|\
| * add comment for non empty text fileRobin Appelman2016-11-161-1/+1
| * Dont create 0 byte text filesRobin Appelman2016-11-161-1/+1
* | Skip hidden files when counting visible files in list (#26522)Vincent Petry2016-11-141-2/+6
|/
* update breadcrumb view whenever the share information on the directory info m...Christoph Wurst2016-11-071-5/+5
* let users share the curren folderChristoph Wurst2016-11-071-4/+7
* show whether the current folder was shared or notChristoph Wurst2016-11-071-0/+10
* Highlight files and update storage stats at end of upload (#26164)Vincent Petry2016-10-251-1/+1
* Merge pull request #1883 from nextcloud/downstream-26145Morris Jobke2016-10-251-1/+1
|\
| * Storage 503 message improvementsVincent Petry2016-10-241-1/+1
* | Merge pull request #1283 from nextcloud/us_files-ui-webdav-uploadLukas Reschke2016-10-251-166/+172
|\ \
| * | More fixes to file uploadVincent Petry2016-10-241-8/+16
| * | Fix js unit tests for webdav put upload changesVincent Petry2016-10-241-4/+4
| * | Add support for chunked uploadVincent Petry2016-10-241-9/+11
| * | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-241-159/+155
| |/
* / Sort favorite files first Issue #1802ryanwr2016-10-241-6/+8
|/
* Show the path, when the filename conflictsJoas Schilling2016-10-191-0/+22
* Merge pull request #1606 from nextcloud/search-detailMorris Jobke2016-10-181-1/+2
|\