aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/phpbb
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [ticket/14733] Make sure detect_algorithm() works correctly and add testsMarc Alexander2016-10-031-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | detect_algorithm() returned array() if an algorithm prefix was more than 2 characters long. This might have been invalid for other prefixes. In order to correctly cope with other prefixes, another check for a backslash in the prefix definitino has been added. This was discovered while writing the tests for the newly added interface. PHPBB3-14733
| * | | [ticket/14733] Extend passwords driver_interface in rehashable_driver_interfaceMarc Alexander2016-10-032-54/+9
| | | | | | | | | | | | | | | | PHPBB3-14733
| * | | [ticket/14733] Use new interface to preserve backwards compatibilityMarc Alexander2016-10-033-10/+79
| | | | | | | | | | | | | | | | PHPBB3-14733
| * | | [ticket/14733] Use default cost factor in bcrypt constructorMarc Alexander2016-10-031-1/+2
| | | | | | | | | | | | | | | | PHPBB3-14733
| * | | [ticket/14733] Support increasing hashing cost factorMarc Alexander2016-10-034-2/+47
| | | | | | | | | | | | | | | | PHPBB3-14733
* | | | Merge pull request #4553 from DavidIQ/ticket/14885Tristan Darricau2016-12-031-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14885] Add a line break when writing to the migrator output file * DavidIQ/ticket/14885: [ticket/14885] Use \n instead of \r for output_handler messages [ticket/14885] Add a line break when writing to the migrator output file
| * | | | [ticket/14885] Use \n instead of \r for output_handler messagesDavid Colón2016-12-021-1/+1
| | | | |
| * | | | [ticket/14885] Add a line break when writing to the migrator output fileDavid Colón2016-12-021-1/+1
| | | | |
* | | | | Merge pull request #4539 from marc1706/ticket/14875Tristan Darricau2016-12-036-36/+109
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14875] Add method for untrimmed input to ajax iohandler * marc1706/ticket/14875: [ticket/14875] Add raw_variable() to request mock [ticket/14875] Move raw_variable() method to request_interface [ticket/14875] Use raw_variable() method in _variable() to get raw data [ticket/14875] Add method for raw input to request and add to installer [ticket/14875] Add method for untrimmed input to ajax iohandler
| * | | | [ticket/14875] Move raw_variable() method to request_interfaceMarc Alexander2016-12-024-23/+28
| | | | | | | | | | | | | | | | | | | | PHPBB3-14875
| * | | | [ticket/14875] Use raw_variable() method in _variable() to get raw dataMarc Alexander2016-11-251-33/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The raw_variable() method uses the same exact code the _variable method has been using until now. PHPBB3-14875
| * | | | [ticket/14875] Add method for raw input to request and add to installerMarc Alexander2016-11-255-24/+94
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | A method for retrieving raw input has been added to the request class. This will be used in the installer to retrieve the datatabase password while also allowing utf8 characters. Not escaping the input is ok in this case as it won't be put anywhere in this raw form and only be used to populate the entry for the password field in config.php. PHPBB3-14875
| * | | | [ticket/14875] Add method for untrimmed input to ajax iohandlerMarc Alexander2016-11-242-1/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Due to the pre-encoded input and the escaping of the input, the string has to be decoded twice for the password. PHPBB3-14875
* | | | | [ticket/14873] Added width/height attributes to smiliesJoshyPHP2016-11-271-1/+1
| | | | | | | | | | | | | | | | | | | | PHPBB3-14873
* | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-261-1/+1
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | [ticket/14876] Allows multibyte strings for exception messagesVictor A. Safronov2016-11-251-1/+1
| | |/ | |/| | | | | | | | | | | | | | | | | | | All exception messages are sanitized via type_caster::set_var() which is called with $multibyte = false. This commit allows to pass multibyte messages as well. PHPBB3-14876
* | | Merge pull request #4516 from marc1706/ticket/14867Tristan Darricau2016-11-241-6/+1
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14867] Revert back to twig 1.26.* and update dependencies * marc1706/ticket/14867: [ticket/14867] Revert back to twig 1.26.* and update dependencies
| * | | [ticket/14867] Revert back to twig 1.26.* and update dependenciesMarc Alexander2016-11-161-6/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The revert of twig back to 1.26.* is necessary due to a breaking change in the way the Filesystem loader returns the paths to template files. PHPBB3-14867
* | | | Merge remote-tracking branch 'senky/ticket/14739' into 3.2.xMarc Alexander2016-11-176-671/+5
|\ \ \ \ | |/ / / |/| | |
| * | | [ticket/14739] Remove SQLite 2.8.x database driverJakub Senko2016-11-166-671/+5
| | | | | | | | | | | | | | | | PHPBB3-14739
* | | | Merge pull request #4501 from marc1706/ticket/14716Tristan Darricau2016-11-141-1/+6
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14716] Update dependencies to latest versions * marc1706/ticket/14716: [ticket/14716] Update dependencies to latest versions
| * | | | [ticket/14716] Update dependencies to latest versionsMarc Alexander2016-11-031-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This addresses some issues with symfony that resulted in issues when open_basedir restrictions were enabled, as well as issues with JPEG images in fast-image-size. The phpBB class extending the twig lexer also had to be modified to ensure compatibility after BC was broken by the PR https://github.com/twigphp/Twig/pull/2182 for twig 1.27. PHPBB3-14716
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-11-142-0/+113
|\ \ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash
| * | | | Merge pull request #4492 from marc1706/ticket/14831Tristan Darricau2016-11-142-0/+113
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/14831] Make sure migrations always start with backslash * marc1706/ticket/14831: [ticket/14831] Rename migration and replace preg_replace() with simpler methods [ticket/14831] Compare depends_on for migrations and remove prefixless names [ticket/14831] Add migration for deduplicating entries and fix typo [ticket/14831] Add method for getting valid migration name [ticket/14831] Fall back to possible migration names instead of adding prefix [ticket/14831] Make sure migrations always start with backslash
| | * | | | [ticket/14831] Rename migration and replace preg_replace() with simpler methodsMarc Alexander2016-10-252-6/+5
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | [ticket/14831] Compare depends_on for migrations and remove prefixless namesMarc Alexander2016-10-231-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | [ticket/14831] Add migration for deduplicating entries and fix typoMarc Alexander2016-10-232-3/+81
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | [ticket/14831] Add method for getting valid migration nameMarc Alexander2016-10-231-26/+34
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| | * | | | [ticket/14831] Fall back to possible migration names instead of adding prefixMarc Alexander2016-10-231-3/+28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of just adding the backslash as prefix if needed, this will take care of falling back to any possible migration with or without backslash no matter how the mgiration was saved in the database or called in the migrations file. This will result in a more robust migrator in regards to naming the migrations and previously run migrations. PHPBB3-14831
| | * | | | [ticket/14831] Make sure migrations always start with backslashMarc Alexander2016-10-221-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The migration system expects every migration to start with a backslash. If depends on definitions do not supply that leading backslash, we should make sure it's added manually before calling the depends on migration. PHPBB3-14831
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-131-1/+34
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | Merge pull request #4488 from senky/ticket/14825Marc Alexander2016-11-131-1/+34
| |\ \ \ \ | | | | | | | | | | | | | | | | | | Add core.auth_oauth_login_after and core.auth_oauth_link_after
| | * | | | [ticket/14825] Add core.auth_oauth_(login/link)_afterJakub Senko2016-11-131-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | PHPBB3-14825
* | | | | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-11-121-1/+1
|\ \ \ \ \ \ | |/ / / / /
| * | | | | [ticket/14859] Notifications for PM reports send to users with correct ↵Jim Mossing Holsteyn2016-11-071-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | permissions Tracker ticket (set the ticket ID to your ticket ID): https://tracker.phpbb.com/browse/PHPBB3-14859 This addresses the problem that notifications of new PM reports were not sent out to moderators that weren't global moderators but did have the permission "Can close/delete PM reports". PHPBB3-14859
* | | | | | Merge remote-tracking branch 'nicofuma/ticket/14814' into 3.2.xMarc Alexander2016-11-053-8/+22
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | [ticket/14814] Fix reparser cronTristan Darricau2016-11-023-8/+22
| | |_|_|/ | |/| | | | | | | | | | | | | PHPBB3-14814
* | | | | Merge branch '3.1.x' into 3.2.xTristan Darricau2016-10-241-10/+27
|\ \ \ \ \ | | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 3.1.x: [ticket/14831] Optimize code construction [ticket/14831] Add more tests against UCP modules [ticket/14831] Add more tests, better name for $e placeholder [ticket/14831] Do not throw exception on the module existence checking [ticket/14831] Fix module migrator tool
| * | | | [ticket/14831] Optimize code constructionrxu2016-10-241-5/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| * | | | [ticket/14831] Add more tests, better name for $e placeholderrxu2016-10-231-6/+6
| | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| * | | | [ticket/14831] Do not throw exception on the module existence checkingrxu2016-10-231-7/+27
| | | | | | | | | | | | | | | | | | | | PHPBB3-14831
| * | | | [ticket/14831] Fix module migrator toolrxu2016-10-231-4/+3
| | |_|/ | |/| | | | | | | | | | PHPBB3-14831
* | | | Merge branch '3.1.x' into 3.2.xMáté Bartus2016-10-201-0/+3
|\ \ \ \ | |/ / /
| * | | [ticket/14821] Simplify regex for converting <strong> tags back to HTMLMarc Alexander2016-10-181-1/+1
| | | | | | | | | | | | | | | | PHPBB3-14821
| * | | [ticket/14821] Replace escaped strong tags with actual tagsMarc Alexander2016-10-141-0/+3
| | |/ | |/| | | | | | | | | | | | | | | | Everything else will still be escaped. This will however add back support for bold text in exception messages. PHPBB3-14821
* | | Merge branch '3.1.x' into 3.2.xMarc Alexander2016-10-122-0/+41
|\ \ \ | |/ /
| * | Merge pull request #27 from phpbb/ticket/security-196Marc Alexander2016-10-021-0/+5
| |\ \ | | | | | | | | | | | | [ticket/security-196] Escapes the exception messages before displaying them
| | * | [ticket/security-196] Escapes the exception messages before displaying themTristan Darricau2016-04-191-0/+5
| | | | | | | | | | | | | | | | SECURITY-196
| * | | [prep-release-3.1.10] Add 3.1.10 migrationMarc Alexander2016-10-021-0/+36
| | | |
* | | | [ticket/14807] s9e/textformatter 0.8.1Tristan Darricau2016-10-101-1/+0
| | | | | | | | | | | | | | | | PHPBB3-14807