summaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Fix Test class nameJoas Schilling2021-03-121-2/+2
* | | | | Change label also in the acceptance testsJoas Schilling2021-03-101-4/+4
* | | | | Add a setting to restrict returning a full match unless in phonebook or same ...Joas Schilling2021-03-101-3/+90
* | | | | Restrict autocompletion also based on the phonebook known usersJoas Schilling2021-03-103-49/+351
|/ / / /
* | | | Allow overwriting isAuthenticatedRoeland Jago Douma2021-03-091-19/+35
* | | | Merge pull request #25990 from nextcloud/do-not-try-to-add-an-existing-user-a...kesselb2021-03-081-7/+3
|\ \ \ \
| * | | | Remove unneeded steps to add already existing userDaniel Calviño Sánchez2021-03-071-5/+0
| * | | | Fix acceptance test for searching just added users in contacts menuDaniel Calviño Sánchez2021-03-071-2/+3
* | | | | Merge pull request #25925 from nextcloud/techdept/psalm/ActionProviderStoreRoeland Jago Douma2021-03-081-3/+3
|\ \ \ \ \
| * | | | | Pimp ActionProviderStoreRoeland Jago Douma2021-03-041-3/+3
* | | | | | Find directly the label instead of falling back to itDaniel Calviño Sánchez2021-03-061-8/+1
* | | | | | Assert also element visibility instead of just finding itDaniel Calviño Sánchez2021-03-061-4/+12
* | | | | | Add explicit locator for "Enable all" bundle buttonDaniel Calviño Sánchez2021-03-061-5/+7
* | | | | | Find elements through the actor rather than the driverDaniel Calviño Sánchez2021-03-061-4/+30
* | | | | | Add locator for apps listDaniel Calviño Sánchez2021-03-061-4/+16
* | | | | | Fix identationDaniel Calviño Sánchez2021-03-061-14/+14
* | | | | | Fix delete user acceptance testDaniel Calviño Sánchez2021-03-062-1/+2
* | | | | | Verify WaitFor::element... results with an assertionDaniel Calviño Sánchez2021-03-055-11/+74
* | | | | | Add missing waits when finding elements in the acceptance testsDaniel Calviño Sánchez2021-03-053-7/+7
| |/ / / / |/| | | |
* | | | | Merge pull request #25660 from hosting-de/feature/add-backend-list-groupsRoeland Jago Douma2021-03-052-7/+207
|\ \ \ \ \
| * | | | | Show group backends in occ group:list --info and group:infoJohannes Leuker2021-03-012-7/+207
* | | | | | Add some typing to SharedStorageRoeland Jago Douma2021-03-041-5/+4
| |/ / / / |/| | | |
* | | | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_apiRoeland Jago Douma2021-03-031-4/+4
|\ \ \ \ \
| * | | | | Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-4/+4
| | |_|/ / | |/| | |
* / | | | Fix types in the Group ManagerRoeland Jago Douma2021-03-031-0/+3
|/ / / /
* | | | Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding...Christoph Wurst2021-02-1816-61/+61
|\ \ \ \
| * | | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-1816-61/+61
* | | | | Send emails on password reset to the displaynameJoas Schilling2021-02-181-3/+6
|/ / / /
* | | | Merge pull request #25440 from nextcloud/bugfix/noid/cache-the-user-backend-i...Roeland Jago Douma2021-02-175-37/+80
|\ \ \ \ | |/ / / |/| | |
| * | | Cache the user backend info for 300sJoas Schilling2021-02-155-37/+80
* | | | Merge pull request #25575 from k00ni/pr/add-tests-for-LoginFlowV2ServiceChristoph Wurst2021-02-151-0/+406
|\ \ \ \ | |/ / / |/| | |
| * | | refined name of getOpenSSLEncryptedAndPrivateKeyKonrad Abicht2021-02-121-3/+3
| * | | added unit tests for LoginFlowV2Service::createTokensKonrad Abicht2021-02-121-0/+23
| * | | added unit tests for LoginFlowV2Service::flowDoneKonrad Abicht2021-02-111-4/+100
| * | | added unit tests for LoginFlowV2Service::startLoginFlowKonrad Abicht2021-02-111-0/+40
| * | | added unit tests for LoginFlowV2Service::getByLoginTokenKonrad Abicht2021-02-111-5/+37
| * | | added unit tests for LoginFlowV2Service::pollKonrad Abicht2021-02-111-0/+215
* | | | Merge pull request #25577 from nextcloud/enhancement/app-code-checker-noopRoeland Jago Douma2021-02-136-471/+0
|\ \ \ \
| * | | | Make the app code checker a NOOPChristoph Wurst2021-02-116-471/+0
* | | | | Micro-optimize validation of empty email addressesChristoph Wurst2021-02-111-0/+1
|/ / / /
* | | | Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvementsRoeland Jago Douma2021-02-111-3/+3
|\ \ \ \ | |/ / / |/| | |
| * | | Fix unit testsJoas Schilling2021-02-061-3/+3
* | | | Merge pull request #25460 from nextcloud/fix/apppassword/always_renewRoeland Jago Douma2021-02-101-17/+1
|\ \ \ \
| * | | | Always renew apppasswords on loginRoeland Jago Douma2021-02-101-17/+1
* | | | | Merge pull request #25359 from nextcloud/enhancement/typed-service-registrationChristoph Wurst2021-02-101-9/+4
|\ \ \ \ \
| * | | | | Type the service registrationChristoph Wurst2021-02-101-9/+4
* | | | | | Merge pull request #25548 from k00ni/pr/add-tests-for-LoginFlowV2CredentialsChristoph Wurst2021-02-091-0/+61
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | simplified testsKonrad Abicht2021-02-091-13/+12
| * | | | | fixed coding style issueKonrad Abicht2021-02-091-1/+0
| * | | | | added tests for OC\Core\Data\LoginFlowV2CredentialsKonrad Abicht2021-02-091-0/+63