aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb/auth/provider/apache.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-27/+48
| | | | PHPBB3-12574
* [ticket/13301] Fix called function in apche auth moduleOliver Schramm2014-11-091-2/+2
| | | | PHPBB3-13301
* [ticket/12557] Fix php file descriptionn-aleha2014-08-071-1/+1
| | | | PHPBB3-12557
* [ticket/12557] Fix doc block errors found by Samin-aleha2014-08-031-6/+6
| | | | | | More corrections. PHPBB3-12557
* [ticket/12557] Fix doc block errors found by Sami pt1n-aleha2014-08-031-7/+7
| | | | PHPBB3-12557
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-7/+9
| | | | 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-8/+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
* | [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-2/+11
|/ | | | | | | The passwords manager will replace the old method of using the functions phpbb_hash() and phpbb_check_hash(). PHPBB3-11610
* [ticket/11700] Fix some more incorrectly changed commentsNils Adermann2013-09-191-2/+2
| | | | PHPBB3-11700
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-12/+14
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
| | | | PHPBB3-11700
* [ticket/11698] Moving all autoloadable files to phpbb/Nils Adermann2013-07-141-0/+259
PHPBB3-11698