Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-09 | 7 | -0/+7 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-08 | 40 | -40/+49 |
| | |||||
* | Merge pull request #1524 from owncloud/fix_ldaps_tls_setting | blizzz | 2013-02-07 | 2 | -4/+16 |
|\ | | | | | LDAP: don't try to put TLS on top of already secure connection (will fail). | ||||
| * | Typo | Arthur Schiwon | 2013-02-07 | 1 | -1/+1 |
| | | |||||
| * | LDAP: better detect timeouts. do not try to reconnect. do not try to bind ↵ | Arthur Schiwon | 2013-02-06 | 1 | -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 Schiwon | 2013-02-06 | 1 | -0/+5 |
| | | | | | | | | not work together. ldaps already creates a secure connection. | ||||
| * | LDAP: info string improved | Arthur Schiwon | 2013-02-06 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-07 | 1 | -0/+15 |
|/ | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-06 | 5 | -0/+65 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-05 | 5 | -0/+108 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-04 | 6 | -1/+45 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-03 | 39 | -199/+233 |
| | |||||
* | Merge pull request #1415 from owncloud/ldap_fix_settings | Lukas Reschke | 2013-02-01 | 2 | -20/+32 |
|\ | | | | | LDAP settings Advanced tab has grown too long by far. Structure it using accordion. | ||||
| * | remove ugly whitespace | Arthur Schiwon | 2013-02-01 | 1 | -1/+1 |
| | | |||||
| * | LDAP: settings Advanced tab has grown too long by far. Structure it using ↵ | Arthur Schiwon | 2013-02-01 | 2 | -20/+32 |
| | | | | | | | | accordion | ||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-02-02 | 49 | -1/+202 |
|/ | |||||
* | spell check | Thomas Mueller | 2013-01-31 | 1 | -1/+1 |
| | | | | :+1: | ||||
* | LDAP: implement getDisplayName and getDisplayNames also for UserProxy ↵ | Arthur Schiwon | 2013-01-31 | 1 | -0/+27 |
| | | | | (multiple server support) | ||||
* | Merge pull request #1365 from owncloud/ldap_multiple_server | blizzz | 2013-01-31 | 19 | -140/+1241 |
|\ | | | | | LDAP: support for multiple LDAP/AD servers | ||||
| * | string fragment was added by accident and does not belong here | Arthur Schiwon | 2013-01-31 | 1 | -1/+0 |
| | | |||||
| * | spell check | Thomas Mueller | 2013-01-31 | 1 | -2/+2 |
| | | |||||
| * | spell check | Thomas Mueller | 2013-01-31 | 1 | -3/+3 |
| | | |||||
| * | spell check | Thomas Mueller | 2013-01-31 | 1 | -2/+2 |
| | | |||||
| * | adding l10n support to user_ldap | Thomas Mueller | 2013-01-31 | 2 | -4/+7 |
| | | |||||
| * | LDAP: adjust settings interface for custom search attributes | Arthur Schiwon | 2013-01-31 | 1 | -0/+2 |
| | | |||||
| * | LDAP: avoid attempts to save null as configvalue | Arthur Schiwon | 2013-01-31 | 1 | -4/+3 |
| | | |||||
| * | LDAP: remove unnecessary placeholders, fixes PHP warnings | Arthur Schiwon | 2013-01-31 | 1 | -23/+23 |
| | | |||||
| * | LDAP: fix wrong index | Arthur Schiwon | 2013-01-31 | 1 | -1/+1 |
| | | |||||
| * | LDAP: make it possible to define attributes that should be considered on ↵ | Arthur Schiwon | 2013-01-31 | 4 | -10/+70 |
| | | | | | | | | searches | ||||
| * | LDAP: update link to online documentation | Arthur Schiwon | 2013-01-30 | 1 | -1/+1 |
| | | |||||
| * | LDAP: some inline documentation | Arthur Schiwon | 2013-01-30 | 2 | -0/+12 |
| | | |||||
| * | LDAP: working visual feedback on save. Save button will be highlighted green ↵ | Arthur Schiwon | 2013-01-30 | 1 | -2/+12 |
| | | | | | | | | or red. | ||||
| * | LDAP: make sure app meta data is not deleted from database when deleting ↵ | Arthur Schiwon | 2013-01-30 | 1 | -1/+2 |
| | | | | | | | | configuration with empty prefix | ||||
| * | LDAP: send back error message properly | Arthur Schiwon | 2013-01-30 | 1 | -1/+1 |
| | | |||||
| * | LDAP: use consolidated method for determining config prefix | Arthur Schiwon | 2013-01-30 | 1 | -6/+1 |
| | | |||||
| * | LDAP: Always preset configuration prefix when no configuratin is stored or ↵ | Arthur Schiwon | 2013-01-30 | 2 | -24/+39 |
| | | | | | | | | all remaining ones are deleted | ||||
| * | LDAP: make settings strings in JS translatable | Arthur Schiwon | 2013-01-24 | 1 | -8/+8 |
| | | |||||
| * | LDAP: make it possible to enable/disable server configurations | Arthur Schiwon | 2013-01-24 | 6 | -14/+52 |
| | | |||||
| * | LDAP: forgotten file for deleteConfig feature | Arthur Schiwon | 2013-01-24 | 1 | -0/+34 |
| | | |||||
| * | LDAP: implement deleteConfiguration feature | Arthur Schiwon | 2013-01-24 | 3 | -11/+73 |
| | | |||||
| * | LDAP: add missing new LDAP Helper | Arthur Schiwon | 2013-01-24 | 1 | -0/+66 |
| | | |||||
| * | LPAP: cleanup settings.php, it's already ajaxified | Arthur Schiwon | 2013-01-24 | 1 | -15/+0 |
| | | |||||
| * | LDAP: improve and cleanup settings JS | Arthur Schiwon | 2013-01-24 | 1 | -42/+53 |
| | | |||||
| * | LDAP: clean up, save configuration is now handled by Ajax | Arthur Schiwon | 2013-01-24 | 1 | -31/+0 |
| | | |||||
| * | LDAP: Clear cache on saving settings | Arthur Schiwon | 2013-01-24 | 1 | -0/+1 |
| | | |||||
| * | LDAP: consolidate config prefix determination, autofill combo box in settings | Arthur Schiwon | 2013-01-24 | 3 | -17/+15 |
| | | |||||
| * | LDAP: fix default | Arthur Schiwon | 2013-01-23 | 1 | -1/+1 |
| | | |||||
| * | LDAP settings: read configuration when another server config is chosen | Arthur Schiwon | 2013-01-23 | 2 | -3/+65 |
| | | |||||
| * | make sure that Configuration is read when getConfiguration is called. And ↵ | Arthur Schiwon | 2013-01-23 | 1 | -4/+14 |
| | | | | | | | | give back the appropriate result. | ||||
| * | fix more config keys for save settings handling | Arthur Schiwon | 2013-01-20 | 1 | -2/+2 |
| | |