Commit Graph

124 Commits (796ee8c4c0cc7b105c6fd4c0e43d40c9e898bb43)

Author SHA1 Message Date
Arthur Schiwon 796ee8c4c0 LDAP: Implement clear mappings functionality 12 years ago
Arthur Schiwon 3f1717d3d5 LDAP: implement UUID and internal username override 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
Arthur Schiwon 1e2b872160 LDAP: cachekey in set method needs to match with that one from get 12 years ago
Arthur Schiwon 22a8e7ad55 LDAP: remove restriction from group names to be in line with core behaviour again 12 years ago
Arthur Schiwon 0f4e02b6fc LDAP: avoid irritating log output 12 years ago
Arthur Schiwon 504f5f229f LDAP: remove unnecessary func call, was a leftover from earlier refactor 12 years ago
Arthur Schiwon f38932fb80 LDAP: specify appid when selecting from appconfig 12 years ago
Arthur Schiwon 1e07801c95 LDAP: compatibility with Novell eDirectory UUID 12 years ago
Arthur Schiwon 055fadd10d LDAP: escape some more chars for proper search filter, fixes #1673 12 years ago
Arthur Schiwon b08894ba77 LDAP: error codes can be negative, too 12 years ago
Brice Maron dbb9b68331 Fix quoting of query for user_ldap ref #1983 12 years ago
Arthur Schiwon 64551ee06f LDAP: sort users on server-side 12 years ago
Arthur Schiwon e4e915fa3b LDAP: simplify default for user home settings, fixes wrong display of default value in settings 12 years ago
Bart Visscher bb75dfc021 Whitespace fixes 12 years ago
Arthur Schiwon a28df74ee5 LDAP: check array with isset first to avoid warnings about undefined index 12 years ago
Bart Visscher 92a36ca8b8 Join short comment lines 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 1e45453da2 LDAP: format dn before using it, not other way round. fixes #1605 12 years ago
Arthur Schiwon afc9fe419a adjust copyright 12 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 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 19714151e2 spell check 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 19867b1d08 LDAP: make sure app meta data is not deleted from database when deleting configuration with empty prefix 12 years ago
Arthur Schiwon 2749a14171 LDAP: make it possible to enable/disable server configurations 12 years ago
Arthur Schiwon 5b9e181198 LDAP: implement deleteConfiguration feature 12 years ago
Arthur Schiwon 3bf38c7a84 LDAP: add missing new LDAP Helper 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
Arthur Schiwon 229d484200 LDAP: gather defaults in one place, simplify readConfiguration 12 years ago
Arthur Schiwon d8be83029b make sure port is used as backup port if not specified. documentation. determine connection error earlier. 12 years ago
Arthur Schiwon 59a6068246 fix undeclared variable 12 years ago