aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/ldap.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16271] Fix invalid docblocksMarc Alexander2019-12-271-1/+1
| | | | PHPBB3-16271
* [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-21/+32
| | | | | | Also started to implement tests for ldap provider. PHPBB3-12574
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-2/+2
| | | | PHPBB3-14972
* [ticket/sec-184] Do not output LDAP password to HTMLJoas Schilling2015-06-041-2/+1
| | | | SECURITY-184
* [ticket/13551] Fix incorrectly named template variable: AUTH_LDAP_DNCesar G2015-02-191-1/+1
| | | | PHPBB3-13551
* [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-3/+3
| | | | | | More corrections. PHPBB3-12557
* [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-4/+4
| | | | PHPBB3-12557
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-6/+7
| | | | PHPBB3-12594
* [ticket/12282] Use interface for type hintingJoas Schilling2014-04-011-2/+2
| | | | PHPBB3-12282
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-9/+0
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [task/code-sniffer] Remove the IN_PHPBB check side-effect from class files.Andreas Fischer2013-10-301-8/+0
| | | | | | | | PHPBB3-11980
| * [ticket/11981] Fix code sniffer complaintsMarc Alexander2013-10-281-1/+0
| | | | | | | | PHPBB3-11981
* | [feature/passwords] Fix indentation in auth providersMarc Alexander2013-12-281-1/+1
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-5/+14
|/ | | | | | | The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-5/+7
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+346
PHPBB3-11698