| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/security/235] Only allow one wildcard in the search query to limit ↵ | Derky | 2019-04-26 | 1 | -0/+9 |
| | | | | | | | the database load SECURITY-235 | ||||
| * | [ticket/security/235] Use whitespace instead of word boundary regex to ↵ | Derky | 2019-04-26 | 1 | -1/+1 |
| | | | | | | | | remove wildcards This fixes removing the wildcard in the following search query: *.test SECURITY-235 | ||||
| * | [ticket/security/235] Remove non trailing wildcards from search keywords | Derky | 2019-04-25 | 1 | -0/+5 |
| | | | | | | Database indexes are only used if wildcards are used at the end. SECURITY-235 | ||||
| * | [ticket/security/235] Apply wildcard char count patch | Derky | 2019-03-14 | 1 | -9/+15 |
| | | | | | SECURITY-235 | ||||
| * | Merge pull request #5544 from 3D-I/ticket/15986 | Marc Alexander | 2019-03-14 | 1 | -0/+1 |
| |\ | | | | | | | [ticket/15986] Add missing language key for posting.php | ||||
| | * | [ticket/15986] Add missing language key for posting.php | 3D-I | 2019-03-07 | 1 | -0/+1 |
| | | | | | | | | | PHPBB3-15986 | ||||
| * | | Merge pull request #5509 from mrgoldy/ticket/15939 | Marc Alexander | 2019-03-13 | 1 | -4/+4 |
| |\ \ | | | | | | | | | | [ticket/15939] Fix Pagination docblocks | ||||
| | * | | [ticket/15939] Pagination docblocks | mrgoldy | 2019-01-14 | 1 | -4/+4 |
| | | | | | | | | | | | | | PHPBB3-15939 | ||||
| * | | | Merge pull request #5512 from jasonmarlin/ticket/15941 | Marc Alexander | 2019-03-13 | 1 | -3/+5 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15941] Replace MAX to speed up query in update_post_information | ||||
| | * | | | [ticket/15941] Small change to induce rebuild | jasonmarlin | 2019-01-18 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | PHPBB3-15941 | ||||
| | * | | | [ticket/15941] Replace MAX SQL in functions_posting.php | jasonmarlin | 2019-01-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace MAX SQL function with faster query using order by and limit. The ajacent query could also be optimized to eliminate the usage of MAX. Note that adding a compound key as suggested by EXPLAIN SQL yields an improvement, but not nearly as fast as ORDER + LIMIT. PHPBB3-15941 | ||||
| | * | | | [ticket/15941] Replace MAX to speed up query in update_post_information | jasonmarlin | 2019-01-15 | 1 | -3/+5 |
| | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Replace MAX SQL function with faster query using order by and limit. The ajacent query could also be optimized to eliminate the usage of MAX. Note that adding a compound key as suggested by EXPLAIN SQL yields an improvement, but not nearly as fast as ORDER + LIMIT. PHPBB3-15941 | ||||
| * | | | Merge pull request #5533 from rubencm/ticket/15965 | Marc Alexander | 2019-03-13 | 4 | -7/+24 |
| |\ \ \ | | | | | | | | | | | | | [ticket/15965] Fix hardcoded directory [3.2.x only] | ||||
| | * | | | [ticket/15965] Fix hardcoded directory | rubencm | 2019-02-12 | 4 | -7/+24 |
| | | | | | | | | | | | | | | | | | PHPBB3-15965 | ||||
| * | | | | Merge pull request #5539 from 3D-I/ticket/15975 | Marc Alexander | 2019-03-10 | 4 | -1/+8 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15975] Remove user notification data upon user deletion | ||||
| | * | | | | [ticket/15975] Remove user notification data upon user deletion | 3D-I | 2019-02-23 | 4 | -1/+8 |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-15975 | ||||
| * | | | | Merge pull request #5458 from 3D-I/ticket/15884 | Marc Alexander | 2019-02-23 | 2 | -0/+99 |
| |\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/15884] Add memberlist_body_* events | ||||
| | * | | | [ticket/15884] Alphabetical order - last bit | 3D-I | 2018-12-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Alphabetical order | 3D-I | 2018-12-26 | 1 | -32/+32 |
| | | | | | | | | | | | | | | | | | PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add more events | 3D-I | 2018-12-01 | 2 | -9/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update events.md (version) update events.md (new events) PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add memberlist_body_* events | 3D-I | 2018-11-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | update description (typo) PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add memberlist_body_* events | 3D-I | 2018-11-29 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | update events.md PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add memberlist_body_* events | 3D-I | 2018-11-29 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update events name update events.md PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add memberlist_body_* events | 3D-I | 2018-11-29 | 2 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | update events name update events.md PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add memberlist_body_* events | 3D-I | 2018-11-29 | 2 | -8/+49 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | add new events for group update events name update events.md PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add memberlist_body_* events | 3D-I | 2018-11-27 | 1 | -0/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | | update events.md PHPBB3-15884 | ||||
| | * | | | [ticket/15884] Add memberlist_body_* events | 3D-I | 2018-11-27 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | | PHPBB3-15884 | ||||
| * | | | | Merge pull request #5487 from 3D-I/ticket/15918 | Marc Alexander | 2019-02-11 | 1 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15918] Fix addslashes in mcp_ban.html | ||||
| | * | | | | [ticket/15918] Apply the Twig escape filter to not add-slashed contents | 3D-I | 2018-12-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15918 | ||||
| | * | | | | [ticket/15918] Remove redundant escape JS | 3D-I | 2018-12-24 | 1 | -3/+3 |
| | | |/ / | |/| | | | | | | | | | | | | | | | | | | In mcp_ban.html and coherently use twig syntax PHPBB3-15918 | ||||
| * | | | | Merge pull request #5525 from kasimi/ticket/15954 | Marc Alexander | 2019-02-11 | 9 | -22/+88 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15954] Add safeguards to include() calls | ||||
| | * | | | | [ticket/15954] Fixed including mcp_front.php | kasimi | 2019-01-30 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15954 | ||||
| | * | | | | [ticket/15954] Add safeguards to include() calls | kasimi | 2019-01-26 | 9 | -22/+88 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15954 | ||||
| * | | | | | Merge pull request #5529 from 3D-I/ticket/15960 | Marc Alexander | 2019-02-11 | 1 | -0/+4 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | [ticket/15960] Add SQL transactions to functions_admin.php | ||||
| | * | | | | | [ticket/15960] Add SQL transactions to functions_admin.php | 3D-I | 2019-02-01 | 1 | -0/+4 |
| | | |/ / / | |/| | | | | | | | | | | | | | PHPBB3-15960 | ||||
| * | | | | | Merge pull request #5530 from marc1706/ticket/15959 | Marc Alexander | 2019-02-11 | 1 | -1/+1 |
| |\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | [ticket/15959] Fix invalid CNAME record | ||||
| | * | | | | [ticket/15959] Fix invalid CNAME record | AJ Quick | 2019-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15959 | ||||
| | * | | | | [ticket/15959] Fix invalid CNAME record | AJ Quick | 2019-02-03 | 1 | -1/+1 |
| |/ / / / | | | | | | | | | | | | | PHPBB3-15959 | ||||
| * | | | | Merge pull request #5510 from mrgoldy/ticket/15931 | Marc Alexander | 2019-01-20 | 2 | -5/+10 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15931] Fix PM report emails | ||||
| | * | | | | [ticket/15931] Fix PM report emails | mrgoldy | 2019-01-14 | 2 | -5/+10 |
| | | |_|/ | |/| | | | | | | | | | | PHPBB3-15931 | ||||
| * | | | | Merge pull request #5469 from senky/ticket/15899 | Marc Alexander | 2019-01-20 | 1 | -0/+20 |
| |\ \ \ \ | |/ / / |/| | | | | | | | [ticket/15899] Add core.modify_attachment_sql_ary_on_* events | ||||
| | * | | | [ticket/15899] Add core.modify_attachment_sql_ary_on_* events | Jakub Senko | 2018-12-27 | 1 | -0/+20 |
| | | | | | | | | | | | | | | | | | PHPBB3-15899 | ||||
| * | | | | Merge pull request #5508 from marc1706/ticket/15935 | Marc Alexander | 2019-01-13 | 1 | -4/+7 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15935] Don't install APCu if it's already installed | ||||
| | * | | | | [ticket/15935] Don't install APCu if it's already installed | Alec | 2019-01-13 | 1 | -4/+7 |
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | Travis fails when the APCu install fails due to it already being installed A check is added here to make sure that it does nothing in that case PHPBB3-15935 | ||||
| * | | | | Merge pull request #5498 from 3D-I/ticket/15926 | Marc Alexander | 2019-01-06 | 2 | -3/+3 |
| |\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev | ||||
| | * | | | | [ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev | 3D-I | 2019-01-06 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15926 | ||||
| | * | | | | [ticket/15926] Update docs/INSTALL.html | 3D-I | 2019-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15926 | ||||
| | * | | | | [ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev | 3D-I | 2019-01-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | PHPBB3-15926 | ||||
| | * | | | | [ticket/15926] Deny 3.2.x installation if PHP >= 7.3-dev | 3D-I | 2019-01-05 | 1 | -2/+2 |
| | | |/ / | |/| | | | | | | | | | | PHPBB3-15926 | ||||
| | * | | | Merge pull request #1 from phpbb/3.2.x | 3Di | 2018-12-24 | 25 | -34/+302 |
| | |\ \ \ | | |_|/ | |/| | | 3.2.x | ||||
