summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/templates
Commit message (Collapse)AuthorAgeFilesLines
* Also show a more prominent warning when php_ldap is not installedArthur Schiwon2012-12-141-0/+3
|
* Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-141-0/+4
|
* Checkstyle: Fix the last 25 NoSpaceAfterCommaFelix Moeller2012-11-041-1/+1
|
* LDAP settings, add missing p tagsArthur Schiwon2012-08-301-2/+2
|
* LDAP: implement getHome() function, use either username (default) or specify ↵Arthur Schiwon2012-08-281-0/+1
| | | | an LDAP attribute value to use
* LDAP: layout settings form. Hope it is now a bit clearer and prettier.Arthur Schiwon2012-08-061-17/+16
|
* LDAP: offer option to disable SSL certificate checks. Works around problems ↵Arthur Schiwon2012-08-051-0/+1
| | | | | | with self-signed certificates, for example. However, the best and right way to solve it is always to import the LDAP server cert to the owncloud server, so you it for testing only. Like to hear wether it works, instead appending LDAPTLS_REQCERT=never to ldap.conf.
* LDAP: add Test Configuration functionality in the settingsArthur Schiwon2012-07-261-1/+1
|
* LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. ↵Arthur Schiwon2012-07-261-0/+1
| | | | Should improve performance especially when LDAP users use the sync client, because userExists checks with the LDAP server are reduced.
* LDAP: offer config option for Group Display Name attributeArthur Schiwon2012-06-111-0/+1
|
* commited a bit too much beforeArthur Schiwon2012-06-041-1/+0
|
* LDAP: link to documentation on settings pageArthur Schiwon2012-06-041-1/+2
|
* LDAP: fix wrong value for input typeArthur Schiwon2012-05-301-1/+1
|
* LDAP: support for 'member' as group-member-associationArthur Schiwon2012-05-261-1/+1
|
* LDAP: don't store agent password in plain textArthur Schiwon2012-05-141-1/+1
|
* LDAP group: support for memberUid, fix for oc-594Arthur Schiwon2012-05-081-0/+1
|
* LDAP: settings for group filter, fixes oc-587Arthur Schiwon2012-05-081-0/+1
|
* LDAP: remove Notices on settingsArthur Schiwon2012-05-011-2/+2
|
* LDPA: group settings into basic and advanced to look less crowded. Still ↵Arthur Schiwon2012-04-251-11/+20
| | | | needs some love. Looks different to the other admin settings, though.
* LDPA: fix setting variables and add missing ones to the arrayArthur Schiwon2012-03-011-2/+2
|
* make ldap settings a little bit less uglyArthur Schiwon2012-02-291-3/+3
|
* make LDAP filter for user list configurableArthur Schiwon2012-02-281-1/+2
|
* Combing LDAP backend with LDAP extended backendArthur Schiwon2012-02-201-0/+3
|
* Disable save button while saving. Streamlined code.Tom Needham2011-11-291-6/+11
|
* cleaned up LDAP settingsJan-Christoph Borchardt2011-08-231-25/+10
|
* added icon for AdminJan-Christoph Borchardt2011-08-231-1/+1
|
* user_ldap: use input-type-password for ldap_passwordDominik Schmidt2011-06-231-1/+1
|
* user_ldap: add port settingDominik Schmidt2011-06-231-0/+3
|
* Add user_ldap pluginDominik Schmidt2011-06-231-0/+24