aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
Commit message (Expand)AuthorAgeFilesLines
* fix: Redirect user to login if session is terminatedFerdinand Thiessen2 days1-0/+62
* perf(files_trashbin): use empty trashbin endpoint instead of batch delete req...skjnldsv9 days1-1/+1
* feat(files_trashbin): add cypress testsskjnldsv9 days2-4/+127
* fix(files): cancel renaming on enter if no file name changesskjnldsv12 days1-0/+39
* fix: Copying a live photo to a folder with a conflicting mov fileLouis Chemineau2024-12-042-6/+18
* test: Copying a folder containing live photosLouis Chemineau2024-12-042-68/+147
* test(files): Update testsChristopher Ng2024-12-032-8/+0
* chore: Update @nextcloud/cypress to v1.0.0-beta.11artonge/chore/update_nc_cypress_beta.11Louis Chemineau2024-11-2511-76/+35
* fix(systemtags): enhance create tag in tag picker UXskjnldsv2024-11-151-1/+4
* chore(profile): move profile app from core to appsskjnldsv2024-11-141-4/+7
* fix(files): open sidebar on sharing tab by default for filesskjnldsv2024-11-081-1/+1
* chore(files): add selection cypress testsskjnldsv2024-11-074-3/+89
* test: Add proper styles for Cypress component testsFerdinand Thiessen2024-10-295-96/+109
* fix(files_sharing): fix view only actions button selectorfeat/files-bulk-taggingskjnldsv2024-10-291-2/+2
* feat(systemtags): add cypress tests and fix a few logic issuesskjnldsv2024-10-292-2/+379
* fix(files): Adjust NavigationQuota for Nextcloud 30 designFerdinand Thiessen2024-10-211-0/+4
* fix(files): Ensure renaming state is correctly resetFerdinand Thiessen2024-10-151-1/+29
* feat(files): Make the files download action use WebDAV zip downloadFerdinand Thiessen2024-09-281-3/+1
* test(files): Add tests for path handlingFerdinand Thiessen2024-09-201-0/+33
* test: Add end-to-end tests for new public share Vue UIFerdinand Thiessen2024-09-0614-111/+855
* test: Add end-to-end tests for public page header actionsFerdinand Thiessen2024-09-033-0/+260
* test(cypress): Await promise in response to prevent timeoutFerdinand Thiessen2024-09-011-1/+4
* test: Add Cypress test for renaming loading stateFerdinand Thiessen2024-08-312-0/+48
* fix(files): Correctly check for already used names when creating new folderFerdinand Thiessen2024-08-273-8/+140
* fix(cypress): drop unwanted docker output charactersskjnldsv2024-08-221-4/+9
* chore(cypress): enable apcuskjnldsv2024-08-221-6/+24
* chore(cypress): put nextcloud into ramskjnldsv2024-08-222-3/+15
* chore(cypress): allow db snapshot and restore fo faster testsskjnldsv2024-08-222-7/+43
* fix: Access node owner by top level `owner` propertyFerdinand Thiessen2024-08-171-0/+105
* chore(tests): Fix import in cypress test limit_to_same_group.cy.tsCôme Chilliet2024-08-121-1/+1
* chore(tests): Fix SPDX license header on new cypress testCôme Chilliet2024-08-121-19/+2
* fix: Remove shares only if there are no more common groups between usersCôme Chilliet2024-08-121-1/+28
* chore(tests): Test limiting sharing to same groupLouis Chemineau2024-08-121-0/+97
* test: Added e2e tests for inline system tags file actionFerdinand Thiessen2024-08-082-0/+199
* fix: unify bundle namingJérôme Herbinet2024-08-061-1/+1
* fix(core): Migrate UserMenu / AccountMenu to NcListItemFerdinand Thiessen2024-08-061-2/+6
* test: Add test for recent viewFerdinand Thiessen2024-08-011-0/+44
* fix(files): Provide file actions from list entry to make it reactiveFerdinand Thiessen2024-08-013-4/+151
* test(files_sharing): Add test for "note to recipient" featureFerdinand Thiessen2024-07-312-2/+79
* chore: Fix cypress docker integration when testing locallyFerdinand Thiessen2024-07-301-2/+2
* fix(files): Correctly validate new node nameFerdinand Thiessen2024-07-261-0/+77
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-261-4/+4
* test: Add cypress tests for file list filteringFerdinand Thiessen2024-07-254-90/+300
* test: Add regression test for opening shared foldersFerdinand Thiessen2024-07-251-0/+59
* fix: Ensure displayname is a stringFerdinand Thiessen2024-07-251-0/+25
* chore: add file request cypress testingskjnldsv2024-07-194-1/+156
* fix(files): Close the sidebar on navigationFerdinand Thiessen2024-07-151-4/+53
* fix(files_sharing): adjust IAttributes API and files_versionsskjnldsv2024-07-122-1/+4
* feat(theming): Allow shipped backgrounds to have a dark variantFerdinand Thiessen2024-07-121-1/+1
* test: Adjust cypress tests to use reusable POM for header navigationFerdinand Thiessen2024-07-106-159/+258