aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js
Commit message (Expand)AuthorAgeFilesLines
* Fix "fileActions.currentFile" not set before using itDaniel Calviño Sánchez2017-12-261-0/+24
* Merge pull request #7591 from nextcloud/trigger-events-before-and-after-a-fil...Morris Jobke2017-12-222-3/+89
|\
| * Trigger events before and after a file action is executedDaniel Calviño Sánchez2017-12-192-3/+89
* | Fixed breadcrumbs testsJohn Molakvoæ (skjnldsv)2017-12-211-12/+31
|/
* show e2e folder icon on encrypted foldersBjoern Schiessle2017-11-201-0/+26
* Add data attribute to file list rows telling if the file is encryptedDaniel Calviño Sánchez2017-11-201-5/+33
* Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle2017-11-201-0/+9
|\
| * Add proper handling of files without permissionsDaniel Calviño Sánchez2017-11-021-0/+9
* | Merge pull request #7051 from nextcloud/breadcrumbs-refactorMorris Jobke2017-11-132-105/+148
|\ \
| * | Added more tests and only test jsunit on drone (for testing only)John Molakvoæ (skjnldsv)2017-11-131-0/+13
| * | Add menu testsJohn Molakvoæ (skjnldsv)2017-11-121-0/+54
| * | Fixed tests and width calculationJohn Molakvoæ (skjnldsv)2017-11-081-1/+1
| * | Fixed remaining testsJohn Molakvoæ (skjnldsv)2017-11-082-5/+5
| * | Fixed some more test and loop fixJohn Molakvoæ (skjnldsv)2017-11-081-2/+2
| * | Updated tests according to new systemJohn Molakvoæ (skjnldsv)2017-11-081-99/+75
| |/
* / Hide summary file actions when a selected file does not matchDaniel Calviño Sánchez2017-11-021-0/+23
|/
* Merge pull request #6869 from burned42/6307-fix_page_title_not_changedDaniel Calviño Sánchez2017-10-271-1/+3
|\
| * bugfix: set/change page title when switching to filelistBernd Stellwag2017-10-271-1/+3
* | Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-8/+14
* | Remove "has-favorites" class from file list tableDaniel Calviño Sánchez2017-10-191-3/+0
* | Move favorite mark to the top right corner of the thumbnailDaniel Calviño Sánchez2017-10-191-4/+4
* | Replace inline favorite action with just a favorite iconDaniel Calviño Sánchez2017-10-191-62/+15
* | Add "Favorite" action to the file actions menuDaniel Calviño Sánchez2017-10-191-0/+56
* | Add support to FileActionsMenu for icon class functionsDaniel Calviño Sánchez2017-10-191-0/+28
|/
* Fixed testsJohn Molakvoæ (skjnldsv)2017-09-251-8/+9
* Add tests for FileListThomas Citharel2017-09-151-0/+98
* Don't try the actual file upload if the checks already error outRoeland Jago Douma2017-08-261-0/+2
* fix testRobin Appelman2017-07-111-9/+11
* Fix sorting of favorite filesDaniel Calviño Sánchez2017-07-051-0/+114
* Make possible to know the registered detail views in a details viewDaniel Calviño Sánchez2017-06-092-0/+47
* Do not reload the filelist on first openRoeland Jago Douma2017-05-041-0/+6
* Reload file list when leaving hidden stateVincent Petry2017-04-261-0/+6
* Fix sinon.stub deprecation warningsChristoph Wurst2017-04-241-1/+1
* added quit option in commentstabview.jsnoveens2017-03-231-1/+1
* Add ignore_files to config,Felix Heidecke2017-03-201-1/+3
* filelist only refreshed if directory changesnoveens2017-03-021-0/+18
* Style modifications of favorite star on main detail view (#26658)Michael Jobst2016-12-191-10/+10
* Catch status code 400Lukas Reschke2016-12-011-0/+5
* Skip hidden files when counting visible files in list (#26522)Vincent Petry2016-11-141-0/+28
* Upload autorename on client sideVincent Petry2016-11-021-4/+57
* Remove upload_limit in files app as it is not needed with PUT upload (#26069)Vincent Petry2016-11-021-14/+0
* Highlight files and update storage stats at end of upload (#26164)Vincent Petry2016-10-251-4/+13
* Merge pull request #1883 from nextcloud/downstream-26145Morris Jobke2016-10-251-1/+1
|\
| * Storage 503 message improvementsVincent Petry2016-10-241-1/+1
* | More fixes to file uploadVincent Petry2016-10-241-1/+1
* | Fix js unit tests for webdav put upload changesVincent Petry2016-10-242-49/+37
* | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-242-92/+257
|/
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-191-31/+22
* Also prevent null byte characterJoas Schilling2016-09-011-0/+1
* Filter out %0A from pathsJoas Schilling2016-09-011-1/+2