summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* code changes for user_ldap Dynamic Group MembershipAlex Weirig2016-02-031-1/+5
* [user_ldap] properly decode cached objectsMorris Jobke2016-01-291-1/+1
* Use IUser::setEMailAddress in ldap as wellThomas Müller2016-01-204-25/+40
* Introduce IUser::setEMailAddress and add hook mechanismThomas Müller2016-01-201-0/+3
* Merge pull request #20804 from owncloud/fix-ldap-process-user-wo-displaynameThomas Müller2016-01-201-0/+8
|\
| * LDAP: do not attempt to process user records without display name, fixes fata...Arthur Schiwon2016-01-111-0/+8
* | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2016-01-151-1/+0
* | Happy new year!Thomas Müller2016-01-1223-32/+35
|/
* Respect user enumerationRalph Krimmel2016-01-081-2/+19
* Merge pull request #17924 from owncloud/ldap-fix-appending-portThomas Müller2016-01-083-18/+15
|\
| * wizard should also detect protocol errors, as side effect enforces LDAPv3Arthur Schiwon2015-12-051-0/+3
| * always use an LDAP URL when connecting to LDAPArthur Schiwon2015-12-053-18/+12
* | Make LDAP more robust to exceptions and log them properlyMorris Jobke2016-01-061-1/+1
* | fix find DN by UUID for ADArthur Schiwon2015-12-141-13/+56
* | look for DN changes before marking a user as deletedArthur Schiwon2015-12-112-1/+63
* | Merge pull request #18212 from ryno83/treat_LDAP_users_not_available_by_user_...Thomas Müller2015-12-071-1/+1
|\ \ | |/ |/|
| * if define, check the userfilter if the user is still allowedRenaud Fortier2015-08-111-1/+1
* | More cleanups of OC_Config usageMorris Jobke2015-12-031-1/+1
* | Merge pull request #18294 from esakol/issue17173Thomas Müller2015-11-241-39/+67
|\ \
| * | Fix RHDS ldap paged search, Issue #17173Mario Kolling2015-11-091-39/+67
* | | remove uselessly used parameter, read all user attributes also when looking u...Arthur Schiwon2015-11-061-2/+1
|/ /
* | Merge pull request #20271 from owncloud/fix-18701Thomas Müller2015-11-061-20/+31
|\ \
| * | LDAP: attempt to connect to backup server again, if main server is not availa...Arthur Schiwon2015-11-031-20/+31
* | | add port to host only, if an URL is used instead of a plain hostnameArthur Schiwon2015-11-041-3/+7
|/ /
* | Merge branch 'master' into fix-20151blizzz2015-11-022-0/+12
|\ \
| * | if a user that is flag as deleted shows up again, remove that flag. Fixes #20090Arthur Schiwon2015-10-302-0/+12
* | | add method to count users by loginname and use it for diagnose test, fixes #2...Arthur Schiwon2015-10-302-2/+16
|/ /
* | fix attribute casing to ensure array keys workArthur Schiwon2015-10-271-1/+2
* | fix update quota with known valueArthur Schiwon2015-10-271-3/+3
* | Update license headersLukas Reschke2015-10-266-0/+6
* | Merge pull request #19795 from owncloud/fix-language-level-compatThomas Müller2015-10-151-2/+3
|\ \
| * | Remove arbitrary expression in emptyLukas Reschke2015-10-141-2/+3
* | | Fix doc blocks of LDAP classesJoas Schilling2015-10-157-28/+25
|/ /
* | Merge pull request #19635 from owncloud/fix-ldap-value-limitationThomas Müller2015-10-133-43/+50
|\ \
| * | adjust fetchList with a single requested attribute accordinglyArthur Schiwon2015-10-091-1/+3
| * | treat dn as any other attribute when building the search() return arrayArthur Schiwon2015-10-081-3/+3
| * | adjust handling changed return array structure from search() and fetchList()Arthur Schiwon2015-10-083-12/+32
| * | allow an attribute to return more than one valueArthur Schiwon2015-10-072-29/+14
* | | Merge pull request #19489 from owncloud/fix-18297Thomas Müller2015-10-072-1/+25
|\ \ \ | |/ / |/| |
| * | fix possible infinite loop when reading groups in the wizardArthur Schiwon2015-10-052-1/+25
* | | Merge pull request #19597 from owncloud/update-license-headersThomas Müller2015-10-062-0/+2
|\ \ \
| * | | update licence headers via scriptMorris Jobke2015-10-052-0/+2
| |/ /
* | | trim by default, add unit testsArthur Schiwon2015-10-051-16/+34
* | | Spaces -> Tabs, Update PHP-Doc and function logicLennart Rosam2015-10-051-12/+27
* | | Remove whitespace from base-DNsLennart Rosam2015-10-051-6/+12
|/ /
* | LDAP Wizard: do not be picky about credentials when only looking for the portArthur Schiwon2015-10-031-4/+5
* | memberOf resembles a DN as well and is actively usedArthur Schiwon2015-09-281-1/+3
* | do not throw exception when no attribute is specifiedArthur Schiwon2015-09-231-1/+4
* | read all relevant user attributes on login and user search, in one query. sav...Arthur Schiwon2015-09-233-28/+218
* | Use "json_encode" and "json_decode" instead of unserializeLukas Reschke2015-09-022-4/+4