Commit Graph

80 Commits (b76a3993d44ed61c181b36a27560f026f470bc56)

Author SHA1 Message Date
Scrutinizer Auto-Fixer adaee6a5a1 Scrutinizer Auto-Fixes 11 years ago
Jörn Friedrich Dreyer 2a6a9a8cef polish documentation based on scrutinizer patches 11 years ago
Arthur Schiwon 097b6b8be9 LDAP: only read config from database, if configID is given. Not what we want to do when on-the-fly-testing settings from the admin page 11 years ago
Robin Appelman d50c7391d8 Use $server->getMemCacheFactory() in ldap connection 11 years ago
Arthur Schiwon c48157e3b8 LDAP: don't validate unconfigured (new) LDAP server configs, fixes #5518 12 years ago
Arthur Schiwon 6acd01d9f2 resolve merge conflicts from rebase 12 years ago
Arthur Schiwon 652caa1c88 LDAP: move Configuration out of Connection into class of its own. The new wizard requires it. 12 years ago
Arthur Schiwon 02f292d0fd Doc fix 12 years ago
Arthur Schiwon 0c837cefb6 LDAP: allow different UUID attributes for groups and users 12 years ago
Arthur Schiwon 81cf4a22ef LDAP: coding style 12 years ago
Arthur Schiwon bb162b1f94 LDAP: get rid of some PHP Warnings 12 years ago
Arthur Schiwon d4f92494a2 LDAP: make Access be a dependency to the user and group backend instead of inheriting it. 12 years ago
Arthur Schiwon b9cd22cf78 LDAP: use wrapper, not direct function call 12 years ago
Arthur Schiwon 6e850e0bee LDAP: establish wrapper interface to allow proper mocking 12 years ago
Arthur Schiwon 52454e39b7 LDAP: move is_resource check to ldap wrapper to make it mockable 12 years ago
Arthur Schiwon 1a020e0696 Resolve merge conflict 12 years ago
Arthur Schiwon f41c4312ff LDAP: use memcache if available 12 years ago
Arthur Schiwon c538ac3081 LDAP: only connect to LDAP once on login 12 years ago
Arthur Schiwon 5387e5c354 LDAP: even better check for emptiness, fixes #3815 12 years ago
Arthur Schiwon 4976f2e0d3 LDAP: append port when URL is passed in LDAP Host configuration, fixes #2600 12 years ago
Arthur Schiwon 86d72b9a61 LDAP: fix possible recursion 12 years ago
Arthur Schiwon bfa715768a LDAP: fix handling when LDAP Host is offline 12 years ago
Arthur Schiwon c9b3da5bbc LDAP: better variable name 12 years ago
Arthur Schiwon bc23010670 LDAP: implement r+w for new settings 12 years ago
Arthur Schiwon d659d8e193 LDAP: do not reset UUID attribute setting when guid is detected 12 years ago
kondou d6b13ccd12 Use !== and === in user_ldap app – Part 2 12 years ago
Arthur Schiwon 504f5f229f LDAP: remove unnecessary func call, was a leftover from earlier refactor 12 years ago
Arthur Schiwon e4e915fa3b LDAP: simplify default for user home settings, fixes wrong display of default value in settings 12 years ago
Arthur Schiwon a28df74ee5 LDAP: check array with isset first to avoid warnings about undefined index 12 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 12 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 12 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 12 years ago
Arthur Schiwon 15e383fd01 Typo 12 years ago
Arthur Schiwon 781d247b39 LDAP: better detect timeouts. do not try to reconnect. do not try to bind when connection failed. makes ownCloud more responsive, esp. with multiple server connections configured 12 years ago
Arthur Schiwon e122fdbcb6 LDAP: when ldaps and tls are configured, disable the latter one - they do not work together. ldaps already creates a secure connection. 12 years ago
Arthur Schiwon af2acadc66 LDAP: fix settings handling of homeFolderNamingRule option 12 years ago
Arthur Schiwon afacaf8bc2 string fragment was added by accident and does not belong here 12 years ago
Thomas Mueller 5862f3d140 spell check 12 years ago
Arthur Schiwon 1a854454d6 LDAP: avoid attempts to save null as configvalue 12 years ago
Arthur Schiwon b5ed8b2751 LDAP: fix wrong index 12 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 12 years ago
Arthur Schiwon e8db1e884e LDAP: some inline documentation 12 years ago
Arthur Schiwon 2749a14171 LDAP: make it possible to enable/disable server configurations 12 years ago
Arthur Schiwon 319dcd45e1 LDAP: Clear cache on saving settings 12 years ago
Arthur Schiwon b979bf6f1c LDAP: fix default 12 years ago
Arthur Schiwon 83d9e1e2f0 make sure that Configuration is read when getConfiguration is called. And give back the appropriate result. 12 years ago
Arthur Schiwon 10876aba89 fix more config keys for save settings handling 12 years ago
Arthur Schiwon 0c3466325b fix continue in switch, add another key to skip 12 years ago
Arthur Schiwon 6d84aa93d3 Ajaxifiy Settings Save 12 years ago
Arthur Schiwon 229a25f41a fix mixed key and value 12 years ago