| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [prep-release-3.3.0-b2] Add migration for 3.3.0-b2 | Marc Alexander | 2019-11-22 | 1 | -0/+38 |
| | | |||||
| * | Merge pull request #5686 from v12mike/ticket/9837 | Marc Alexander | 2019-11-22 | 2 | -3/+41 |
| |\ | | | | | | | [ticket/9837] Display unapproved posts to their authors | ||||
| | * | [ticket/9837] Apply suggested changes by CHItA | Marc Alexander | 2019-11-22 | 1 | -3/+3 |
| | | | | | | | | | PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to author | v12mike | 2019-11-21 | 1 | -1/+1 |
| | | | | | | | | | | | | | 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 |
| | | | | | | | | | | | | | 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] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 1 | -5/+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] Display unapproved posts to originator | v12mike | 2019-11-21 | 1 | -5/+5 |
| | | | | | | | | | | | | | Fix whitespace issues PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 1 | -9/+11 |
| | | | | | | | | | | | | | | | | | Add tests Tidy up code Improve user message formatting PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to posters | v12mike | 2019-11-21 | 1 | -7/+7 |
| | | | | | | | | | | | | | Add tests and improve style template PHPBB3-9837 | ||||
| | * | [ticket/9837] Make unapproved posts visible to posters | v12mike | 2019-11-21 | 2 | -5/+30 |
| | | | | | | | | | | | | | Improvements for feature following review PHPBB3-9837 | ||||
| | * | [ticket/9837] Small fixes | Máté Bartus | 2019-11-21 | 1 | -3/+4 |
| | | | | | | | | | PHPBB3-9837 | ||||
| | * | [ticket/9837] Display unapproved posts to their authors | Máté Bartus | 2019-11-21 | 1 | -2/+13 |
| | | | | | | | | | | | | | Basic functionality mock up. PHPBB3-9837 | ||||
| * | | [ticket/16167] Remove uses of user_email_hash | Marc Alexander | 2019-11-18 | 3 | -78/+1 |
| | | | | | | | | | PHPBB3-16167 | ||||
| * | | [ticket/16167] Add migration for removing user_email_hash | Marc Alexander | 2019-11-18 | 1 | -0/+57 |
| | | | | | | | | | PHPBB3-16167 | ||||
| * | | [ticket/12574] Remove passwords manager & container requirement from oauth | Marc Alexander | 2019-11-16 | 1 | -50/+42 |
| | | | | | | | | | PHPBB3-12574 | ||||
| * | | [ticket/12574] Clean up dependencies of db auth provider | Marc Alexander | 2019-11-16 | 1 | -21/+40 |
| | | | | | | | | | PHPBB3-12574 | ||||
| * | | [ticket/12574] Stop using passwords manager in apache provider | Marc Alexander | 2019-11-16 | 1 | -27/+48 |
| | | | | | | | | | PHPBB3-12574 | ||||
| * | | [ticket/12574] Remove passwords manager dependency from ldap | Marc Alexander | 2019-11-16 | 1 | -21/+32 |
| | | | | | | | | | | | | | 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 | 10 | -862/+1060 |
| |\ \ \ | |/ / |/| | | | | | [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] Clean up phpBB OAuth system | mrgoldy | 2019-11-03 | 10 | -855/+1073 |
| | | | | | | | | | | | | | PHPBB3-16008 | ||||
| * | | | Merge pull request #5726 from marc1706/ticket/12559 | Marc Alexander | 2019-11-08 | 1 | -0/+49 |
| |\ \ \ | |/ / |/| | | | | | [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] Add forum setting to limit subforum legend | PayBas | 2019-11-01 | 1 | -0/+45 |
| | |/ | | | | | | | | | | | Squashed all commits, they were basically just typos and errors PHPBB3-12559 | ||||
| * | | [ticket/16188] Remove some legacy code and fix bug | rubencm | 2019-11-01 | 1 | -2/+1 |
| | | | | | | | | | PHPBB3-16189 | ||||
| * | | [ticket/16189] Deprecate inet_ntop and inet_pton wrappers | rubencm | 2019-11-01 | 1 | -39/+7 |
| |/ | | | | PHPBB3-16189 | ||||
| * | [ticket/16190] Deprecate phpbb's checkdnsrr wrapper | rubencm | 2019-10-31 | 1 | -2/+2 |
| | | | | | PHPBB3-16190 | ||||
| * | Merge branch '3.2.x' into 3.3.x | Marc Alexander | 2019-10-28 | 1 | -3/+8 |
| |\ | |||||
| | * | Merge pull request #5709 from mrgoldy/ticket/16181 | Marc Alexander | 2019-10-28 | 1 | -3/+8 |
| | |\ | | | | | | | | | | [ticket/16181] Enforce string for OAuth provider id | ||||
| | | * | [ticket/16181] Fix typo in comment | Marc Alexander | 2019-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-16181 | ||||
| | | * | [ticket/16181] Fix spelling mistake in associated | mrgoldy | 2019-10-08 | 1 | -1/+1 |
| | | | | | | | | | | | | | PHPBB3-16181 | ||||
| | | * | [ticket/16181] Enforce string data type | mrgoldy | 2019-10-08 | 1 | -3/+8 |
| | | | | | | | | | | | | | PHPBB3-16181 | ||||
| * | | | [ticket/16192] Fix CLI extension not enableable messages | Matt Friedman | 2019-10-27 | 1 | -6/+5 |
| | | | | | | | | | | | | | PHPBB3-16192 | ||||
| * | | | Merge branch 'prep-release-3.3.0-b1' into 3.3.x | Marc Alexander | 2019-10-23 | 3 | -1/+79 |
| |\ \ \ | |||||
| | * | | | [prep-release-3.3.0-b1] Add jquery update migration to 330b1 dependencies | Marc Alexander | 2019-10-21 | 1 | -0/+1 |
| | | | | | |||||
| | * | | | Merge pull request #5716 from marc1706/ticket/15437 | Marc Alexander | 2019-10-21 | 2 | -1/+38 |
| | |\ \ \ | | | | | | | | | | | [ticket/15437] Update jQuery and cookie consent to latest | ||||
| | | * | | | [ticket/15437] Rename jquery.min.js to jquery-3.4.1.min.js | Marc Alexander | 2019-10-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15437 | ||||
| | | * | | | [ticket/15437] Add migration for updating jQuery to 3.4.1 | Marc Alexander | 2019-10-20 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15437 | ||||
