summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* | TypoArthur Schiwon2013-02-071-1/+1
* | LDAP: better detect timeouts. do not try to reconnect. do not try to bind whe...Arthur Schiwon2013-02-061-3/+10
* | LDAP: when ldaps and tls are configured, disable the latter one - they do not...Arthur Schiwon2013-02-061-0/+5
|/
* string fragment was added by accident and does not belong hereArthur Schiwon2013-01-311-1/+0
* spell checkThomas Mueller2013-01-311-2/+2
* spell checkThomas Mueller2013-01-311-3/+3
* LDAP: avoid attempts to save null as configvalueArthur Schiwon2013-01-311-4/+3
* LDAP: fix wrong indexArthur Schiwon2013-01-311-1/+1
* LDAP: make it possible to define attributes that should be considered on sear...Arthur Schiwon2013-01-312-2/+65
* LDAP: some inline documentationArthur Schiwon2013-01-302-0/+12
* LDAP: make sure app meta data is not deleted from database when deleting conf...Arthur Schiwon2013-01-301-1/+2
* LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-242-6/+33
* LDAP: implement deleteConfiguration featureArthur Schiwon2013-01-241-10/+37
* LDAP: add missing new LDAP HelperArthur Schiwon2013-01-241-0/+66
* LDAP: Clear cache on saving settingsArthur Schiwon2013-01-241-0/+1
* LDAP: fix defaultArthur Schiwon2013-01-231-1/+1
* make sure that Configuration is read when getConfiguration is called. And giv...Arthur Schiwon2013-01-231-4/+14
* fix more config keys for save settings handlingArthur Schiwon2013-01-201-2/+2
* fix continue in switch, add another key to skipArthur Schiwon2013-01-201-1/+2
* Ajaxifiy Settings SaveArthur Schiwon2013-01-201-4/+47
* fix mixed key and valueArthur Schiwon2013-01-181-1/+9
* LDAP: gather defaults in one place, simplify readConfigurationArthur Schiwon2013-01-181-28/+91
* make sure port is used as backup port if not specified. documentation. determ...Arthur Schiwon2013-01-171-1/+9
* fix undeclared variableArthur Schiwon2013-01-171-0/+2
* LDAP: add support for backup/replica serversArthur Schiwon2013-01-171-8/+32
* LDAP: fix read configuration, remove unnecessary debug outputArthur Schiwon2013-01-161-7/+6
* LDAP: fix parameter passed not as expectedArthur Schiwon2013-01-161-1/+1
* add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-111-0/+104
* documentation for the Connection constructorArthur Schiwon2013-01-101-0/+5
* introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-101-28/+30
* dechex not necessary, do not waste time with itArthur Schiwon2013-01-081-1/+1