aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files/tests/js
Commit message (Expand)AuthorAgeFilesLines
* Allow opening files for editing in new tabsAzul2020-04-091-30/+27
* Adjust unit tests to new OCA.SidebarJohn Molakvoæ (skjnldsv)2019-10-291-208/+0
* Remove deprecated legacy file actionsJulius Härtl2019-10-142-92/+0
* Add link icon for public link tooJohn Molakvoæ (skjnldsv)2019-03-211-2/+5
* Fix unit testsTomasz Grobelny2019-02-201-49/+95
* Merge branch 'master' into operation_progress_improvements3Tomasz Grobelny2019-01-291-1/+2
|\
| * Add abort stub in JSUnitMorris Jobke2018-12-061-1/+2
* | Fix unit testsTomasz Grobelny2018-11-242-176/+279
|/
* Enhance jsunit testsMorris Jobke2018-11-151-1/+2
* Fix file move testsJulius Härtl2018-11-071-4/+12
* Fix move related testsTomasz Grobelny2018-11-031-54/+63
* Use grid view in other file views tooJan-Christoph Borchardt2018-10-184-4/+4
* Tests: Properly compare the file action labelJulius Härtl2018-10-151-1/+1
* Fix usage of deprecated OC.webrootChristoph Wurst2018-10-095-37/+37
* Improves the testsMichael Weimann2018-08-171-9/+24
* Adds a test to check that the sorting isn't stored without an userMichael Weimann2018-08-171-0/+16
* Merge pull request #10310 from nextcloud/accessibility-headerMorris Jobke2018-07-251-11/+11
|\
| * Fix ability to open file or folder via keyboard, fix #10008Jan-Christoph Borchardt2018-07-241-11/+11
* | Jsunit fixes 1John Molakvoæ (skjnldsv)2018-07-202-2/+5
|/
* Fixed testsJohn Molakvoæ (skjnldsv)2018-07-121-12/+12
* Adds a test case for the loading symbol in deleted files.Abijeet2018-06-181-1/+1
* Fixed failing test cases for the new actions menu.Abijeet2018-06-181-18/+44
* Fix jsunit testsJulius Härtl2018-05-071-1/+1
* Fixed jsunitJohn Molakvoæ (skjnldsv)2018-03-081-1/+2
* 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
* 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
* 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