summaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js/filelistSpec.js
Commit message (Expand)AuthorAgeFilesLines
* Disallow ctrl click to select when selection not allowedVincent Petry2015-01-151-0/+30
* add js tests for filelist filteringJörn Friedrich Dreyer2015-01-091-4/+115
* be more explicit in JS unit tests - caused by accessibility issuesMorris Jobke2014-12-181-1/+1
* Propertly restore thumbnail on cancel/rename/moveVincent Petry2014-12-171-0/+42
* Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-131-0/+13
|\
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-0/+13
* | Move file thumbnail into the label elementVincent Petry2014-12-111-10/+10
|/
* Add js unit testRobin Appelman2014-11-261-7/+27
* JS unit tests fix - use toBeUndefined() instead of toEqual(null)Morris Jobke2014-11-041-7/+7
* Changed fileList.pageSize to function callNazar Mokrynskyi2014-10-151-1/+1
* TypoNazar Mokrynskyi2014-10-151-1/+1
* Stub for pageSize, because now it is dynamically calculatedNazar Mokrynskyi2014-10-151-2/+3
* correct progress-icon to icon-loading-smallJan-Christoph Borchardt2014-09-221-3/+3
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-3/+3
* Added permission check for drag and dropVincent Petry2014-09-041-1/+10
* Fixed folder icon update routine when share owner existsVincent Petry2014-08-151-16/+6
* Adjusted tests for new default sortingRemco Brenninkmeijer2014-07-171-19/+32
* Add machine readable error messages to OC\JSONRobin Appelman2014-07-041-0/+26
* Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-1/+12
* Fix fileActionsReady event after deferred file actions updateVincent Petry2014-07-011-0/+9
* Merge pull request #9254 from owncloud/fileactions-deferredMorris Jobke2014-06-271-0/+32
|\
| * Sync file list with file actionsVincent Petry2014-06-271-0/+32
* | Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-271-0/+5
|\ \ | |/ |/|
| * Breadcrumb width calculation fixVincent Petry2014-06-271-0/+5
* | Merge pull request #9170 from owncloud/files-renamevalidationblurLukas Reschke2014-06-231-0/+41
|\ \
| * | Fix blurring of invalid file name on renameVincent Petry2014-06-231-0/+41
| |/
* | Merge pull request #8931 from owncloud/filelist-usepathforactionVincent Petry2014-06-231-2/+4
|\ \ | |/ |/|
| * Use actual file path on rename/deleteVincent Petry2014-06-061-2/+4
* | Clear file selection when list is repopulatedVincent Petry2014-06-231-1/+33
* | Fix appending of rows after uploadVincent Petry2014-06-191-24/+2
|/
* display "<1 kB" for really small filesMorris Jobke2014-06-021-1/+1
* Merge pull request #8663 from owncloud/files-dndissueLukas Reschke2014-05-301-0/+137
|\
| * Fix dropping files below the tableVincent Petry2014-05-221-1/+7
| * Fixed drag and drop from external files, added testsVincent Petry2014-05-211-0/+131
* | Sharing overview fixes and unit testsVincent Petry2014-05-301-1/+1
* | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-301-5/+0
* | Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-301-0/+26
* | Add unit tests for fileActionsReadyVincent Petry2014-05-301-0/+14
|/
* Fixed issues with renamingVincent Petry2014-05-161-13/+52
* Fixed many issues, clean upVincent Petry2014-05-151-41/+63
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-151-296/+305
* Merge pull request #8041 from owncloud/files-sortcolumnsVincent Petry2014-05-121-7/+156
|\
| * Clear selection on reload (when changing sort)Vincent Petry2014-04-291-0/+6
| * Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-7/+150
* | Show spinner for all files when deleting allVincent Petry2014-04-291-0/+14
|/
* Fixed drag and drop into folder and onto breadcrumbVincent Petry2014-04-281-10/+100
* Fixed selection summary calculation issueVincent Petry2014-04-281-0/+26
* Fixed selection to be based on FileList.filesVincent Petry2014-04-281-35/+152
* Make sure there are always enough elements visible on the pageVincent Petry2014-04-281-0/+8
* Fixed insertion of filesVincent Petry2014-04-281-11/+120