| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | | | | [ticket/12352] Remove usages of user_pass_convert column | Marc Alexander | 2014-06-01 | 2 | -4/+3 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Remove user_pass_convert column from database | Marc Alexander | 2014-06-01 | 1 | -0/+40 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add get_settings_only method to passwords driver base | Marc Alexander | 2014-06-01 | 10 | -72/+8 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+75 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add driver for woltlab community framework 1 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+67 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add driver for woltlab community framework 2 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+91 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add missing $ to md5_mybb and md5_vb driver | Marc Alexander | 2014-06-01 | 2 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add passwords driver for vB passwords | Marc Alexander | 2014-06-01 | 1 | -0/+67 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Use correct hashing method in md5_mybb driver | Marc Alexander | 2014-06-01 | 1 | -1/+9 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add driver for myBB md5 passwords | Marc Alexander | 2014-06-01 | 1 | -0/+59 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers | Marc Alexander | 2014-06-01 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add passwords driver for sha1 password hashes | Marc Alexander | 2014-06-01 | 1 | -0/+59 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Check phpBB2 passwords that have been encrypted with phpass | Marc Alexander | 2014-06-01 | 1 | -6/+13 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32 | Marc Alexander | 2014-06-01 | 1 | -0/+118 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Remove code for converting passwords in db auth provider | Marc Alexander | 2014-06-01 | 2 | -68/+3 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add $CP$ prefix to passwords that need to be converted | Marc Alexander | 2014-06-01 | 1 | -0/+75 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also set user_pass_convert to 0 in the process of doing so. PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Use $CP$ prefix for converting passwords in manager | Marc Alexander | 2014-06-01 | 1 | -12/+18 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add passwords driver for passwords that should be converted | Marc Alexander | 2014-06-01 | 1 | -0/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This driver will only be used for getting the new $CP$ prefix that will signal that the hash is a legacy hash that needs to be converted. PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Revert to db auth provider if default does not exist | Marc Alexander | 2014-06-01 | 2 | -3/+18 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will make sure that we will not encounter a non-existing auth provider. We will revert to the default db auth provider if the one set in the config does not exist in our auth provider collection. PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Mark salted md5 and phpass passwords driver as legacy | Marc Alexander | 2014-06-01 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Introduce user row to passwords check methods | Marc Alexander | 2014-06-01 | 4 | -5/+24 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will ensure that legacy hash types that might need the user row can properly check if the supplied password is correct. PHPBB3-12352 | |||||
| | * | | | | [ticket/12352] Add legacy passwords driver for sha1 smf type passwords | Marc Alexander | 2014-06-01 | 3 | -0/+73 | |
| | |/ / / | | | | | | | | | | | | | PHPBB3-12352 | |||||
| * | | | | [ticket/12508] Ignore extensions in migration_tips dev tool | Joas Schilling | 2014-06-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12508] Fix doc block | Joas Schilling | 2014-06-10 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12508] Add new line to separate the if and foreach better | Joas Schilling | 2014-06-10 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12508] Only take a list of names for set_extensions() | Joas Schilling | 2014-06-10 | 2 | -5/+13 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12508] Fix class doc block | Joas Schilling | 2014-06-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12508] Move \phpbb\extension\finder to \phpbb\finder | Joas Schilling | 2014-06-10 | 5 | -22/+22 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12508] Fix usages of the finder | Joas Schilling | 2014-06-10 | 1 | -2/+12 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12508] Remove extension manager from finder | Joas Schilling | 2014-06-10 | 1 | -36/+25 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12508 | |||||
| * | | | | [ticket/12664] Refactor develop/migration_tips.php into a console command. | Andreas Fischer | 2014-06-10 | 1 | -0/+63 | |
| | | | | | | | | | | | | | | | | | PHPBB3-12664 | |||||
| * | | | | Merge remote-tracking branch 'github-nickvergessen/ticket/10073' into ↵ | Nils Adermann | 2014-06-09 | 11 | -8/+1004 | |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-nickvergessen/ticket/10073: (36 commits) [ticket/10073] Fix button descriptions [ticket/10073] Do not check disable boxes by default [ticket/10073] Store values with config_text in the ACP [ticket/10073] Move config values to config_text [ticket/10073] Fix request usage [ticket/10073] Deduplicate template variable names [ticket/10073] Get service from container [ticket/10073] Fix more "Contact Us" strings [ticket/10073] Move template code into the template [ticket/10073] Make contact page available when board is disabled [ticket/10073] Change name of the ACP module [ticket/10073] Deduplicate posting buttons code in ACP [ticket/10073] Use phpbb_validate_email to verify email address [ticket/10073] Add tests for new validate_email() [ticket/10073] Split email validation from email ban and taken checks [ticket/10073] Deduplicate the if statement [ticket/10073] Fallback to board_contact when contact page is disabled [ticket/10073] Remove language string from rebase conflict [ticket/10073] Add ACP module to add bbcode text for contact admin info [ticket/10073] Add new configs to the schema ... | |||||
| | * | | | | [ticket/10073] Do not check disable boxes by default | Joas Schilling | 2014-06-09 | 1 | -4/+6 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Move config values to config_text | Joas Schilling | 2014-05-29 | 1 | -4/+11 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Make contact page available when board is disabled | Joas Schilling | 2014-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Use phpbb_validate_email to verify email address | Joas Schilling | 2014-05-29 | 1 | -2/+20 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Split email validation from email ban and taken checks | Joas Schilling | 2014-05-29 | 1 | -1/+2 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Deduplicate the if statement | Joas Schilling | 2014-05-29 | 2 | -18/+2 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Fallback to board_contact when contact page is disabled | Joas Schilling | 2014-05-29 | 3 | -4/+21 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Add ACP module to add bbcode text for contact admin info | Joas Schilling | 2014-05-29 | 1 | -0/+27 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Display contact info | Joas Schilling | 2014-05-29 | 1 | -2/+10 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Add configs for contact info text | Joas Schilling | 2014-05-29 | 1 | -0/+10 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Fix invalid type hint | Joas Schilling | 2014-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Fix missing language string | Joas Schilling | 2014-05-29 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Use get_username_string and correctly sprintf for languages | Joas Schilling | 2014-05-29 | 1 | -2/+3 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Add @config_text to admin_form | Joas Schilling | 2014-05-29 | 1 | -1/+24 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Remove unneccessary todos he config switch is enough | Joas Schilling | 2014-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Add doc blocks to new classes | Joas Schilling | 2014-05-29 | 5 | -23/+251 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Fix grammar in comment | Joas Schilling | 2014-05-29 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
| | * | | | | [ticket/10073] Global announcements have a forum_id now | Joas Schilling | 2014-05-29 | 1 | -24/+5 | |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-10073 | |||||
