summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/lib/connection.php
Commit message (Collapse)AuthorAgeFilesLines
...
* polish documentation based on scrutinizer patchesJörn Friedrich Dreyer2014-02-061-1/+7
|
* Merge branch 'master' into memcache-publicRobin Appelman2014-01-151-1/+2
|\ | | | | | | | | Conflicts: apps/user_ldap/lib/connection.php
| * LDAP: only read config from database, if configID is given. Not what we want ↵Arthur Schiwon2014-01-141-1/+2
| | | | | | | | to do when on-the-fly-testing settings from the admin page
* | Use $server->getMemCacheFactory() in ldap connectionRobin Appelman2014-01-091-1/+1
|/
* LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518Arthur Schiwon2013-10-241-0/+15
|
* resolve merge conflicts from rebaseArthur Schiwon2013-10-171-37/+20
|
* LDAP: move Configuration out of Connection into class of its own. The new ↵Arthur Schiwon2013-10-171-391/+207
| | | | wizard requires it.
* Doc fixArthur Schiwon2013-10-171-1/+1
|
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-041-24/+45
|
* LDAP: coding styleArthur Schiwon2013-09-271-3/+7
|
* LDAP: get rid of some PHP WarningsArthur Schiwon2013-09-271-1/+6
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-9/+13
| | | | inheriting it.
* LDAP: use wrapper, not direct function callArthur Schiwon2013-09-271-1/+1
|
* LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-271-3/+3
|
* LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon2013-09-271-4/+5
|
* Resolve merge conflictArthur Schiwon2013-09-271-11/+12
|
* LDAP: use memcache if availableArthur Schiwon2013-08-171-1/+6
|
* LDAP: only connect to LDAP once on loginArthur Schiwon2013-08-171-1/+13
|
* LDAP: even better check for emptiness, fixes #3815Arthur Schiwon2013-07-101-8/+19
|
* LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600Arthur Schiwon2013-06-041-0/+4
|
* LDAP: fix possible recursionArthur Schiwon2013-05-251-0/+7
|
* LDAP: fix handling when LDAP Host is offlineArthur Schiwon2013-05-251-3/+2
|
* Merge branch 'master' into ldap_configurable_username_n_uuidArthur Schiwon2013-05-131-7/+7
|\
| * Merge pull request #3050 from owncloud/===_and_!==_in_user_ldap-appBart Visscher2013-05-071-7/+7
| |\ | | | | | | Use === and !== in user_ldap app
| | * Use !== and === in user_ldap app – Part 2kondou2013-04-201-7/+7
| | |
* | | LDAP: better variable nameArthur Schiwon2013-05-081-5/+9
| | |
* | | LDAP: implement r+w for new settingsArthur Schiwon2013-05-081-2/+11
|/ /
* / LDAP: do not reset UUID attribute setting when guid is detectedArthur Schiwon2013-05-061-1/+3
|/
* LDAP: remove unnecessary func call, was a leftover from earlier refactorArthur Schiwon2013-03-191-1/+0
|
* LDAP: simplify default for user home settings, fixes wrong display of ↵Arthur Schiwon2013-02-221-7/+4
| | | | default value in settings
* Merge pull request #1708 from owncloud/style-cleanup-user_ldapBernhard Posselt2013-02-171-17/+69
|\ | | | | Style cleanup user_ldap
| * Style cleanup user_ldapBart Visscher2013-02-141-18/+70
| |
* | 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
|/
* Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek2013-02-111-1/+6
|\ | | | | Fix ldap stored homedir
| * 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 ↵Arthur Schiwon2013-02-061-3/+10
| | | | | | | | when connection failed. makes ownCloud more responsive, esp. with multiple server connections configured
* | LDAP: when ldaps and tls are configured, disable the latter one - they do ↵Arthur Schiwon2013-02-061-0/+5
|/ | | | not work together. ldaps already creates a secure connection.
* string fragment was added by accident and does not belong hereArthur Schiwon2013-01-311-1/+0
|
* 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 ↵Arthur Schiwon2013-01-311-2/+21
| | | | searches
* LDAP: some inline documentationArthur Schiwon2013-01-301-0/+7
|
* LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-241-2/+23
|
* 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 ↵Arthur Schiwon2013-01-231-4/+14
| | | | give back the appropriate result.