summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-272-1/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-261-4/+10
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-241-0/+2
|
* [tx-robot] updated from transifexJenkins for ownCloud2014-08-221-1/+2
|
* Merge pull request #10522 from owncloud/removeLoadAppScriptblizzz2014-08-211-0/+22
|\ | | | | Remove loadAppScriptFile
| * Add routing to user_ldapLukas Reschke2014-08-191-0/+22
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-201-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-193-1/+7
| |
* | Merge pull request #10340 from owncloud/fix-9887blizzz2014-08-186-2/+124
|\ \ | |/ |/| better check whether string resembles a DN, fixes #9887
| * unify testsArthur Schiwon2014-08-181-55/+36
| |
| * adjust login test to code changesArthur Schiwon2014-08-121-0/+5
| |
| * better check whether string resembles a DN, fixes #9887Arthur Schiwon2014-08-115-2/+138
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-181-0/+1
| |
* | Merge pull request #10407 from owncloud/rm-obsolete-japaneseLukas Reschke2014-08-171-112/+0
|\ \ | | | | | | remove obsolete japanese lang code
| * | remove obsolete japanese lang codeVolkan Gezer2014-08-131-112/+0
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-172-1/+10
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-162-1/+82
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-08-151-1/+1
|/ /
* | [tx-robot] updated from transifexJenkins for ownCloud2014-08-131-2/+29
| |
* | Merge pull request #9848 from dupondje/masterblizzz2014-08-111-12/+18
|\ \ | |/ |/| Fix memberOf detection. Fixes: #9835
| * Fix initializing in #9848Jean-Louis Dupond2014-08-111-0/+1
| |
| * Fix remarks in #9848Jean-Louis Dupond2014-08-111-11/+13
| |
| * Fix memberOf detection. Fixes: #9835Jean-Louis Dupond2014-07-241-7/+10
| |
* | ldap_ prefix will be added in invokeLDAPMethod(), having it would lead to a ↵Arthur Schiwon2014-08-071-1/+1
| | | | | | | | unexisting function, fixes #9829
* | Hack to avoid Agent DN + Password being overwritten by some ugly browsers ↵Arthur Schiwon2014-08-052-0/+12
| | | | | | | | | | | | | | with stored site credentials Conflicts: apps/user_ldap/css/settings.css
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-311-0/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-291-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-283-2/+19
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-261-0/+13
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-241-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-201-0/+3
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-192-5/+120
| |
* | Merge pull request #9576 from owncloud/bcmath-checkblizzz2014-07-182-0/+35
|\ \ | |/ |/| LDAP Active Directory Primary Groups support depends on bcmath module
| * make tests deal with missing bcmathArthur Schiwon2014-07-112-1/+30
| |
| * warn and continue gracefully if bcmath is not installedArthur Schiwon2014-07-101-0/+6
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-181-0/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-172-1/+4
| |
* | File written by blizzzPhilippe Jung2014-07-141-0/+151
| |
* | [Issue #9559] identifiers uid=xxx must be considered as user DN and not as ↵Philippe Jung2014-07-101-1/+2
|/ | | | owncloud users
* Merge pull request #9385 from owncloud/fix-7052blizzz2014-07-088-44/+516
|\ | | | | support for AD primary groups
| * support for AD primary groupsArthur Schiwon2014-07-088-44/+516
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | support for primary groups actually the problem is only known on AD, it is only needed to take care of their attributes adjust to ADs special behaviour this change was not intended cache the SID value so it is not requested over and over again theres only one, use singular we are access add tests for new Access methods add tests for new Group methods address scrutinizer findings, mostly doc call ldap_explode_dn from ldap wrapper, enables tests without php5-ldap PHP Doc yo dawg, i heard you like backslashes … php doc fix PHPDoc updated and typos fixed while reviewing
* | port of #9500Arthur Schiwon2014-07-081-1/+0
| | | | | | | | | | | | | | | | | | | | don't trigger update from checkPassword, it is already called by userExists, this is enough. do not write to database when the value is the same add test cases. also split test classes in a file each, looks like only the first class is being executed also appconfig shall not write to database if the value is unchanged
* | add ocsids to info.xmlGeorg Ehrke2014-07-072-1/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-07-0523-23/+23
|/
* [tx-robot] updated from transifexJenkins for ownCloud2014-07-021-0/+4
|
* Merge pull request #9006 from owncloud/ldap_fix_bgjobblizzz2014-07-012-3/+8
|\ | | | | LDAP: fix background job, fixes #8995
| * also adapt result check from readAttributeArthur Schiwon2014-06-271-2/+1
| |
| * fix instantiation of Access classArthur Schiwon2014-06-271-1/+7
| |
| * specify no attribute for group exists check, as done with usersArthur Schiwon2014-06-271-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2014-06-301-1/+12
|/