aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #5702 from marc1706/ticket/14465Marc Alexander2019-10-0710-22/+61
|\ | | | | | | [ticket/14465] Remove setting for maximum password length
| * [ticket/14465] Remove setting for maximum password lengthMarc Alexander2019-10-0310-22/+61
| | | | | | | | PHPBB3-14465
* | [ticket/15922] Remove driver for discontinued APC cacheMarc Alexander2019-10-031-70/+0
|/ | | | PHPBB3-15922
* Merge pull request #5652 from marc1706/ticket/11327Marc Alexander2019-10-0314-234/+595
|\ | | | | | | [ticket/11327] Implement forgot password functionality via form
| * [ticket/11327] Adjust code per review commentsMarc Alexander2019-10-033-19/+20
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Use http_exception instead of trigger_errorMarc Alexander2019-09-011-1/+4
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Move html output to reset password html fileMarc Alexander2019-08-302-3/+7
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Use U_ prefix for reset password URL template variableMarc Alexander2019-08-262-8/+8
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Clean up code style a bitMarc Alexander2019-08-222-14/+13
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Clean up code a bitMarc Alexander2019-08-103-22/+24
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Update tests to reflect changesMarc Alexander2019-08-101-2/+2
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Finish up initial version of password reset systemMarc Alexander2019-08-104-63/+111
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Rename UCP reset password templateMarc Alexander2019-08-101-0/+0
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Continue with implementation of password reset functionalityMarc Alexander2019-08-102-122/+135
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Adjust wording of forgot password emailMarc Alexander2019-08-092-11/+7
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Rename email file to forgot passwordMarc Alexander2019-08-091-0/+0
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Split up into forgot password and reset passwordMarc Alexander2019-08-095-8/+161
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Add reset token columns & config settingMarc Alexander2019-08-091-0/+48
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Adjust display of page titleMarc Alexander2019-08-081-4/+1
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Refactor ucp_remind to reset_password controllerMarc Alexander2019-08-081-40/+109
| | | | | | | | PHPBB3-11327
| * [ticket/11327] Move UCP remind functionality to a controller for password resetMarc Alexander2019-08-087-3/+31
| | | | | | | | PHPBB3-11327
* | [ticket/15257] Improve readability of check_is_enableableMarc Alexander2019-09-301-8/+15
| | | | | | | | PHPBB3-15257
* | [ticket/15257] Address validation issuesJakub Senko2019-09-301-0/+7
| | | | | | | | PHPBB3-15257
* | [ticket/15257] Provide extension not enableable messagesJakub Senko2019-09-303-10/+20
| | | | | | | | PHPBB3-15257
* | Merge pull request #5511 from senky/ticket/15940Marc Alexander2019-09-282-8/+2
|\ \ | | | | | | | | | [ticket/15940] Expose user_id to notif method's is_available()
| * | [ticket/15940] Fix approve_* notificationsJakub Senko2019-09-282-8/+2
| | | | | | | | | | | | PHPBB3-15940
* | | [ticket/15905] Re-add add_class and lang_definedmrgoldy2019-09-251-0/+12
| | | | | | | | | | | | PHPBB3-15905
* | | [ticket/15905] Try it without authmrgoldy2019-09-252-59/+1
| | | | | | | | | | | | PHPBB3-15905
* | | [ticket/15905] Resolve conflictsmrgoldy2019-09-251-4/+5
| | | | | | | | | | | | PHPBB3-15905
* | | [ticket/15905] Try with existing phpbb extensionmrgoldy2019-09-254-101/+47
| | | | | | | | | | | | PHPBB3-15905
* | | [ticket/15905] Correct line endingsmrgoldy2019-09-254-320/+320
| | | | | | | | | | | | PHPBB3-15905
* | | [ticket/15905] Create multiple twig extensionsmrgoldy2019-09-255-0/+344
|/ / | | | | | | PHPBB3-15905
* | [ticket/15564] Improve wordingJakub Senko2019-09-241-2/+2
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Improve wording since captcha can be invisible nowJakub Senko2019-09-241-1/+1
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Move recaptcha callbacks to global spaceJakub Senko2019-09-241-2/+2
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Move JS functions closer to related codeJakub Senko2019-09-241-9/+9
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Don't use ES2015, it breaks UI testsJakub Senko2019-09-241-6/+6
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Remove console.log() callJakub Senko2019-09-241-1/+0
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Update ACP as wellJakub Senko2019-09-242-6/+7
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Use es2015Jakub Senko2019-09-241-27/+19
| | | | | | | | PHPBB3-15564
* | [ticket/15564] Switch to Invisible reCAPTCHAJakub Senko2019-09-242-26/+58
| | | | | | | | PHPBB3-15564
* | Merge pull request #5694 from marc1706/ticket/15436Marc Alexander2019-09-241-5/+0
|\ \ | | | | | | | | | [ticket/15436] Remove folder icons code from index
| * | [ticket/15436] Remove folder icons code from indexvinny2019-09-211-5/+0
| | | | | | | | | | | | PHPBB3-15436
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-232-0/+14
|\ \ \
| * \ \ Merge pull request #5678 from rxu/ticket/16148Marc Alexander2019-09-232-0/+14
| |\ \ \ | | | | | | | | | | | | | | | [ticket/16148] Add template events to acp_groups.html
| | * | | [ticket/16148] Add template events to acp_groups.htmlrxu2019-09-052-0/+14
| | | | | | | | | | | | | | | | | | | | PHPBB3-16148
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-222-2/+8
|\ \ \ \ \ | |/ / / /
| * | | | Merge pull request #5677 from mrgoldy/ticket/14815Marc Alexander2019-09-222-2/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/14815] Enable contact links in memberlist
| | * | | | [ticket/14815] Enable contact links in memberlistmrgoldy2019-09-042-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14815
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-09-224-55/+5
|\ \ \ \ \ \ | |/ / / / /