aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* [feature/passwords] Use passwords manager service instead of functionsMarc Alexander2013-10-135-11/+26
* [feature/passwords] Use passwords.manager service in login_forum_box()Marc Alexander2013-10-131-3/+5
* [feature/passwords] Use VCHAR_UNI instead of VCHAR_CI for user_passwordsMarc Alexander2013-10-132-2/+2
* [feature/passwords] Add functional tests for forum passwordsMarc Alexander2013-10-131-0/+55
* [feature/passwords] Modify forum_password column type for new hash typesMarc Alexander2013-10-139-12/+18
* [feature/passwords] Remove obsolete hashing functions from functions.phpMarc Alexander2013-10-111-110/+0
* [feature/passwords] Mark old hashing functions as deprecatedMarc Alexander2013-10-111-24/+6
* [feature/passwords] Add phpass copyright notice to salted md5 driverMarc Alexander2013-10-111-0/+28
* [feature/passwords] Fix tests for 8th bit characters in bcrypt on PHP < 5.3.7Marc Alexander2013-10-101-1/+8
* [feature/passwords] Increase test coverage to 100% of methodsMarc Alexander2013-10-102-13/+24
* [feature/passwords] Increase test coverage to 35 out ouf 36 methodsMarc Alexander2013-10-094-14/+111
* [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