| Commit message (Expand) | Author | Age | Files | Lines |
* | these code bits were part of old logic that was already refactored out | Arthur Schiwon | 2020-09-04 | 1 | -79/+0 |
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 14 | -6/+13 |
* | Merge pull request #22199 from nextcloud/techdebt/noid/PHPUnit_Framework_Mock... | Morris Jobke | 2020-08-12 | 14 | -80/+80 |
|\ |
|
| * | Change PHPDoc type hint from PHPUnit_Framework_MockObject_MockObject to \PHPU... | Morris Jobke | 2020-08-12 | 14 | -80/+80 |
* | | do not flip available state to unavailable, allow empty results | Arthur Schiwon | 2020-08-11 | 1 | -2/+20 |
* | | LDAP: shortcut in reading nested group members when IN_CHAIN is available | Arthur Schiwon | 2020-08-11 | 1 | -0/+2 |
|/ |
|
* | Do not use custom DI object names for user_ldap | Morris Jobke | 2020-07-13 | 7 | -11/+20 |
* | Merge pull request #21171 from nextcloud/enh/noid/tidy-up-group-ldap | Morris Jobke | 2020-07-06 | 1 | -36/+37 |
|\ |
|
| * | tidy up Group_LDAP | Arthur Schiwon | 2020-06-08 | 1 | -36/+37 |
* | | fix strings being passed where arrays where expected | Arthur Schiwon | 2020-06-24 | 3 | -0/+38 |
|/ |
|
* | compress some images with tinypng.com | Ruben Barkow-Kuder | 2020-05-22 | 1 | -0/+0 |
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 15 | -2/+14 |
* | formatting | Arthur Schiwon | 2020-04-23 | 1 | -18/+18 |
* | read records from DB for lists at once, not one by one. | Arthur Schiwon | 2020-04-17 | 1 | -24/+48 |
* | PHP-CS-Fixer green | Roeland Jago Douma | 2020-04-16 | 1 | -3/+3 |
* | use serverControls directly with LDAP calls, fixes 19127 | Arthur Schiwon | 2020-04-14 | 3 | -22/+23 |
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 30 | -236/+214 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 3 | -12/+12 |
* | Remove trailing whitespaces from comments | Christoph Wurst | 2020-04-09 | 1 | -1/+1 |
* | Remove trailing and in between spaces | Christoph Wurst | 2020-04-09 | 4 | -8/+8 |
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 9 | -81/+81 |
* | Use exactly one empty line after the namespace declaration | Christoph Wurst | 2020-04-09 | 7 | -6/+1 |
* | Fix (array) indent style to always use one tab | Christoph Wurst | 2020-04-09 | 4 | -32/+32 |
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 13 | -0/+13 |
* | Merge pull request #20170 from nextcloud/techdebt/remove-unused-imports | Christoph Wurst | 2020-03-27 | 4 | -4/+0 |
|\ |
|
| * | Remove unused imports | Christoph Wurst | 2020-03-25 | 4 | -4/+0 |
* | | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 12 | -119/+119 |
* | | Use the shorter phpunit syntax for mocked return values | Christoph Wurst | 2020-03-25 | 9 | -326/+326 |
|/ |
|
* | remove superfluous tests | Arthur Schiwon | 2020-01-08 | 1 | -58/+0 |
* | adjust tests | Arthur Schiwon | 2020-01-08 | 2 | -36/+11 |
* | relax strict getHome behaviour for LDAP users in a shadow state | Arthur Schiwon | 2020-01-08 | 1 | -16/+5 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 42 | -44/+67 |
* | Add typed create user events | Christoph Wurst | 2019-12-03 | 1 | -67/+72 |
* | TO REVERT LATER: disable some tests in UserTest | Roeland Jago Douma | 2019-11-27 | 1 | -5/+5 |
* | Mode to modern phpunit | Roeland Jago Douma | 2019-11-27 | 21 | -160/+160 |
* | Fix more tests | Roeland Jago Douma | 2019-11-27 | 1 | -1/+2 |
* | Make phpunit8 compatible | Roeland Jago Douma | 2019-11-27 | 20 | -22/+22 |
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 16 | -24/+23 |
* | Don't process known avatars from LDAP | Arthur Schiwon | 2019-09-04 | 1 | -0/+93 |
* | invalidates user when plugin reported deletion success | Arthur Schiwon | 2019-06-26 | 1 | -2/+20 |
* | Merge pull request #15964 from nextcloud/enh/noid/user-creation-options | blizzz | 2019-06-21 | 1 | -2/+17 |
|\ |
|
| * | ensures mapping of chosen userid | Arthur Schiwon | 2019-06-19 | 1 | -2/+17 |
* | | fixes returning the base when multiple are specified | Arthur Schiwon | 2019-06-19 | 1 | -16/+61 |
|/ |
|
* | caches the displayname after an LDAP plugin set it | Arthur Schiwon | 2019-06-18 | 1 | -3/+27 |
* | group display name support (service level + ldap) | Arthur Schiwon | 2019-05-27 | 1 | -0/+39 |
* | fix user creation using LDAP Plugin | Vinicius Cubas Brand | 2019-03-21 | 1 | -1/+1 |
* | remove unused use statement | Arthur Schiwon | 2019-03-06 | 1 | -1/+0 |
* | fix nested group retrieval also for 2 other cases | Arthur Schiwon | 2019-03-05 | 1 | -24/+32 |
* | Fixed unit test: groupsMatchFilter will not be called multiple times anymore. | Roland Tapken | 2019-03-05 | 1 | -1/+1 |
* | Fix tests | Julius Härtl | 2019-03-01 | 1 | -4/+6 |