summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* 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 ↵Arthur Schiwon2013-01-183-27/+46
| | | | configuration if wanted
* 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. ↵Arthur Schiwon2013-01-171-1/+9
| | | | determine connection error earlier.
* 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
|
* dechex not necessary, do not waste time with itArthur Schiwon2013-01-081-1/+1
|
* Code styleArthur Schiwon2013-01-081-6/+10
|
* support LDAP search using multiple base DNs also with paged results, ↵Arthur Schiwon2013-01-041-33/+50
| | | | implements #395
* support multiple base DNsArthur Schiwon2013-01-031-5/+42
|
* Base DNs will be used as array, now, to support usage of multiple DNsArthur Schiwon2013-01-031-3/+3
|
* Switch to textarea to enable configuration of multiple DNsArthur Schiwon2013-01-032-4/+6
|
* LDAP: fix spellingArthur Schiwon2013-01-031-1/+1
|
* fixing indentThomas Mueller2013-01-031-94/+94
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-01-0340-286/+2271
|
* Merge pull request #1041 from owncloud/fixing-856-masterThomas Müller2013-01-022-5/+7
|\ | | | | Fixing #856 master