summaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #15437 from owncloud/deleteorphanedfilesThomas Müller2015-04-101-0/+116
|\ | | | | [command] delete orphaned file cache entries
| * [command] delete orphaned file cache entriesMorris Jobke2015-04-081-0/+116
| | | | | | | | | | * ./occ files:cleanup * delete file cache entries without an existing storage
* | Merge pull request #15196 from owncloud/limit-file-activities-to-favoritesMorris Jobke2015-04-091-0/+297
|\ \ | | | | | | Limit file activities to favorites
| * | Make scrutinizer happyJoas Schilling2015-04-011-1/+1
| | |
| * | Adjust by/self filter aswell and fix testsJoas Schilling2015-03-311-2/+2
| | |
| * | Move tag related code into a helper so we can test the query without a viewJoas Schilling2015-03-301-0/+297
| | |
* | | Replace originalStorage in tests with a proper teardownVincent Petry2015-04-081-9/+2
| |/ |/| | | | | | | | | | | | | | | | | The purpose of $originalStorage in unit tests was to remount the old root. However that storage itself is already wrapped by storage wrapper, so remounting it would rewrap the storage several times. This fix makes use of "loginAsUser()" and "logout()" from the TestCase class to properly initialize and cleanup the FS as expected.
* | Remove server timezone dependency from files list testJoas Schilling2015-04-071-3/+3
|/
* Adding a pending indicator to the files summary - fixes #14853Thomas Müller2015-03-271-0/+33
|
* Merge pull request #14495 from owncloud/update-mailmap-01Thomas Müller2015-03-264-34/+69
|\ | | | | Updating .mailmap
| * Update license headersJenkins for ownCloud2015-03-264-34/+69
| |
* | Show hidden files (dot files) in grayMorris Jobke2015-03-261-0/+19
|/
* Merge pull request #15170 from owncloud/middleclickbreadcrumbMorris Jobke2015-03-261-2/+2
|\ | | | | Fix middle click on breadcrumb
| * Fix breadcrumb click JS unit testVincent Petry2015-03-251-2/+2
| |
* | No longer directly output OC_Image for thumbnailsRoeland Jago Douma2015-03-241-1/+34
|/ | | | | | * Only use public interfaces - Injected IPreview * Added unit tests
* fixing js unit testsThomas Müller2015-03-092-23/+0
|
* Revert "Updating license headers"Morris Jobke2015-02-264-65/+37
| | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36.
* Updating license headersJenkins for ownCloud2015-02-234-37/+65
|
* Merge pull request #14278 from owncloud/fix-indexLukas Reschke2015-02-201-0/+243
|\ | | | | Check if the offset exists before accessing
| * Check if the offset exists before accessingLukas Reschke2015-02-171-0/+243
| | | | | | | | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277
* | apply backslash fix to _setCurrentDirThomas Müller2015-02-191-1/+5
| |
* | Parse backslash as directory separator in breadcrumbLukas Reschke2015-01-241-0/+25
|/ | | | | | This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo` Fixes https://github.com/owncloud/core/issues/13643
* Disallow ctrl click to select when selection not allowedVincent Petry2015-01-151-0/+30
|
* Merge pull request #13289 from owncloud/fav-keepfavoncancelrenameMorris Jobke2015-01-131-4/+32
|\ | | | | Properly update internal file info with updated tags
| * Properly update internal file info with updated tagsVincent Petry2015-01-121-4/+32
| | | | | | | | | | | | | | | | | | Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo.
* | Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-121-4/+115
|\ \ | | | | | | don't show no files yet when mask is in place, fixes #13141
| * | add js tests for filelist filteringJörn Friedrich Dreyer2015-01-091-4/+115
| |/
* | Return path attribute for ajax rename operationsVincent Petry2015-01-121-0/+2
| | | | | | | | | | | | | | This fixes an issue when renaming files from a flat list view like "Favorites" or "Shared with you", in which case the path needs to be present in the response to make sure the data-path attribute is properly set in the JS side.
* | Return tags after renameVincent Petry2015-01-121-0/+69
|/ | | | | | To make it possible for the web UI to correctly display the tag/favorite information after a rename, this information is now returned in the rename response
* add file summary filter spec testsJörn Friedrich Dreyer2015-01-021-0/+63
|
* Merge pull request #12879 from owncloud/mountconfigMorris Jobke2014-12-182-2/+3
|\ | | | | Add mount specific options
| * Add getMountPoint to FileInfoRobin Appelman2014-12-172-2/+3
| |
* | be more explicit in JS unit tests - caused by accessibility issuesMorris Jobke2014-12-181-1/+1
| |
* | Propertly restore thumbnail on cancel/rename/moveVincent Petry2014-12-171-0/+42
|/ | | | | Since the thumbnail is now in a div, the code that tries to change the thumbnail have been adapted here as well.
* Fixed has-favorites CSSVincent Petry2014-12-151-0/+3
|
* Added favorites feature to the files appVincent Petry2014-12-154-0/+444
|
* Merge pull request #12639 from owncloud/bad_mtime_formatMorris Jobke2014-12-131-0/+13
|\ | | | | Fix formatting of bad dates from external storages
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-0/+13
| | | | | | | | Tooltip contains 'Unable to determine date'. Fixes #6395
* | Move file thumbnail into the label elementVincent Petry2014-12-111-10/+10
| |
* | Merge pull request #12394 from owncloud/files-fileactionsimprovementsLukas Reschke2014-12-081-0/+48
|\ \ | | | | | | Improve FileActions JS to allow for custom rendering
| * | Improve FileActions JS to allow for custom renderingVincent Petry2014-11-241-0/+48
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This improves the OCA.Files.FileActions class to support passing a "render" function in the action object. The default function "_defaultRenderFunction" is used by default and renders actions in the usual actions container. Moved "Rename" and "Delete" to custom render functions.
* | | Modified filesort test cases to test for large sizes & timestampsbrumsel2014-12-031-2/+2
| |/ |/|
* | Add js unit testRobin Appelman2014-11-261-7/+27
|/
* Make apps/ extend the \Test\TestCase and fix overwritten methodsJoas Schilling2014-11-191-2/+1
|
* Use base class to reset the file mapperJoas Schilling2014-11-191-2/+2
|
* Correctly restore previous root mount point after testingJoas Schilling2014-11-171-2/+12
|
* JS unit tests fix - use toBeUndefined() instead of toEqual(null)Morris Jobke2014-11-041-7/+7
|
* remove unnecessary require calls - the ownCloud class loader is supposed to ↵Thomas Müller2014-10-301-2/+0
| | | | take care of this
* Changed fileList.pageSize to function callNazar Mokrynskyi2014-10-151-1/+1
|
* TypoNazar Mokrynskyi2014-10-151-1/+1
|