aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auth
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] Remove not used user_typeMarc Alexander2019-11-171-1/+0
* [ticket/12574] Remove special cases for PHP < 5.3.7Marc Alexander2019-11-162-57/+3
* [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-1/+13
* [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-32/+5
* [ticket/12574] Fix incorrect setup() method declaration & ldap extensionMarc Alexander2019-11-161-1/+1
* [ticket/12574] Adjust login tests for ldapMarc Alexander2019-11-162-120/+26
* [ticket/12574] Use correct config entry for connecting to ldapMarc Alexander2019-11-161-1/+1
* [ticket/12574] Don't add extension to php config & set default usernameMarc Alexander2019-11-161-0/+1
* [ticket/12574] Run LDAP test as slow test and install ldap extensionMarc Alexander2019-11-161-0/+3
* [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-0/+197
* [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-092-4/+10
* [ticket/14972] Migrate from deprecated getMock() method to createMock()rxu2019-05-082-2/+2
* [ticket/14576] Move common required files to bootstrapMatt Friedman2016-03-312-6/+0
* [ticket/14250] Change token_storage class to fit changed interfaceOliver Schramm2016-01-041-3/+5
* [ticket/13762] Moving language related functionality into a separate classMateBartus2015-05-023-3/+9
* [ticket/13332] Fix auth provider testsMarc Alexander2014-11-121-1/+8
* [ticket/11854] Update testsTristan Darricau2014-08-111-1/+3
* [ticket/12932] Fix tests and calls to create_datetimeMarc Alexander2014-08-103-3/+3
* [ticket/12716] Use a string as session_idTristan Darricau2014-06-232-3/+3
* [ticket/12716] Add regression testTristan Darricau2014-06-193-0/+47
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-014-8/+0
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-273-9/+21
* [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-063-14/+0
* [feature/passwords] Get rid of set_name/get_name methods for passwords driversMarc Alexander2014-02-022-10/+0
* Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-292-2/+4
|\
| * [ticket/12056] Fix "Call to undefined function ...\utf8_normalize_nfc()"Andreas Fischer2013-12-041-1/+2
| * [ticket/12056] Fix "Call to undefined function ...\utf8_clean_string()"Andreas Fischer2013-12-041-1/+2
* | [feature/passwords] Pass list of default types to passwords managerMarc Alexander2013-10-272-4/+4
* | [feature/passwords] Fix tests on PHP < 5.3.3 againMarc Alexander2013-10-273-5/+84
* | [feature/passwords] Integrate convert_flag with db auth providerMarc Alexander2013-10-253-3/+23
* | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-022-14/+14
* | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-022-2/+35
|/
* [ticket/11700] Fix tests after merging new develop codeNils Adermann2013-09-161-5/+5
* Merge remote-tracking branch 'github-phpbb/develop' into ticket/11700Nils Adermann2013-09-162-0/+217
|\
| * [feature/oauth] More small fixesJoseph Warner2013-09-021-1/+1
| * [feature/oauth] Make token storage service ignorantJoseph Warner2013-09-021-22/+22
| * [feature/oauth] Fix remaining issues with token storageJoseph Warner2013-08-151-10/+15
| * [feature/oauth] Refactor test to provide for easier to read testsJoseph Warner2013-08-141-12/+17
| * [feature/oauth] Forgot new line characterJoseph Warner2013-08-011-1/+2
| * [feature/oauth] Add tests for the new token methodsJoseph Warner2013-07-291-0/+40