summaryrefslogtreecommitdiffstats
path: root/apps/files/js/filelist.js
Commit message (Expand)AuthorAgeFilesLines
* Use body element when animating scroll in public pageVincent Petry2014-10-151-1/+7
* Scroll to new file/folder after addingVincent Petry2014-09-051-3/+8
* Fixed scrollto for search resultsVincent Petry2014-09-051-20/+32
* Added permission check for drag and dropVincent Petry2014-09-051-0/+19
* Highlight every uploaded files and scroll down to the last onepdessauw2014-09-041-0/+50
* remove obsolete 'Download preparing' message for zip downloads, fix #3755Jan-Christoph Borchardt2014-08-191-1/+0
* add error message if user wants to rename a file which no longer existsBjoern Schiessle2014-08-141-0/+4
* trigger lazy loading earlier, fix #9823Jan-Christoph Borchardt2014-08-141-1/+1
* Fix preview animation on uploadingVincent Petry2014-07-251-2/+4
* Backport of sorting fix from masterRemco Brenninkmeijer2014-07-231-4/+18
* Added mountType attribute and adapted Delete action textVincent Petry2014-07-141-0/+4
* Propagate file action changes to the file listsVincent Petry2014-07-101-2/+4
* Add machine readable error messages to OC\JSONRobin Appelman2014-07-041-2/+9
* Fix reload call for all subclassesVincent Petry2014-07-041-1/+3
* Merge pull request #9373 from owncloud/design-fix-modifiedVincent Petry2014-07-021-2/+7
|\
| * simplify formula and add commentMorris Jobke2014-07-021-2/+3
| * shade color for modified dates again, fix #9363Jan-Christoph Borchardt2014-07-021-1/+5
* | Merge pull request #9311 from owncloud/storage-not-availableVincent Petry2014-07-021-11/+12
|\ \ | |/ |/|
| * If loading a directory fails, navigate back to the previous directoryRobin Appelman2014-06-301-11/+12
* | Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-13/+22
* | Fix fileActionsReady event after deferred file actions updateVincent Petry2014-07-011-1/+2
|/
* Remove missed console.log in file listVincent Petry2014-06-271-1/+0
* Merge pull request #9254 from owncloud/fileactions-deferredMorris Jobke2014-06-271-0/+22
|\
| * Sync file list with file actionsVincent Petry2014-06-271-0/+22
* | Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-271-5/+23
|\ \ | |/ |/|
| * Breadcrumb width calculation fixVincent Petry2014-06-271-5/+23
* | Merge pull request #9170 from owncloud/files-renamevalidationblurLukas Reschke2014-06-231-4/+12
|\ \
| * | Fix blurring of invalid file name on renameVincent Petry2014-06-231-4/+12
| |/
* | Merge pull request #8931 from owncloud/filelist-usepathforactionVincent Petry2014-06-231-1/+1
|\ \ | |/ |/|
| * Use actual file path on rename/deleteVincent Petry2014-06-061-1/+1
* | Clear file selection when list is repopulatedVincent Petry2014-06-231-0/+2
* | Fix appending of rows after uploadVincent Petry2014-06-191-16/+31
* | Fixed uploading by drag and drop into folderVincent Petry2014-06-191-8/+3
* | 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
|\