aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [ticket/12352] Update file headers to fit new formatMarc Alexander2014-06-0112-65/+84
* [ticket/12352] Use custom provider collection for auth providersMarc Alexander2014-06-015-32/+73
* [ticket/12352] Add checks for existing user_pass_convert to migrationsMarc Alexander2014-06-012-0/+11
* [ticket/12352] Remove usages of user_pass_convert columnMarc Alexander2014-06-019-15/+3
* [ticket/12352] Update schema json fileMarc Alexander2014-06-011-4/+0
* [ticket/12352] Remove user_pass_convert column from databaseMarc Alexander2014-06-011-0/+40
* [ticket/12352] Check each newly added passwords driver in manager_testMarc Alexander2014-06-011-16/+25
* [ticket/12352] Add get_settings_only method to passwords driver baseMarc Alexander2014-06-0111-89/+9
* [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwordsMarc Alexander2014-06-013-0/+102
* [ticket/12352] Add tests for wcf1 and wcf2 driversMarc Alexander2014-06-011-0/+48
* [ticket/12352] Add driver for woltlab community framework 1 passwordsMarc Alexander2014-06-014-0/+77
* [ticket/12352] Add driver for woltlab community framework 2 passwordsMarc Alexander2014-06-014-0/+101
* [ticket/12352] Add missing $ to md5_mybb and md5_vb driverMarc Alexander2014-06-012-2/+2
* [ticket/12352] Fix spacing in passwords testsMarc Alexander2014-06-012-7/+7
* [ticket/12352] Add passwords driver for vB passwordsMarc Alexander2014-06-014-1/+104
* [ticket/12352] Use correct hashing method in md5_mybb driverMarc Alexander2014-06-012-2/+10
* [ticket/12352] Add driver for myBB md5 passwordsMarc Alexander2014-06-014-0/+93
* [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other driversMarc Alexander2014-06-014-13/+13
* [ticket/12352] Add passwords driver for sha1 password hashesMarc Alexander2014-06-014-2/+211
* [ticket/12352] Check phpBB2 passwords that have been encrypted with phpassMarc Alexander2014-06-012-6/+14
* [ticket/12352] Add tests for functions in convert password driverMarc Alexander2014-06-011-0/+8
* [ticket/12352] Add tests for phpBB2 md5 passwords driverMarc Alexander2014-06-013-0/+63
* [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32Marc Alexander2014-06-012-0/+127
* [ticket/12352] Remove code for converting passwords in db auth providerMarc Alexander2014-06-012-68/+3
* [ticket/12352] Add $CP$ prefix to passwords that need to be convertedMarc Alexander2014-06-011-0/+75
* [ticket/12352] Use $CP$ prefix for converting passwords in managerMarc Alexander2014-06-011-12/+18
* [ticket/12352] Add passwords driver for passwords that should be convertedMarc Alexander2014-06-013-1/+63
* [ticket/12352] Add tests for checking smf passwordsMarc Alexander2014-06-011-2/+5
* [ticket/12352] Revert to db auth provider if default does not existMarc Alexander2014-06-014-4/+32
* [ticket/12352] Mark salted md5 and phpass passwords driver as legacyMarc Alexander2014-06-011-0/+8
* [ticket/12352] Introduce user row to passwords check methodsMarc Alexander2014-06-014-5/+24
* [ticket/12352] Add legacy passwords driver for sha1 smf type passwordsMarc Alexander2014-06-016-0/+115
* Merge pull request #2529 from prototech/ticket/12641Andreas Fischer2014-05-312-5/+5
|\
| * [ticket/12641] Use jQuery's trim() method. IE8 does not support the native oneCesar G2014-05-312-5/+5
|/
* Merge pull request #2494 from Nicofuma/ticket/12589Joas Schilling2014-05-312-33/+64
|\
| * [ticket/12589] Add test searching in a non absolute directoryTristan Darricau2014-05-261-0/+16
| * [ticket/12589] Fix testsTristan Darricau2014-05-241-43/+45
| * [ticket/12589] Search directly in $directory if it's an absolute sub-pathTristan Darricau2014-05-241-1/+14
* | [develop-ascraeus] Correct capitalisation of NeoThermic.Andreas Fischer2014-05-311-2/+2
* | Merge pull request #2524 from bantu/ticket/12637Joas Schilling2014-05-303-3/+3
|\ \
| * | [ticket/12637] Fixup all incorrect uses of file header.Andreas Fischer2014-05-302-2/+2
| * | [ticket/12637] Correctly escape the file header in coding-guidelines.html.Andreas Fischer2014-05-301-1/+1
* | | Merge pull request #2433 from Nicofuma/ticket/10899Joas Schilling2014-05-307-26/+445
|\ \ \
| * | | [ticket/10899] Update doc blockTristan Darricau2014-05-291-1/+1
| * | | [ticket/10899] Use isset($field_value['IN'])Tristan Darricau2014-05-281-1/+1
| * | | [ticket/10899] Add event core.delete_logTristan Darricau2014-05-283-6/+29
| * | | [ticket/10899] Remove trailing ;Tristan Darricau2014-05-281-1/+1
| * | | [ticket/10899] Fix typo in the class nameTristan Darricau2014-05-281-1/+1
| * | | [ticket/10899] Add unit testsTristan Darricau2014-05-283-14/+327
| * | | [ticket/10899] Get $phpbb_log from the containerTristan Darricau2014-05-271-1/+3