Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #5702 from marc1706/ticket/14465 | Marc Alexander | 2019-10-07 | 10 | -22/+61 |
|\ | | | | | | | [ticket/14465] Remove setting for maximum password length | ||||
| * | [ticket/14465] Remove setting for maximum password length | Marc Alexander | 2019-10-03 | 10 | -22/+61 |
| | | | | | | | | PHPBB3-14465 | ||||
* | | [ticket/15922] Remove driver for discontinued APC cache | Marc Alexander | 2019-10-03 | 1 | -70/+0 |
|/ | | | | PHPBB3-15922 | ||||
* | Merge pull request #5652 from marc1706/ticket/11327 | Marc Alexander | 2019-10-03 | 14 | -234/+595 |
|\ | | | | | | | [ticket/11327] Implement forgot password functionality via form | ||||
| * | [ticket/11327] Adjust code per review comments | Marc Alexander | 2019-10-03 | 3 | -19/+20 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Use http_exception instead of trigger_error | Marc Alexander | 2019-09-01 | 1 | -1/+4 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Move html output to reset password html file | Marc Alexander | 2019-08-30 | 2 | -3/+7 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Use U_ prefix for reset password URL template variable | Marc Alexander | 2019-08-26 | 2 | -8/+8 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Clean up code style a bit | Marc Alexander | 2019-08-22 | 2 | -14/+13 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Clean up code a bit | Marc Alexander | 2019-08-10 | 3 | -22/+24 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Update tests to reflect changes | Marc Alexander | 2019-08-10 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Finish up initial version of password reset system | Marc Alexander | 2019-08-10 | 4 | -63/+111 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Rename UCP reset password template | Marc Alexander | 2019-08-10 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Continue with implementation of password reset functionality | Marc Alexander | 2019-08-10 | 2 | -122/+135 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Adjust wording of forgot password email | Marc Alexander | 2019-08-09 | 2 | -11/+7 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Rename email file to forgot password | Marc Alexander | 2019-08-09 | 1 | -0/+0 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Split up into forgot password and reset password | Marc Alexander | 2019-08-09 | 5 | -8/+161 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Add reset token columns & config setting | Marc Alexander | 2019-08-09 | 1 | -0/+48 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Adjust display of page title | Marc Alexander | 2019-08-08 | 1 | -4/+1 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Refactor ucp_remind to reset_password controller | Marc Alexander | 2019-08-08 | 1 | -40/+109 |
| | | | | | | | | PHPBB3-11327 | ||||
| * | [ticket/11327] Move UCP remind functionality to a controller for password reset | Marc Alexander | 2019-08-08 | 7 | -3/+31 |
| | | | | | | | | PHPBB3-11327 | ||||
* | | [ticket/15257] Improve readability of check_is_enableable | Marc Alexander | 2019-09-30 | 1 | -8/+15 |
| | | | | | | | | PHPBB3-15257 | ||||
* | | [ticket/15257] Address validation issues | Jakub Senko | 2019-09-30 | 1 | -0/+7 |
| | | | | | | | | PHPBB3-15257 | ||||
* | | [ticket/15257] Provide extension not enableable messages | Jakub Senko | 2019-09-30 | 3 | -10/+20 |
| | | | | | | | | PHPBB3-15257 | ||||
* | | Merge pull request #5511 from senky/ticket/15940 | Marc Alexander | 2019-09-28 | 2 | -8/+2 |
|\ \ | | | | | | | | | | [ticket/15940] Expose user_id to notif method's is_available() | ||||
| * | | [ticket/15940] Fix approve_* notifications | Jakub Senko | 2019-09-28 | 2 | -8/+2 |
| | | | | | | | | | | | | PHPBB3-15940 | ||||
* | | | [ticket/15905] Re-add add_class and lang_defined | mrgoldy | 2019-09-25 | 1 | -0/+12 |
| | | | | | | | | | | | | PHPBB3-15905 | ||||
* | | | [ticket/15905] Try it without auth | mrgoldy | 2019-09-25 | 2 | -59/+1 |
| | | | | | | | | | | | | PHPBB3-15905 | ||||
* | | | [ticket/15905] Resolve conflicts | mrgoldy | 2019-09-25 | 1 | -4/+5 |
| | | | | | | | | | | | | PHPBB3-15905 | ||||
* | | | [ticket/15905] Try with existing phpbb extension | mrgoldy | 2019-09-25 | 4 | -101/+47 |
| | | | | | | | | | | | | PHPBB3-15905 | ||||
* | | | [ticket/15905] Correct line endings | mrgoldy | 2019-09-25 | 4 | -320/+320 |
| | | | | | | | | | | | | PHPBB3-15905 | ||||
* | | | [ticket/15905] Create multiple twig extensions | mrgoldy | 2019-09-25 | 5 | -0/+344 |
|/ / | | | | | | | PHPBB3-15905 | ||||
* | | [ticket/15564] Improve wording | Jakub Senko | 2019-09-24 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Improve wording since captcha can be invisible now | Jakub Senko | 2019-09-24 | 1 | -1/+1 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Move recaptcha callbacks to global space | Jakub Senko | 2019-09-24 | 1 | -2/+2 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Move JS functions closer to related code | Jakub Senko | 2019-09-24 | 1 | -9/+9 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Don't use ES2015, it breaks UI tests | Jakub Senko | 2019-09-24 | 1 | -6/+6 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Remove console.log() call | Jakub Senko | 2019-09-24 | 1 | -1/+0 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Update ACP as well | Jakub Senko | 2019-09-24 | 2 | -6/+7 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Use es2015 | Jakub Senko | 2019-09-24 | 1 | -27/+19 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | [ticket/15564] Switch to Invisible reCAPTCHA | Jakub Senko | 2019-09-24 | 2 | -26/+58 |
| | | | | | | | | PHPBB3-15564 | ||||
* | | Merge pull request #5694 from marc1706/ticket/15436 | Marc Alexander | 2019-09-24 | 1 | -5/+0 |
|\ \ | | | | | | | | | | [ticket/15436] Remove folder icons code from index | ||||
| * | | [ticket/15436] Remove folder icons code from index | vinny | 2019-09-21 | 1 | -5/+0 |
| | | | | | | | | | | | | PHPBB3-15436 | ||||
* | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-09-23 | 2 | -0/+14 |
|\ \ \ | |||||
| * \ \ | Merge pull request #5678 from rxu/ticket/16148 | Marc Alexander | 2019-09-23 | 2 | -0/+14 |
| |\ \ \ | | | | | | | | | | | | | | | | [ticket/16148] Add template events to acp_groups.html | ||||
| | * | | | [ticket/16148] Add template events to acp_groups.html | rxu | 2019-09-05 | 2 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | PHPBB3-16148 | ||||
* | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-09-22 | 2 | -2/+8 |
|\ \ \ \ \ | |/ / / / | |||||
| * | | | | Merge pull request #5677 from mrgoldy/ticket/14815 | Marc Alexander | 2019-09-22 | 2 | -2/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/14815] Enable contact links in memberlist | ||||
| | * | | | | [ticket/14815] Enable contact links in memberlist | mrgoldy | 2019-09-04 | 2 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14815 | ||||
* | | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-09-22 | 4 | -55/+5 |
|\ \ \ \ \ \ | |/ / / / / |