| Commit message (Expand) | Author | Age | Files | Lines |
* | fixes possible override of uniqueMember by autodetection | Arthur Schiwon | 2019-05-17 | 3 | -5/+5 |
* | Pass old value to user triggerChange hook | Morris Jobke | 2019-04-11 | 1 | -1/+1 |
* | set the loglevel in context, save the condition | Arthur Schiwon | 2019-04-02 | 1 | -3/+1 |
* | LDAP plugin: force createUser to return new user's DN | Vinicius Cubas Brand | 2019-03-21 | 1 | -1/+2 |
* | Cache cleaning when subadmin adds user to group | Vinicius Cubas Brand | 2019-03-21 | 1 | -0/+2 |
* | fix user creation using LDAP Plugin | Vinicius Cubas Brand | 2019-03-21 | 2 | -3/+11 |
* | fix nested group retrieval also for 2 other cases | Arthur Schiwon | 2019-03-05 | 2 | -60/+79 |
* | Reduce queries to LDAP by caching nested groups | Roland Tapken | 2019-03-05 | 1 | -6/+18 |
* | user_ldap: really resolve nested groups | Roland Tapken | 2019-03-05 | 1 | -14/+19 |
* | user_ldap: Filter groups after nexted groups | Roland Tapken | 2019-03-05 | 1 | -2/+1 |
* | add LDAP ConfigHandler for external storages and "$home" var | Arthur Schiwon | 2019-02-14 | 7 | -0/+171 |
* | ensure attribute names are lower cased | Arthur Schiwon | 2019-02-14 | 1 | -13/+13 |
* | Comment fix. | Filis Futsarov | 2019-01-30 | 1 | -1/+1 |
* | iterate over bases instead of doing parallel search | Arthur Schiwon | 2019-01-28 | 1 | -5/+28 |
* | LDAP: extend remnants output with "detected on" field | Arthur Schiwon | 2018-12-21 | 3 | -26/+57 |
* | add tests for the DUI | Arthur Schiwon | 2018-12-21 | 1 | -6/+6 |
* | do not forgot to store the second displayname portion | Arthur Schiwon | 2018-12-20 | 1 | -1/+1 |
* | LDAP clear cache on config modification also when done via API or CLI | Arthur Schiwon | 2018-12-17 | 3 | -1/+19 |
* | cache users as existing after mapping | Arthur Schiwon | 2018-11-27 | 1 | -14/+30 |
* | Add return type | Daniel Kesselberg | 2018-11-25 | 1 | -1/+1 |
* | Fix count on string | Daniel Kesselberg | 2018-11-24 | 1 | -2/+15 |
* | Merge pull request #12292 from nextcloud/fix/2947/lapse-sizelimit-error | Morris Jobke | 2018-11-15 | 1 | -1/+17 |
|\ |
|
| * | avoid logging of "Partial search results returned: Sizelimit exceeded at" | Arthur Schiwon | 2018-11-07 | 1 | -1/+17 |
* | | Use the defined func()->count() instead of manual counting | Joas Schilling | 2018-11-08 | 1 | -1/+1 |
|/ |
|
* | remove app specific IUserTools and consolidate test | Arthur Schiwon | 2018-10-30 | 4 | -53/+10 |
* | Merge pull request #12054 from nextcloud/fix/5212/interact-with-userobject | Roeland Jago Douma | 2018-10-30 | 1 | -2/+11 |
|\ |
|
| * | do not run into UniqueConstraintViolationException | Arthur Schiwon | 2018-10-30 | 1 | -3/+5 |
| * | only write when the displayname differs, but then announce it | Arthur Schiwon | 2018-10-25 | 1 | -2/+9 |
* | | Merge pull request #12070 from nextcloud/fix/noid/announce-chosen-uid | Morris Jobke | 2018-10-30 | 1 | -3/+3 |
|\ \ |
|
| * | | fixes wrong variable usage | Arthur Schiwon | 2018-10-26 | 1 | -3/+3 |
* | | | remove unneeded empty search attribute values, fixes #12086 | Arthur Schiwon | 2018-10-29 | 1 | -0/+7 |
|/ / |
|
* / | functions that were checked for are present since PHP 5.4, supported is >=/ | Arthur Schiwon | 2018-10-25 | 7 | -42/+10 |
|/ |
|
* | Properly escape column name in "createFunction" call | Morris Jobke | 2018-10-16 | 1 | -1/+1 |
* | Check if user is null before getUsername | Daniel Kesselberg | 2018-09-16 | 1 | -5/+7 |
* | [LDAP] The WebUI Wizard also should not assign empty config IDs | Arthur Schiwon | 2018-08-23 | 1 | -1/+11 |
* | Resolve all group memberships properly | Morris Jobke | 2018-08-21 | 1 | -1/+1 |
* | don't force LDAP updates on userExists anymore | Arthur Schiwon | 2018-08-14 | 1 | -9/+1 |
* | FIX: emit assignedUserId only for users | Arthur Schiwon | 2018-08-09 | 1 | -5/+5 |
* | Only bind if configuration for the first server is available | Julius Härtl | 2018-07-13 | 1 | -1/+1 |
* | adjust and add more unit tests | Arthur Schiwon | 2018-07-05 | 1 | -1/+1 |
* | allow admin to disable fetching of avatars as well as a specific attribute | Arthur Schiwon | 2018-07-05 | 5 | -11/+70 |
* | let user set avatar in nextcloud von LDAP provides invalid image data | Arthur Schiwon | 2018-07-03 | 2 | -13/+19 |
* | Merge pull request #10034 from nextcloud/fix/noid/ldap-silence-quota-logmsgs | blizzz | 2018-06-28 | 2 | -29/+27 |
|\ |
|
| * | lower log level for quota manipulation cases | Arthur Schiwon | 2018-06-28 | 2 | -29/+27 |
* | | LDAP backup server should not be queried when auth fails | Arthur Schiwon | 2018-06-27 | 1 | -8/+4 |
|/ |
|
* | check user state when fetching to avoid dealing with offline objects | Arthur Schiwon | 2018-05-29 | 1 | -6/+19 |
* | Fix "Invalid argument supplied for foreach()" | Roger Szabo | 2018-05-02 | 1 | -2/+2 |
* | unbound cloned connection fix | Roger Szabo | 2018-04-27 | 1 | -0/+3 |
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 7 | -99/+121 |
* | Access needs UserManager, missed to add in #8833 | Arthur Schiwon | 2018-04-23 | 1 | -1/+0 |