| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | | * | | | | [ticket/14459] Rename variable | rubencm | 2019-07-27 | 1 | -3/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Fix | rubencm | 2019-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Uppercase string to try to match language keys | rubencm | 2019-06-25 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Uppercase string to try to match language keys | rubencm | 2019-06-25 | 1 | -4/+4 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Remove unused code | rubencm | 2019-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Use twig | rubencm | 2019-06-25 | 1 | -16/+15 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Remove unused variables | rubencm | 2019-06-25 | 1 | -4/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Remove inline css | rubencm | 2019-06-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Fix template logic | rubencm | 2019-06-21 | 2 | -7/+13 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Fix rebase | rubencm | 2019-06-20 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| | | * | | | | [ticket/14459] Check language input for group | rubencm | 2019-06-20 | 1 | -1/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14459 | |||||
| * | | | | | | Merge pull request #5566 from JoshyPHP/ticket/16017 | Marc Alexander | 2019-07-27 | 4 | -0/+44 | |
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | [ticket/16017] Add support for Argon2id as default password hashing | |||||
| | * | | | | | | [ticket/16017] Add missing passwords.driver tag to argon2id | Marc Alexander | 2019-07-26 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16017 | |||||
| | * | | | | | | [ticket/16017] Add support for Argon2id as default password hashing | JoshyPHP | 2019-07-23 | 4 | -0/+42 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16017 | |||||
| * | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-27 | 2 | -7/+10 | |
| |\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | ||||||
| | * | | | | | | Merge pull request #5601 from senky/ticket/16013 | Marc Alexander | 2019-07-27 | 2 | -7/+10 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16013] Allow admins to use disallowed username | |||||
| | | * | | | | | | [ticket/16013] Allow admins to use disallowed username | Jakub Senko | 2019-05-24 | 2 | -7/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16013 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-27 | 1 | -3/+11 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #5626 from cpeel/ticket/16096 | Marc Alexander | 2019-07-27 | 1 | -3/+11 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tables | |||||
| | | * | | | | | | | [ticket/16096] Use InnoDB fulltext limits for InnoDB tables | Casey Peel | 2019-07-08 | 1 | -3/+11 | |
| | | | |_|_|_|_|/ | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The max and min search length for the MySQL database vary based on the engine for the underlying table. For MyISAM tables, the variables are ft_max_word_len and ft_min_word_len, but for InnoDB tables the variables are innodb_ft_max_token_size and innodb_ft_min_token_size. Take the posts table type into account when setting the max and min search length. PHPBB3-16096 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-27 | 1 | -0/+16 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #5631 from kasimi/ticket/16106 | Marc Alexander | 2019-07-27 | 1 | -0/+16 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16106] Add core.mcp_main_before | |||||
| | | * | | | | | | | [ticket/16106] Add core.mcp_main_before | kasimi | 2019-07-23 | 1 | -0/+16 | |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16106 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-27 | 1 | -0/+10 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #5630 from 3D-I/ticket/16103 | Marc Alexander | 2019-07-27 | 1 | -0/+10 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16103] Add core.pm_modify_message_subject | |||||
| | | * | | | | | | | [ticket/16103] Add core.pm_modify_message_subject | 3D-I | 2019-07-20 | 1 | -0/+10 | |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16103 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-27 | 1 | -0/+14 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #5629 from 3D-I/ticket/16102 | Marc Alexander | 2019-07-27 | 1 | -0/+14 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16102] Add core.posting_modify_post_subject | |||||
| | | * | | | | | | | [ticket/16102] Add core.posting_modify_post_subject | 3D-I | 2019-07-20 | 1 | -0/+14 | |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16102 | |||||
| * | | | | | | | | Merge pull request #5565 from JoshyPHP/ticket/16016 | Marc Alexander | 2019-07-26 | 2 | -33/+80 | |
| |\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | | | | | | | | | [ticket/16016] Add a base class for native password hashing | |||||
| | * | | | | | | | [ticket/16016] Add a base class for native password hashing | JoshyPHP | 2019-07-23 | 2 | -33/+80 | |
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16016 | |||||
| * | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-23 | 1 | -21/+0 | |
| |\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| | * | | | | | | Merge pull request #5610 from espipj/ticket/16070 | Marc Alexander | 2019-07-23 | 1 | -21/+0 | |
| | |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16070] Remove support for WebSTAR and Xitami | |||||
| | | * | | | | | | [ticket/16070] Remove unused code | espipj | 2019-05-27 | 1 | -21/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16070 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-23 | 1 | -4/+24 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #5624 from senky/ticket/16089 | Marc Alexander | 2019-07-23 | 1 | -4/+24 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16089] Add core.confirm_box_ajax_before | |||||
| | | * | | | | | | | [ticket/16089] Add core.confirm_box_ajax_before | Jakub Senko | 2019-07-22 | 1 | -4/+24 | |
| | | | |/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-16089 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-22 | 1 | -1/+1 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | [ticket/15982] fix warning with PHP >= 7.2 with Q&A captcha plugin | Nuno Lopes | 2019-07-22 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15982 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-22 | 1 | -0/+19 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #5609 from senky/ticket/15946 | Marc Alexander | 2019-07-22 | 1 | -0/+19 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15946] Add core.posting_modify_row_data | |||||
| | | * | | | | | | | [ticket/15946] Add core.posting_modify_row_data | Jakub Senko | 2019-05-27 | 1 | -0/+19 | |
| | | | |_|/ / / / | | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15946 | |||||
| * | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-22 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | Merge pull request #5606 from senky/ticket/15976 | Marc Alexander | 2019-07-22 | 1 | -1/+2 | |
| | |\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/15976] Reset user_passchg only if user changed password | |||||
| | | * | | | | | | | [ticket/15976] Reset user_passchg only if user changed password | Jakub Senko | 2019-05-27 | 1 | -1/+2 | |
| | | |/ / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-15976 | |||||
| * | | | | | | | | Merge pull request #5619 from marc1706/ticket/16082 | Marc Alexander | 2019-07-22 | 1 | -107/+0 | |
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16082] Remove XCache as it does not support PHP 7 | |||||
| | * | | | | | | | | [ticket/16082] Remove XCache as it does not support PHP 7 | Marc Alexander | 2019-06-06 | 1 | -107/+0 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16082 | |||||
| * | | | | | | | | | Merge pull request #5618 from marc1706/ticket/16081 | Marc Alexander | 2019-07-22 | 1 | -107/+0 | |
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16081] Remove eAccelerator cache driver | |||||
| | * | | | | | | | | | [ticket/16081] Remove eAccelerator cache driver | Marc Alexander | 2019-06-06 | 1 | -107/+0 | |
| | |/ / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | eAccelerator does not support any PHP version above 5.3. PHPBB3-16081 | |||||
| * | | | | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-07-22 | 1 | -3/+20 | |
| |\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
