aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Collapse)AuthorAgeFilesLines
* [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-0112-65/+84
| | | | PHPBB3-12352
* [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-014-31/+70
| | | | | | | | | | | Using this custom provider collection, we can properly check whether the configured auth provider does exist. The method get_provider() has been added for returning the default auth provider or the standard db auth provider if the specified one does not exist. Additionally, the method get_provider() will throw an RuntimeException if none of the above exist. PHPBB3-12352
* [ticket/12352] Add checks for existing user_pass_convert to migrationsMarc Alexander2014-06-012-0/+11
| | | | PHPBB3-12352
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-015-7/+3
| | | | PHPBB3-12352
* [ticket/12352] Update schema json fileMarc Alexander2014-06-011-4/+0
| | | | PHPBB3-12352
* [ticket/12352] Remove user_pass_convert column from databaseMarc Alexander2014-06-011-0/+40
| | | | PHPBB3-12352
* [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-0110-72/+8
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwordsMarc Alexander2014-06-011-0/+75
| | | | PHPBB3-12352
* [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-012-0/+75
| | | | PHPBB3-12352
* [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-012-0/+99
| | | | PHPBB3-12352
* [ticket/12352] Add missing $ to md5_mybb and md5_vb driverMarc Alexander2014-06-012-2/+2
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-012-0/+75
| | | | PHPBB3-12352
* [ticket/12352] Use correct hashing method in md5_mybb driverMarc Alexander2014-06-011-1/+9
| | | | PHPBB3-12352
* [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-012-0/+67
| | | | PHPBB3-12352
* [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-012-4/+4
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-012-0/+67
| | | | PHPBB3-12352
* [ticket/12352] Check phpBB2 passwords that have been encrypted with phpassMarc Alexander2014-06-012-6/+14
| | | | PHPBB3-12352
* [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32Marc Alexander2014-06-012-0/+127
| | | | PHPBB3-12352
* [ticket/12352] Remove code for converting passwords in db auth providerMarc Alexander2014-06-012-68/+3
| | | | PHPBB3-12352
* [ticket/12352] Add $CP$ prefix to passwords that need to be convertedMarc Alexander2014-06-011-0/+75
| | | | | | Also set user_pass_convert to 0 in the process of doing so. PHPBB3-12352
* [ticket/12352] Use $CP$ prefix for converting passwords in managerMarc Alexander2014-06-011-12/+18
| | | | PHPBB3-12352
* [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-012-0/+58
| | | | | | | This driver will only be used for getting the new $CP$ prefix that will signal that the hash is a legacy hash that needs to be converted. PHPBB3-12352
* [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-013-4/+28
| | | | | | | | This will make sure that we will not encounter a non-existing auth provider. We will revert to the default db auth provider if the one set in the config does not exist in our auth provider collection. PHPBB3-12352
* [ticket/12352] Mark salted md5 and phpass passwords driver as legacyMarc Alexander2014-06-011-0/+8
| | | | PHPBB3-12352
* [ticket/12352] Introduce user row to passwords check methodsMarc Alexander2014-06-014-5/+24
| | | | | | | This will ensure that legacy hash types that might need the user row can properly check if the supplied password is correct. PHPBB3-12352
* [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-014-0/+81
| | | | PHPBB3-12352
* [ticket/12641] Use jQuery's trim() method. IE8 does not support the native oneCesar G2014-05-312-5/+5
| | | | PHPBB3-12641
* Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-311-33/+48
|\ | | | | | | | | | | | | | | | | [ticket/12589] Search directly in $directory if it's an absolute sub-path * Nicofuma/ticket/12589: [ticket/12589] Add test searching in a non absolute directory [ticket/12589] Fix tests [ticket/12589] Search directly in $directory if it's an absolute sub-path
| * [ticket/12589] Fix testsTristan Darricau2014-05-241-43/+45
| | | | | | | | PHPBB3-12589
| * [ticket/12589] Search directly in $directory if it's an absolute sub-pathTristan Darricau2014-05-241-1/+14
| | | | | | | | PHPBB3-12589
* | [develop-ascraeus] Correct capitalisation of NeoThermic.Andreas Fischer2014-05-311-2/+2
| |
* | Merge pull request #2524 from bantu/ticket/12637Joas Schilling2014-05-301-1/+1
|\ \ | | | | | | | | | | | | | | | | | | | | | [ticket/12637] Correct file header in coding-guidelines * bantu/ticket/12637: [ticket/12637] Fixup all incorrect uses of file header. [ticket/12637] Correctly escape the file header in coding-guidelines.html.
| * | [ticket/12637] Correctly escape the file header in coding-guidelines.html.Andreas Fischer2014-05-301-1/+1
| | | | | | | | | | | | PHPBB3-12637
* | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-305-26/+153
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/10899] Using Delete All in log viewer with keyword search * Nicofuma/ticket/10899: [ticket/10899] Update doc block [ticket/10899] Use isset($field_value['IN']) [ticket/10899] Add event core.delete_log [ticket/10899] Remove trailing ; [ticket/10899] Fix typo in the class name [ticket/10899] Add unit tests [ticket/10899] Get $phpbb_log from the container [ticket/10899] Remove extra ';' [ticket/10899] Typo [ticket/10899] Refactoring in \phpbb\log\log_interface [ticket/10899] Using Delete All in log viewer with keyword search
| * | | [ticket/10899] Update doc blockTristan Darricau2014-05-291-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Use isset($field_value['IN'])Tristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Add event core.delete_logTristan Darricau2014-05-282-5/+28
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Remove trailing ;Tristan Darricau2014-05-281-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Add unit testsTristan Darricau2014-05-281-14/+35
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Get $phpbb_log from the containerTristan Darricau2014-05-271-1/+3
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Remove extra ';'Tristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] TypoTristan Darricau2014-05-101-1/+1
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Refactoring in \phpbb\log\log_interfaceTristan Darricau2014-05-105-34/+100
| | | | | | | | | | | | | | | | PHPBB3-10899
| * | | [ticket/10899] Using Delete All in log viewer with keyword searchTristan Darricau2014-05-103-8/+23
| | | | | | | | | | | | | | | | | | | | | | | | https://tracker.phpbb.com/browse/PHPBB3-10899 PHPBB3-10899
* | | | Merge pull request #2357 from Nicofuma/ticket/11942Joas Schilling2014-05-306-62/+46
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ticket/11942] Delete post/topic reason should be added to logs * Nicofuma/ticket/11942: [ticket/11942] Don't change the reason to '' when hard deleting [ticket/11942] Don't show the checkbox if the post is already soft-deleted [ticket/11942] Remove useless IF in templates [ticket/11942] Apply the modifications to subsilver [ticket/11942] Always display delete reason [ticket/11942] Edits messages [ticket/11942] Change the formulation [ticket/11942] Adding the reason to hard deleted topic/post [ticket/11942] Delete post/topic reason should be added to logs
| * | | | [ticket/11942] Don't change the reason to '' when hard deletingTristan Darricau2014-05-291-2/+2
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | [ticket/11942] Don't show the checkbox if the post is already soft-deletedTristan Darricau2014-05-262-3/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | [ticket/11942] Remove useless IF in templatesTristan Darricau2014-05-262-31/+26
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | [ticket/11942] Apply the modifications to subsilverTristan Darricau2014-05-113-6/+3
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942
| * | | | [ticket/11942] Always display delete reasonTristan Darricau2014-05-113-16/+8
| | | | | | | | | | | | | | | | | | | | PHPBB3-11942