aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-1812-229/+5
| | | | PHPBB3-16167
* [ticket/16167] Add migration for removing user_email_hashMarc Alexander2019-11-181-0/+57
| | | | PHPBB3-16167
* Merge pull request #5735 from AlfredoRamos/ticket/16205Marc Alexander2019-11-171-1/+2
|\ | | | | | | [ticket/16205] Fix undefined $zebra variable
| * [ticket/16205] Fix undefined zebra variableAlfredo Ramos2019-11-121-1/+2
| | | | | | | | PHPBB3-16205
* | [ticket/12574] Remove passwords manager & container requirement from oauthMarc Alexander2019-11-162-52/+43
| | | | | | | | PHPBB3-12574
* | [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-162-23/+42
| | | | | | | | PHPBB3-12574
* | [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-162-29/+50
| | | | | | | | PHPBB3-12574
* | [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-162-23/+34
| | | | | | | | | | | | Also started to implement tests for ldap provider. PHPBB3-12574
* | Merge pull request #5733 from mrgoldy/ticket/16206Marc Alexander2019-11-161-17/+2
|\ \ | | | | | | | | | [ticket/16206] Remove no longer needed workaround for PHP bug #66834
| * | [ticket/16206] Remove offsetExists and set non-NULL valuemrgoldy2019-11-101-17/+2
| |/ | | | | | | PHPBB3-16206
* | Merge pull request #5584 from mrgoldy/ticket/16008Marc Alexander2019-11-1612-866/+1066
|\ \ | | | | | | | | | [ticket/16008] Clean up OAuth system
| * | [ticket/16008] Adjust naming and remove typoMarc Alexander2019-11-112-5/+5
| | | | | | | | | | | | PHPBB3-16008
| * | [ticket/16008] Enforce string data type as per ticket/16181mrgoldy2019-11-031-1/+6
| | | | | | | | | | | | PHPBB3-16008
| * | [ticket/16008] Remove empty line, re-add @changed and remove duplicate codemrgoldy2019-11-031-27/+2
| | | | | | | | | | | | PHPBB3-16008
| * | [ticket/16008] Properly order get_external_service_providermrgoldy2019-11-032-10/+10
| | | | | | | | | | | | PHPBB3-16008
| * | [ticket/16008] Add missing empty linemrgoldy2019-11-031-1/+1
| | | | | | | | | | | | PHPBB3-16008
| * | [ticket/16008] Unindent YML commentsmrgoldy2019-11-031-3/+3
| | | | | | | | | | | | PHPBB3-16008
| * | [ticket/16008] Clean up phpBB OAuth systemmrgoldy2019-11-0312-862/+1082
| | | | | | | | | | | | PHPBB3-16008
* | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-141-8/+6
|\ \ \ | |_|/ |/| |
| * | [ticket/16210] Ensure terms of use is not skipped by enforcing form tokenMarc Alexander2019-11-121-8/+6
| | | | | | | | | | | | PHPBB3-16210
* | | Merge pull request #5726 from marc1706/ticket/12559Marc Alexander2019-11-085-1/+62
|\ \ \ | | | | | | | | | | | | [ticket/12559] Add forum setting to limit subforum legend
| * | | [ticket/12559] Use short array syntaxMarc Alexander2019-11-041-14/+14
| | | | | | | | | | | | | | | | PHPBB3-12559
| * | | [ticket/12559] Move migration to v330 folderMarc Alexander2019-11-011-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12559
| * | | [ticket/12559] Update migration dependenciesPayBas2019-11-011-2/+2
| | | | | | | | | | | | | | | | PHPBB3-12559
| * | | [ticket/12559] Updated copyright informationPayBas2019-11-011-3/+7
| | | | | | | | | | | | | | | | PHPBB3-12559
| * | | [ticket/12559] Applied DeMorgan and removed unnecessary true:falsePayBas2019-11-011-1/+1
| | | | | | | | | | | | | | | | PHPBB3-12559
| * | | [ticket/12559] Add forum setting to limit subforum legendPayBas2019-11-015-1/+58
| | | | | | | | | | | | | | | | | | | | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-071-6/+6
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/16199] Init guest posting CAPTCHA only if guest posting is allowedrxu2019-11-051-6/+6
| | | | | | | | | | | | | | | | PHPBB3-16199
* | | | Merge pull request #5684 from mrgoldy/ticket/12539Marc Alexander2019-11-064-7/+105
|\ \ \ \ | |_|_|/ |/| | | | | | | [ticket/12539] Live member search improvements
| * | | [ticket/12539] Prevent cursor repositioningmrgoldy2019-10-281-0/+3
| | | | | | | | | | | | | | | | PHPBB3-12539
| * | | [ticket/12539] Reposition ESC to be on topmrgoldy2019-10-221-5/+5
| | | | | | | | | | | | | | | | PHPBB3-12539
| * | | [ticket/12539] Change let to var in jQuerymrgoldy2019-10-221-18/+18
| | | | | | | | | | | | | | | | PHPBB3-12539
| * | | [ticket/12539] Live member search improvementsmrgoldy2019-09-094-5/+100
| | | | | | | | | | | | | | | | PHPBB3-12539
* | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-012-4/+17
|\ \ \ \ | | |/ / | |/| |
| * | | [ticket/16153] Enable Emojis and rich text in Topic title3D-I2019-10-301-1/+1
| | | | | | | | | | | | | | | | PHPBB3-16153
| * | | [ticket/16153] Use new function3D-I2019-10-281-12/+2
| | | | | | | | | | | | | | | | PHPBB3-16153
| * | | Merge branch '3.2.x' into ticket/161533D-I2019-10-2869-205/+560
| |\ \ \
| * | | | [ticket/16153] Enable Emojis and rich text in Topic title3D-I2019-09-102-4/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-16153
* | | | | Merge pull request #5717 from 3D-I/ticket/16187Marc Alexander2019-11-011-6/+6
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16187] Correctly display registration using external services
| * | | | | [ticket/16187] Correctly display registration using external services3D-I2019-10-241-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16187
* | | | | | [ticket/16189] Make wrappers call native functionsrubencm2019-11-011-114/+2
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16189
* | | | | | [ticket/16189] Update versionrubencm2019-11-012-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16189
* | | | | | [ticket/16188] Remove some legacy code and fix bugrubencm2019-11-016-90/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16189
* | | | | | [ticket/16189] Deprecate inet_ntop and inet_pton wrappersrubencm2019-11-013-189/+165
| |_|_|_|/ |/| | | | | | | | | | | | | | PHPBB3-16189
* | | | | Merge pull request #5722 from mrgoldy/ticket/16195Marc Alexander2019-11-011-1/+1
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16195] Copy forum permissions' missing paragraph
| * | | | | [ticket/16195] Add missing paragraphmrgoldy2019-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16195
* | | | | | Merge pull request #5720 from hanakin/ticket/16188Marc Alexander2019-11-011-7/+0
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16188] fix acp responsive stats
| * | | | | | [ticket/16188] Remove responsive tables in acphanakin2019-10-311-30/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16188
| * | | | | | [ticket/16188] fix acp responsive statshanakin2019-10-271-7/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16188