summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-097-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-0840-40/+49
|
* Merge pull request #1524 from owncloud/fix_ldaps_tls_settingblizzz2013-02-072-4/+16
|\ | | | | LDAP: don't try to put TLS on top of already secure connection (will fail).
| * 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.
| * LDAP: info string improvedArthur Schiwon2013-02-061-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-071-0/+15
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-065-0/+65
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-055-0/+108
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-046-1/+45
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-0339-199/+233
|
* Merge pull request #1415 from owncloud/ldap_fix_settingsLukas Reschke2013-02-012-20/+32
|\ | | | | LDAP settings Advanced tab has grown too long by far. Structure it using accordion.
| * remove ugly whitespaceArthur Schiwon2013-02-011-1/+1
| |
| * LDAP: settings Advanced tab has grown too long by far. Structure it using ↵Arthur Schiwon2013-02-012-20/+32
| | | | | | | | accordion
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-0249-1/+202
|/
* spell checkThomas Mueller2013-01-311-1/+1
| | | | :+1:
* LDAP: implement getDisplayName and getDisplayNames also for UserProxy ↵Arthur Schiwon2013-01-311-0/+27
| | | | (multiple server support)
* Merge pull request #1365 from owncloud/ldap_multiple_serverblizzz2013-01-3119-140/+1241
|\ | | | | LDAP: support for multiple LDAP/AD servers
| * string fragment was added by accident and does not belong hereArthur Schiwon2013-01-311-1/+0
| |
| * spell checkThomas Mueller2013-01-311-2/+2
| |
| * spell checkThomas Mueller2013-01-311-3/+3
| |
| * spell checkThomas Mueller2013-01-311-2/+2
| |
| * adding l10n support to user_ldapThomas Mueller2013-01-312-4/+7
| |
| * LDAP: adjust settings interface for custom search attributesArthur Schiwon2013-01-311-0/+2
| |
| * LDAP: avoid attempts to save null as configvalueArthur Schiwon2013-01-311-4/+3
| |
| * LDAP: remove unnecessary placeholders, fixes PHP warningsArthur Schiwon2013-01-311-23/+23
| |
| * LDAP: fix wrong indexArthur Schiwon2013-01-311-1/+1
| |
| * LDAP: make it possible to define attributes that should be considered on ↵Arthur Schiwon2013-01-314-10/+70
| | | | | | | | searches
| * LDAP: update link to online documentationArthur Schiwon2013-01-301-1/+1
| |
| * LDAP: some inline documentationArthur Schiwon2013-01-302-0/+12
| |
| * LDAP: working visual feedback on save. Save button will be highlighted green ↵Arthur Schiwon2013-01-301-2/+12
| | | | | | | | or red.
| * LDAP: make sure app meta data is not deleted from database when deleting ↵Arthur Schiwon2013-01-301-1/+2
| | | | | | | | configuration with empty prefix
| * LDAP: send back error message properlyArthur Schiwon2013-01-301-1/+1
| |
| * LDAP: use consolidated method for determining config prefixArthur Schiwon2013-01-301-6/+1
| |
| * LDAP: Always preset configuration prefix when no configuratin is stored or ↵Arthur Schiwon2013-01-302-24/+39
| | | | | | | | all remaining ones are deleted
| * LDAP: make settings strings in JS translatableArthur Schiwon2013-01-241-8/+8
| |
| * LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-246-14/+52
| |
| * LDAP: forgotten file for deleteConfig featureArthur Schiwon2013-01-241-0/+34
| |
| * LDAP: implement deleteConfiguration featureArthur Schiwon2013-01-243-11/+73
| |
| * LDAP: add missing new LDAP HelperArthur Schiwon2013-01-241-0/+66
| |
| * LPAP: cleanup settings.php, it's already ajaxifiedArthur Schiwon2013-01-241-15/+0
| |
| * LDAP: improve and cleanup settings JSArthur Schiwon2013-01-241-42/+53
| |
| * LDAP: clean up, save configuration is now handled by AjaxArthur Schiwon2013-01-241-31/+0
| |
| * LDAP: Clear cache on saving settingsArthur Schiwon2013-01-241-0/+1
| |
| * LDAP: consolidate config prefix determination, autofill combo box in settingsArthur Schiwon2013-01-243-17/+15
| |
| * LDAP: fix defaultArthur Schiwon2013-01-231-1/+1
| |
| * LDAP settings: read configuration when another server config is chosenArthur Schiwon2013-01-232-3/+65
| |
| * make sure that Configuration is read when getConfiguration is called. And ↵Arthur Schiwon2013-01-231-4/+14
| | | | | | | | give back the appropriate result.
| * fix more config keys for save settings handlingArthur Schiwon2013-01-201-2/+2
| |