aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/15294] Get rid of SQL query in a loop as far as possiblerxu2019-11-041-8/+43
| | | | PHPBB3-15294
* [ticket/15294] Back to the all DBMS compliant splitted queriesrxu2019-11-041-27/+17
| | | | PHPBB3-15294
* [ticket/15294] Another approach, optimize updating & purging expired sessionsrxu2019-11-031-32/+31
| | | | PHPBB3-15294
* [ticket/15294] Fix session_gc() selecting expired sessions for unique usersrxu2019-11-031-28/+28
| | | | | | Also remove limit of 10 as it does not allow to collect all the garbage. PHPBB3-15294
* Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-013-13/+21
|\
| * Merge pull request #5685 from 3D-I/ticket/16153Marc Alexander2019-11-013-13/+21
| |\ | | | | | | | | | [ticket/16153] Enable Emojis and rich text in Topic title
| | * [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-2885-240/+880
| | |\ | | |/ | |/|
| | * [ticket/16153] Functional test 23D-I2019-09-111-7/+4
| | | | | | | | | | | | PHPBB3-16153
| | * [ticket/16153] Functional test3D-I2019-09-111-3/+1
| | | | | | | | | | | | PHPBB3-16153
| | * [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
* | | | Merge pull request #5718 from rubencm/ticket/16189Marc Alexander2019-11-018-334/+61
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16189] Deprecate inet_ntop and inet_pton wrappers
| * | | | [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-014-245/+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
* | | | | | Merge pull request #5719 from rubencm/ticket/15958Marc Alexander2019-11-012-6/+6
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/15958] Standarize create forums default options
| * | | | | | [ticket/15958] Standarize create forums default optionsrubencm2019-10-242-6/+6
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-15958
* | | | | | Merge pull request #5724 from rubencm/ticket/16190Marc Alexander2019-11-017-238/+27
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16190] Deprecate phpbb's checkdnsrr wrapper
| * | | | | | [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-317-238/+27
| | |_|/ / / | |/| | | | | | | | | | | | | | | | PHPBB3-16190
* | | | | | Merge pull request #5723 from rubencm/ticket/16196Marc Alexander2019-11-012-17/+12
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/16196] Remove paragonie/random_compat
| * | | | | [ticket/16196] Remove paragonie/random_compatrubencm2019-10-302-17/+12
| |/ / / / | | | | | | | | | | | | | | | PHPBB3-16196
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-281-3/+8
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #5709 from mrgoldy/ticket/16181Marc Alexander2019-10-281-3/+8
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16181] Enforce string for OAuth provider id
| | * | | | [ticket/16181] Fix typo in commentMarc Alexander2019-10-201-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16181
| | * | | | [ticket/16181] Fix spelling mistake in associatedmrgoldy2019-10-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16181
| | * | | | [ticket/16181] Enforce string data typemrgoldy2019-10-081-3/+8
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16181
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-282-13/+42
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5682 from 3D-I/ticket/16151Marc Alexander2019-10-282-13/+42
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16151] Enable Emojis and rich text in forum name
| | * | | | | [ticket/16151] Enable Emojis and rich text in forum name3D-I2019-10-282-25/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Move to a new function() PHPBB3-16151
| | * | | | | [ticket/16151] Enable Emojis and rich text in forum name3D-I2019-09-081-1/+21
| | | |_|_|/ | | |/| | | | | | | | | | | | | | | PHPBB3-16151
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-281-4/+17
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Merge pull request #5672 from OxCom/ticket/16146Marc Alexander2019-10-281-4/+17
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | [ticket/16146] New core event: after move forum
| | * | | | | [ticket/16146] Fix typos in event descriptionMarc Alexander2019-10-261-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16146
| | * | | | | [ticket/16146] fix event name in commentoxcom2019-09-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16146
| | * | | | | [ticket/16146] New core event: after move forumoxcom2019-09-021-0/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16146
* | | | | | | Merge pull request #5721 from VSEphpbb/ticket/16192Marc Alexander2019-10-281-6/+5
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16192] Fix CLI extension not enableable messages
| * | | | | | | [ticket/16192] Fix CLI extension not enableable messagesMatt Friedman2019-10-271-6/+5
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-16192
* | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-262-6/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge pull request #5695 from 3D-I/ticket/16161Marc Alexander2019-10-262-6/+0
| |\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/16161] Enable BBcodes without closing tag
| | * | | | | | [ticket/16161] Enable BBcodes without closing tag3D-I2019-09-222-6/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16161
* | | | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-10-269-13/+13
|\ \ \ \ \ \ \ \ | |/ / / / / / / | | | | | | / / | |_|_|_|_|/ / |/| | | | | |