aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Clear file selection when list is repopulatedVincent Petry2014-06-231-1/+33
* | Fix appending of rows after uploadVincent Petry2014-06-191-24/+2
|/
* Fix unit testRobin Appelman2014-06-061-1/+1
* Fix unit testsRobin Appelman2014-06-061-1/+1
* Fix testsJoas Schilling2014-06-031-8/+8
* display "<1 kB" for really small filesMorris Jobke2014-06-021-1/+1
* Merge pull request #8663 from owncloud/files-dndissueLukas Reschke2014-05-301-0/+137
|\
| * Fix dropping files below the tableVincent Petry2014-05-221-1/+7
| * Fixed drag and drop from external files, added testsVincent Petry2014-05-211-0/+131
* | Sharing overview fixes and unit testsVincent Petry2014-05-302-2/+29
* | Distinguish legacy file actions from regular file actionsVincent Petry2014-05-303-10/+55
* | Added "dir" in file actions handler context and fixed versionsVincent Petry2014-05-302-0/+34
* | Add unit tests for fileActionsReadyVincent Petry2014-05-301-0/+14
* | Added unit test for file action context argumentVincent Petry2014-05-301-4/+32
|/
* Merge pull request #8612 from owncloud/share-updateshareiconsafterrenameBjörn Schießle2014-05-211-13/+52
|\
| * Fixed issues with renamingVincent Petry2014-05-161-13/+52
* | Remove all occurences of @brief and @returns from PHPDocMorris Jobke2014-05-191-1/+1
* | Merge pull request #8435 from owncloud/fix-8322-masterThomas Müller2014-05-191-1/+11
|\ \ | |/ |/|
| * fix broken unit testThomas Müller2014-05-021-1/+11
* | Fixed many issues, clean upVincent Petry2014-05-153-60/+140
* | Namespacing for FileList, FileActions and trashbin appVincent Petry2014-05-156-322/+495
* | Merge pull request #8041 from owncloud/files-sortcolumnsVincent Petry2014-05-122-7/+254
|\ \ | |/ |/|
| * Clear selection on reload (when changing sort)Vincent Petry2014-04-291-0/+6
| * Added unit test in files app for sort function in helper classVincent Petry2014-04-281-0/+98
| * Add sorting to files list, trashbin and public filesVincent Petry2014-04-281-7/+150
* | Show spinner for all files when deleting allVincent Petry2014-04-291-0/+14
|/
* Fixed drag and drop into folder and onto breadcrumbVincent Petry2014-04-281-10/+100
* Fixed selection summary calculation issueVincent Petry2014-04-281-0/+26
* Fixed selection to be based on FileList.filesVincent Petry2014-04-281-35/+152
* Make sure there are always enough elements visible on the pageVincent Petry2014-04-281-0/+8
* Fixed insertion of filesVincent Petry2014-04-282-11/+121
* Fixed file sorting to work with scrollingVincent Petry2014-04-281-16/+68
* Fix file selection for infinite scrollingVincent Petry2014-04-282-7/+238