summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5153 from owncloud/core-em-to-pxJan-Christoph Borchardt2014-01-271-7/+7
|\ | | | | Cleans up Core apps for relative(em) to absolute(px) styles.
| * Fixes settings.css and converts more styles.raghunayyar2014-01-261-10/+6
| |
| * Merge branch 'master' into core-em-to-pxraghunayyar2014-01-16123-1461/+5273
| |\ | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_sharing/css/public.css apps/user_ldap/css/settings.css core/css/multiselect.css core/css/share.css
| * | Cleans up Core apps for relative(em) to absolute(px) styles.raghunayyar2013-10-061-1/+1
| | |
* | | user workarount to compare CLOB column with CHAR valueJörn Friedrich Dreyer2014-01-211-4/+11
| |/ |/|
* | typo, grammarArthur Schiwon2014-01-141-1/+1
| |
* | LDAP: only read config from database, if configID is given. Not what we want ↵Arthur Schiwon2014-01-141-1/+2
| | | | | | | | to do when on-the-fly-testing settings from the admin page
* | remove unused variablesArthur Schiwon2014-01-141-2/+2
| |
* | LDAP: fix TLS detectionArthur Schiwon2014-01-141-2/+5
| |
* | remove ru_RU - it has bee removed from transifexThomas Müller2014-01-131-12/+0
| |
* | Merge pull request #6681 from owncloud/userreportblizzz2014-01-084-28/+201
|\ \ | | | | | | add command line option to get user number statistics
| * | LDAP: add tests for countUsersArthur Schiwon2014-01-081-0/+54
| | |
| * | remove unnecessary lineArthur Schiwon2014-01-081-1/+0
| | |
| * | LDAP: implement userCount action. This required to (finally) clean up and ↵Arthur Schiwon2014-01-083-28/+148
| | | | | | | | | | | | refactor the search method, which will have a positive performance impact on paged search.
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-01-071-0/+6
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-01-061-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-01-051-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-01-021-2/+106
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-311-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-301-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-292-12/+91
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-281-2/+21
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-221-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-171-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-172-0/+7
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-131-0/+1
| |
* | LDAP: fix method behind save button on advancend and expert tabs, fixes at ↵Arthur Schiwon2013-12-131-5/+6
| | | | | | | | least Home Folder setinng
* | LDAP: the browser shall not autofill userdn and password, usually login ↵Arthur Schiwon2013-12-121-2/+2
| | | | | | | | credentials are inserted. fixes #6283
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-111-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-092-0/+9
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-071-3/+35
| |
* | Merge pull request #6218 from leo-b/fix_ldap_setOption_returncodeblizzz2013-12-061-1/+1
|\ \ | | | | | | correctly propagate the return value of ldap_set_option
| * | correctly propagate the return value of ldap_set_optionroot2013-12-061-1/+1
| | | | | | | | | | | | | | | | | | otherwise LDAP_OPT_REFERRALS won't be set to 0 and in turn active directory paging will stop working (Operations error on ldap_control_paged_result_response)
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-12-042-0/+5
| | |
* | | LDAP Wizard: don't generate filter when not allowedArthur Schiwon2013-12-041-1/+3
| | |
* | | some equals are more equal than other equalsArthur Schiwon2013-12-041-2/+2
| | |
* | | LDAP Wizard: return correct varArthur Schiwon2013-12-041-1/+1
| | |
* | | LDAP Wizard: make sure auto-detected suggestions are really applied ↵Arthur Schiwon2013-12-041-3/+54
| | | | | | | | | | | | initially. Also make initial filter compilation and user counting robust against race conditions.
* | | LDAP: on testing configuration, set active property to true, otherwise ↵Arthur Schiwon2013-12-041-0/+2
| | | | | | | | | | | | inactive connections cannot be tested properly
* | | LDAP: set default value for login filter to empty, otherwise the wizard ↵Arthur Schiwon2013-12-041-1/+1
| | | | | | | | | | | | signals completed configuration too early when it might be not correct, i.e. login won't work
* | | LDAP Wizard: don't send ldap_tls change back to the interface as the element ↵Arthur Schiwon2013-12-041-1/+0
| | | | | | | | | | | | was removed, for it is detected fully automatically. Resolves an JS error and thus an ever-spinning spinner
* | | LDAP Wizard: avoid a manually deactivated LDAP configuration is enabled by ↵Arthur Schiwon2013-12-041-3/+10
| | | | | | | | | | | | just opening the admin page
* | | LDAP: make unsetting checkboxes from Advanced tab work again, fixes #6143Arthur Schiwon2013-12-041-0/+12
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2013-12-024-20/+28
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-291-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-11-2748-70/+29
| |
* | Merge pull request #5955 from owncloud/fix5863blizzz2013-11-276-30/+195
|\ \ | | | | | | LDAP Wizard: Add raw login filter to corresponding tab for consistency, fix behaviour on raw filter input
| * | LDAP Wizard: clear the cache on save so changes have immediate effectArthur Schiwon2013-11-201-0/+3
| | |
| * | LDAP Wizard: proper behaviour for raw filter input. remember the editing ↵Arthur Schiwon2013-11-194-27/+163
| | | | | | | | | | | | mode and compose filter only when desired.
| * | LDAP Wizard: move raw login filter field from advanced tab to login filter ↵Arthur Schiwon2013-11-143-3/+29
| | | | | | | | | | | | tab for consistency