Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Fix Test class name | Joas Schilling | 2021-03-12 | 1 | -2/+2 | |
* | | | | | Change label also in the acceptance tests | Joas Schilling | 2021-03-10 | 1 | -4/+4 | |
* | | | | | Add a setting to restrict returning a full match unless in phonebook or same ... | Joas Schilling | 2021-03-10 | 1 | -3/+90 | |
* | | | | | Restrict autocompletion also based on the phonebook known users | Joas Schilling | 2021-03-10 | 3 | -49/+351 | |
|/ / / / | ||||||
* | | | | Allow overwriting isAuthenticated | Roeland Jago Douma | 2021-03-09 | 1 | -19/+35 | |
* | | | | Merge pull request #25990 from nextcloud/do-not-try-to-add-an-existing-user-a... | kesselb | 2021-03-08 | 1 | -7/+3 | |
|\ \ \ \ | ||||||
| * | | | | Remove unneeded steps to add already existing user | Daniel Calviño Sánchez | 2021-03-07 | 1 | -5/+0 | |
| * | | | | Fix acceptance test for searching just added users in contacts menu | Daniel Calviño Sánchez | 2021-03-07 | 1 | -2/+3 | |
* | | | | | Merge pull request #25925 from nextcloud/techdept/psalm/ActionProviderStore | Roeland Jago Douma | 2021-03-08 | 1 | -3/+3 | |
|\ \ \ \ \ | ||||||
| * | | | | | Pimp ActionProviderStore | Roeland Jago Douma | 2021-03-04 | 1 | -3/+3 | |
* | | | | | | Find directly the label instead of falling back to it | Daniel Calviño Sánchez | 2021-03-06 | 1 | -8/+1 | |
* | | | | | | Assert also element visibility instead of just finding it | Daniel Calviño Sánchez | 2021-03-06 | 1 | -4/+12 | |
* | | | | | | Add explicit locator for "Enable all" bundle button | Daniel Calviño Sánchez | 2021-03-06 | 1 | -5/+7 | |
* | | | | | | Find elements through the actor rather than the driver | Daniel Calviño Sánchez | 2021-03-06 | 1 | -4/+30 | |
* | | | | | | Add locator for apps list | Daniel Calviño Sánchez | 2021-03-06 | 1 | -4/+16 | |
* | | | | | | Fix identation | Daniel Calviño Sánchez | 2021-03-06 | 1 | -14/+14 | |
* | | | | | | Fix delete user acceptance test | Daniel Calviño Sánchez | 2021-03-06 | 2 | -1/+2 | |
* | | | | | | Verify WaitFor::element... results with an assertion | Daniel Calviño Sánchez | 2021-03-05 | 5 | -11/+74 | |
* | | | | | | Add missing waits when finding elements in the acceptance tests | Daniel Calviño Sánchez | 2021-03-05 | 3 | -7/+7 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #25660 from hosting-de/feature/add-backend-list-groups | Roeland Jago Douma | 2021-03-05 | 2 | -7/+207 | |
|\ \ \ \ \ | ||||||
| * | | | | | Show group backends in occ group:list --info and group:info | Johannes Leuker | 2021-03-01 | 2 | -7/+207 | |
* | | | | | | Add some typing to SharedStorage | Roeland Jago Douma | 2021-03-04 | 1 | -5/+4 | |
| |/ / / / |/| | | | | ||||||
* | | | | | Merge pull request #25917 from nextcloud/techdept/kill_deprecated/ocp_api | Roeland Jago Douma | 2021-03-03 | 1 | -4/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Remove deprecated \OCP\API | Roeland Jago Douma | 2021-03-03 | 1 | -4/+4 | |
| | |_|/ / | |/| | | | ||||||
* / | | | | Fix types in the Group Manager | Roeland Jago Douma | 2021-03-03 | 1 | -0/+3 | |
|/ / / / | ||||||
* | | | | Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding... | Christoph Wurst | 2021-02-18 | 16 | -61/+61 | |
|\ \ \ \ | ||||||
| * | | | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 16 | -61/+61 | |
* | | | | | Send emails on password reset to the displayname | Joas Schilling | 2021-02-18 | 1 | -3/+6 | |
|/ / / / | ||||||
* | | | | Merge pull request #25440 from nextcloud/bugfix/noid/cache-the-user-backend-i... | Roeland Jago Douma | 2021-02-17 | 5 | -37/+80 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Cache the user backend info for 300s | Joas Schilling | 2021-02-15 | 5 | -37/+80 | |
* | | | | Merge pull request #25575 from k00ni/pr/add-tests-for-LoginFlowV2Service | Christoph Wurst | 2021-02-15 | 1 | -0/+406 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | refined name of getOpenSSLEncryptedAndPrivateKey | Konrad Abicht | 2021-02-12 | 1 | -3/+3 | |
| * | | | added unit tests for LoginFlowV2Service::createTokens | Konrad Abicht | 2021-02-12 | 1 | -0/+23 | |
| * | | | added unit tests for LoginFlowV2Service::flowDone | Konrad Abicht | 2021-02-11 | 1 | -4/+100 | |
| * | | | added unit tests for LoginFlowV2Service::startLoginFlow | Konrad Abicht | 2021-02-11 | 1 | -0/+40 | |
| * | | | added unit tests for LoginFlowV2Service::getByLoginToken | Konrad Abicht | 2021-02-11 | 1 | -5/+37 | |
| * | | | added unit tests for LoginFlowV2Service::poll | Konrad Abicht | 2021-02-11 | 1 | -0/+215 | |
* | | | | Merge pull request #25577 from nextcloud/enhancement/app-code-checker-noop | Roeland Jago Douma | 2021-02-13 | 6 | -471/+0 | |
|\ \ \ \ | ||||||
| * | | | | Make the app code checker a NOOP | Christoph Wurst | 2021-02-11 | 6 | -471/+0 | |
* | | | | | Micro-optimize validation of empty email addresses | Christoph Wurst | 2021-02-11 | 1 | -0/+1 | |
|/ / / / | ||||||
* | | | | Merge pull request #25378 from nextcloud/bugfix/noid/mention-match-improvements | Roeland Jago Douma | 2021-02-11 | 1 | -3/+3 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | Fix unit tests | Joas Schilling | 2021-02-06 | 1 | -3/+3 | |
* | | | | Merge pull request #25460 from nextcloud/fix/apppassword/always_renew | Roeland Jago Douma | 2021-02-10 | 1 | -17/+1 | |
|\ \ \ \ | ||||||
| * | | | | Always renew apppasswords on login | Roeland Jago Douma | 2021-02-10 | 1 | -17/+1 | |
* | | | | | Merge pull request #25359 from nextcloud/enhancement/typed-service-registration | Christoph Wurst | 2021-02-10 | 1 | -9/+4 | |
|\ \ \ \ \ | ||||||
| * | | | | | Type the service registration | Christoph Wurst | 2021-02-10 | 1 | -9/+4 | |
* | | | | | | Merge pull request #25548 from k00ni/pr/add-tests-for-LoginFlowV2Credentials | Christoph Wurst | 2021-02-09 | 1 | -0/+61 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | ||||||
| * | | | | | simplified tests | Konrad Abicht | 2021-02-09 | 1 | -13/+12 | |
| * | | | | | fixed coding style issue | Konrad Abicht | 2021-02-09 | 1 | -1/+0 | |
| * | | | | | added tests for OC\Core\Data\LoginFlowV2Credentials | Konrad Abicht | 2021-02-09 | 1 | -0/+63 |