| Commit message (Expand) | Author | Age | Files | Lines |
* | fix(cypress): Fix linter errors on Cypress chains and refactor `wait-until` c... | Ferdinand Thiessen | 2023-10-25 | 2 | -62/+74 |
* | fix(cypress): Fix selector for the user menu button | Ferdinand Thiessen | 2023-10-25 | 1 | -1/+1 |
* | fix(settings): Stablize user list cypress tests | Ferdinand Thiessen | 2023-10-25 | 7 | -151/+505 |
* | chore(tests): Migrate login acceptance tests from behat to Cypress | Ferdinand Thiessen | 2023-10-23 | 1 | -0/+146 |
* | feat(theming): Allow to reset the user defined app order to the default value | Ferdinand Thiessen | 2023-10-21 | 1 | -8/+85 |
* | fix(theming): App order settings - ensure the focus is kept on button | Ferdinand Thiessen | 2023-10-21 | 1 | -0/+41 |
* | Merge pull request #41000 from nextcloud/fix/local-cypress-tests | John Molakvoæ | 2023-10-20 | 1 | -0/+1 |
|\ |
|
| * | fix(cypress): Also sync `3rdparty` directory for local cypress tests | Ferdinand Thiessen | 2023-10-19 | 1 | -0/+1 |
* | | feat(theming): Allow to configure default apps and app order in frontend sett... | Ferdinand Thiessen | 2023-10-20 | 1 | -0/+212 |
|/ |
|
* | fix(cypress): Test using `data-test-id` attributes rather than private classes | Ferdinand Thiessen | 2023-10-19 | 4 | -43/+66 |
* | fix(cypress): Replace flaky password-confirmation hack with conditional testi... | Ferdinand Thiessen | 2023-10-19 | 5 | -82/+43 |
* | Fix background removal not applying to user default theming | John Molakvoæ | 2023-10-19 | 3 | -20/+73 |
* | Fix background removal check | John Molakvoæ | 2023-10-19 | 3 | -11/+21 |
* | Add additional no-background and custom colour test | John Molakvoæ | 2023-10-19 | 1 | -20/+70 |
* | fix: Improve dockerNode logging | Ferdinand Thiessen | 2023-10-18 | 1 | -23/+33 |
* | fix(theming): Add `aria-pressed` attribute to active background | Ferdinand Thiessen | 2023-10-18 | 1 | -7/+29 |
* | fix(cypress): User groups test | Christopher Ng | 2023-10-12 | 1 | -2/+2 |
* | test(settings): Create and delete groups | Christopher Ng | 2023-10-11 | 1 | -0/+104 |
* | feat: allow external drop and add dropzone | John Molakvoæ | 2023-10-10 | 1 | -0/+4 |
* | fix(CI): Fix server setup in cypress by overwriting all files in shallow-server | Joas Schilling | 2023-10-09 | 1 | -0/+14 |
* | fix(cypress): User table create/delete tests | Christopher Ng | 2023-10-05 | 1 | -4/+4 |
* | fix(cypress): User table disable/enable tests | Christopher Ng | 2023-10-05 | 1 | -6/+6 |
* | fix(cypress): User table modify tests | Christopher Ng | 2023-10-05 | 1 | -5/+5 |
* | fix(cypress): User table column tests | Christopher Ng | 2023-10-05 | 1 | -8/+8 |
* | feat(files): add sharing icon in header | John Molakvoæ | 2023-09-02 | 1 | -0/+1 |
* | fix(files): fix flaky cypress files test | John Molakvoæ | 2023-09-01 | 1 | -0/+2 |
* | fix(cypress): Fix the user theming cypress test for the new filepicker | Ferdinand Thiessen | 2023-08-26 | 1 | -4/+18 |
* | fix(cypress): adjust selectors | John Molakvoæ | 2023-08-17 | 2 | -7/+7 |
* | fix(cypress): Show and hide columns | Christopher Ng | 2023-08-08 | 2 | -3/+37 |
* | fix(cypress): Can delete a user | Christopher Ng | 2023-08-08 | 1 | -0/+14 |
* | fix(cypress): Really mock the initial state instead of trying to stub a module | Ferdinand Thiessen | 2023-08-02 | 1 | -0/+17 |
* | fix(cypress): Make sure cypress can preprocess files corrently (this drops 78... | Ferdinand Thiessen | 2023-08-02 | 1 | -1/+1 |
* | test(settings): User management settings dialog | Christopher Ng | 2023-07-18 | 1 | -22/+24 |
* | test(settings): Users table | Christopher Ng | 2023-07-12 | 4 | -13/+275 |
* | fix(cypress): users | Christopher Ng | 2023-07-12 | 1 | -3/+3 |
* | fix(cypress): users_modify | Christopher Ng | 2023-07-12 | 1 | -6/+4 |
* | fix(cypress): users_disable | Christopher Ng | 2023-07-12 | 1 | -6/+6 |
* | fix(cypress): revert only toggle | John Molakvoæ | 2023-07-06 | 1 | -1/+1 |
* | fix(settings): Migrate away from deprecated `NcPopoverMenu` | Ferdinand Thiessen | 2023-06-30 | 4 | -38/+218 |
* | fix: Add cypress test for changing password in the users list | Ferdinand Thiessen | 2023-06-29 | 2 | -1/+83 |
* | fix(core): Do not invert app menu text color | Ferdinand Thiessen | 2023-06-19 | 2 | -2/+2 |
* | chore(deps): update cypress | John Molakvoæ | 2023-04-21 | 1 | -2/+2 |
* | feat(files_trashbin): migrate to vue | John Molakvoæ | 2023-04-06 | 1 | -14/+2 |
* | Prevent expiration from delete file in cypress tests | Louis Chemineau | 2023-03-30 | 2 | -1/+4 |
* | Use random names in files_version e2e tests | Louis Chemineau | 2023-03-30 | 6 | -31/+52 |
* | Do not stop docker in cypress workflow | Louis Chemineau | 2023-03-30 | 1 | -1/+1 |
* | Increase wait time | Louis Chemineau | 2023-03-30 | 1 | -2/+2 |
* | Try to chain cypress commands | Louis Chemineau | 2023-03-30 | 1 | -9/+8 |
* | Add comments about why we wait in files_versions' cypress tests | Louis Chemineau | 2023-03-30 | 1 | -0/+4 |
* | Increase wait to ensure versions are created | Louis Chemineau | 2023-03-30 | 2 | -28/+27 |