aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | [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
| * | | | | [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] Clean up phpBB OAuth systemmrgoldy2019-11-0310-855/+1073
| | |_|/ / | |/| | | | | | | | | | | | | PHPBB3-16008
* | | | | Merge pull request #5726 from marc1706/ticket/12559Marc Alexander2019-11-081-0/+49
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | [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] Add forum setting to limit subforum legendPayBas2019-11-011-0/+45
| |/ / / | | | | | | | | | | | | | | | | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559
* | | | [ticket/16188] Remove some legacy code and fix bugrubencm2019-11-011-2/+1
| | | | | | | | | | | | | | | | PHPBB3-16189
* | | | [ticket/16189] Deprecate inet_ntop and inet_pton wrappersrubencm2019-11-011-39/+7
|/ / / | | | | | | | | | PHPBB3-16189
* | | [ticket/16190] Deprecate phpbb's checkdnsrr wrapperrubencm2019-10-311-2/+2
| | | | | | | | | | | | PHPBB3-16190
* | | 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
* | | | [ticket/16192] Fix CLI extension not enableable messagesMatt Friedman2019-10-271-6/+5
| | | | | | | | | | | | | | | | PHPBB3-16192
* | | | Merge branch 'prep-release-3.3.0-b1' into 3.3.xMarc Alexander2019-10-233-1/+79
|\ \ \ \