aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes/ucp/ucp_register.php
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-061-6/+9
|\
| * [ticket/16211] Use form to ensure link data is passed on coppa registrationMarc Alexander2019-11-271-10/+5
| | | | | | | | PHPBB3-16211
| * [ticket/16211] Prevent skipping COPPA via URL parameterMarc Alexander2019-11-141-2/+10
| | | | | | | | PHPBB3-16211
* | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-141-8/+6
|\ \ | |/
| * [ticket/16210] Ensure terms of use is not skipped by enforcing form tokenMarc Alexander2019-11-121-8/+6
| | | | | | | | PHPBB3-16210
* | [ticket/14465] Remove setting for maximum password lengthMarc Alexander2019-10-031-3/+3
| | | | | | | | PHPBB3-14465
* | [ticket/11838] OAuth registration from ucp_registerJakub Senko2019-05-091-0/+25
| | | | | | | | PHPBB3-11838
* | [ticket/15714] Auto login after registrationRubén Calvo2019-05-091-0/+3
|/ | | | PHPBB3-15714
* Merge pull request #5415 from senky/ticket/15838Marc Alexander2018-10-281-0/+24
|\ | | | | | | [ticket/15838] Add core.ucp_register_register_after
| * [ticket/15838] Add core.ucp_register_register_afterJakub Senko2018-10-151-0/+24
| | | | | | | | PHPBB3-15838
* | [ticket/15837] Add core.ucp_register_welcome_email_beforeJakub Senko2018-10-151-0/+26
|/ | | | PHPBB3-15837
* [ticket/14972] replace all occurrences of sizeof() with the count()rxu2018-01-011-5/+5
| | | | PHPBB3-14972
* Merge pull request #5035 from kasimi/ticket/15440Derky2017-12-171-5/+27
|\ | | | | | | [ticket/15440] Added core.ucp_register_agreement_modify_template_data
| * [ticket/15440] State deprecated version for core.ucp_register_agreementDerky2017-12-171-1/+1
| | | | | | | | PHPBB3-15440
| * [ticket/15440] Added core.ucp_register_agreement_modify_template_datakasimi2017-12-171-5/+27
| | | | | | | | PHPBB3-15440
* | [ticket/15431] Moved phpbb_timezone_select() before the eventkasimi2017-12-031-6/+3
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Split up $template_varskasimi2017-12-031-6/+11
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Removed $page_titlekasimi2017-11-291-4/+0
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Fixed event argument descriptionkasimi2017-11-081-1/+1
| | | | | | | | PHPBB3-15431
* | [ticket/15431] Add event core.ucp_register_modify_template_datakasimi2017-10-311-7/+34
|/ | | | PHPBB3-15431
* Merge branch '3.1.x' into 3.2.xMarc Alexander2016-12-181-0/+22
|\
| * [ticket/14524] Add core.ucp_register_requests_afterJakub Senko2016-11-211-0/+22
| | | | | | | | PHPBB3-14524
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+3
| | | | | | | | | | | | Part 4 PHPBB3-13454
* | [ticket/13454] Remove unused variablesMarc Alexander2016-01-061-1/+0
| | | | | | | | | | | | Part 3 should fix tests up a little bit again. 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
* | Merge branch '3.1.x'Marc Alexander2015-08-081-0/+10
|\ \ | |/
| * [ticket/14006] Add core.ucp_register_agreement eventZoddo2015-07-121-0/+10
| | | | | | | | | | | | It allows to execute code before the agreements are displayed. PHPBB3-14006
* | Merge branch '3.1.x'Joas Schilling2015-02-221-1/+41
|\ \ | |/
| * [ticket/13578] Add ucp_register.php core eventsRMcGirr832015-02-221-1/+41
| | | | | | | | PHPBB3-13578
* | [ticket/13455] Remove unnecessary calls to `utf8_normalize_nfc()`Gaëtan Muller2015-02-031-2/+2
| | | | | | | | PHPBB3-13455
* | [ticket/13455] Update calls to `request_var()`Gaëtan Muller2015-02-031-9/+9
| | | | | | | | PHPBB3-13455
* | [ticket/13450] Type-hint return value of $phpbb_container->get()Gaëtan Muller2015-01-121-0/+4
|/ | | | PHPBB3-13450
* Merge pull request #2765 from Elsensee/ticket/11863Joas Schilling2014-11-211-1/+2
|\ | | | | | | [ticket/11863] Set require_activation to none if emails are disabled
| * [ticket/11863] Grey out unavailable activation methods when emails disabledOliver Schramm2014-10-171-1/+2
| | | | | | | | | | | | | | Further fall back to USER_ACTIVATION_DISABLE when emails are disabled but evaluate it at runtime. PHPBB3-11863
* | [ticket/13248] Always use provider collection for getting providerMarc Alexander2014-11-011-2/+2
|/ | | | PHPBB3-13248
* [ticket/12858] Generate timezone selects with template loopMarc Alexander2014-09-171-3/+1
| | | | PHPBB3-12858
* [ticket/12990] Use the full services name for the notification's typesTristan Darricau2014-08-161-1/+1
| | | | PHPBB3-12990
* [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/+1
| | | | PHPBB3-11854
* [ticket/10073] Split email validation from email ban and taken checksJoas Schilling2014-05-291-1/+1
| | | | PHPBB3-10073
* [ticket/12594] Remove @package tags and update file headersYuriy Rusko2014-05-271-4/+7
| | | | PHPBB3-12594
* [ticket/12254] Use a cookie instead of SID to store language selectionMatt Friedman2014-05-021-2/+9
| | | | PHPBB3-12254
* [ticket/12254] No longer need to add change_lang to the URL paramsMatt Friedman2014-04-111-5/+4
| | | | PHPBB3-12254
* [ticket/12254] Use 'language' instead of 'set_lang' as the variable nameMatt Friedman2014-04-111-2/+2
| | | | PHPBB3-12254
* [ticket/12254] Persist set_lang after reg only if changed from defaultMatt Friedman2014-04-071-2/+2
| | | | PHPBB3-12254
* [ticket/12254] Use new set_lang var to avoid conflict with change_langMatt Friedman2014-04-071-3/+3
| | | | PHPBB3-12254
* [ticket/12254] Better language switching on registration pageMatt Friedman2014-04-061-1/+0
| | | | PHPBB3-12254
* Merge remote-tracking branch 'github-nickvergessen/ticket/11201' into developNils Adermann2014-02-021-3/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * github-nickvergessen/ticket/11201: (50 commits) [ticket/11201] Remove empty calls section from .yml [ticket/11201] Split template file into multiple files [ticket/11201] Remove dependency from types on the manager [ticket/11201] Rename profilefields class to manager [ticket/11201] Fix parameter description [ticket/11201] Use !== null, its faster [ticket/11201] Also translate profile fields in UCP and ACP [ticket/11201] Add parameters and variables to profile field class [ticket/11201] Add commas on last array entry [ticket/11201] Allow translation of profile field name and explanation [ticket/11201] Fix some variable names [ticket/11201] Add tables to constructor in tests [ticket/11201] Add a method to return the translated full name of the type [ticket/11201] Remove db depending code from field class [ticket/11201] Add variables to classes and add constructor doc blocks [ticket/11201] Update copyright in class file [ticket/11201] Add visibility and remove unused variable [ticket/11201] Add some commas at the last array entry [ticket/11201] Cast some variables to integer [ticket/11201] Inject table names rather then using constants ... Conflicts: phpBB/config/services.yml
| * [ticket/11201] Rename profilefields class to managerJoas Schilling2014-02-021-1/+1
| | | | | | | | PHPBB3-11201
| * [ticket/11201] Make profile field classes autoloadableJoas Schilling2014-01-101-3/+1
| | | | | | | | PHPBB3-11201