aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Adds class name to span element inside filename.raghunayyar2014-06-071-1/+1
* Ellipcises too long filenamesraghunayyar2014-06-061-1/+3
* display "<1 kB" for really small filesMorris Jobke2014-06-021-1/+1
* Merge pull request #8663 from owncloud/files-dndissueLukas Reschke2014-05-301-5/+13
|\
| * Fix dropping files below the tableVincent Petry2014-05-221-3/+2
| * Fixed drag and drop from external files, added testsVincent Petry2014-05-211-5/+14
* | Sharing overview fixes and unit testsVincent Petry2014-05-301-6/+13
* | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-301-10/+11
* | Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-301-1/+2
* | Fixed file actions for sharing viewsVincent Petry2014-05-301-4/+7
* | Improved FileActions with contextVincent Petry2014-05-301-2/+6
* | Added sharing overview page (WIP)Vincent Petry2014-05-301-4/+6
* | allow resharing of files with only share permissionsBjoern Schiessle2014-05-261-10/+4
|/
* Fixed issues with renamingVincent Petry2014-05-161-22/+21
* Fixed many issues, clean upVincent Petry2014-05-151-37/+77
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-1504/+1595
* Merge pull request #8041 from owncloud/files-sortcolumnsVincent Petry2014-05-121-22/+121
|\
| * Clear selection on reload (when changing sort)Vincent Petry2014-04-291-2/+3
| * typos, indentation and remove of unused codeThomas Müller2014-04-281-1/+1
| * Set default sort of trashbin to timestamp descendingVincent Petry2014-04-281-4/+1
| * Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-19/+120
* | Merge pull request #8404 from owncloud/fix-checkboxesThomas Müller2014-04-301-5/+5
|\ \
| * | Fixed too generic checkbox and link selectorsVincent Petry2014-04-291-5/+5
| |/
* / Show spinner for all files when deleting allVincent Petry2014-04-291-0/+3
|/
* typos, naming, remove unused code, identationThomas Müller2014-04-281-16/+12
* Fixed drag and drop into folder and onto breadcrumbVincent Petry2014-04-281-32/+91
* Fixed selection summary calculation issueVincent Petry2014-04-281-3/+1
* Cleanup of event handlersVincent Petry2014-04-281-32/+32
* Cleanup and fix trashbin "clear all files" operationVincent Petry2014-04-281-5/+1
* Fixed selection to be based on FileList.filesVincent Petry2014-04-281-115/+110
* Make sure there are always enough elements visible on the pageVincent Petry2014-04-281-0/+10
* Fixed insertion of filesVincent Petry2014-04-281-26/+45
* Fixed file sorting to work with scrollingVincent Petry2014-04-281-90/+82
* Fix file selection for infinite scrollingVincent Petry2014-04-281-10/+256
* Fix file summary to use the whole file listVincent Petry2014-04-281-112/+24
* Added infinite scrolling (in-memory list)Vincent Petry2014-04-281-5/+60
* Merge pull request #8026 from owncloud/remove_shared_folderBjörn Schießle2014-04-241-2/+13
|\
| * always allow to rename the share mount pointBjoern Schiessle2014-04-231-1/+12
| * we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-231-1/+1
* | Adjust renaming of directories, fixes #8280Robin McCorkell2014-04-231-1/+2
|/
* use FileList.findFileElThomas Müller2014-04-091-1/+2
* Merge branch 'master' into lukepolo-masterThomas Müller2014-04-091-19/+7
|\
| * Moved code to replace svg with png to OC.UtilVincent Petry2014-04-041-19/+7
* | js style fixes according to our jshintrc rulesThomas Müller2014-04-071-58/+56
* | fix folder upload in jsThomas Müller2014-04-071-16/+21
* | Merge branch 'master' of https://github.com/lukepolo/core-1 into lukepolo-masterThomas Müller2014-04-071-4/+29
|\ \ | |/ |/|
| * Fixed issue with drag and drop not in the root directory, for folders and filesLuke Policinski2014-02-201-6/+7
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-6/+6
| * Feature Added : Ability to drag and drop in ChromeLuke Policinski2014-02-191-4/+28
* | Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-021-333/+407