aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [feature/passwords] Do not support 8-bit characters with $2a$ bcryptMarc Alexander2013-09-141-7/+13
| * | | | | | [feature/passwords] Add convert flag for converting to defaultMarc Alexander2013-09-141-7/+8
| * | | | | | [feature/passwords] Correctly supply hash salt and settings to bcryptMarc Alexander2013-09-141-3/+2
| * | | | | | [feature/passwords] Use correct prefix for bcrypt typeMarc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Default to bcrypt with $2y$ prefix if possibleMarc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefixMarc Alexander2013-09-142-0/+135
| * | | | | | [feature/passwords] Add salted md5 (phpBB3 default) and phpass driversMarc Alexander2013-09-142-0/+226
| * | | | | | [feature/passwords] Add crypto driver base class and interfaceMarc Alexander2013-09-142-0/+99
| * | | | | | [feature/passwords] Add helper functions, i.e. for combined hashesMarc Alexander2013-09-141-0/+140
| * | | | | | [feature/passwords] Add service collection file crypto.ymlMarc Alexander2013-09-142-0/+36
| * | | | | | [feature/passwords] Add basic implementation of passwords managerMarc Alexander2013-09-142-0/+207
* | | | | | | Merge remote-tracking branch 'vsephpbb/ticket/12100' into developJoas Schilling2014-02-022-8/+9
|\ \ \ \ \ \ \
| * | | | | | | [ticket/12100] Re-order arguments in template environment constructorMatt Friedman2014-01-272-7/+8
| * | | | | | | [ticket/12100] Ensure enabled extensions are fresh in Twig environmentMatt Friedman2014-01-272-7/+7
* | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2014-02-023-2121/+0
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | |
| * | | | | | | Merge remote-tracking branch 'naderman/ticket/12140' into develop-olympusAndreas Fischer2014-02-023-2123/+0
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/12140] Remove the diff class / MOD text build scriptNils Adermann2014-02-023-2123/+0
* | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12135' into developJoas Schilling2014-02-021-5/+4
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ticket/12135] Reduce verbosity in bbfontstyle() by using textarea var.Cesar G2014-01-261-5/+4
* | | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12124' into developJoas Schilling2014-02-021-15/+20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | [ticket/12124] IE8 does not support indexOf() for arrays.Cesar G2014-01-281-1/+1
| * | | | | | | | | | [ticket/12124] The textarea selector is failing in IE8 & 9.Cesar G2014-01-281-1/+1
| * | | | | | | | | | [ticket/12124] Set attachment data to preserve AJAX delete functionality.Cesar G2014-01-281-4/+4
| * | | | | | | | | | [ticket/12124] Remove double bang.Cesar G2014-01-251-2/+2
| * | | | | | | | | | [ticket/12124] Revert to basic uploader if the html5 runtime is not supported.Cesar G2014-01-241-15/+20
* | | | | | | | | | | Merge pull request #1959 from prototech/ticket/12131Andreas Fischer2014-02-021-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | [ticket/12131] Remove invalid imageset var in viewtopic print view.Cesar G2014-01-261-1/+1
* | | | | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12123' into developJoas Schilling2014-02-021-0/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |
| * | | | | | | | | | | [ticket/12123] Add soft delete to phpbb/permissions.php.Cesar G2014-01-251-0/+1
| |/ / / / / / / / / /
* | | | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2014-01-272-4/+0
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | |
| * | | | | | | | | | Merge remote-tracking branch 'vinny/ticket/12119' into develop-olympusAndreas Fischer2014-01-272-4/+0
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | [ticket/12119] Remove meta tags from view-print templatesMarcus Vinicius2014-01-272-4/+0
| |/ / / / / / / / / /
* | | | | | | | | | | Merge pull request #1965 from prototech/ticket/12137Andreas Fischer2014-01-271-1/+1
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |
| * | | | | | | | | | [ticket/12137] Fix spacing in smiley block.Cesar G2014-01-261-1/+1
|/ / / / / / / / / /
* | | | | | | | | | Merge branch 'develop-olympus' into developAndreas Fischer2014-01-262-0/+2
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | Merge remote-tracking branch 'vinny/ticket/12118' into develop-olympusAndreas Fischer2014-01-262-0/+2
| |\ \ \ \ \ \ \ \
| | * | | | | | | | [ticket/12118] Add noindex meta tag to subsilver2 view-print templatesMarcus Vinicius2014-01-262-0/+2
| |/ / / / / / / /
* | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12125' into developJoas Schilling2014-01-242-4/+20
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | [ticket/12125] Specify nth-child selectors separately - IE8 does not like themCesar G2014-01-242-4/+20
|/ / / / / / / /
* | | | | | | | Merge branch 'develop-olympus' into developCesar G2014-01-231-1/+2
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/12120' into develop-olympusCesar G2014-01-231-1/+2
| |\ \ \ \ \ \ \
| | * | | | | | | [ticket/12120] Restore alphabetic orderJoas Schilling2014-01-231-1/+1
| | * | | | | | | [ticket/12120] Add prototech to authorsJoas Schilling2014-01-231-0/+1
| |/ / / / / / /
* | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11950' into developJoas Schilling2014-01-221-2/+2
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11950] Fix prior commitNathan Guse2014-01-221-2/+2
|/ / / / / / / /
* | | | | | | | Merge pull request #1952 from suheb/ticket/11950Nathan Guse2014-01-223-1/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | Adding 'forgot password' link to index pageSuhaib Khan2014-01-223-1/+5
|/ / / / / / / /
* | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11902' into developJoas Schilling2014-01-181-1/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | [ticket/11902] Use phpbb\php\ini classNathan Guse2013-12-301-1/+2
| * | | | | | | | [ticket/11902] Prevent errors if set_time_limit disabledNathan Guse2013-10-161-1/+1