summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* Merge pull request #4487 from owncloud/ldap_fix_hookblizzz2013-08-211-1/+1
|\
| * LDAP: fix wrong hook nameArthur Schiwon2013-08-171-1/+1
* | LDAP: only connect to LDAP once on loginArthur Schiwon2013-08-141-1/+13
|/
* LDAP / Oracle compatibility: sql for emptying tablesArthur Schiwon2013-07-241-1/+3
* LDAP / Oracle compatibility, make SQL syntax validArthur Schiwon2013-07-241-1/+1
* LDAP: avoid PHP Warnings cause by passing empty values to implodeArthur Schiwon2013-07-221-1/+5
* LDAP: Oracle compat. fix, closes #4064Arthur Schiwon2013-07-221-1/+6
* Merge pull request #3778 from owncloud/fix_3528Bart Visscher2013-07-191-11/+9
|\
| * LDAP: fix background job, resolves #3528Arthur Schiwon2013-06-181-11/+9
* | fix numRows usage in user_ldapJörn Friedrich Dreyer2013-07-042-7/+5
* | LDAP: even better check for emptiness, fixes #3815Arthur Schiwon2013-06-211-8/+19
* | Revert "LDAP: better check for emptiness, fixes #3815"Arthur Schiwon2013-06-211-12/+2
* | LDAP: better check for emptiness, fixes #3815Arthur Schiwon2013-06-211-2/+12
|/
* LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600Arthur Schiwon2013-06-031-0/+4
* LDAP: sqlite compatibility for emptyiing tablesArthur Schiwon2013-05-311-1/+7
* LDAP: fix possible recursionArthur Schiwon2013-05-311-0/+7
* Backport bfa7157Arthur Schiwon2013-05-311-3/+2
* LDAP: fix generation of alternate internal name on conflicts. Use also smalle...Arthur Schiwon2013-05-301-2/+2
* LDAP: Implement clear mappings functionalityArthur Schiwon2013-05-161-0/+25
* LDAP: implement UUID and internal username overrideArthur Schiwon2013-05-161-1/+19
* LDAP: better variable nameArthur Schiwon2013-05-161-5/+9
* LDAP: implement r+w for new settingsArthur Schiwon2013-05-161-2/+11
* Merge pull request #3143 from owncloud/ldap_guid_checkblizzz2013-05-061-1/+3
|\
| * LDAP: do not reset UUID attribute setting when guid is detectedArthur Schiwon2013-04-261-1/+3
* | LDAP: cachekey in set method needs to match with that one from getArthur Schiwon2013-05-031-1/+1
* | LDAP: remove restriction from group names to be in line with core behaviour a...Arthur Schiwon2013-05-031-1/+1
|/
* LDAP: specify appid when selecting from appconfigArthur Schiwon2013-03-191-1/+2
* LDAP: remove unnecessary func call, was a leftover from earlier refactorArthur Schiwon2013-03-191-1/+0
* LDAP: avoid irritating log outputArthur Schiwon2013-03-191-1/+4
* LDAP: compatibility with Novell eDirectory UUIDArthur Schiwon2013-03-121-2/+2
* LDAP: escape some more chars for proper search filter, fixes #1673Arthur Schiwon2013-03-051-0/+3
* LDAP: error codes can be negative, tooArthur Schiwon2013-03-051-1/+1
* Fix quoting of query for user_ldap ref #1983Brice Maron2013-03-021-3/+3
* LDAP: sort users on server-sideArthur Schiwon2013-02-261-1/+10
* Merge pull request #1864 from owncloud/fix_display_defaultFrank Karlitschek2013-02-251-7/+4
|\
| * LDAP: simplify default for user home settings, fixes wrong display of default...Arthur Schiwon2013-02-221-7/+4
* | Whitespace fixesBart Visscher2013-02-221-1/+0
|/
* Merge pull request #1708 from owncloud/style-cleanup-user_ldapBernhard Posselt2013-02-173-43/+137
|\
| * Join short comment linesBart Visscher2013-02-151-4/+2
| * Style cleanup user_ldapBart Visscher2013-02-143-44/+140
* | LDAP: check array with isset first to avoid warnings about undefined indexArthur Schiwon2013-02-161-1/+2
* | Fix NoSpaceAfterComma and SpaceBeforeCommaBart Visscher2013-02-141-1/+1
* | Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-2/+2
|/
* LDAP: format dn before using it, not other way round. fixes #1605Arthur Schiwon2013-02-131-1/+1
* Merge pull request #1604 from owncloud/fix_ldap_internalname_generationblizzz2013-02-121-20/+101
|\
| * adjust copyrightArthur Schiwon2013-02-101-1/+1
| * LDAP: change generation of internal names. Use UUID for users. Change to sequ...Arthur Schiwon2013-02-101-19/+100
* | Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek2013-02-111-1/+6
|\ \ | |/ |/|
| * LDAP: fix settings handling of homeFolderNamingRule optionArthur Schiwon2013-02-061-1/+6