aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/16250] Reworked status as constantsJoshyPHP2019-12-162-8/+24
| | | | | | | | | | | | | | | | PHPBB3-16250
| * | | [ticket/16250] Add a service to check BBCodes safenessJoshyPHP2019-12-132-0/+105
| | | | | | | | | | | | | | | | PHPBB3-16250
* | | | Merge pull request #5728 from rxu/ticket/15294Marc Alexander2019-12-151-50/+74
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/15294] Fix session_gc() selecting expired sessions for unique users
| * | | | [ticket/15294] Minor code adjustingrxu2019-11-051-18/+18
| | | | | | | | | | | | | | | | | | | | PHPBB3-15294
| * | | | [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
* | | | | [ticket/16255] Fix PHP 7.4 deprecation warningSage Pointer2019-12-131-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-16255
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-121-1/+1
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | Merge pull request #5771 from JoshyPHP/ticket/16251Marc Alexander2019-12-121-1/+1
| |\ \ \ \ | | | | | | | | | | | | | | | | | | [ticket/16251] Prevent shortened links from overriding other plugins
| | * | | | [ticket/16251] Prevent shortened links from overriding other pluginsJoshyPHP2019-12-091-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16251
* | | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-121-1/+19
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-091-1/+19
| |/ / / | | | | | | | | | | | | PHPBB3-16252
* | | | Merge pull request #5756 from mrgoldy/ticket/16239Marc Alexander2019-12-061-21/+0
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/16239] Remove deprecated phpbb\db\tools
| * | | | [ticket/16239] Remove deprecated phpbb\db\toolsmrgoldy2019-11-301-21/+0
| | | | | | | | | | | | | | | | | | | | PHPBB3-16239
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-12-062-8/+16
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | [ticket/16247] Quote PM has no identifier3D-I2019-12-051-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Code review PHPBB3-16247
| * | | | [ticket/16247] Code consistency3D-I2019-12-051-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16247
| * | | | [ticket/16247] Quote PM has no identifier3D-I2019-12-052-0/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-16247
* | | | | Merge branch '3.2.x' into 3.3.xMarc Alexander2019-11-281-5/+21
|\ \ \ \ \ | |/ / / /
| * | | | [ticket/16228] Fix BBCodes mergingJoshyPHP2019-11-251-5/+21
| | | | | | | | | | | | | | | | | | | | PHPBB3-16228
* | | | | [ticket/16223] Use constructor arguments instead of func_get_args()Marc Alexander2019-11-251-9/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-16223
* | | | | [ticket/16223] Ensure memcached tests are only run when availableMarc Alexander2019-11-251-3/+22
| | | | | | | | | | | | | | | | | | | | PHPBB3-16223
* | | | | [ticket/16223] Remove no longer supported memcache driverMarc Alexander2019-11-241-122/+0
| |/ / / |/| | | | | | | | | | | PHPBB3-16223
* | | | [prep-release-3.3.0-b2] Add migration for 3.3.0-b2Marc Alexander2019-11-221-0/+38
| | | |
* | | | Merge pull request #5686 from v12mike/ticket/9837Marc Alexander2019-11-222-3/+41
|\ \ \ \ | | | | | | | | | | | | | | | [ticket/9837] Display unapproved posts to their authors
| * | | | [ticket/9837] Apply suggested changes by CHItAMarc Alexander2019-11-221-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-9837
| * | | | [ticket/9837] Make unapproved posts visible to authorv12mike2019-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | review comments PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Coding guidelines fixes PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change code order to improve efficiency. PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to their authorsv12mike2019-11-211-5/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Re-order code for efficiency PHPBB3-9837
| * | | | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to originatorv12mike2019-11-211-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace issues PHPBB3-9837
| * | | | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-211-9/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to postersv12mike2019-11-211-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837
| * | | | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-212-5/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements for feature following review PHPBB3-9837
| * | | | [ticket/9837] Small fixesMáté Bartus2019-11-211-3/+4
| | | | | | | | | | | | | | | | | | | | PHPBB3-9837
| * | | | [ticket/9837] Display unapproved posts to their authorsMáté Bartus2019-11-211-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837
* | | | | [ticket/16167] Remove uses of user_email_hashMarc Alexander2019-11-183-78/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-16167
* | | | | [ticket/16167] Add migration for removing user_email_hashMarc Alexander2019-11-181-0/+57
| | | | | | | | | | | | | | | | | | | | PHPBB3-16167
* | | | | [ticket/12574] Remove passwords manager & container requirement from oauthMarc Alexander2019-11-161-50/+42
| | | | | | | | | | | | | | | | | | | | PHPBB3-12574
* | | | | [ticket/12574] Clean up dependencies of db auth providerMarc Alexander2019-11-161-21/+40
| | | | | | | | | | | | | | | | | | | | PHPBB3-12574
* | | | | [ticket/12574] Stop using passwords manager in apache providerMarc Alexander2019-11-161-27/+48
| | | | | | | | | | | | | | | | | | | | PHPBB3-12574
* | | | | [ticket/12574] Remove passwords manager dependency from ldapMarc Alexander2019-11-161-21/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-1610-862/+1060
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | | | | | | [ticket/16008] Clean up OAuth system
| * | | | | [ticket/16008] Adjust naming and remove typoMarc Alexander2019-11-112-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-16008