aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_login_link.php
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15839] Add core.ucp_login_link_template_afterJakub Senko2018-10-221-3/+20
| | | | PHPBB3-15839
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This is part 2 of the pr. PHPBB3-13454
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
| | | | | | This is the first part of the changes. More to come. PHPBB3-13454
* [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+1
| | | | PHPBB3-13450
* [ticket/13318] login_username needs to have the multibyte parameter set to truelavigor2014-11-101-1/+1
| | | | | | This is needed for usernames with UTF-8 characters. PHPBB3-13318
* [ticket/13248] Always use provider collection for getting providerMarc Alexander2014-11-011-3/+3
| | | | PHPBB3-13248
* [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
| | | | PHPBB3-11854
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-2/+2
| | | | PHPBB3-11854
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/11868] Replace phpbb_request_interface referencesVjacheslav Trushkin2013-09-261-4/+4
| | | | PHPBB3-11868
* [feature/oauth] More minor changes from reviewJoseph Warner2013-09-021-2/+2
| | | | PHPBB3-11673
* [feature/oauth] Fix small issues on ucp pagesJoseph Warner2013-09-021-1/+2
| | | | PHPBB3-11673
* [feature/oauth] Changes due to code reviewJoseph Warner2013-08-241-1/+3
| | | | PHPBB3-11673
* [feature/oauth] Fix issues on ucp_login_link from reviewJoseph Warner2013-08-241-3/+38
| | | | PHPBB3-11673
* [feature/oauth] Clean up TODOsJoseph Warner2013-08-241-1/+0
| | | | PHPBB3-11673
* [feature/oauth] Fix bug found in testingJoseph Warner2013-08-141-3/+3
| | | | PHPBB3-11673
* [feature/oauth] Update link_account to allow for two methods of linkingJoseph Warner2013-08-141-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Fix errors on ucp_login_linkJoseph Warner2013-07-311-5/+4
| | | | PHPBB3-11673
* [feature/oauth] Login_link in registrationJoseph Warner2013-07-311-5/+6
| | | | PHPBB3-11673
* [feature/oauth] Start working on login_link registration supportJoseph Warner2013-07-301-3/+15
| | | | PHPBB3-11673
* [feature/oauth] Works in all tests nowJoseph Warner2013-07-291-7/+14
| | | | PHPBB3-11673
* [feature/oauth] Most of ucp page related to login option should be done nowJoseph Warner2013-07-291-5/+12
| | | | PHPBB3-11673
* [feature/oauth] More work on getting login link workingJoseph Warner2013-07-291-61/+79
| | | | PHPBB3-11673
* [feature/oauth] Properly check that all data needed is availableJoseph Warner2013-07-291-3/+10
| | | | PHPBB3-11673
* [feature/oauth] Login works on login_link now, still does not actually linkJoseph Warner2013-07-291-10/+87
| | | | PHPBB3-11673
* [feature/oauth] Basic checking for data needed in login linkingJoseph Warner2013-07-291-1/+15
| | | | PHPBB3-11673
* [feature/oauth] More work on login linking accountsJoseph Warner2013-07-251-0/+23
| | | | PHPBB3-11673
* [feature/oauth] Template for ucp_login_link startedJoseph Warner2013-07-251-1/+4
| | | | PHPBB3-11673
* [feature/oauth] Some work on login_linkJoseph Warner2013-07-241-0/+3
| | | | PHPBB3-11673
* [feature/oauth] Initial login_link ucp classJoseph Warner2013-07-241-0/+32
PHPBB3-11673