summaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Expand)AuthorAgeFilesLines
* Fix getMock filesRoeland Jago Douma2016-09-063-7/+12
* 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
* Merge pull request #956 from nextcloud/fix_952Lukas Reschke2016-08-231-64/+31
|\
| * When requesting a permalink to an invalid file redirectRoeland Jago Douma2016-08-191-3/+7
| * When using permalinks don't error out if file id can't be foundRoeland Jago Douma2016-08-191-64/+27
* | Fix hidden files handlingVincent Petry2016-08-191-1/+36
|/
* Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-73/+20
|\
| * Remove IE8 support from ViewControllerRoeland Jago Douma2016-08-161-73/+20
* | Use MockBuilder instead of createMockLukas Reschke2016-08-151-2/+2
* | Add unit testsLukas Reschke2016-08-151-0/+83
|/
* Fix javascript tests for sidebar animationJulius Haertl2016-07-301-0/+4
* fix js testRobin Appelman2016-07-271-5/+10
* fix testRobin Appelman2016-07-251-1/+1
* fix testRobin Appelman2016-07-222-7/+26
* Update with robinJoas Schilling2016-07-212-2/+2
* Fix apps/Joas Schilling2016-07-218-14/+22
* 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
|/
* Adjust test to work with phpunit < 5.2Joas Schilling2016-06-081-1/+1
* Improve the UX for "not found" perma linksJoas Schilling2016-06-071-4/+9
* fixes size of the download spinnerVincent Chan2016-05-301-2/+2
* Update license headersLukas Reschke2016-05-265-7/+7
* Move Files app to PSR-4 (#24569)Joas Schilling2016-05-128-11/+10
* Make permalinks work for trashed files (#24537)Vincent Petry2016-05-111-12/+102
* 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
* Add route to resolve fileid to files app URLVincent Petry2016-05-061-1/+102
* Move activity manager to the namespaceJoas Schilling2016-05-021-2/+2
* filter hidden files on the web interfaceChristoph Wurst2016-04-192-2/+18
* fix default value, update js/php testsChristoph Wurst2016-04-133-5/+88
* Display share status info in favorite listVincent Petry2016-03-171-3/+53
* Fix download spinner to work with CSS stylesVincent Petry2016-03-041-0/+20
* Update author informationLukas Reschke2016-03-012-0/+3
* Merge pull request #22671 from owncloud/issue-22670Thomas Müller2016-02-261-25/+25
|\
| * Move the tag filter at the end for nowJoas Schilling2016-02-261-25/+25
* | 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
|\