aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth/provider_apache_test.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/11327] Adjust tests for new reset password changesMarc Alexander2019-08-101-0/+2
| | | | PHPBB3-11327
* [ticket/14948] Adjust calls for twig and phpunit updatesMarc Alexander2019-05-091-1/+1
| | | | PHPBB3-14948
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-081-1/+1
| | | | PHPBB3-14972
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-311-3/+0
| | | | PHPBB3-14576
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-021-1/+3
| | | | PHPBB3-13762
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-101-1/+1
| | | | PHPBB3-12932
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-011-1/+0
| | | | PHPBB3-12352
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-3/+7
| | | | PHPBB3-12594
* [ticket/11459] Fix auth provider testJoas Schilling2014-03-291-1/+1
| | | | | | user_timezone has no default value anymore PHPBB3-11459
* [ticket/12236] Move AOL Instant Messanger field to custom profile fieldJoas Schilling2014-03-051-1/+0
| | | | PHPBB3-12236
* [ticket/12237] Convert yahoo messanger to custom profile fieldJoas Schilling2014-03-051-1/+0
| | | | PHPBB3-12237
* [ticket/12235] Convert WLM to custom profile fieldJoas Schilling2014-03-041-1/+0
| | | | PHPBB3-12235
* [ticket/12187] Remove user_website functionalityJoas Schilling2014-03-031-1/+0
| | | | PHPBB3-12187
* [ticket/12234] Replace ICQ with custom profile fieldJoas Schilling2014-02-281-1/+0
| | | | PHPBB3-12234
* [ticket/12169] Convert user_from to profile field locationJoas Schilling2014-02-101-1/+0
| | | | | | Missing changes on memberlist view due to missing functionality PHPBB3-12169
* [ticket/12115] Also port user interests to profile fieldsJoas Schilling2014-02-061-2/+0
| | | | PHPBB3-12115
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-021-5/+0
| | | | PHPBB3-11610
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-1/+2
|\ | | | | | | | | Conflicts: phpBB/config/services.yml
| * [ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"Andreas Fischer2013-12-041-1/+2
| | | | | | | | PHPBB3-12056
* | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-271-2/+2
| | | | | | | | | | | | | | This list is in the order of how the driver types would be used. If a driver is not supported we will try the subsequent one. PHPBB3-11610
* | [feature/passwords] Fix tests on PHP < 5.3.3 againMarc Alexander2013-10-271-3/+19
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-251-2/+2
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-021-7/+7
| | | | | | | | PHPBB3-11610
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-021-1/+17
|/ | | | | | | 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-8/+8
| | | | PHPBB3-11700
* [ticket/11700] Modify all code to use the new interface namesNils Adermann2013-07-141-4/+4
| | | | PHPBB3-11700
* [feature/auth-refactor] Fix auth tests to use mock objects correctlyJoseph Warner2013-06-251-25/+123
| | | | PHPBB3-9734
* [feature/auth-refactor] Test validate_session on provider_apacheJoseph Warner2013-06-251-1/+5
| | | | | | | Provides a test for the validate_session() method of provider_apache. PHPBB3-9734
* [feature/auth-refactor] Test autologin() on provider_apacheJoseph Warner2013-06-251-0/+28
| | | | | | | Provides a test for the autologin() method of provider_apache that assumes the user already exists in the database. PHPBB3-9734
* [feature/auth-refactor] Test login() for provider_apacheJoseph Warner2013-06-251-1/+20
| | | | | | | | Provides a test for the login() method for provider_apache. Appears to be failing due to an issue with the mock phpBB request class. PHPBB3-9734
* [feature/auth-refactor] Test for init on provider_apacheJoseph Warner2013-06-251-4/+12
| | | | | | | Provides a test for the init() method of provider_apache. Appears to be failing due to an error with the mock request class. PHPBB3-9734
* [feature/auth-refactor] Skeleton of provider_apache_testJoseph Warner2013-06-251-0/+49
Creates a skeleton of the tests for provider_apache. PHPBB3-9734