| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [ticket/12699] Add tab key to keymap | brunoais | 2014-06-13 | 1 | -0/+1 |
| | | | | | PHPBB3-12699 | ||||
| * | Merge pull request #2577 from marc1706/ticket/12694 | Dhruv Goel | 2014-06-11 | 1 | -1/+1 |
| |\ | | | | | [ticket/12694] Remove whitespace at end of line from acp_groups | ||||
| | * | [ticket/12694] Remove whitespace at end of line from acp_groups | Marc Alexander | 2014-06-11 | 1 | -1/+1 |
| |/ | | | | PHPBB3-12694 | ||||
| * | Merge remote-tracking branch 'github-marc1706/ticket/12352' into ↵ | Nils Adermann | 2014-06-11 | 35 | -113/+1335 |
| |\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | develop-ascraeus * github-marc1706/ticket/12352: (33 commits) [ticket/12352] Do not check hashes that don't have the necessary length [ticket/12352] Update file headers to fit new format [ticket/12352] Use custom provider collection for auth providers [ticket/12352] Add checks for existing user_pass_convert to migrations [ticket/12352] Remove usages of user_pass_convert column [ticket/12352] Update schema json file [ticket/12352] Remove user_pass_convert column from database [ticket/12352] Check each newly added passwords driver in manager_test [ticket/12352] Add get_settings_only method to passwords driver base [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords [ticket/12352] Add tests for wcf1 and wcf2 drivers [ticket/12352] Add driver for woltlab community framework 1 passwords [ticket/12352] Add driver for woltlab community framework 2 passwords [ticket/12352] Add missing $ to md5_mybb and md5_vb driver [ticket/12352] Fix spacing in passwords tests [ticket/12352] Add passwords driver for vB passwords [ticket/12352] Use correct hashing method in md5_mybb driver [ticket/12352] Add driver for myBB md5 passwords [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers [ticket/12352] Add passwords driver for sha1 password hashes ... | ||||
| | * | [ticket/12352] Do not check hashes that don't have the necessary length | Marc Alexander | 2014-06-02 | 7 | -7/+7 |
| | | | | | | | | | | | | | | | This should significantly reduce the time spent on checking hashes of passwords that should be converted. PHPBB3-12352 | ||||
| | * | [ticket/12352] Update file headers to fit new format | Marc Alexander | 2014-06-01 | 12 | -65/+84 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Use custom provider collection for auth providers | Marc Alexander | 2014-06-01 | 5 | -32/+73 |
| | | | | | | | | | | | | | | | | | | | | | | | 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 migrations | Marc Alexander | 2014-06-01 | 2 | -0/+11 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Remove usages of user_pass_convert column | Marc Alexander | 2014-06-01 | 9 | -15/+3 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Update schema json file | Marc Alexander | 2014-06-01 | 1 | -4/+0 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Remove user_pass_convert column from database | Marc Alexander | 2014-06-01 | 1 | -0/+40 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Check each newly added passwords driver in manager_test | Marc Alexander | 2014-06-01 | 1 | -16/+25 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add get_settings_only method to passwords driver base | Marc Alexander | 2014-06-01 | 11 | -89/+9 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add passwords driver for xenforo 1.0, 1.1 passwords | Marc Alexander | 2014-06-01 | 3 | -0/+102 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add tests for wcf1 and wcf2 drivers | Marc Alexander | 2014-06-01 | 1 | -0/+48 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add driver for woltlab community framework 1 passwords | Marc Alexander | 2014-06-01 | 4 | -0/+77 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add driver for woltlab community framework 2 passwords | Marc Alexander | 2014-06-01 | 4 | -0/+101 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add missing $ to md5_mybb and md5_vb driver | Marc Alexander | 2014-06-01 | 2 | -2/+2 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Fix spacing in passwords tests | Marc Alexander | 2014-06-01 | 2 | -7/+7 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add passwords driver for vB passwords | Marc Alexander | 2014-06-01 | 4 | -1/+104 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Use correct hashing method in md5_mybb driver | Marc Alexander | 2014-06-01 | 2 | -2/+10 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add driver for myBB md5 passwords | Marc Alexander | 2014-06-01 | 4 | -0/+93 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Rename phpbb2_md5 driver to fit filenames of other drivers | Marc Alexander | 2014-06-01 | 4 | -13/+13 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add passwords driver for sha1 password hashes | Marc Alexander | 2014-06-01 | 4 | -2/+211 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Check phpBB2 passwords that have been encrypted with phpass | Marc Alexander | 2014-06-01 | 2 | -6/+14 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add tests for functions in convert password driver | Marc Alexander | 2014-06-01 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add tests for phpBB2 md5 passwords driver | Marc Alexander | 2014-06-01 | 3 | -0/+63 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add driver for phpBB2 hashes with md5 length of 32 | Marc Alexander | 2014-06-01 | 2 | -0/+127 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Remove code for converting passwords in db auth provider | Marc Alexander | 2014-06-01 | 2 | -68/+3 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add $CP$ prefix to passwords that need to be converted | Marc Alexander | 2014-06-01 | 1 | -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 manager | Marc Alexander | 2014-06-01 | 1 | -12/+18 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Add passwords driver for passwords that should be converted | Marc Alexander | 2014-06-01 | 3 | -1/+63 |
| | | | | | | | | | | | | | | | 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] Add tests for checking smf passwords | Marc Alexander | 2014-06-01 | 1 | -2/+5 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Revert to db auth provider if default does not exist | Marc Alexander | 2014-06-01 | 4 | -4/+32 |
| | | | | | | | | | | | | | | | | | 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 legacy | Marc Alexander | 2014-06-01 | 1 | -0/+8 |
| | | | | | | | | | PHPBB3-12352 | ||||
| | * | [ticket/12352] Introduce user row to passwords check methods | Marc Alexander | 2014-06-01 | 4 | -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 passwords | Marc Alexander | 2014-06-01 | 6 | -0/+115 |
| | | | | | | | | | PHPBB3-12352 | ||||
| * | | Merge remote-tracking branch 'nickvergessen/ticket/12483' into develop-ascraeus | Marc Alexander | 2014-06-11 | 3 | -2/+161 |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * nickvergessen/ticket/12483: [ticket/12483] Fix selectors for installing extensions in functional tests [ticket/12483] Remove unused globals [ticket/12483] Fix finder usage when generating the schema.json file [ticket/12483] Fix copyright in prepare_extension.sh [ticket/12483] Use file_put_contents() [ticket/12483] Close database connection when tearDown() is called [ticket/12483] Require the extension manager class [ticket/12483] Move schema files into tmp/ and only copy them when needed [ticket/12483] Add a .sh that moves an extension in place [ticket/12483] Allow to setup extensions before database and functional tests | ||||
| | * | | [ticket/12483] Fix selectors for installing extensions in functional tests | Joas Schilling | 2014-06-10 | 1 | -2/+3 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Remove unused globals | Joas Schilling | 2014-06-10 | 1 | -2/+0 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Fix finder usage when generating the schema.json file | Joas Schilling | 2014-06-10 | 1 | -4/+3 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Fix copyright in prepare_extension.sh | Joas Schilling | 2014-06-10 | 1 | -2/+7 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Use file_put_contents() | Joas Schilling | 2014-06-10 | 1 | -3/+1 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Close database connection when tearDown() is called | Joas Schilling | 2014-06-10 | 1 | -0/+11 |
| | | | | | | | | | | | | | | | | | | | Similar to phpbb_database_test_case::tearDown() PHPBB3-12483 | ||||
| | * | | [ticket/12483] Require the extension manager class | Joas Schilling | 2014-06-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Move schema files into tmp/ and only copy them when needed | Joas Schilling | 2014-06-10 | 1 | -22/+30 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Add a .sh that moves an extension in place | Joas Schilling | 2014-06-10 | 1 | -0/+17 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| | * | | [ticket/12483] Allow to setup extensions before database and functional tests | Joas Schilling | 2014-06-10 | 2 | -0/+120 |
| | | | | | | | | | | | | | PHPBB3-12483 | ||||
| * | | | Merge remote-tracking branch 'nickvergessen/ticket/12688' into develop-ascraeus | Marc Alexander | 2014-06-10 | 1 | -5/+5 |
| |\ \ \ | |/ / |/| | | | | | | | | * nickvergessen/ticket/12688: [ticket/12688] Correctly use web root path instead of phpbb root path | ||||
| | * | | [ticket/12688] Correctly use web root path instead of phpbb root path | Joas Schilling | 2014-06-10 | 1 | -5/+5 |
| |/ / | | | | | | | PHPBB3-12688 | ||||
