aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [feature/passwords] Add tests for unique_id() method in helperMarc Alexander2013-10-091-5/+16
* [feature/passwords] Move check for 8-bit characters to bcrypt driverMarc Alexander2013-10-072-10/+10
* [feature/passwords] Fix hash_test for use of passwords managerMarc Alexander2013-10-031-1/+4
* Merge branch 'develop' of https://github.com/phpbb/phpbb3 into feature/passwordsMarc Alexander2013-10-0338-337/+388
|\
| * Merge remote-tracking branch 'nickvergessen/ticket/11691' into developDhruv2013-10-024-19/+63
| |\
| | * [ticket/11691] Fix conversion testJoas Schilling2013-10-011-1/+1
| | * [ticket/11691] Fix table names and arguments/docsJoas Schilling2013-09-261-8/+8
| | * [ticket/11691] Move purge code into new functionJoas Schilling2013-09-261-7/+7
| | * [ticket/11691] Fix typo in commentJoas Schilling2013-09-261-1/+1
| | * [ticket/11691] Add order by to the queryJoas Schilling2013-09-261-1/+2
| | * [ticket/11691] Fix some minor commentsJoas Schilling2013-09-261-4/+3
| | * [ticket/11691] Fix some more problems with softdelete updateJoas Schilling2013-09-261-4/+9
| | * [ticket/11691] Change detection of effectively_installed()Joas Schilling2013-09-261-1/+3
| | * [ticket/11691] Stagger user notification reconversion even moreJoas Schilling2013-09-261-7/+24
| | * [ticket/11691] Stagger the convertion of soft delete updatesJoas Schilling2013-09-261-3/+23
| * | Merge branch 'develop-olympus' into developAndreas Fischer2013-10-020-0/+0
| |\ \
| | * \ Merge remote-tracking branch 'cyberalien/ticket/11879' into develop-olympusAndreas Fischer2013-10-021-1/+1
| | |\ \
| | | * | [ticket/11879] Replace .live() with .on()Vjacheslav Trushkin2013-10-021-1/+1
| * | | | Merge pull request #1744 from EXreaction/ticket/11878Joas Schilling2013-10-011-2/+2
| |\ \ \ \
| | * | | | [ticket/11878] Missing leading \ in dependencies in soft_delete_mcp_modulesNathan Guse2013-10-021-2/+2
| |/ / / /
| * | | | Merge pull request #1735 from nickvergessen/ticket/11852Nathan Guse2013-09-3027-292/+285
| |\ \ \ \
| | * | | | [ticket/11852] Add class fileJoas Schilling2013-09-271-0/+175
| | * | | | [ticket/11852] Move tests to folder with new class nameJoas Schilling2013-09-261-2/+2
| | * | | | [ticket/11852] Split filesystem and path_helper into 2 classesJoas Schilling2013-09-2626-290/+108
| * | | | | Merge branch 'develop-olympus' into developNils Adermann2013-09-303-15/+18
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| | * | | | [ticket/11876] Replace MD5 with SHA256.Andreas Fischer2013-09-301-1/+1
| | * | | | [ticket/11876] Move checksum generation from build PHP files to phing build.xmlAndreas Fischer2013-09-303-15/+18
| * | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-301-1/+1
| |\ \ \ \ \ | | |/ / / /
| | * | | | [develop-olympus] Build against 3.0.12 instead of 3.0.12-RC3. Tag exists now.Andreas Fischer2013-09-301-1/+1
| * | | | | Merge branch 'develop-olympus' into developAndreas Fischer2013-09-283-0/+16
| |\ \ \ \ \ | | |/ / / /
| | * | | | Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-09-283-0/+16
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | [prep-release-3.0.12] Update changelog for 3.0.12 release.Andreas Fischer2013-09-281-0/+1
| | | * | | Merge branch 'ticket/11873' into prep-release-3.0.12Andreas Fischer2013-09-282-0/+15
| | | |\ \ \
| | | | * | | [ticket/11873] Add unit test for large password input.Joas Schilling2013-09-281-0/+8
| | | | * | | [ticket/11873] Do not hash very large passwords in order to safe resources.Joas Schilling2013-09-281-0/+7
| | | |/ / /
| * | | | | Merge remote-tracking branch 'Marc/ticket/11862' into developJoas Schilling2013-09-271-2/+2
| |\ \ \ \ \
| | * | | | | [ticket/11862] Correct var names in user_delete() events due to prune-usersMarc Alexander2013-09-271-2/+2
| |/ / / / /
| * | | | | Merge remote-tracking branch 'Marc/ticket/11862' into developJoas Schilling2013-09-271-8/+10
| |\ \ \ \ \
| | * | | | | [ticket/11862] Correct var names in user_delete() events due to prune-usersMarc Alexander2013-09-251-8/+10
* | | | | | | [feature/passwords] Add prepending backslash to class namespacesMarc Alexander2013-10-025-37/+37
* | | | | | | [feature/passwords] Fix tests after changes to phpBB hashing functionsMarc Alexander2013-10-022-1/+59
* | | | | | | [feature/passwords] Use passwords manager in phpBB hash functionsMarc Alexander2013-10-021-37/+6
* | | | | | | [feature/passwords] Rename manager methods to check() and hash()Marc Alexander2013-10-022-13/+13
* | | | | | | [feature/passwords] Inject passwords manager into auth providersMarc Alexander2013-10-026-20/+82
* | | | | | | [feature/passwords] Do not hash passwords longer than 4096 bytesMarc Alexander2013-10-011-0/+14
* | | | | | | [feature/passwords] Pass config via service container to driver helperMarc Alexander2013-09-283-7/+23
* | | | | | | [feature/passwords] A few more corrections in methods due to namespacingMarc Alexander2013-09-282-7/+7
* | | | | | | [feature/passwords] More changes due to namespacingMarc Alexander2013-09-272-10/+12
* | | | | | | [feature/passwords] Modify passwords files for namespacing changesMarc Alexander2013-09-2710-26/+44
* | | | | | | [feature/passwords] Add schema changes to schema_data for new hash typesMarc Alexander2013-09-271-1/+1