aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
| * [feature/oauth] Refactor clear token test to get more useful output firstJoseph Warner2013-07-241-3/+6
| * [feature/oauth] Fixes for problems found by testsJoseph Warner2013-07-241-1/+1
| * [feature/oauth] Clear token storage testJoseph Warner2013-07-241-0/+7
| * [feature/oauth] Has Access Token testJoseph Warner2013-07-241-1/+18
| * [feature/oauth] Clean up oauth_tokens test fixtureJoseph Warner2013-07-241-15/+0
| * [feature/oauth] Token storage test set_user_id()Joseph Warner2013-07-241-6/+20
| * [feature/oauth] Replace spaces with tabsJoseph Warner2013-07-241-8/+8
| * [feature/oauth] Token Storage retrieve access token testJoseph Warner2013-07-241-4/+35
| * [feature/oauth] Initial token storage testsJoseph Warner2013-07-242-0/+109
* | [ticket/11700] Move all recent code to namespacesNils Adermann2013-09-162-12/+12
* | [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