aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fix js unit tests for webdav put upload changesVincent Petry2016-10-242-49/+37
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Use Webdav PUT for uploads in the web browserVincent Petry2016-10-242-92/+257
|/ | | | | | | | | | | | | | - uses PUT method with jquery.fileupload for regular and public file lists - for IE and browsers that don't support it, use POST with iframe transport - implemented Sabre plugin to handle iframe transport and redirect the embedded PUT request to the proper handler - added RFC5995 POST to file collection with "add-member" property to make it possible to auto-rename conflicting file names - remove obsolete ajax/upload.php and obsolete ajax routes Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Make it possible to filter by tags with REPORT methodVincent Petry2016-10-192-207/+22
| | | | | | | | | | | Enhanced the REPORT method on the Webdav endpoint and added a "oc:favorite" filter rule. When set, it will return a flat list of results filtered with only favorite files. The web UI was also adjusted to use this REPORT method instead of the private API endpoint. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* 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
| | | | When dot files are hidden, the table summary and selection summary will not show how many hidden files were included.
* Merge pull request #956 from nextcloud/fix_952Lukas Reschke2016-08-231-64/+31
|\ | | | | When using permalinks don't error out if file id can't be found
| * When requesting a permalink to an invalid file redirectRoeland Jago Douma2016-08-191-3/+7
| | | | | | | | We need to do the redirect to update address bar.
| * When using permalinks don't error out if file id can't be foundRoeland Jago Douma2016-08-191-64/+27
| | | | | | | | | | | | | | | | Fixes #952 * Use only the index route (since it went to showFile anyways) * Fix tests * Use getUserFolder to force init of users mounts
* | Fix hidden files handlingVincent Petry2016-08-191-1/+36
|/ | | | | | | Hidden files (dot files) are now always rendered in the DOM to make sure that all file operations and selection still work as expected. Their visibility is now toggled on CSS level.
* Merge pull request #893 from nextcloud/ie8_be_goneMarius Blüm2016-08-171-73/+20
|\ | | | | IE8 be gone!
| * Remove IE8 support from ViewControllerRoeland Jago Douma2016-08-161-73/+20
| | | | | | | | | | * Update tests * Fix getMock in tests
* | Use MockBuilder instead of createMockLukas Reschke2016-08-151-2/+2
| | | | | | | | CI uses an older PHPUnit
* | 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
| | | | | | | | | | | | | | | | We should not allow directory traversals using "../" here. To test access the following URL once with and then without this patch: http://localhost/server/index.php/apps/files/?dir=../../This+Should+Not+Be+Here
| * 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
| | | | | | | | | | | | * fixes #124
* | | Merge pull request #25325 from owncloud/filelist-prependslashVincent Petry2016-07-061-0/+6
|\ \ \ | | | | | | | | Filelist change dir auto-prepend slash
| * | | Filelist change dir auto-prepend slashVincent Petry2016-07-011-0/+6
| | |/ | |/| | | | | | | | | | Prepend a slash to directories in case it was missing since many places assume that it's there.
* / | 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
|/ | | | | | When filtering the file list, if a result is on an unrendered page, make sure to call _nextPage() to prerender the pages in order to display all matching results.
* 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
| | | | | | * Move lib/ of Files app to PSR-4 * Move tests to PSR-4
* Make permalinks work for trashed files (#24537)Vincent Petry2016-05-111-12/+102
| | | | Opening a permalink that points to a trashed file will now display the file within the "Deleted Files" section in the files web UI.
* 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
| | | | | | | The following routes will redirect to the files app and display the matching folder. If the fileid is a file, it will scroll to it. - http://localhost/owncloud/index.php/f/$fileid - http://localhost/owncloud/index.php/files/?dir=somedir&fileid=$fileid
* Move activity manager to the namespaceJoas Schilling2016-05-021-2/+2
|
* filter hidden files on the web interfaceChristoph Wurst2016-04-192-2/+18
| | | | | | | | | | | | | | | | | | add checkbox to toggle show/hide hidden files persist show hidden setting fix settings menu layout test ApiController::showHiddenFiles don't show hidden files by default Store config in Backbone model and inject it into FileList Filter files only temporarily when rending the file list Fix file rename validation
* fix default value, update js/php testsChristoph Wurst2016-04-133-5/+88
|
* Display share status info in favorite listVincent Petry2016-03-171-3/+53
| | | | Returns the shareTypes share status info to the favorites file list.
* Fix download spinner to work with CSS stylesVincent Petry2016-03-041-0/+20
| | | | | | A recent change replaced img elements with CSS icons for file actions. This fix adjusts the logic to work properly with CSS icons instead of images.
* Update author informationLukas Reschke2016-03-012-0/+3
| | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :)
* Merge pull request #22671 from owncloud/issue-22670Thomas Müller2016-02-261-25/+25
|\ | | | | Move the tag filter at the end for now
| * 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
| |