summaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | Make file actions use icon CSS classesRoeland Jago Douma2016-02-251-2/+59
|/ | | | This makes theming of file actions possible
* Fix unit tests affected by side effectsVincent Petry2016-02-221-1/+3
| | | | | | | | The notification tests were not restoring the clock properly, but indirectly helped other tests pass. Since now we're restoring the clock properly, the other tests were fixed to still work.
* Merge pull request #16783 from owncloud/handle-redirects-globalThomas Müller2016-02-171-7/+0
|\ | | | | Adding global error handler for ajax calls which run into redirection…
| * Add handler for global ajax errorsVincent Petry2016-02-151-7/+0
| |
* | Close file detail sidebar when selecting/unselecting filesVincent Petry2016-02-151-5/+26
|/ | | | | Interacting with the checkboxes, also "Select all" will automatically close the sidebar now.
* Fix unit tests for system tag filter sectionVincent Petry2016-02-091-6/+19
|
* Fix elementToFile to also return path when definedVincent Petry2016-02-081-0/+6
| | | | | Fixes issue when opening the share dialog for a file inside the favorite list, and the file is from a subfolder
* cleanup jobs for comments and comment read marksArthur Schiwon2016-02-051-5/+105
|
* Cleanup job for system and user tag orphaned when file was deletedVincent Petry2016-01-291-0/+158
| | | | | | | Whenever a file was deleted (also from trash), the tag mapping is pointing at a fileid that doesn't exist any more. This cleanup job will delete such orphaned mapping entries.
* Merge pull request #21752 from owncloud/files-delete-fixThomas Müller2016-01-261-10/+0
|\ | | | | Only check selection for delete permissions, not parent folder
| * Remove faulty directory permissions testRobin McCorkell2016-01-151-10/+0
| |
* | update JS humanFileSize to use KB instead of kBMorris Jobke2016-01-193-15/+15
|/
* Happy new year!Thomas Müller2016-01-127-7/+11
|
* Add unit test for file updateRoeland Jago Douma2016-01-091-0/+16
|
* Correctly render uploadtext indicator only on foldersVincent Petry2015-12-181-0/+15
|