aboutsummaryrefslogtreecommitdiffstats
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/security-250] Check form key when approving group membershipMarc Alexander2020-01-032-12/+89
| | | | SECURITY-250
* Merge pull request #5771 from JoshyPHP/ticket/16251Marc Alexander2019-12-121-0/+35
|\ | | | | | | [ticket/16251] Prevent shortened links from overriding other plugins
| * [ticket/16251] Prevent shortened links from overriding other pluginsJoshyPHP2019-12-091-0/+35
| | | | | | | | PHPBB3-16251
* | [ticket/16252] Ignore non-BBCodes when looking for unauthorized markupJoshyPHP2019-12-094-0/+37
|/ | | | PHPBB3-16252
* Merge pull request #5737 from marc1706/ticket/16211Marc Alexander2019-12-061-0/+54
|\ | | | | | | [ticket/16211] Prevent skipping COPPA via URL parameter
| * [ticket/16211] Fix coppa registration testMarc Alexander2019-11-281-3/+2
| | | | | | | | PHPBB3-16211
| * [ticket/16211] Prevent skipping COPPA via URL parameterMarc Alexander2019-11-141-0/+55
| | | | | | | | PHPBB3-16211
* | [ticket/16247] Add test not tested3D-I2019-12-051-1/+1
| | | | | | | | PHPBB3-16247
* | [ticket/16228] Fix BBCodes mergingJoshyPHP2019-11-251-0/+16
|/ | | | PHPBB3-16228
* Merge branch '3.2.x' into ticket/161533D-I2019-10-2814-34/+192
|\
| * Merge pull request #5681 from v12mike/ticket/16150Marc Alexander2019-10-265-9/+9
| |\ | | | | | | | | | [ticket/16150] Make post subject link an absolute url
| | * [ticket/16150] Make post subject links reliablev12mike2019-09-085-9/+9
| | | | | | | | | | | | | | | | | | | | | Change links that were relative to topic page into absolute links. Update related test cases. PHPBB3-16150
| * | Merge pull request #5667 from EA117/ticket/16141Marc Alexander2019-10-201-0/+73
| |\ \ | | | | | | | | | | | | [ticket/16141] plupload chunk_size incorrect when 'unlimited' is involved.
| | * | [ticket/16141] Add assertion for memory limit divided by twoMarc Alexander2019-10-191-0/+5
| | | | | | | | | | | | | | | | PHPBB3-16141
| | * | [ticket/16141] Add tests for plupload's get_chunk_size()Marc Alexander2019-10-191-0/+68
| | |/ | | | | | | | | | PHPBB3-16141
| * | [ticket/16078] Use while loop for visit retriesMarc Alexander2019-10-201-7/+10
| | | | | | | | | | | | PHPBB3-16078
| * | [ticket/16078] Try using retries for timeout issueMarc Alexander2019-10-191-1/+17
| | | | | | | | | | | | | | | | | | | | | The timeout only seems to occur on the first test so let's see what a retry can do to help with this issue. PHPBB3-16078
| * | Merge pull request #5679 from mrgoldy/ticket/16123Marc Alexander2019-09-082-3/+33
| |\ \ | | | | | | | | | | | | [ticket/16123] Show proper banned email message
| | * | [ticket/16123] Specify ban_id in validate email fixtureMarc Alexander2019-09-081-0/+3
| | | | | | | | | | | | | | | | PHPBB3-16123
| | * | [ticket/16123] Purge cache to ensure up to date ban list in testsMarc Alexander2019-09-071-1/+3
| | | | | | | | | | | | | | | | PHPBB3-16123
| | * | [ticket/16123] Add tests to cover different ban reasonsMarc Alexander2019-09-072-3/+28
| | |/ | | | | | | | | | PHPBB3-16123
| * | Merge pull request #51 from phpbb/ticket/security/243Marc Alexander2019-08-252-2/+2
| |\ \ | | | | | | | | | | | | [ticket/security/243] Limit size BBCode to int
| | * | [ticket/security/243] Use bbcode.html like formattingMarc Alexander2019-07-182-2/+2
| | | | | | | | | | | | | | | | SECURITY-243
| * | | [ticket/security/244] Add missing form parameters to testsMarc Alexander2019-08-243-19/+55
| | |/ | |/| | | | | | | SECURITY-244
* | | [ticket/16153] Functional test 23D-I2019-09-111-7/+4
| | | | | | | | | | | | PHPBB3-16153
* | | [ticket/16153] Functional test3D-I2019-09-111-3/+1
|/ / | | | | | | PHPBB3-16153
* | Merge pull request #5459 from mrgoldy/ticket/15886Marc Alexander2019-07-286-69/+327
|\ \ | |/ |/| | | [ticket/15886] Group helper functions
| * [ticket/15886] Capital Y in arraYmrgoldy2019-01-021-1/+1
| | | | | | | | PHPBB3-15886
| * [ticket/15886] No profile url for BOTS groupmrgoldy2019-01-021-3/+4
| | | | | | | | PHPBB3-15886
| * [ticket/15886] Mock path helper in group helper testsmrgoldy2019-01-021-10/+10
| | | | | | | | PHPBB3-15886
| * [ticket/15886] Clean up servicesmrgoldy2018-12-292-126/+124
| | | | | | | | PHPBB3-15886
| * [ticket/15886] Arguments for path_helpermrgoldy2018-11-291-1/+9
| | | | | | | | PHPBB3-15886
| * [ticket/15886] Fix notification_group_request_testmrgoldy2018-11-291-1/+9
| | | | | | | | PHPBB3-15886
| * [ticket/15886] Group helper functionsmrgoldy2018-11-295-68/+311
| | | | | | | | PHPBB3-15886
* | [ticket/16078] Add use statement for ChromeOptionsMarc Alexander2019-06-191-0/+1
| | | | | | | | PHPBB3-16078
* | [ticket/16078] Use headless chrome and disable gpu accelerationMarc Alexander2019-06-191-0/+2
| | | | | | | | | | | | This is to hopefully get rid of some of the issues with timeouts. PHPBB3-16078
* | Merge pull request #5616 from JoshyPHP/ticket/16074Marc Alexander2019-06-172-0/+2
|\ \ | | | | | | | | | [ticket/16074] Fix Twemoji URL for ZWJ sequences
| * | [ticket/16074] Fix Twemoji URL for ZWJ sequencesJoshyPHP2019-06-042-0/+2
| | | | | | | | | | | | PHPBB3-16074
* | | [ticket/16078] Use chrome as webdriverMarc Alexander2019-06-061-3/+3
|/ / | | | | | | PHPBB3-16078
* | [ticket/16053] Update s9e/text-formatterJoshyPHP2019-05-173-0/+30
| | | | | | | | PHPBB3-16053
* | Merge pull request #5577 from JoshyPHP/ticket/16034Marc Alexander2019-05-021-0/+4
|\ \ | | | | | | | | | [ticket/16034] Fix [url=] links being incorrectly shortened
| * | [ticket/16034] Fix [url=] links being incorrectly shortenedJoshyPHP2019-04-281-0/+4
| | | | | | | | | | | | PHPBB3-16034
* | | [prep-release-3.2.6] Fix expected data in avatar manager testMarc Alexander2019-04-271-1/+1
| | |
* | | Merge pull request #45 from phpbb/ticket/security/234Marc Alexander2019-04-271-1/+9
|\ \ \ | | | | | | | | | | | | [ticket/security/234] Add URL validation for input fields & main site URL
| * | | [ticket/security/234] Add test for URL validationMarc Alexander2019-04-141-1/+9
| | | | | | | | | | | | | | | | SECURITY-234
* | | | Merge pull request #44 from phpbb/ticket/security/235Marc Alexander2019-04-271-4/+4
|\ \ \ \ | | | | | | | | | | | | | | | Ticket/security/235 Wildcard char count in search
| * | | | [ticket/security/235] Update search native testsMarc Alexander2019-04-261-4/+4
| | | | | | | | | | | | | | | | | | | | SECURITY-235
* | | | | [ticket/16027] Force clearing of cache folder on install for functionalMarc Alexander2019-04-241-0/+8
| |_|/ / |/| | | | | | | | | | | PHPBB3-16027
* | | | Merge pull request #5559 from mrgoldy/ticket/16007Marc Alexander2019-04-171-1/+2
|\ \ \ \ | |_|/ / |/| | | | | | | [ticket/16007] Show ban message for OAuth login
| * | | [ticket/16007] Correct check_ban_test to booleanmrgoldy2019-04-021-1/+2
| | | | | | | | | | | | | | | | PHPBB3-16007