Commit Graph

118 Commits (7948341a86fb08d236bb53f8aece809ae10ba5f2)

Author SHA1 Message Date
Robin Appelman 7948341a86 Rework background job system 14 years ago
Arthur Schiwon 0f4e02b6fc LDAP: avoid irritating log output 14 years ago
Arthur Schiwon 504f5f229f LDAP: remove unnecessary func call, was a leftover from earlier refactor 14 years ago
Arthur Schiwon f38932fb80 LDAP: specify appid when selecting from appconfig 14 years ago
Arthur Schiwon 1e07801c95 LDAP: compatibility with Novell eDirectory UUID 14 years ago
Arthur Schiwon 055fadd10d LDAP: escape some more chars for proper search filter, fixes #1673 14 years ago
Arthur Schiwon b08894ba77 LDAP: error codes can be negative, too 14 years ago
Brice Maron dbb9b68331 Fix quoting of query for user_ldap ref #1983 14 years ago
Arthur Schiwon 64551ee06f LDAP: sort users on server-side 14 years ago
Arthur Schiwon e4e915fa3b LDAP: simplify default for user home settings, fixes wrong display of default value in settings 14 years ago
Bart Visscher bb75dfc021 Whitespace fixes 14 years ago
Arthur Schiwon a28df74ee5 LDAP: check array with isset first to avoid warnings about undefined index 14 years ago
Bart Visscher 92a36ca8b8 Join short comment lines 14 years ago
Bart Visscher 1ef2ecd6e8 Style cleanup user_ldap 14 years ago
Bart Visscher cd35d257bb Fix NoSpaceAfterComma and SpaceBeforeComma 14 years ago
Bart Visscher 5c4a804ddb Fix SpaceBeforeOpenBrace errors 14 years ago
Arthur Schiwon 1e45453da2 LDAP: format dn before using it, not other way round. fixes #1605 14 years ago
Arthur Schiwon afc9fe419a adjust copyright 14 years ago
Arthur Schiwon dbb4be903c LDAP: change generation of internal names. Use UUID for users. Change to sequential numbers for groups as they are still used as display names 14 years ago
Arthur Schiwon 15e383fd01 Typo 14 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 14 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. 14 years ago
Arthur Schiwon af2acadc66 LDAP: fix settings handling of homeFolderNamingRule option 14 years ago
Arthur Schiwon afacaf8bc2 string fragment was added by accident and does not belong here 14 years ago
Thomas Mueller 19714151e2 spell check 14 years ago
Thomas Mueller 5862f3d140 spell check 14 years ago
Arthur Schiwon 1a854454d6 LDAP: avoid attempts to save null as configvalue 14 years ago
Arthur Schiwon b5ed8b2751 LDAP: fix wrong index 14 years ago
Arthur Schiwon b3b0544e17 LDAP: make it possible to define attributes that should be considered on searches 14 years ago
Arthur Schiwon e8db1e884e LDAP: some inline documentation 14 years ago
Arthur Schiwon 19867b1d08 LDAP: make sure app meta data is not deleted from database when deleting configuration with empty prefix 14 years ago
Arthur Schiwon 2749a14171 LDAP: make it possible to enable/disable server configurations 14 years ago
Arthur Schiwon 5b9e181198 LDAP: implement deleteConfiguration feature 14 years ago
Arthur Schiwon 3bf38c7a84 LDAP: add missing new LDAP Helper 14 years ago
Arthur Schiwon 319dcd45e1 LDAP: Clear cache on saving settings 14 years ago
Arthur Schiwon b979bf6f1c LDAP: fix default 14 years ago
Arthur Schiwon 83d9e1e2f0 make sure that Configuration is read when getConfiguration is called. And give back the appropriate result. 14 years ago
Arthur Schiwon 10876aba89 fix more config keys for save settings handling 14 years ago
Arthur Schiwon 0c3466325b fix continue in switch, add another key to skip 14 years ago
Arthur Schiwon 6d84aa93d3 Ajaxifiy Settings Save 14 years ago
Arthur Schiwon 229a25f41a fix mixed key and value 14 years ago
Arthur Schiwon 229d484200 LDAP: gather defaults in one place, simplify readConfiguration 14 years ago
Arthur Schiwon d8be83029b make sure port is used as backup port if not specified. documentation. determine connection error earlier. 14 years ago
Arthur Schiwon 59a6068246 fix undeclared variable 14 years ago
Arthur Schiwon 3d56cf3a5b LDAP: add support for backup/replica servers 14 years ago
Arthur Schiwon 4699f36e44 LDAP: fix read configuration, remove unnecessary debug output 14 years ago
Arthur Schiwon ad1113c2cb LDAP: fix parameter passed not as expected 14 years ago
Arthur Schiwon 09c54722a8 add LDAP User and Group proxies to suppoer multiple servers 14 years ago
Arthur Schiwon fab5817f67 documentation for the Connection constructor 14 years ago
Arthur Schiwon 0784bcb8d7 introduce configPrefix to allow settings for multiple LDAP servers 14 years ago