summaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js
Commit message (Expand)AuthorAgeFilesLines
* Fixed many issues, clean upVincent Petry2014-05-153-60/+140
* Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-156-322/+495
* 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-282-11/+121
* Fixed file sorting to work with scrollingVincent Petry2014-04-281-16/+68
* Fix file selection for infinite scrollingVincent Petry2014-04-282-7/+238
* Fix file summary to use the whole file listVincent Petry2014-04-282-24/+111
* we no longer need to handle the Shared folder different from any other folderBjoern Schiessle2014-04-231-35/+0
* Files, trashbin, public apps use ajax/JSON for the file listVincent Petry2014-04-023-42/+1062
* Fixed broken delete file actionVincent Petry2014-04-011-7/+19
* Added unit tests for "add()" method for file uploadVincent Petry2014-03-061-0/+127
* don't allow to create a file or folder named 'Shared' in the root folder, als...Bjoern Schiessle2014-03-051-0/+35
* Do not send file list for select all on Download/deleteVincent Petry2014-02-132-4/+11
* Merge pull request #7011 from owncloud/jshintThomas Müller2014-02-043-2/+11
|\
| * Fixed file name validation unit test + added newlineVincent Petry2014-01-301-0/+1
| * Added .jshintrcVincent Petry2014-01-303-2/+10
* | Updated unit tests for rename actionVincent Petry2014-01-301-1/+12
|/
* Fixed download URL in public pageVincent Petry2014-01-242-0/+67
* Fixed filelist unit tests hidden paramsVincent Petry2014-01-241-5/+8
* Added Javascript unit testsVincent Petry2014-01-162-0/+135