summaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js
Commit message (Expand)AuthorAgeFilesLines
* 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
* Display number of hidden files in files summary (#25870)Vincent Petry2016-08-292-25/+153
* Fix hidden files handlingVincent Petry2016-08-191-1/+36
* Fix javascript tests for sidebar animationJulius Haertl2016-07-301-0/+4
* fix js testRobin Appelman2016-07-271-5/+10
* Merge branch 'master' into sync-masterMorris Jobke2016-07-071-8/+13
|\
| * Match on 405Lukas Reschke2016-07-011-0/+5
| * Match for /../Lukas Reschke2016-07-011-0/+4
| * Do not allow directory traversal using "../"Lukas Reschke2016-07-011-0/+4
| * Merge remote-tracking branch 'upstream/master' into master-sync-upstreamLukas Reschke2016-06-271-0/+11
| |\
| * | Fix failing JS unit testsMorris Jobke2016-06-161-4/+2
* | | Merge pull request #25325 from owncloud/filelist-prependslashVincent Petry2016-07-061-0/+6
|\ \ \
| * | | Filelist change dir auto-prepend slashVincent Petry2016-07-011-0/+6
| | |/ | |/|
* / | Ignore invalid paths in the JS file list (#25368)Vincent Petry2016-07-061-0/+25
|/ /
* / Prerender file list pages to include search resultsVincent Petry2016-06-241-0/+11
|/
* fixes size of the download spinnerVincent Chan2016-05-301-2/+2
* Do not encode slashes in "dir" URL param in files JSVincent Petry2016-05-061-14/+18
* Add anchor icon in sidebar to copy permalinkVincent Petry2016-05-061-0/+5
* Auto-add fileid in URL for currently displayed folderVincent Petry2016-05-062-0/+29
* fix default value, update js/php testsChristoph Wurst2016-04-131-0/+16
* Fix download spinner to work with CSS stylesVincent Petry2016-03-041-0/+20
* Fix favorite icon unit test for icon imageVincent Petry2016-02-251-2/+4
* Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-2/+59
* Fix unit tests affected by side effectsVincent Petry2016-02-221-1/+3
* Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-171-7/+0
|\
| * Add handler for global ajax errorsVincent Petry2016-02-151-7/+0
* | Close file detail sidebar when selecting/unselecting filesVincent Petry2016-02-151-5/+26
|/
* Fix elementToFile to also return path when definedVincent Petry2016-02-081-0/+6
* Merge pull request #21752 from owncloud/files-delete-fixThomas Müller2016-01-261-10/+0
|\
| * Remove faulty directory permissions testRobin McCorkell2016-01-151-10/+0
* | update JS humanFileSize to use KB instead of kBMorris Jobke2016-01-193-15/+15
|/
* Add unit test for file updateRoeland Jago Douma2016-01-091-0/+16
* Correctly render uploadtext indicator only on foldersVincent Petry2015-12-181-0/+15
* Fix mount type root detectionVincent Petry2015-12-141-0/+30