| Commit message (Expand) | Author | Age | Files | Lines |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-27 | 2 | -2/+4 |
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 3 | -0/+3 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-10 | 4 | -2/+22 |
* | Unit tests for searching by phone number | Joas Schilling | 2020-12-07 | 2 | -15/+55 |
* | Make the throwing optional, so background tasks don't break | Joas Schilling | 2020-12-07 | 1 | -1/+1 |
* | Also translate the phone number when coming in via the accounts manager API d... | Joas Schilling | 2020-12-07 | 1 | -1/+5 |
* | Add an endpoint to search for accounts based on phone number | Joas Schilling | 2020-12-07 | 3 | -3/+82 |
* | Make code strict | Joas Schilling | 2020-12-07 | 4 | -58/+62 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-07 | 2 | -0/+2 |
* | rebuild autoloader scripts with 2.0.7 | Robin Appelman | 2020-11-26 | 4 | -3/+5 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-16 | 2 | -0/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-12 | 2 | -0/+16 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-31 | 2 | -0/+16 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-29 | 2 | -0/+12 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-19 | 2 | -2/+2 |
* | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-12 | 2 | -0/+2 |
* | Merge pull request #22891 from nextcloud/techdebt/18680/improve-ProvisioningA... | Morris Jobke | 2020-10-05 | 1 | -2/+13 |
|\ |
|
| * | Improve registerService logic for ProvisioningApiMiddleware for static code a... | Daniel Kesselberg | 2020-09-16 | 1 | -2/+13 |
* | | Merge pull request #23189 from nextcloud/enhancement/cs/binary_operator_spaces | Morris Jobke | 2020-10-05 | 3 | -4/+4 |
|\ \ |
|
| * | | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 3 | -4/+4 |
* | | | Fix the user email issue while creating a user | Sujith Haridasan | 2020-10-05 | 2 | -13/+19 |
|/ / |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-05 | 14 | -0/+14 |
* | | Merge pull request #22960 from nextcloud/Valdnet-patch-4 | Roeland Jago Douma | 2020-10-03 | 1 | -1/+1 |
|\ \ |
|
| * | | l10n: HTTP in capital letters | Valdnet | 2020-09-19 | 1 | -1/+1 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-01 | 6 | -2/+28 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-28 | 2 | -0/+14 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-26 | 4 | -0/+28 |
* | | | Update autloader | Roeland Jago Douma | 2020-09-24 | 1 | -1/+1 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-23 | 2 | -0/+14 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-22 | 2 | -6/+6 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-21 | 2 | -2/+4 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-09-20 | 10 | -0/+68 |
|/ / |
|
* | | Add transifex config for all new apps | Morris Jobke | 2020-09-18 | 1 | -0/+0 |
* | | Bump versions | Joas Schilling | 2020-09-18 | 1 | -2/+2 |
|/ |
|
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 5 | -0/+6 |
* | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 4 | -33/+32 |
* | Generate password on addUser by password_policy app | Daniel Kesselberg | 2020-08-09 | 2 | -5/+69 |
* | Use IBootstrap for the app federatedfilesharing | Morris Jobke | 2020-07-14 | 5 | -31/+23 |
* | Use the new method everywhere | Joas Schilling | 2020-07-03 | 5 | -77/+38 |
* | Fix languages empty array | GretaD | 2020-05-08 | 2 | -47/+62 |
* | Bump app versions and requirements | Joas Schilling | 2020-05-07 | 1 | -2/+2 |
* | Merge pull request #20677 from nextcloud/followup/17718/scaling-user-provisio... | Joas Schilling | 2020-04-30 | 1 | -2/+2 |
|\ |
|
| * | Patch to optimize for large installations (>5000 users >20000 groups) where s... | Mikael Hammarin | 2020-04-25 | 1 | -2/+2 |
* | | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 5 | -0/+6 |
|/ |
|
* | Fix php-cs formatting | Christoph Wurst | 2020-04-14 | 1 | -1/+1 |
* | Add tests for encoded group id | Julius Härtl | 2020-04-11 | 1 | -10/+74 |
* | Make the groupId url encoded | Julius Härtl | 2020-04-11 | 1 | -0/+7 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 11 | -45/+28 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 3 | -8/+8 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |