aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Expand)AuthorAgeFilesLines
* 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 tagsVincent Petry2015-01-121-4/+32
* | Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-121-4/+115
|\ \
| * | 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
* | Return tags after renameVincent Petry2015-01-121-0/+69
|/
* 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 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
|/
* 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
|\
| * Return ? if mtime is 0 or -1Robin McCorkell2014-12-121-0/+13
* | 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 renderingVincent Petry2014-11-241-0/+48
* | | 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 t...Thomas Müller2014-10-301-2/+0
* Changed fileList.pageSize to function callNazar Mokrynskyi2014-10-151-1/+1
* TypoNazar Mokrynskyi2014-10-151-1/+1
* Stub for pageSize, because now it is dynamically calculatedNazar Mokrynskyi2014-10-151-2/+3
* correct progress-icon to icon-loading-smallJan-Christoph Borchardt2014-09-221-3/+3
* correct delete-icon to icon-delete, fix #11128Jan-Christoph Borchardt2014-09-221-3/+3
* Tentative fix for legacy file actions unit test side effectVincent Petry2014-09-161-0/+4
* Added permission check for drag and dropVincent Petry2014-09-041-1/+10
* Fixed folder icon update routine when share owner existsVincent Petry2014-08-151-16/+6
* new unit test addedBjoern Schiessle2014-08-111-4/+42
* Merge pull request #9683 from owncloud/fix_#8819_sortingVincent Petry2014-07-221-19/+32
|\
| * Adjusted tests for new default sortingRemco Brenninkmeijer2014-07-171-19/+32
* | Propagate file action changes to the file listsVincent Petry2014-07-092-6/+4
|/
* Add machine readable error messages to OC\JSONRobin Appelman2014-07-041-0/+26
* Fix FileActions merging overrideVincent Petry2014-07-041-0/+150
* Use fileActionsReady to re-render sharing iconsVincent Petry2014-07-011-1/+12
* Fix fileActionsReady event after deferred file actions updateVincent Petry2014-07-011-0/+9
* Merge pull request #9254 from owncloud/fileactions-deferredMorris Jobke2014-06-272-1/+84
|\
| * Sync file list with file actionsVincent Petry2014-06-272-1/+84
* | Merge pull request #9174 from owncloud/breadcrumbfixJan-Christoph Borchardt2014-06-272-42/+42
|\ \ | |/ |/|
| * Breadcrumb width calculation fixVincent Petry2014-06-272-42/+42
* | Merge pull request #9170 from owncloud/files-renamevalidationblurLukas Reschke2014-06-231-0/+41
|\ \
| * | Fix blurring of invalid file name on renameVincent Petry2014-06-231-0/+41
| |/
* | Merge pull request #8931 from owncloud/filelist-usepathforactionVincent Petry2014-06-232-2/+7
|\ \ | |/ |/|
| * Use actual file path on rename/deleteVincent Petry2014-06-062-2/+7