aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8588 from nextcloud/fix-breadcrumbs-width-calculationRoeland Jago Douma2018-03-011-21/+381
|\
| * Update comments in testsDaniel Calviño Sánchez2018-02-281-3/+4
| * Fix menu visibilityDaniel Calviño Sánchez2018-02-281-0/+75
| * Fix setup to test the breadcrumbs menuDaniel Calviño Sánchez2018-02-281-7/+14
| * Take padding and margins of crumbs into accountDaniel Calviño Sánchez2018-02-281-0/+54
| * Use hard-coded values for paddings and marginsDaniel Calviño Sánchez2018-02-281-1/+7
| * Compress siblings before calculating the available width for crumbsDaniel Calviño Sánchez2018-02-281-0/+87
| * Take all visible siblings into accountDaniel Calviño Sánchez2018-02-281-4/+50
| * Take padding and margin of the creatable actions div into accountDaniel Calviño Sánchez2018-02-281-0/+82
| * Do not render the breadcrumbs again in resize testsDaniel Calviño Sánchez2018-02-281-3/+0
| * Set the width of the parent element in breadcrumb testsDaniel Calviño Sánchez2018-02-281-8/+13
* | Fix unit testJoas Schilling2018-02-281-0/+6
|/
* Split move and copy operationsRoland Tapken2018-02-152-1/+11
* Fix empty details view after renaming a fileDaniel Calviño Sánchez2018-01-111-0/+30
* Move adding test files to "beforeEach()"Daniel Calviño Sánchez2018-01-111-13/+6
* Add events for favoritesJoas Schilling2018-01-101-1/+7
* Hide favourite icon in details view if favourite action is not availableDaniel Calviño Sánchez2018-01-051-0/+29
* Fix "fileActions.currentFile" not set before using itDaniel Calviño Sánchez2017-12-261-0/+24
* Merge pull request #7591 from nextcloud/trigger-events-before-and-after-a-fil...Morris Jobke2017-12-222-3/+89
|\
| * Trigger events before and after a file action is executedDaniel Calviño Sánchez2017-12-192-3/+89
* | Fixed breadcrumbs testsJohn Molakvoæ (skjnldsv)2017-12-211-12/+31
|/
* show e2e folder icon on encrypted foldersBjoern Schiessle2017-11-201-0/+26
* Add data attribute to file list rows telling if the file is encryptedDaniel Calviño Sánchez2017-11-201-5/+33
* Merge pull request #7047 from nextcloud/add-support-for-files-with-no-permiss...Björn Schießle2017-11-201-0/+9
|\
| * Add proper handling of files without permissionsDaniel Calviño Sánchez2017-11-021-0/+9
* | Merge pull request #7051 from nextcloud/breadcrumbs-refactorMorris Jobke2017-11-132-105/+148
|\ \
| * | Added more tests and only test jsunit on drone (for testing only)John Molakvoæ (skjnldsv)2017-11-131-0/+13
| * | Add menu testsJohn Molakvoæ (skjnldsv)2017-11-121-0/+54
| * | Fixed tests and width calculationJohn Molakvoæ (skjnldsv)2017-11-081-1/+1
| * | Fixed remaining testsJohn Molakvoæ (skjnldsv)2017-11-082-5/+5
| * | Fixed some more test and loop fixJohn Molakvoæ (skjnldsv)2017-11-081-2/+2
| * | Updated tests according to new systemJohn Molakvoæ (skjnldsv)2017-11-081-99/+75
* | | Merge pull request #7046 from nextcloud/hide-summary-file-actions-when-select...Morris Jobke2017-11-091-0/+23
|\ \ \ | |/ / |/| |
| * | Hide summary file actions when a selected file does not matchDaniel Calviño Sánchez2017-11-021-0/+23
| |/
* / Update license headersMorris Jobke2017-11-068-0/+14
|/
* Merge pull request #6869 from burned42/6307-fix_page_title_not_changedDaniel Calviño Sánchez2017-10-271-1/+3
|\
| * bugfix: set/change page title when switching to filelistBernd Stellwag2017-10-271-1/+3
* | Use ::class in test mocks of encryption appMorris Jobke2017-10-261-2/+4
* | Merge pull request #6709 from nextcloud/show-checkbox-where-the-favourite-ico...Morris Jobke2017-10-253-33/+73
|\ \
| * | Move checkboxes to their own columnDaniel Calviño Sánchez2017-10-191-8/+14
| * | Remove "has-favorites" class from file list tableDaniel Calviño Sánchez2017-10-191-3/+0
| * | Move favorite mark to the top right corner of the thumbnailDaniel Calviño Sánchez2017-10-191-4/+4
| * | Replace inline favorite action with just a favorite iconDaniel Calviño Sánchez2017-10-191-62/+15
| * | Add "Favorite" action to the file actions menuDaniel Calviño Sánchez2017-10-191-0/+56
| * | Add support to FileActionsMenu for icon class functionsDaniel Calviño Sánchez2017-10-191-0/+28
| |/
* / Use ::class in test mocksMorris Jobke2017-10-242-17/+19
|/
* Fixed testsJohn Molakvoæ (skjnldsv)2017-09-251-8/+9
* Fix testsRoeland Jago Douma2017-09-211-0/+7
* Fix unit testsMorris Jobke2017-09-211-0/+1
* Add tests for FileListThomas Citharel2017-09-151-0/+98