summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4815 from owncloud/ldap_improve_testingMorris Jobke2013-10-0419-235/+1065
|\ | | | | LDAP modularization and tests
| * remove outdated (thus failing) and anyway insufficient group tests - for nowArthur Schiwon2013-09-271-46/+0
| |
| * give test file a proper nameArthur Schiwon2013-09-271-0/+0
| |
| * added user_ldap tests via public api callsArthur Schiwon2013-09-271-14/+112
| |
| * LDAP: don't throw exceptions in the wrapper, errors are handled in the code. ↵Arthur Schiwon2013-09-271-3/+5
| | | | | | | | nevertheless, log unexpected errors
| * LDAP: coding styleArthur Schiwon2013-09-279-18/+34
| |
| * LDAP: simple tests for the user backendArthur Schiwon2013-09-271-0/+313
| |
| * LDAP: get rid of some PHP WarningsArthur Schiwon2013-09-271-1/+6
| |
| * LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-2716-173/+225
| | | | | | | | inheriting it.
| * WhitespacesArthur Schiwon2013-09-271-2/+0
| |
| * LDAP: don't check var type when you can specify the type in the parameter listArthur Schiwon2013-09-271-7/+3
| |
| * LDAP: use wrapper, not direct function callArthur Schiwon2013-09-271-1/+1
| |
| * LDAP: add phpdocArthur Schiwon2013-09-271-0/+1
| |
| * LDAP: establish wrapper interface to allow proper mockingArthur Schiwon2013-09-274-28/+275
| |
| * LDAP: move is_resource check to ldap wrapper to make it mockableArthur Schiwon2013-09-273-8/+19
| |
| * LDAP: move PHP LDAP functions calls to an LDAP Wrapper for better isolation ↵Arthur Schiwon2013-09-273-11/+147
| | | | | | | | and mock testing
| * Resolve merge conflictArthur Schiwon2013-09-271-11/+12
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2013-09-301-0/+1
|/
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-271-0/+8
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-221-0/+7
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-202-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-184-0/+224
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-132-0/+3
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-111-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-101-0/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-09-052-0/+22
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-303-3/+11
|
* LDAP: case insensitive replace for more robustnessArthur Schiwon2013-08-271-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-273-32/+43
|
* kill zh_CN.GB2312Thomas Müller2013-08-271-31/+0
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-251-0/+4
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-232-0/+9
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-221-0/+4
|
* LDAP: fix wrong hook nameArthur Schiwon2013-08-221-1/+1
|
* [tx-robot] updated from transifexJenkins for ownCloud2013-08-215-0/+20
|
* Merge pull request #4262 from owncloud/fix_jslint_kondouChristopher2013-08-201-1/+1
|\ | | | | Fix some JSLint warnings
| * Merge branch 'master' into fix_jslint_kondoukondou2013-08-1871-80/+266
| |\ | | | | | | | | | | | | Conflicts: apps/files/js/file-upload.js
| * | Fix some JSLint warningskondou2013-07-311-2/+2
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2013-08-1944-314/+19
| | |
* | | Merge pull request #4497 from owncloud/newlines_at_eof_kondouKondou2013-08-189-9/+9
|\ \ \ | | | | | | | | Add newlines at the end of files
| * | | Add _many_ newlines at the end of fileskondou2013-08-189-9/+9
| | |/ | |/|
* | | Merge pull request #4486 from owncloud/ldap_adjust_cacheBart Visscher2013-08-181-1/+6
|\ \ \ | | | | | | | | LDAP: use memcache if available
| * | | LDAP: use memcache if availableArthur Schiwon2013-08-171-1/+6
| |/ /
* | | Merge pull request #4426 from owncloud/ldap_settings_designJan-Christoph Borchardt2013-08-185-9/+49
|\ \ \ | |/ / |/| | Ldap settings design
| * | LDAP: Update Host in configuration chooser on SaveArthur Schiwon2013-08-151-0/+7
| | |
| * | LDAP: Show Host name in configuration drop downArthur Schiwon2013-08-153-1/+31
| | |
| * | LDAP: slightly smaller input fieldsArthur Schiwon2013-08-151-1/+1
| | |
| * | LDAP: move small info text strings into tooltipsArthur Schiwon2013-08-141-7/+4
| | |
| * | LDAP: right align labels on settings pageArthur Schiwon2013-08-141-0/+6
| | |
* | | LDAP: only connect to LDAP once on loginArthur Schiwon2013-08-172-6/+18
| | |