| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 3 | -3/+3 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 3 | -3/+3 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-18 | 2 | -6/+6 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 22 | -29/+18 |
* | | Merge pull request #24402 from nextcloud/fix/24252/ldap-ingroup-memberid | blizzz | 2020-12-15 | 2 | -54/+238 |
|\ \ |
|
| * | | php-cs happyness | Arthur Schiwon | 2020-11-27 | 1 | -47/+47 |
| * | | add unit tests | Arthur Schiwon | 2020-11-27 | 1 | -0/+173 |
| * | | check number of members after potential resolving of rdns | Arthur Schiwon | 2020-11-27 | 1 | -4/+5 |
| * | | use faster and less hungry foreach | Arthur Schiwon | 2020-11-27 | 1 | -10/+8 |
| * | | moved the array_reduce to fix large search case | Tobias Perschon | 2020-11-27 | 1 | -10/+17 |
| * | | flatten result array as expected by following code | Arthur Schiwon | 2020-11-26 | 1 | -2/+7 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-14 | 2 | -0/+12 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-09 | 2 | -2/+2 |
* | | | Cancel 1 LDAP test for php8 | Roeland Jago Douma | 2020-12-07 | 1 | -0/+3 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-06 | 2 | -2/+2 |
* | | | Merge pull request #24396 from nextcloud/dont-use-system-composer | Morris Jobke | 2020-12-02 | 4 | -3/+5 |
|\ \ \ |
|
| * | | | rebuild autoloader scripts with 2.0.7 | Robin Appelman | 2020-11-26 | 4 | -3/+5 |
| |/ / |
|
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-12-01 | 2 | -4/+14 |
* | | | Merge pull request #24406 from nextcloud/enhancement/ldap-install-php-to-repa... | Morris Jobke | 2020-11-30 | 6 | -45/+63 |
|\ \ \ |
|
| * | | | Migrate LDAP's install.php to a repair step | Christoph Wurst | 2020-11-27 | 6 | -45/+63 |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-28 | 2 | -2/+2 |
|/ / / |
|
* / / | Remove the obsolete update.php of user_ldap | Christoph Wurst | 2020-11-27 | 1 | -27/+0 |
|/ / |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-25 | 4 | -4/+4 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-20 | 2 | -2/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-15 | 2 | -2/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-12 | 2 | -2/+2 |
* | | Don't leave cursors open when tests fail | Joas Schilling | 2020-11-09 | 1 | -1/+4 |
* | | Merge pull request #23933 from nextcloud/bugfix/noid/user-ldap-ocdb | Morris Jobke | 2020-11-09 | 20 | -58/+60 |
|\ \ |
|
| * | | Test requires the DB | Joas Schilling | 2020-11-09 | 1 | -0/+3 |
| * | | fix insert values | Arthur Schiwon | 2020-11-06 | 1 | -2/+2 |
| * | | only delete specified config | Arthur Schiwon | 2020-11-06 | 1 | -0/+1 |
| * | | Correctly place the array type | Joas Schilling | 2020-11-06 | 1 | -1/+1 |
| * | | Use query builder to interact with member management | Joas Schilling | 2020-11-06 | 1 | -12/+16 |
| * | | Use query builder instead of OC_DB in user_ldap | Joas Schilling | 2020-11-06 | 19 | -46/+40 |
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-08 | 2 | -6/+6 |
|/ / |
|
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-11-03 | 2 | -0/+18 |
* | | fix potentially passing null to events where IUser is expected | Arthur Schiwon | 2020-10-30 | 1 | -2/+7 |
* | | adds unit test for updategroups background job | Arthur Schiwon | 2020-10-30 | 2 | -56/+281 |
* | | Document the backend registered events of LDAP | Morris Jobke | 2020-10-29 | 2 | -0/+10 |
* | | user share manager to determine share ownership | Arthur Schiwon | 2020-10-26 | 17 | -156/+123 |
* | | fixes determining whether former user is a share owner | Arthur Schiwon | 2020-10-26 | 2 | -14/+9 |
* | | split instantiation from business logic in OfflineUser | Arthur Schiwon | 2020-10-26 | 1 | -1/+24 |
* | | add test for active shares flag | Arthur Schiwon | 2020-10-26 | 1 | -0/+93 |
* | | LDAP simplify User_Proxy and Group_Proxy signatures | Arthur Schiwon | 2020-10-23 | 17 | -309/+127 |
* | | tame psalm. why does it ignore '@property'? | Arthur Schiwon | 2020-10-19 | 1 | -5/+1 |
* | | when nesting is not enabled, the group filter can be applied right away | Arthur Schiwon | 2020-10-19 | 2 | -7/+42 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-12 | 2 | -0/+2 |
* | | [tx-robot] updated from transifex | Nextcloud bot | 2020-10-10 | 2 | -0/+8 |
* | | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 24 | -181/+181 |
* | | Update autloader | Roeland Jago Douma | 2020-09-24 | 1 | -1/+1 |