summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* More style fixesBart Visscher2012-12-151-1/+1
* More whitespace fixesBart Visscher2012-12-151-9/+9
* Fix "Line indented incorrectly"Bart Visscher2012-12-152-5/+5
* Fix "No space found after comma in function call"Bart Visscher2012-12-151-1/+1
* Also show a more prominent warning when php_ldap is not installedArthur Schiwon2012-12-141-0/+3
* Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-141-0/+4
* Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-143-1/+11
* 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
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-101-20/+20
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-091-0/+4
* | [tx-robot] updated from transifexJenkins for ownCloud2012-12-081-11/+11
* | LDAP: ldap_explode_dn escaped too much, fix it by manual replacement. Fixes d...Arthur Schiwon2012-12-031-4/+11
* | [tx-robot] updated from transifexJenkins for ownCloud2012-11-282-0/+39
|/
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-221-0/+33
* port 95cee0e from stable45Arthur Schiwon2012-11-211-1/+14
* port dd694b5 from stable45Arthur Schiwon2012-11-211-11/+6
* LDAP: Make update script escape all known DNs. Requires version bump.Arthur Schiwon2012-11-212-6/+33
* LDAP: escape values in the DN, fixes #419Arthur Schiwon2012-11-211-0/+13
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-212-0/+64
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-131-0/+7
* LDAP: cherrypick objectGUID handling from stable45, was part of PR 344Arthur Schiwon2012-11-121-1/+35
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-121-0/+30
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-101-0/+24
* [tx-robot] updated from transifexJenkins for ownCloud2012-11-081-0/+17
* LDAP: fix typo in config value handling.Arthur Schiwon2012-11-061-1/+1
* Merge pull request #258 from wardragon/ldap_existence_check_no_refactorblizzz2012-11-062-6/+11
|\
| * Return an empty array on succesful existence checkLorenzo M. Catucci2012-11-052-3/+4
| * Return true or false from readAttribute if $attr is emptyLorenzo M. Catucci2012-11-052-6/+10
* | Merge pull request #242 from fmms/checkstyle05Thomas Müller2012-11-051-1/+1
|\ \
| * | Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
* | | merge from masterArthur Schiwon2012-11-044-13/+13
|\| |
| * | Checkstyle fixes: NoSpaceAfterCommaFelix Moeller2012-11-044-12/+12
| * | Checkstyle: many fixesFelix Moeller2012-11-021-2/+2
* | | code styleArthur Schiwon2012-11-021-1/+1
* | | LDAP: clear the cache not only when TTL changes, but with every settings upda...Arthur Schiwon2012-11-011-6/+6
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-311-0/+11
* | [tx-robot] updated from transifexJenkins for ownCloud2012-10-301-0/+6
|/
* LDAP: usersInGroup now also does LDAP serverside search.Arthur Schiwon2012-10-271-30/+41
* LDAP: make filter in readAttribute configurableArthur Schiwon2012-10-271-2/+6
* LDAP: getGroups to use paged searchesArthur Schiwon2012-10-271-12/+20
* LDAP: improve slicingArthur Schiwon2012-10-271-3/+8
* LDAP: add error handling for failed searchesArthur Schiwon2012-10-271-0/+5
* LDAP: be careful which limit is send to possible paged LDAP searchArthur Schiwon2012-10-271-1/+4
* LDAP: use the correct attribute in filterArthur Schiwon2012-10-271-1/+1
* LDAP: fix again proper check if groups are enabledArthur Schiwon2012-10-271-1/+3
* 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-272-14/+11
* LDAP: debug messagedArthur Schiwon2012-10-271-3/+4
* LDAP: sourced out paged search init into initPagedSearch method, making searc...Arthur Schiwon2012-10-271-28/+46