aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | [feature/passwords] Rename "crypto" files to "passwords" filesMarc Alexander2013-09-1412-87/+87
| * | | | | | [feature/passwords] Properly set convert_flag and add test for itMarc Alexander2013-09-141-1/+5
| * | | | | | [feature/passwords] Define default hashing algorithm in container fileMarc Alexander2013-09-143-9/+13
| * | | | | | [feature/passwords] Add get_name() method to driversMarc Alexander2013-09-143-0/+36
| * | | | | | [feature/passwords] Move migrations file to phpbb folderMarc Alexander2013-09-141-0/+0
| * | | | | | [feature/passwords] Move files after namespacing changesMarc Alexander2013-09-149-0/+0
| * | | | | | [feature/passwords] Add legacy support for md5 passwordsMarc Alexander2013-09-142-3/+3
| * | | | | | [feature/passwords] Fix incorrect call to helper instead of $thisMarc Alexander2013-09-141-2/+2
| * | | | | | [feature/passwords] Do not use specific errors but just return falseMarc Alexander2013-09-141-12/+13
| * | | | | | [feature/passwords] NULL should be null according to coding guidelinesMarc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Do not check if type_map is emptyMarc Alexander2013-09-141-11/+0
| * | | | | | [feature/passwords] Properly treat duplicates in combined hashesMarc Alexander2013-09-141-0/+4
| * | | | | | [feature/passwords] Make method get_hashing_public_algorithm publicMarc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Add combined hashing method to helperMarc Alexander2013-09-142-0/+40
| * | | | | | [feature/passwords] Add function for obtaining only the hash to helperMarc Alexander2013-09-141-0/+11
| * | | | | | [feature/passwords] Fix minor code limitations in helperMarc Alexander2013-09-141-2/+3
| * | | | | | [feature/passwords] Pass phpbb_container to passwords helperMarc Alexander2013-09-142-2/+9
| * | | | | | [feature/passwords] Use correct prefix for salt in salted_md5Marc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Add method for obtaining the hash settings onlyMarc Alexander2013-09-143-0/+38
| * | | | | | [feature/passwords] Add schema changes for new hash typesMarc Alexander2013-09-149-9/+72
| * | | | | | [feature/passwords] Make sure hash has the required lengthMarc Alexander2013-09-141-0/+4
| * | | | | | [feature/passwords] Make method get_hashing_algorithm() protectedMarc Alexander2013-09-141-1/+1
| * | | | | | [feature/passwords] Use common salt generation function for all typesMarc Alexander2013-09-143-31/+47
| * | | | | | [feature/passwords] Add driver helper class fileMarc Alexander2013-09-141-0/+108
| * | | | | | [feature/passwords] Add driver helper class for additional functionsMarc Alexander2013-09-142-27/+8
| * | | | | | [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 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
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / / / |/| | | | | | | | | |