| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2 | Marc Alexander | 2019-11-22 | 2 | -3/+3 |
| | | |||||
| * | [prep-release-3.3.0-b2] Update version numbers to 3.3.0-b2 | Marc Alexander | 2019-11-22 | 3 | -3/+3 |
| | | |||||
| * | Merge pull request #5686 from v12mike/ticket/9837 | Marc Alexander | 2019-11-22 | 8 | -3/+58 |
| |\ | | | | | | | [ticket/9837] Display unapproved posts to their authors | ||||
| | * | [ticket/9837] Apply suggested changes by CHItA | Marc Alexander | 2019-11-22 | 2 | -4/+4 |
| | | | | | | | | | PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to author | v12mike | 2019-11-21 | 2 | -2/+2 |
| | | | | | | | | | | | | | review comments PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -3/+3 |
| | | | | | | | | | | | | | Coding guidelines fixes PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | Clarification of comment PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | Change code order to improve efficiency. PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -5/+4 |
| | | | | | | | | | | | | | Re-order code for efficiency PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | v12mike | 2019-11-21 | 1 | -2/+2 |
| | | | | | | | | | | | | | Improve ACP language strings PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 2 | -9/+5 |
| | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to posters | v12mike | 2019-11-21 | 1 | -5/+5 |
| | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837 | ||||
| | * | [ticket/9837] Small fixes | Máté Bartus | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | Máté Bartus | 2019-11-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to originator | v12mike | 2019-11-21 | 2 | -7/+7 |
| | | | | | | | | | | | | | Fix whitespace issues PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to poster | v12mike | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | Improve acp explanation string PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 6 | -17/+16 |
| | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to posters | v12mike | 2019-11-21 | 3 | -10/+11 |
| | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 5 | -5/+38 |
| | | | | | | | | | | | | | Improvements for feature following review PHPBB3-9837 | ||||
| | * | [ticket/9837] Small fixes | Máté Bartus | 2019-11-21 | 3 | -5/+6 |
| | | | | | | | | | PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | Máté Bartus | 2019-11-21 | 4 | -2/+24 |
| | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837 | ||||
| * | | [ticket/16167] Deprecate phpbb_email_hash() and remove gen_email_hash() | Marc Alexander | 2019-11-19 | 3 | -22/+14 |
| | | | | | | | | | | | | | The latter one has been deprecated for 10 years now. PHPBB3-16167 | ||||
| * | | [ticket/16167] Remove uses of user_email_hash | Marc Alexander | 2019-11-18 | 12 | -229/+5 |
| | | | | | | | | | PHPBB3-16167 | ||||
| * | | [ticket/16167] Add migration for removing user_email_hash | Marc Alexander | 2019-11-18 | 1 | -0/+57 |
| | | | | | | | | | PHPBB3-16167 | ||||
| * | | Merge pull request #5735 from AlfredoRamos/ticket/16205 | Marc Alexander | 2019-11-17 | 1 | -1/+2 |
| |\ \ | | | | | | | | | | [ticket/16205] Fix undefined $zebra variable | ||||
| | * | | [ticket/16205] Fix undefined zebra variable | Alfredo Ramos | 2019-11-12 | 1 | -1/+2 |
| | | | | | | | | | | | | | PHPBB3-16205 | ||||
| * | | | [ticket/12574] Remove passwords manager & container requirement from oauth | Marc Alexander | 2019-11-16 | 2 | -52/+43 |
| | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | [ticket/12574] Clean up dependencies of db auth provider | Marc Alexander | 2019-11-16 | 2 | -23/+42 |
| | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | [ticket/12574] Stop using passwords manager in apache provider | Marc Alexander | 2019-11-16 | 2 | -29/+50 |
| | | | | | | | | | | | | | PHPBB3-12574 | ||||
| * | | | [ticket/12574] Remove passwords manager dependency from ldap | Marc Alexander | 2019-11-16 | 2 | -23/+34 |
| | | | | | | | | | | | | | | | | | | | Also started to implement tests for ldap provider. PHPBB3-12574 | ||||
| * | | | Merge pull request #5733 from mrgoldy/ticket/16206 | Marc Alexander | 2019-11-16 | 1 | -17/+2 |
| |\ \ \ | | | | | | | | | | | | | [ticket/16206] Remove no longer needed workaround for PHP bug #66834 | ||||
| | * | | | [ticket/16206] Remove offsetExists and set non-NULL value | mrgoldy | 2019-11-10 | 1 | -17/+2 |
| | |/ / | | | | | | | | | | PHPBB3-16206 | ||||
| * | | | Merge pull request #5584 from mrgoldy/ticket/16008 | Marc Alexander | 2019-11-16 | 12 | -866/+1066 |
| |\ \ \ | | | | | | | | | | | | | [ticket/16008] Clean up OAuth system | ||||
| | * | | | [ticket/16008] Adjust naming and remove typo | Marc Alexander | 2019-11-11 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | PHPBB3-16008 | ||||
| | * | | | [ticket/16008] Enforce string data type as per ticket/16181 | mrgoldy | 2019-11-03 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-16008 | ||||
| | * | | | [ticket/16008] Remove empty line, re-add @changed and remove duplicate code | mrgoldy | 2019-11-03 | 1 | -27/+2 |
| | | | | | | | | | | | | | | | | | PHPBB3-16008 | ||||
| | * | | | [ticket/16008] Properly order get_external_service_provider | mrgoldy | 2019-11-03 | 2 | -10/+10 |
| | | | | | | | | | | | | | | | | | PHPBB3-16008 | ||||
| | * | | | [ticket/16008] Add missing empty line | mrgoldy | 2019-11-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-16008 | ||||
| | * | | | [ticket/16008] Unindent YML comments | mrgoldy | 2019-11-03 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | PHPBB3-16008 | ||||
| | * | | | [ticket/16008] Clean up phpBB OAuth system | mrgoldy | 2019-11-03 | 12 | -862/+1082 |
| | | | | | | | | | | | | | | | | | PHPBB3-16008 | ||||
| * | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-11-14 | 1 | -8/+6 |
| |\ \ \ \ | |_|/ / |/| | | | |||||
| | * | | | [ticket/16210] Ensure terms of use is not skipped by enforcing form token | Marc Alexander | 2019-11-12 | 1 | -8/+6 |
| | | | | | | | | | | | | | | | | | PHPBB3-16210 | ||||
| * | | | | Merge pull request #5726 from marc1706/ticket/12559 | Marc Alexander | 2019-11-08 | 5 | -1/+62 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/12559] Add forum setting to limit subforum legend | ||||
| | * | | | | [ticket/12559] Use short array syntax | Marc Alexander | 2019-11-04 | 1 | -14/+14 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12559 | ||||
| | * | | | | [ticket/12559] Move migration to v330 folder | Marc Alexander | 2019-11-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12559 | ||||
| | * | | | | [ticket/12559] Update migration dependencies | PayBas | 2019-11-01 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12559 | ||||
| | * | | | | [ticket/12559] Updated copyright information | PayBas | 2019-11-01 | 1 | -3/+7 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12559 | ||||
| | * | | | | [ticket/12559] Applied DeMorgan and removed unnecessary true:false | PayBas | 2019-11-01 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-12559 | ||||
| | * | | | | [ticket/12559] Add forum setting to limit subforum legend | PayBas | 2019-11-01 | 5 | -1/+58 |
| | | |_|/ | |/| | | | | | | | | | | | | | | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559 | ||||
| * | | | | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-11-07 | 1 | -6/+6 |
| |\ \ \ \ | | |/ / | |/| | | |||||
