summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | | | | | | 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
| * | | | | | | | | | | | | 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 giv...Arthur Schiwon2013-01-231-4/+14
| * | | | | | | | | | | | | fix more config keys for save settings handlingArthur Schiwon2013-01-201-2/+2
| * | | | | | | | | | | | | fix continue in switch, add another key to skipArthur Schiwon2013-01-201-1/+2
| * | | | | | | | | | | | | Ajaxifiy Settings SaveArthur Schiwon2013-01-204-5/+95
| * | | | | | | | | | | | | fix mixed key and valueArthur Schiwon2013-01-181-1/+9
| * | | | | | | | | | | | | LDAP: pass defaults to settings form, and restore them on creating a new conf...Arthur Schiwon2013-01-183-27/+46
| * | | | | | | | | | | | | LDAP: gather defaults in one place, simplify readConfigurationArthur Schiwon2013-01-181-28/+91
| * | | | | | | | | | | | | coding styleArthur Schiwon2013-01-181-12/+22
| * | | | | | | | | | | | | LDAP: first basics for multiserver config uiArthur Schiwon2013-01-184-0/+78
| * | | | | | | | | | | | | make sure port is used as backup port if not specified. documentation. determ...Arthur Schiwon2013-01-171-1/+9
| * | | | | | | | | | | | | fix undeclared variableArthur Schiwon2013-01-171-0/+2
| * | | | | | | | | | | | | LDAP: add support for backup/replica serversArthur Schiwon2013-01-173-9/+36
| * | | | | | | | | | | | | LDAP: enable support for multiple LDAP/AD serversArthur Schiwon2013-01-161-5/+21
| * | | | | | | | | | | | | LDAP: fix read configuration, remove unnecessary debug outputArthur Schiwon2013-01-161-7/+6
| * | | | | | | | | | | | | LDAP: fix parameter passed not as expectedArthur Schiwon2013-01-161-1/+1
| * | | | | | | | | | | | | add LDAP User and Group proxies to suppoer multiple serversArthur Schiwon2013-01-113-0/+441
| * | | | | | | | | | | | | documentation for the Connection constructorArthur Schiwon2013-01-101-0/+5
| * | | | | | | | | | | | | introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-103-31/+33
* | | | | | | | | | | | | | Files: fix moving files by DnDRobin Appelman2013-01-312-2/+10