aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_register.php
Commit message (Expand)AuthorAgeFilesLines
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+3
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
* [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+1
* Merge branch '3.1.x'Marc Alexander2015-08-081-0/+10
|\
| * [ticket/14006] Add core.ucp_register_agreement eventZoddo2015-07-121-0/+10
* | Merge branch '3.1.x'Joas Schilling2015-02-221-1/+41
|\ \ | |/
| * [ticket/13578] Add ucp_register.php core eventsRMcGirr832015-02-221-1/+41
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-9/+9
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+4
|/
* Merge pull request #2765 from Elsensee/ticket/11863Joas Schilling2014-11-211-1/+2
|\
| * [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-171-1/+2
* | [ticket/13248] Always use provider collection for getting providerMarc Alexander2014-11-011-2/+2
|/
* [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-171-3/+1
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-1/+1
* [ticket/11854] Rename captchas.factory service to captcha.factoryTristan Darricau2014-08-111-1/+1
* [ticket/11854] Move captcha stuff to phpbb/ and use DI for pluginsTristan Darricau2014-08-111-2/+1
* [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+1
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
* [ticket/12254] Use a cookie instead of SID to store language selectionMatt Friedman2014-05-021-2/+9
* [ticket/12254] No longer need to add change_lang to the URL paramsMatt Friedman2014-04-111-5/+4
* [ticket/12254] Use 'language' instead of 'set_lang' as the variable nameMatt Friedman2014-04-111-2/+2
* [ticket/12254] Persist set_lang after reg only if changed from defaultMatt Friedman2014-04-071-2/+2
* [ticket/12254] Use new set_lang var to avoid conflict with change_langMatt Friedman2014-04-071-3/+3
* [ticket/12254] Better language switching on registration pageMatt Friedman2014-04-061-1/+0
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-021-3/+1
|\
| * [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
| * [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-3/+1
* | Merge branch 'develop' of https://github.com/phpbb/phpbb into feature/passwordsMarc Alexander2013-12-291-34/+9
|\ \ | |/
| * [ticket/11746] Add "admin activation required" notification.Cesar G2013-10-241-34/+9
* | [feature/passwords] Use passwords manager service instead of functionsMarc Alexander2013-10-131-1/+4
|/
* [ticket/11868] Replace phpbb_request_interface referencesVjacheslav Trushkin2013-09-261-2/+2
* [feature/oauth] Merge branch 'develop' of git://github.com/phpbb/phpbb3 into ...Joseph Warner2013-09-061-3/+3
|\
| * [ticket/11723] Correctly redirect user to agreement page and let him leaveMarc Alexander2013-07-221-3/+3
* | [feature/oauth] More small fixesJoseph Warner2013-09-021-1/+1
* | [feature/oauth] More minor changes from reviewJoseph Warner2013-09-021-2/+3
* | [feature/oauth] A few more minor changesJoseph Warner2013-08-241-0/+13
* | [feature/oauth] Login_link works with ucp_register nowJoseph Warner2013-07-311-7/+21
* | [feature/oauth] Login_link in registrationJoseph Warner2013-07-311-2/+50
|/
* [ticket/11454] Use set_addresses in other applicable areasNathan Guse2013-04-241-2/+1
* [ticket/11303] remove additional bracketsDhruv2013-02-121-1/+1
* [ticket/11303] add S_TZ_PRESELECT template varDhruv2013-02-081-0/+1
* [ticket/8713] Revert changes to ucp_profile, ucp_register and acp_users.Andreas Fischer2012-09-091-2/+2
* [ticket/8713] Rename untrimed_variable() to untrimmed_variable().Andreas Fischer2012-09-081-2/+2
* [ticket/8713] Do not trim login inputsNathaniel Guse2012-09-031-2/+2
* [feature/new-tz-handling] Don't use global user but make it a parameterJoas Schilling2012-07-191-1/+1
* [feature/new-tz-handling] Properly name new timezone selection functionJoas Schilling2012-07-171-3/+3
* [feature/new-tz-handling] Fix Timezone selection on registration pageJoas Schilling2012-06-181-1/+3
* [feature/new-tz-handling] Replace gmmktime() and mktime() with phpbb_datetimeJoas Schilling2012-06-181-3/+4
* [feature/new-tz-handling] Fix timezone selection on registration pageJoas Schilling2012-06-181-5/+5