| Commit message (Expand) | Author | Age | Files | Lines |
* | Extend tests | Joas Schilling | 2022-05-16 | 2 | -33/+50 |
* | Add direct arg to login flow | Vincent Petry | 2022-04-14 | 1 | -0/+2 |
* | Fix app version check | Joas Schilling | 2021-09-29 | 2 | -27/+17 |
* | fixes missing prefix to validate password reset token | Arthur Schiwon | 2021-09-14 | 1 | -2/+5 |
* | move verification token logic out of lost password controller | Arthur Schiwon | 2021-09-10 | 1 | -258/+43 |
* | Adjust tests | Lukas Reschke | 2021-09-07 | 1 | -27/+0 |
* | Resolve absolute path in tests | Lukas Reschke | 2021-09-07 | 1 | -1/+1 |
* | Add commands to manage tags via OCC | Johannes Leuker | 2021-05-25 | 4 | -0/+552 |
* | Change my email address | Johannes Leuker | 2021-03-24 | 1 | -2/+2 |
* | Fix more controller tests in Core subdir | Vincent Petry | 2021-03-24 | 2 | -8/+10 |
* | Fix more tests in the Core subdir | Vincent Petry | 2021-03-24 | 3 | -13/+20 |
* | Fix core tests command for app enabling/disabling | Vincent Petry | 2021-03-23 | 2 | -17/+17 |
* | 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 |
* | | Merge pull request #25086 from nextcloud/dependabot/composer/nextcloud/coding... | Christoph Wurst | 2021-02-18 | 2 | -4/+4 |
|\ \ |
|
| * | | Bump nextcloud/coding-standard from 0.3.0 to 0.5.0 | dependabot-preview[bot] | 2021-02-18 | 2 | -4/+4 |
| |/ |
|
* / | Send emails on password reset to the displayname | Joas Schilling | 2021-02-18 | 1 | -3/+6 |
|/ |
|
* | 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 |
* | 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 |
* | Add well known handlers API | Christoph Wurst | 2020-12-16 | 1 | -0/+86 |
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -3/+3 |
* | Remove unused members and imports | Joas Schilling | 2020-09-08 | 1 | -9/+1 |
* | The privacy setting is only about syncing to other servers | Joas Schilling | 2020-09-03 | 1 | -33/+0 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 45 | -198/+194 |
* | Allow to update to nightly | John Molakvoæ (skjnldsv) | 2020-08-07 | 2 | -18/+18 |
* | Add tests for occ preview:migrate - initial check for empty directories | Morris Jobke | 2020-08-07 | 1 | -0/+141 |
* | Use assertStringContainsString instead of assertContains on strings | Morris Jobke | 2020-07-23 | 5 | -16/+16 |
* | Move AutoComplete::filterResults to new event dispatcher and GenericEvent | Joas Schilling | 2020-07-01 | 1 | -3/+3 |
* | use the loginname to verify the old password in user password changes | Arthur Schiwon | 2020-05-26 | 1 | -5/+27 |
* | Set etag for capabilities endpoint | Daniel Kesselberg | 2020-04-29 | 1 | -0/+2 |
* | Merge pull request #19514 from sndrr/already-enabled-apps | Morris Jobke | 2020-04-27 | 1 | -0/+1 |
|\ |
|
| * | Updated test to check for already enabled apps | Sander Ruitenbeek | 2020-04-24 | 1 | -0/+1 |
* | | Make it possible to resolve svg for apps_paths outside the document root | Daniel Kesselberg | 2020-04-24 | 1 | -4/+61 |
|/ |
|
* | Merge pull request #20401 from nextcloud/fix/login-sso-redirct | Roeland Jago Douma | 2020-04-15 | 1 | -4/+4 |
|\ |
|
| * | Fix absolute redirect | John Molakvoæ (skjnldsv) | 2020-04-10 | 1 | -4/+4 |
* | | Add visibility to all constants | Christoph Wurst | 2020-04-10 | 1 | -5/+5 |
* | | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 24 | -50/+13 |
* | | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 3 | -3/+3 |
|/ |
|
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 16 | -26/+26 |
* | Use a blank line after the opening tag | Christoph Wurst | 2020-04-09 | 6 | -0/+6 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 21 | -21/+0 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 3 | -9/+9 |