aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
Commit message (Collapse)AuthorAgeFilesLines
...
* fix(files): Do not show files from hidden folders in "Recent"-view if hidden ↵Ferdinand Thiessen2024-04-161-0/+116
| | | | | | | | files are disabled by user Needed to adjust the store creation to be able to inject pinia before the vue app is initialized. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(tests): Adjust tests for changed css classesFerdinand Thiessen2024-04-101-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(Cypress): Adjust tests for new breadcrumbsEduardo Morales2024-04-103-13/+13
| | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com>
* chore: add drag and drop recursion and FilesystemAPI testingskjnldsv2024-04-042-60/+1
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore: adjusting cypress drag and drop testsskjnldsv2024-04-042-1/+134
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* feat(settings): Allow to sort groups in the account management alphabeticallyFerdinand Thiessen2024-03-271-1/+80
| | | | | | | We can do this purly in the frontend - but when enforced from the backend using the existing system config, we need to follow the requirement. We then show a warning about the configuration. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(files_versions): Add listener and interfaces to allow versions ↵Louis Chemineau2024-03-268-57/+182
| | | | | | migration across storages Signed-off-by: Louis Chemineau <louis@chmn.me>
* feat(login): Clear login form (password) after IDLE timeoutFerdinand Thiessen2024-03-251-1/+1
| | | | | | | | | For security reasons it is recommended to stop the login process at a defined time, this could prevent password leaks by e.g. user forgetting that they entered their password on public devices. Enforced e.g. by the BSI ORP.4.A13 rule. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): When copying nodes only add the copy suffix for file before file ↵Ferdinand Thiessen2024-03-221-2/+19
| | | | | | | extension Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Do not escape file names for filepicker buttonsFerdinand Thiessen2024-03-222-1/+39
| | | | | | The text is already escaped by Vue, so we should not escape or sanitize the filename. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(settings): adjust e2e tests selectors to new structureGrigorii K. Shartsev2024-03-191-14/+11
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(files): Adjust files drop to work with Blink engine (chrom(ium), edge)Ferdinand Thiessen2024-03-181-0/+62
| | | | | | The datatransfer items list is cleared on Blink after the first access to an inner prop due to async handling and GC. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(settings): Implement new app discover section for app managementFerdinand Thiessen2024-03-141-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(files): Add e2e tests for live photo syncLouis Chemineau2024-03-145-31/+285
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* test(cypress): Do not run cron in ajax modeLouis Chemineau2024-03-141-0/+2
| | | | | | This prevent random slowdown during tests, making them more reliable, and faster. Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(cypress): ResizeObserver loop undelivered notifications errorChristopher Ng2024-03-121-0/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* feat(settings): Split account management into navigation and contentFerdinand Thiessen2024-03-111-3/+3
| | | | | | The should ease the maintenance of it due to reduced complexity. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Make appstore sidebar tabs standalone componentsFerdinand Thiessen2024-03-111-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(settings): users settings cypressJohn Molakvoæ (skjnldsv)2024-03-071-10/+10
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* fix(cypress): Adjust cypress testsChristopher Ng2024-03-061-9/+9
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(settings): emails actions a11y and designGrigorii K. Shartsev2024-03-051-3/+3
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* test(files_versions): Add tests for versions actionsLouis Chemineau2024-02-275-38/+381
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* test(files_sharing): Add utils to e2e tests files_sharingLouis Chemineau2024-02-271-0/+104
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* test(files): Add move and copy utils for e2e testsLouis Chemineau2024-02-272-70/+69
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(cypress): files_versions flakynessskjnldsv2024-02-222-21/+22
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* fix(cypress): more stable navigation-bar-settings cypress testsskjnldsv2024-02-223-53/+77
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* enh(settings): Add Cypress tests for personal informationFerdinand Thiessen2024-02-151-0/+391
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix: replace `Account name` by `Login`John Molakvoæ2024-02-131-2/+2
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix: cypressJohn Molakvoæ2024-02-134-26/+26
| | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(files): Update `webdav` to 5.3.2 fixing handling of files with XML ↵Ferdinand Thiessen2024-02-093-7/+101
| | | | | | entities in their names Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust cypress tests for changed themingFerdinand Thiessen2024-02-062-6/+11
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(tests): Fix flyke cypress testJoas Schilling2024-02-051-1/+0
| | | | | | This is a "Ctrl+D" instead of "Ctrl+S" fail from b2d999fd6835e5c59b6086c658330ce7360a780f Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(tests): Make the cypress apps management test more reliableJoas Schilling2024-02-021-2/+20
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(cypress): Adjust files sorting testsFerdinand Thiessen2024-01-271-6/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Wait for color change in `pickRandomColor`Ferdinand Thiessen2024-01-251-3/+10
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* test(theming): update e2e tests after separating color button and previewGrigorii K. Shartsev2024-01-243-15/+14
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* fix(theming): change color button contrast on user settingsGrigorii K. Shartsev2024-01-242-9/+9
| | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* test(files): Fix file picker testChristopher Ng2024-01-231-1/+1
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* test(theming): Fix navigation bar testsChristopher Ng2024-01-231-2/+2
| | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-0/+31
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-0/+39
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #42066 from nextcloud/fix/cypress-wait-for-network-requestsPytal2023-12-061-0/+18
|\ | | | | fix(cypress): Wait for network requests to finish when using the FilePicker
| * fix(cypress): Wait for network requests to finish when using the FilePickerFerdinand Thiessen2023-12-061-0/+18
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #41948 from nextcloud/fix/accessibility-dark-modeFerdinand Thiessen2023-12-062-0/+154
|\ \ | |/ |/| fix(theming): Adjust dark theme to be accessible adjust cypress tests
| * fix(theming): Adjust dark theme to be accessible adjust cypress testsFerdinand Thiessen2023-12-012-0/+154
| | | | | | | | | | | | Also fix warning text color for bright / default theme on blurry background Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(cypress): Adjust user columns tests to be more specific when selecting a ↵Ferdinand Thiessen2023-12-011-4/+4
|/ | | | | | modal Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Add cypress tests for copy and moveFerdinand Thiessen2023-11-271-0/+116
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust cypress tests that relied on version to be 28Ferdinand Thiessen2023-11-242-1/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Adjust user settings tests for changed actions componentFerdinand Thiessen2023-11-172-5/+5
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(cypress): Make new-users test less flaky by using test isolationFerdinand Thiessen2023-11-171-13/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>