summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge pull request #18244 from owncloud/fix-issue-17677blizzz2015-08-241-3/+0
|\
| * Fix 17677Lennart Rosam2015-08-121-3/+0
* | Merge pull request #14401 from owncloud/ux-s2s-ldapThomas Müller2015-08-191-0/+31
|\ \ | |/ |/|
| * allow login names to be used for s2s with LDAP usersArthur Schiwon2015-04-131-0/+31
* | Merge pull request #17923 from owncloud/fix-17921blizzz2015-07-291-8/+0
|\ \
| * | remove unused varblizzz2015-07-291-2/+0
| * | Remove Log info when no group filter is set, fixes #17921blizzz2015-07-281-6/+0
* | | fix uncaught exception on not permitted file types when setting avatar, fixes...Arthur Schiwon2015-07-271-1/+7
|/ /
* | Merge pull request #17526 from owncloud/fix-17516Morris Jobke2015-07-271-0/+11
|\ \
| * | LDAP: when checking group for matching filter, also take base DN into conside...Arthur Schiwon2015-07-091-0/+11
* | | fix runtime caching in ldap's user manager, fixes #17631Arthur Schiwon2015-07-171-2/+2
* | | Merge pull request #17046 from nicolas-grekas/fix-16654blizzz2015-07-162-5/+3
|\ \ \ | |/ / |/| |
| * | Do not use OC*::mb_*_replace(), they are uselessNicolas Grekas2015-07-162-5/+3
* | | Merge pull request #17255 from owncloud/fix-17119Thomas Müller2015-07-011-0/+27
|\ \ \
| * | | ensure groups match filter when using memberOf to read users group, refs #17119Arthur Schiwon2015-06-261-0/+27
| |/ /
* / / update license headers and authorsMorris Jobke2015-06-253-2/+1
|/ /
* | Merge pull request #16736 from owncloud/utilize-member-ofThomas Müller2015-06-103-33/+22
|\ \
| * | if possible, getUserGroups should get memberships using memberOf virtual attr...Arthur Schiwon2015-06-032-0/+8
| * | Implement a faster way for checking availability of memberOf. Users tab in th...Arthur Schiwon2015-06-031-33/+14
* | | port detection needs to take care of now thrown exceptions when LDAP server i...Arthur Schiwon2015-06-041-13/+21
|/ /
* | Merge pull request #16200 from owncloud/kill-globalfilecacheMorris Jobke2015-06-021-2/+17
|\ \
| * | only use memcache, if availableArthur Schiwon2015-05-081-2/+17
* | | handle unallowed auth exception on port detectionArthur Schiwon2015-05-182-6/+20
* | | throw exception on LDAP error 1, which we usually do not see and is pretty ge...Arthur Schiwon2015-05-181-0/+2
* | | catch unallowed anonymous auth attempt and show specific errorArthur Schiwon2015-05-181-0/+2
* | | Merge pull request #15811 from owncloud/exception-on-lost-ldap-connectionThomas Müller2015-05-151-0/+4
|\ \ \ | |/ / |/| |
| * | throw exception when LDAP Connection was lostArthur Schiwon2015-04-221-0/+4
| |/
* | drop global file cache support, fixes #15621Arthur Schiwon2015-05-071-6/+9
* | cleanupArthur Schiwon2015-05-051-1/+0
|/
* fix cherrypickingJörn Friedrich Dreyer2015-04-101-1/+1