Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | [feature/passwords] Do not support 8-bit characters with $2a$ bcrypt | Marc Alexander | 2013-09-14 | 1 | -7/+13 | |
| * | | | | | | [feature/passwords] Add convert flag for converting to default | Marc Alexander | 2013-09-14 | 1 | -7/+8 | |
| * | | | | | | [feature/passwords] Correctly supply hash salt and settings to bcrypt | Marc Alexander | 2013-09-14 | 1 | -3/+2 | |
| * | | | | | | [feature/passwords] Use correct prefix for bcrypt type | Marc Alexander | 2013-09-14 | 1 | -1/+1 | |
| * | | | | | | [feature/passwords] Default to bcrypt with $2y$ prefix if possible | Marc Alexander | 2013-09-14 | 1 | -1/+1 | |
| * | | | | | | [feature/passwords] Add basic bcrypt drivers for $2a$ & $2y$ prefix | Marc Alexander | 2013-09-14 | 2 | -0/+135 | |
| * | | | | | | [feature/passwords] Add salted md5 (phpBB3 default) and phpass drivers | Marc Alexander | 2013-09-14 | 2 | -0/+226 | |
| * | | | | | | [feature/passwords] Add crypto driver base class and interface | Marc Alexander | 2013-09-14 | 2 | -0/+99 | |
| * | | | | | | [feature/passwords] Add helper functions, i.e. for combined hashes | Marc Alexander | 2013-09-14 | 1 | -0/+140 | |
| * | | | | | | [feature/passwords] Add service collection file crypto.yml | Marc Alexander | 2013-09-14 | 2 | -0/+36 | |
| * | | | | | | [feature/passwords] Add basic implementation of passwords manager | Marc Alexander | 2013-09-14 | 2 | -0/+207 | |
* | | | | | | | Merge remote-tracking branch 'vsephpbb/ticket/12100' into develop | Joas Schilling | 2014-02-02 | 2 | -8/+9 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | [ticket/12100] Re-order arguments in template environment constructor | Matt Friedman | 2014-01-27 | 2 | -7/+8 | |
| * | | | | | | | [ticket/12100] Ensure enabled extensions are fresh in Twig environment | Matt Friedman | 2014-01-27 | 2 | -7/+7 | |
* | | | | | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2014-02-02 | 3 | -2121/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | ||||||
| * | | | | | | | Merge remote-tracking branch 'naderman/ticket/12140' into develop-olympus | Andreas Fischer | 2014-02-02 | 3 | -2123/+0 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [ticket/12140] Remove the diff class / MOD text build script | Nils Adermann | 2014-02-02 | 3 | -2123/+0 | |
* | | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12135' into develop | Joas Schilling | 2014-02-02 | 1 | -5/+4 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | [ticket/12135] Reduce verbosity in bbfontstyle() by using textarea var. | Cesar G | 2014-01-26 | 1 | -5/+4 | |
* | | | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12124' into develop | Joas Schilling | 2014-02-02 | 1 | -15/+20 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | [ticket/12124] IE8 does not support indexOf() for arrays. | Cesar G | 2014-01-28 | 1 | -1/+1 | |
| * | | | | | | | | | | [ticket/12124] The textarea selector is failing in IE8 & 9. | Cesar G | 2014-01-28 | 1 | -1/+1 | |
| * | | | | | | | | | | [ticket/12124] Set attachment data to preserve AJAX delete functionality. | Cesar G | 2014-01-28 | 1 | -4/+4 | |
| * | | | | | | | | | | [ticket/12124] Remove double bang. | Cesar G | 2014-01-25 | 1 | -2/+2 | |
| * | | | | | | | | | | [ticket/12124] Revert to basic uploader if the html5 runtime is not supported. | Cesar G | 2014-01-24 | 1 | -15/+20 | |
* | | | | | | | | | | | Merge pull request #1959 from prototech/ticket/12131 | Andreas Fischer | 2014-02-02 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | [ticket/12131] Remove invalid imageset var in viewtopic print view. | Cesar G | 2014-01-26 | 1 | -1/+1 | |
* | | | | | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12123' into develop | Joas Schilling | 2014-02-02 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | ||||||
| * | | | | | | | | | | | [ticket/12123] Add soft delete to phpbb/permissions.php. | Cesar G | 2014-01-25 | 1 | -0/+1 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2014-01-27 | 2 | -4/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|/ / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | Merge remote-tracking branch 'vinny/ticket/12119' into develop-olympus | Andreas Fischer | 2014-01-27 | 2 | -4/+0 | |
| |\ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | [ticket/12119] Remove meta tags from view-print templates | Marcus Vinicius | 2014-01-27 | 2 | -4/+0 | |
| |/ / / / / / / / / / | ||||||
* | | | | | | | | | | | Merge pull request #1965 from prototech/ticket/12137 | Andreas Fischer | 2014-01-27 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | [ticket/12137] Fix spacing in smiley block. | Cesar G | 2014-01-26 | 1 | -1/+1 | |
|/ / / / / / / / / / | ||||||
* | | | | | | | | | | Merge branch 'develop-olympus' into develop | Andreas Fischer | 2014-01-26 | 2 | -0/+2 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | | / / / / / / / / | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Merge remote-tracking branch 'vinny/ticket/12118' into develop-olympus | Andreas Fischer | 2014-01-26 | 2 | -0/+2 | |
| |\ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | [ticket/12118] Add noindex meta tag to subsilver2 view-print templates | Marcus Vinicius | 2014-01-26 | 2 | -0/+2 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge remote-tracking branch 'prototech/ticket/12125' into develop | Joas Schilling | 2014-01-24 | 2 | -4/+20 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | [ticket/12125] Specify nth-child selectors separately - IE8 does not like them | Cesar G | 2014-01-24 | 2 | -4/+20 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge branch 'develop-olympus' into develop | Cesar G | 2014-01-23 | 1 | -1/+2 | |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| * | | | | | | | Merge remote-tracking branch 'nickvergessen/ticket/12120' into develop-olympus | Cesar G | 2014-01-23 | 1 | -1/+2 | |
| |\ \ \ \ \ \ \ | ||||||
| | * | | | | | | | [ticket/12120] Restore alphabetic order | Joas Schilling | 2014-01-23 | 1 | -1/+1 | |
| | * | | | | | | | [ticket/12120] Add prototech to authors | Joas Schilling | 2014-01-23 | 1 | -0/+1 | |
| |/ / / / / / / | ||||||
* | | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11950' into develop | Joas Schilling | 2014-01-22 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ticket/11950] Fix prior commit | Nathan Guse | 2014-01-22 | 1 | -2/+2 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #1952 from suheb/ticket/11950 | Nathan Guse | 2014-01-22 | 3 | -1/+5 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Adding 'forgot password' link to index page | Suhaib Khan | 2014-01-22 | 3 | -1/+5 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge remote-tracking branch 'EXreaction/ticket/11902' into develop | Joas Schilling | 2014-01-18 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | [ticket/11902] Use phpbb\php\ini class | Nathan Guse | 2013-12-30 | 1 | -1/+2 | |
| * | | | | | | | | [ticket/11902] Prevent errors if set_time_limit disabled | Nathan Guse | 2013-10-16 | 1 | -1/+1 |