aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | | | Merge pull request #5750 from mrgoldy/ticket/12539Marc Alexander2019-11-281-0/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/12539] Rebind live member search navigation
| * | | | | | | | [ticket/12539] Rebind live member search navigationmrgoldy2019-11-261-0/+2
| | |/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12539
* | | | | | | | [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-242-125/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | PHPBB3-16223
* | | | | | | [3.3.x] Update version numbers to 3.3.0-rc1-devMarc Alexander2019-11-232-2/+2
| | | | | | |
* | | | | | | [prep-release-3.3.0-b2] Update changelog for 3.3.0-b2Marc Alexander2019-11-221-0/+25
| | | | | | |
* | | | | | | [prep-release-3.3.0-b2] Add migration for 3.3.0-b2Marc Alexander2019-11-221-0/+38
| | | | | | |
* | | | | | | [prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2Marc Alexander2019-11-222-3/+3
| | | | | | |
* | | | | | | [prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2Marc Alexander2019-11-223-3/+3
| | | | | | |
* | | | | | | Merge pull request #5686 from v12mike/ticket/9837Marc Alexander2019-11-228-3/+58
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/9837] Display unapproved posts to their authors
| * | | | | | | [ticket/9837] Apply suggested changes by CHItAMarc Alexander2019-11-222-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9837
| * | | | | | | [ticket/9837] Make unapproved posts visible to authorv12mike2019-11-212-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarification of comment 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] Display unapproved posts to their authorsv12mike2019-11-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve ACP language strings PHPBB3-9837
| * | | | | | | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-212-9/+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] Small fixesMáté Bartus2019-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9837
| * | | | | | | [ticket/9837] Display unapproved posts to their authorsMáté Bartus2019-11-211-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837
| * | | | | | | [ticket/9837] Display unapproved posts to originatorv12mike2019-11-212-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix whitespace issues PHPBB3-9837
| * | | | | | | [ticket/9837] Make unapproved posts visible to posterv12mike2019-11-211-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve acp explanation string PHPBB3-9837
| * | | | | | | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-216-17/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837
| * | | | | | | [ticket/9837] Display unapproved posts to postersv12mike2019-11-213-10/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837
| * | | | | | | [ticket/9837] Make unapproved posts visible to postersv12mike2019-11-215-5/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improvements for feature following review PHPBB3-9837
| * | | | | | | [ticket/9837] Small fixesMáté Bartus2019-11-213-5/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-9837
| * | | | | | | [ticket/9837] Display unapproved posts to their authorsMáté Bartus2019-11-214-2/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837
* | | | | | | | [ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash()Marc Alexander2019-11-193-22/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The latter one has been deprecated for 10 years now. PHPBB3-16167
* | | | | | | | [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