summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Expand)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2013-02-112-3/+5
* Merge pull request #1493 from owncloud/fix_ldap_stored_homedirFrank Karlitschek2013-02-114-28/+34
|\
| * LDAP: fix database cleanup in update scriptArthur Schiwon2013-02-092-3/+4
| * LDAP: fix settings handling of homeFolderNamingRule optionArthur Schiwon2013-02-061-1/+6
| * LDAP: version bump -> clean up databaseArthur Schiwon2013-02-062-2/+5
| * code styleArthur Schiwon2013-02-061-1/+1
| * LDAP: do not store user home as it destroys configurability. always fetch it....Arthur Schiwon2013-02-061-25/+22
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-111-0/+1
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-101-0/+10
* | [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
|\ \
| * | TypoArthur Schiwon2013-02-071-1/+1
| * | LDAP: better detect timeouts. do not try to reconnect. do not try to bind whe...Arthur Schiwon2013-02-061-3/+10
| * | LDAP: when ldaps and tls are configured, disable the latter one - they do not...Arthur Schiwon2013-02-061-0/+5
| * | 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
|\
| * remove ugly whitespaceArthur Schiwon2013-02-011-1/+1
| * LDAP: settings Advanced tab has grown too long by far. Structure it using acc...Arthur Schiwon2013-02-012-20/+32
* | [tx-robot] updated from transifexJenkins for ownCloud2013-02-0249-1/+202
|/
* spell checkThomas Mueller2013-01-311-1/+1
* LDAP: implement getDisplayName and getDisplayNames also for UserProxy (multip...Arthur Schiwon2013-01-311-0/+27
* Merge pull request #1365 from owncloud/ldap_multiple_serverblizzz2013-01-3119-140/+1241
|\
| * 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 sear...Arthur Schiwon2013-01-314-10/+70
| * 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
| * LDAP: make sure app meta data is not deleted from database when deleting conf...Arthur Schiwon2013-01-301-1/+2
| * 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 al...Arthur Schiwon2013-01-302-24/+39
| * 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