summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/access.php
Commit message (Expand)AuthorAgeFilesLines
...
* LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation a...Arthur Schiwon2013-09-271-11/+11
* LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
* fix numRows usage in user_ldapJörn Friedrich Dreyer2013-06-241-4/+2
* LDAP: fix generation of alternate internal name on conflicts. Use also smalle...Arthur Schiwon2013-05-301-2/+2
* Merge branch 'master' into ldap_configurable_username_n_uuidArthur Schiwon2013-05-131-11/+11
|\
| * Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-appBart Visscher2013-05-071-11/+11
| |\
| | * Use !== and === in user_ldap app – Part 2kondou2013-04-201-11/+11
* | | LDAP: implement UUID and internal username overrideArthur Schiwon2013-05-081-1/+19
|/ /
* | 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: avoid irritating log outputArthur Schiwon2013-03-191-1/+4
* LDAP: compatibility with Novell eDirectory UUIDArthur Schiwon2013-03-111-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
* LDAP: sort users on server-sideArthur Schiwon2013-02-261-1/+10
* Join short comment linesBart Visscher2013-02-151-4/+2
* Style cleanup user_ldapBart Visscher2013-02-141-17/+45
* LDAP: format dn before using it, not other way round. fixes #1605Arthur Schiwon2013-02-131-1/+1
* 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
* LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-311-0/+44
* LDAP: fix parameter passed not as expectedArthur Schiwon2013-01-161-1/+1
* dechex not necessary, do not waste time with itArthur Schiwon2013-01-081-1/+1
* Code styleArthur Schiwon2013-01-081-6/+10
* support LDAP search using multiple base DNs also with paged results, implemen...Arthur Schiwon2013-01-041-33/+50
* support multiple base DNsArthur Schiwon2013-01-031-5/+42
* More style fixesBart Visscher2012-12-151-1/+1
* More whitespace fixesBart Visscher2012-12-151-9/+9
* Fix "Line indented incorrectly"Bart Visscher2012-12-151-1/+1
* Fix "No space found after comma in function call"Bart Visscher2012-12-151-1/+1
* Merge pull request #584 from wardragon/ldap_access_userExists_fixblizzz2012-12-121-3/+3
|\
| * Exclude LDAP backend from global user searchesLorenzo M. Catucci2012-12-071-3/+3
* | LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes d...Arthur Schiwon2012-12-031-4/+11
|/
* port 95cee0e from stable45Arthur Schiwon2012-11-211-1/+14
* port dd694b5 from stable45Arthur Schiwon2012-11-211-11/+6
* LDAP: escape values in the DN, fixes #419Arthur Schiwon2012-11-211-0/+13
* LDAP: cherrypick objectGUID handling from stable45, was part of PR 344Arthur Schiwon2012-11-121-1/+35
* Return an empty array on succesful existence checkLorenzo M. Catucci2012-11-051-2/+3
* Return true or false from readAttribute if $attr is emptyLorenzo M. Catucci2012-11-051-3/+8
* LDAP: make filter in readAttribute configurableArthur Schiwon2012-10-271-2/+6
* LDAP: improve slicingArthur Schiwon2012-10-271-3/+8
* LDAP: add error handling for failed searchesArthur Schiwon2012-10-271-0/+5
* remove TODO comment, it's doneArthur Schiwon2012-10-271-1/+0
* LDAP: let result processing in Access::search slice the array for not-paginat...Arthur Schiwon2012-10-271-2/+9
* LDAP: sourced out paged search init into initPagedSearch method, making searc...Arthur Schiwon2012-10-271-28/+46
* LDAP: add support for paged searches.Arthur Schiwon2012-10-261-20/+115
* Checkstyle: NoSpaceAfterCommaFelix Moeller2012-10-231-1/+1
* LDAP: check if index is set, fix NoticesArthur Schiwon2012-10-151-1/+2
* LDAP: fix sharing doesn't work with ldap groups, oc-1819Arthur Schiwon2012-10-011-1/+7
* LDAP: replace expensive recursiveArraySearch with direct SQL search, leading ...Arthur Schiwon2012-09-211-19/+38