Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ticket/14670] Fix incompatibilities with container definitions | Marc Alexander | 2019-05-06 | 1 | -2/+7 |
| | | | | PHPBB3-14670 | ||||
* | Merge pull request #5577 from JoshyPHP/ticket/16034 | Marc Alexander | 2019-05-02 | 1 | -0/+4 |
|\ | | | | | | | [ticket/16034] Fix [url=] links being incorrectly shortened | ||||
| * | [ticket/16034] Fix [url=] links being incorrectly shortened | JoshyPHP | 2019-04-28 | 1 | -0/+4 |
| | | | | | | | | PHPBB3-16034 | ||||
* | | [prep-release-3.2.6] Fix expected data in avatar manager test | Marc Alexander | 2019-04-27 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #45 from phpbb/ticket/security/234 | Marc Alexander | 2019-04-27 | 1 | -1/+9 |
|\ \ | | | | | | | | | | [ticket/security/234] Add URL validation for input fields & main site URL | ||||
| * | | [ticket/security/234] Add test for URL validation | Marc Alexander | 2019-04-14 | 1 | -1/+9 |
| | | | | | | | | | | | | SECURITY-234 | ||||
* | | | Merge pull request #44 from phpbb/ticket/security/235 | Marc Alexander | 2019-04-27 | 1 | -4/+4 |
|\ \ \ | | | | | | | | | | | | | Ticket/security/235 Wildcard char count in search | ||||
| * | | | [ticket/security/235] Update search native tests | Marc Alexander | 2019-04-26 | 1 | -4/+4 |
| | | | | | | | | | | | | | | | | SECURITY-235 | ||||
* | | | | [ticket/16027] Force clearing of cache folder on install for functional | Marc Alexander | 2019-04-24 | 1 | -0/+8 |
| |_|/ |/| | | | | | | | | PHPBB3-16027 | ||||
* | | | Merge pull request #5559 from mrgoldy/ticket/16007 | Marc Alexander | 2019-04-17 | 1 | -1/+2 |
|\ \ \ | |_|/ |/| | | | | | [ticket/16007] Show ban message for OAuth login | ||||
| * | | [ticket/16007] Correct check_ban_test to boolean | mrgoldy | 2019-04-02 | 1 | -1/+2 |
| | | | | | | | | | | | | PHPBB3-16007 | ||||
* | | | Merge pull request #5556 from 3D-I/ticket/16004 | Marc Alexander | 2019-04-07 | 1 | -0/+11 |
|\ \ \ | |/ / |/| | | | | | [ticket/16004] Add check-in for Emojis in Username | ||||
| * | | [ticket/16004] Add tests/functions/validate_username_test.php | 3D-I | 2019-04-01 | 1 | -0/+11 |
| | | | | | | | | | | | | PHPBB3-16004 | ||||
* | | | Merge pull request #5553 from marc1706/ticket/15997 | Marc Alexander | 2019-03-30 | 1 | -1/+6 |
|\ \ \ | | | | | | | | | | | | | [ticket/15997] Use higher than default timeout for webdriver connections | ||||
| * | | | [ticket/15997] Use higher than default timeout for webdriver connections | Marc Alexander | 2019-03-19 | 1 | -1/+6 |
| | |/ | |/| | | | | | | | PHPBB3-15997 | ||||
* | | | [ticket/15996] Rename dataProvider to not start with test_ | Marc Alexander | 2019-03-19 | 1 | -2/+2 |
|/ / | | | | | | | PHPBB3-15996 | ||||
* | | Merge pull request #5533 from rubencm/ticket/15965 | Marc Alexander | 2019-03-13 | 1 | -2/+3 |
|\ \ | | | | | | | | | | [ticket/15965] Fix hardcoded directory [3.2.x only] | ||||
| * | | [ticket/15965] Fix hardcoded directory | rubencm | 2019-02-12 | 1 | -2/+3 |
| | | | | | | | | | | | | PHPBB3-15965 | ||||
* | | | Merge pull request #5539 from 3D-I/ticket/15975 | Marc Alexander | 2019-03-10 | 3 | -0/+6 |
|\ \ \ | |/ / |/| | | | | | [ticket/15975] Remove user notification data upon user deletion | ||||
| * | | [ticket/15975] Remove user notification data upon user deletion | 3D-I | 2019-02-23 | 3 | -0/+6 |
| | | | | | | | | | | | | PHPBB3-15975 | ||||
* | | | [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 #5485 from marc1706/ticket/15919 | Derky | 2019-01-02 | 1 | -0/+7 |
|\ \ \ | | | | | | | | | | | | | [ticket/15919] Don't run lint test against node_modules | ||||
| * | | | [ticket/15919] Don't run lint test against node_modules | Marc Alexander | 2018-12-23 | 1 | -0/+7 |
| |/ / | | | | | | | | | | | | | | | | | | | Also, make sure to correctly handle opendir returning false instead of the stream handle. PHPBB3-15919 | ||||
* | | | [ticket/15921] Update tests for twemoji | Marc Alexander | 2018-12-27 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-15921 | ||||
* | | | [ticket/15921] Updated dependencies to latest textformatter | JoshyPHP | 2018-12-26 | 2 | -2/+2 |
| | | | | | | | | | | | | PHPBB3-15921 | ||||
* | | | Merge pull request #5481 from kasimi/ticket/15910-3.2.x | Marc Alexander | 2018-12-24 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | | | | [ticket/15910] Pass object arguments by reference implicitly | ||||
| * | | [ticket/15910] Pass object arguments by reference implicitly | kasimi | 2018-12-12 | 1 | -1/+1 |
| |/ | | | | | | | PHPBB3-15910 | ||||
* | | [ticket/15893] Pass needed language class directly to format quote | Marc Alexander | 2018-12-02 | 1 | -6/+11 |
| | | | | | | | | PHPBB3-15893 | ||||
* | | [ticket/15893] Add test for covering phpbb_format_quote | Marc Alexander | 2018-12-02 | 1 | -0/+52 |
|/ | | | | PHPBB3-15893 | ||||
* | Merge pull request #42 from phpbb/ticket/security/227 | Marc Alexander | 2018-11-10 | 4 | -176/+0 |
|\ | | | | | | | [ticket/security/227] Replace ImageMagick support with thumbnail event | ||||
| * | [ticket/security/227] Remove no longer needed validation tests | Marc Alexander | 2018-11-07 | 1 | -96/+0 |
| | | | | | | | | SECURITY-227 | ||||
| * | [ticket/security/227] Replace ImageMagick support with thumbnail event | Derky | 2018-10-23 | 3 | -80/+0 |
| | | | | | | | | SECURITY-227 | ||||
* | | Merge pull request #4223 from senky/ticket/10432 | Marc Alexander | 2018-10-28 | 2 | -15/+47 |
|\ \ | | | | | | | | | | [ticket/10432] Don't require username when user forgets password | ||||
| * | | [ticket/10432] Fix errors and address privacy concern | Jakub Senko | 2018-10-28 | 1 | -3/+13 |
| | | | | | | | | | | | | PHPBB3-10432 | ||||
| * | | [ticket/10432] Don't require username when user forgets password | Jakub Senko | 2018-10-18 | 2 | -14/+36 |
| |/ | | | | | | | PHPBB3-10432 | ||||
* | | Merge pull request #5408 from senky/ticket/15833 | Marc Alexander | 2018-10-28 | 1 | -1/+1 |
|\ \ | | | | | | | | | | [ticket/15833] Add core.avatar_manager_avatar_delete_after event | ||||
| * | | [ticket/15833] Add core.avatar_manager_avatar_delete_after event | Jakub Senko | 2018-10-28 | 1 | -1/+1 |
| | | | | | | | | | | | | PHPBB3-15833 | ||||
* | | | [ticket/15849] Stop using php4 constructors | Ruben Calvo | 2018-10-21 | 1 | -1/+1 |
| |/ |/| | | | | | PHPBB3-15849 | ||||
* | | Merge pull request #5397 from VSEphpbb/ticket/15824 | Marc Alexander | 2018-10-13 | 1 | -0/+49 |
|\ \ | | | | | | | | | | [ticket/15824] Fix and update UI framework | ||||
| * | | [ticket/15824] Add UI test method to wait for AJAX requests | Matt Friedman | 2018-10-03 | 1 | -0/+33 |
| | | | | | | | | | | | | PHPBB3-15824 | ||||
| * | | [ticket/15824] Make UI test framework correctly install exts | Matt Friedman | 2018-10-01 | 1 | -0/+10 |
| | | | | | | | | | | | | PHPBB3-15824 | ||||
| * | | [ticket/15824] Fix cache initialization in UI framework | Matt Friedman | 2018-10-01 | 1 | -0/+6 |
| | | | | | | | | | | | | PHPBB3-15824 | ||||
* | | | Merge pull request #5374 from senky/ticket/15758 | Marc Alexander | 2018-10-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | | | | | [ticket/15758] Show translated msg for INSECURE_REDIRECT | ||||
| * | | | [ticket/15758] Show translated msg for INSECURE_REDIRECT | Jakub Senko | 2018-09-28 | 1 | -1/+1 |
| | |/ | |/| | | | | | | | PHPBB3-15758 | ||||
* | | | Merge pull request #5343 from senky/ticket/15716 | Marc Alexander | 2018-10-08 | 3 | -0/+10 |
|\ \ \ | | | | | | | | | | | | | [ticket/15716] Remove OAuth data upon user deletion | ||||
| * | | | [ticket/15716] Remove OAuth data upon user deletion | Jakub Senko | 2018-09-06 | 3 | -0/+10 |
| | | | | | | | | | | | | | | | | PHPBB3-15716 | ||||
* | | | | Merge pull request #5341 from senky/ticket/15742 | Marc Alexander | 2018-10-08 | 1 | -10/+0 |
|\ \ \ \ | | | | | | | | | | | | | | | | [ticket/15742] Remove get_magic_quotes_gpc() call | ||||
| * | | | | [ticket/15742] Remove addslashes_recursively() | Jakub Senko | 2018-09-13 | 1 | -10/+0 |
| |/ / / | | | | | | | | | | | | | PHPBB3-15742 | ||||
* | | | | Merge pull request #5301 from senky/ticket/11500 | Marc Alexander | 2018-10-08 | 1 | -7/+8 |
|\ \ \ \ | |_|/ / |/| | | | | | | | [ticket/11500] Remove unnamed input |