aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth/provider_apache_test.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/16263] Do not expect numbers as strings in apache provider testMarc Alexander2019-12-221-40/+40
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-181-1/+0
* [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-32/+5
* [ticket/11327] Adjust tests for new reset password changesMarc Alexander2019-08-101-0/+2
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-3/+0
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-1/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
* [ticket/11459] Fix auth provider testJoas Schilling2014-03-291-1/+1
* [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+0
* [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+0
* [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+0
* [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-1/+0
* [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+0
* [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+0
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-2/+0
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-5/+0
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-1/+2
|\
| * [ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"Andreas Fischer2013-12-041-1/+2
* | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-2/+2
* | [feature/passwords] Fix tests on PHP < 5.3.3 againMarc Alexander2013-10-271-3/+19
* | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-251-2/+2
* | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-021-7/+7
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-1/+17
|/
* [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-161-8/+8
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
* [feature/auth-refactor] Fix auth tests to use mock objects correctlyJoseph Warner2013-06-251-25/+123
* [feature/auth-refactor] Test validate_session on provider_apacheJoseph Warner2013-06-251-1/+5
* [feature/auth-refactor] Test autologin() on provider_apacheJoseph Warner2013-06-251-0/+28
* [feature/auth-refactor] Test login() for provider_apacheJoseph Warner2013-06-251-1/+20
* [feature/auth-refactor] Test for init on provider_apacheJoseph Warner2013-06-251-4/+12
* [feature/auth-refactor] Skeleton of provider_apache_testJoseph Warner2013-06-251-0/+49