| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-10-20 | 1 | -1/+27 |
|\ |
|
| * | Merge pull request #5703 from senky/ticket/16174 | Marc Alexander | 2019-10-20 | 1 | -1/+27 |
| |\ |
|
| | * | [ticket/16174] Improve event desc | Jakub Senko | 2019-10-08 | 1 | -1/+1 |
| | * | [ticket/16174] Add function params to the event | Jakub Senko | 2019-10-07 | 1 | -2/+12 |
| | * | [ticket/16174] Add core.set_cookie | Jakub Senko | 2019-10-04 | 1 | -1/+17 |
* | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-10-20 | 1 | -11/+26 |
|\ \ \
| |/ / |
|
| * | | Merge pull request #5667 from EA117/ticket/16141 | Marc Alexander | 2019-10-20 | 1 | -11/+26 |
| |\ \ |
|
| | * | | [ticket/16141] plupload chunk_size when 'unlimited' is involved. | EA117 | 2019-08-30 | 1 | -33/+23 |
| | * | | [ticket/16141] plupload chunk_size when 'unlimited' is involved. | EA117 | 2019-08-29 | 1 | -1/+1 |
| | * | | [ticket/16141] plupload chunk_size when 'unlimited' is involved. | EA117 | 2019-08-28 | 1 | -2/+2 |
| | * | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved. | EA117 | 2019-08-28 | 1 | -31/+20 |
| | * | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved. | EA117 | 2019-08-26 | 1 | -8/+44 |
* | | | | Merge pull request #5708 from marc1706/ticket/16051 | Marc Alexander | 2019-10-13 | 10 | -742/+18 |
|\ \ \ \ |
|
| * | | | | [ticket/16051] Automatically convert mysql driver to mysqli | Marc Alexander | 2019-10-06 | 1 | -0/+6 |
| * | | | | [ticket/16051] Remove mysql driver as it's no longer supported in PHP >= 7.0 | Marc Alexander | 2019-10-06 | 9 | -742/+12 |
* | | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-10-07 | 1 | -1/+35 |
|\ \ \ \ \
| | |/ / /
| |/| | | |
|
| * | | | | Merge pull request #5671 from 3D-I/ticket/16144 | Marc Alexander | 2019-10-07 | 1 | -1/+35 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | [ticket/16144] Provide extra fallback to board's default style for $user | 3D-I | 2019-09-23 | 1 | -1/+1 |
| | * | | | [ticket/16144] As per request | 3D-I | 2019-09-22 | 1 | -10/+5 |
| | * | | | [ticket/16144] Provide extra fallback to board's default style for $user | 3D-I | 2019-09-01 | 1 | -1/+40 |
| | | |/
| | |/| |
|
* | | | | Merge pull request #5702 from marc1706/ticket/14465 | Marc Alexander | 2019-10-07 | 3 | -3/+46 |
|\ \ \ \ |
|
| * | | | | [ticket/14465] Remove setting for maximum password length | Marc Alexander | 2019-10-03 | 3 | -3/+46 |
| | |_|/
| |/| | |
|
* | | | | [ticket/15922] Remove driver for discontinued APC cache | Marc Alexander | 2019-10-03 | 1 | -70/+0 |
|/ / / |
|
* | | | Merge pull request #5652 from marc1706/ticket/11327 | Marc Alexander | 2019-10-03 | 2 | -0/+491 |
|\ \ \ |
|
| * | | | [ticket/11327] Adjust code per review comments | Marc Alexander | 2019-10-03 | 1 | -17/+18 |
| * | | | [ticket/11327] Use http_exception instead of trigger_error | Marc Alexander | 2019-09-01 | 1 | -1/+4 |
| * | | | [ticket/11327] Move html output to reset password html file | Marc Alexander | 2019-08-30 | 1 | -2/+6 |
| * | | | [ticket/11327] Use U_ prefix for reset password URL template variable | Marc Alexander | 2019-08-26 | 1 | -7/+7 |
| * | | | [ticket/11327] Clean up code style a bit | Marc Alexander | 2019-08-22 | 2 | -14/+13 |
| * | | | [ticket/11327] Clean up code a bit | Marc Alexander | 2019-08-10 | 1 | -20/+23 |
| * | | | [ticket/11327] Update tests to reflect changes | Marc Alexander | 2019-08-10 | 1 | -2/+2 |
| * | | | [ticket/11327] Finish up initial version of password reset system | Marc Alexander | 2019-08-10 | 1 | -48/+82 |
| * | | | [ticket/11327] Continue with implementation of password reset functionality | Marc Alexander | 2019-08-10 | 1 | -122/+133 |
| * | | | [ticket/11327] Adjust wording of forgot password email | Marc Alexander | 2019-08-09 | 1 | -2/+2 |
| * | | | [ticket/11327] Split up into forgot password and reset password | Marc Alexander | 2019-08-09 | 1 | -5/+153 |
| * | | | [ticket/11327] Add reset token columns & config setting | Marc Alexander | 2019-08-09 | 1 | -0/+48 |
| * | | | [ticket/11327] Adjust display of page title | Marc Alexander | 2019-08-08 | 1 | -4/+1 |
| * | | | [ticket/11327] Refactor ucp_remind to reset_password controller | Marc Alexander | 2019-08-08 | 1 | -40/+109 |
| * | | | [ticket/11327] Move UCP remind functionality to a controller for password reset | Marc Alexander | 2019-08-08 | 1 | -0/+174 |
* | | | | [ticket/15257] Provide extension not enableable messages | Jakub Senko | 2019-09-30 | 2 | -2/+6 |
* | | | | Merge pull request #5511 from senky/ticket/15940 | Marc Alexander | 2019-09-28 | 2 | -8/+2 |
|\ \ \ \ |
|
| * | | | | [ticket/15940] Fix approve_* notifications | Jakub Senko | 2019-09-28 | 2 | -8/+2 |
* | | | | | [ticket/15905] Re-add add_class and lang_defined | mrgoldy | 2019-09-25 | 1 | -0/+12 |
* | | | | | [ticket/15905] Try it without auth | mrgoldy | 2019-09-25 | 1 | -58/+1 |
* | | | | | [ticket/15905] Resolve conflicts | mrgoldy | 2019-09-25 | 1 | -4/+5 |
* | | | | | [ticket/15905] Try with existing phpbb extension | mrgoldy | 2019-09-25 | 3 | -94/+46 |
* | | | | | [ticket/15905] Correct line endings | mrgoldy | 2019-09-25 | 4 | -320/+320 |
* | | | | | [ticket/15905] Create multiple twig extensions | mrgoldy | 2019-09-25 | 4 | -0/+320 |
|/ / / / |
|
* | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-09-22 | 1 | -19/+17 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge pull request #5664 from mrgoldy/ticket/16076 | Marc Alexander | 2019-09-22 | 1 | -19/+17 |
| |\ \ \ |
|