aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/includes
Commit message (Expand)AuthorAgeFilesLines
* [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-141-0/+63
* [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 basic implementation of passwords managerMarc Alexander2013-09-141-0/+200
* Merge remote-tracking branch 'cyberalien/ticket/11754' into developAndreas Fischer2013-08-181-2/+0
|\
| * [ticket/11754] Remove styleswitcher leftoversVjacheslav Trushkin2013-07-301-2/+0
* | Merge branch 'develop-olympus' into developAndreas Fischer2013-08-151-2/+2
|\ \
| * \ Merge branch 'prep-release-3.0.12' into develop-olympusAndreas Fischer2013-08-151-2/+2
| |\ \
| | * | [ticket/11775] Fix error when moving the last post to another topicJoas Schilling2013-08-081-2/+2
| | * | [prep-release-3.0.12] Bumping version number for 3.0.12-RC2.Andreas Fischer2013-08-011-1/+1
* | | | [ticket/11774] Fix constant to avoid PHP errorsOliver Schramm2013-08-081-1/+1
* | | | Merge remote-tracking branch 'nickvergessen/ticket/11574' into developDhruv2013-08-081-7/+34
|\ \ \ \
| * \ \ \ Merge remote-tracking branch 'phpbb/develop' into ticket/11574Joas Schilling2013-07-3010-61/+56
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | [ticket/11574] Fix more issues in the updaterIgor Wiedler2013-07-141-6/+6
| * | | | Merge remote-tracking branch 'upstream/develop' into ticket/11574Igor Wiedler2013-07-14256-48956/+1883
| |\ \ \ \
| * | | | | [ticket/11574] Add trailing slash for consistencyIgor Wiedler2013-07-141-1/+1
| * | | | | [ticket/11574] Fix various path issues in the updaterIgor Wiedler2013-07-141-1/+25
| * | | | | [ticket/11574] Make install language filename less crazyIgor Wiedler2013-07-131-10/+4
| * | | | | [ticket/11574] Use alternate DI config file for updaterIgor Wiedler2013-07-132-18/+12
| * | | | | [ticket/11574] Only fall back to install/update versions, when IN_INSTALL ;)Joas Schilling2013-07-132-4/+6
| * | | | | [ticket/11574] Find language files in update/new before throwing an errorJoas Schilling2013-07-131-0/+12
| * | | | | [ticket/11574] Try to load updated service.yml before the default oneJoas Schilling2013-07-131-2/+10
* | | | | | Merge remote-tracking branch 'brunoais/ticket11639' into developJoas Schilling2013-08-041-9/+4
|\ \ \ \ \ \
| * | | | | | [ticket/11639] Changing how censorship is handled.brunoais2013-08-031-4/+2
| * | | | | | [ticket/11639] Removed a non-needed unsetBruno Ais2013-07-241-2/+0
| * | | | | | [ticket/11639] Whitespace fixingBruno Ais2013-07-201-1/+1
| * | | | | | [ticket/11639] Whitespace fixingBruno Ais2013-07-151-2/+2
| * | | | | | [ticket/11639] Added an useful comment.Bruno Ais2013-07-151-1/+2
| * | | | | | [ticket/11639] generate_text_for_display on functions_posting.phpBruno Ais2013-07-151-8/+6
* | | | | | | Merge remote-tracking branch 'brunoais/ticket/11642' into developJoas Schilling2013-08-031-11/+2
|\ \ \ \ \ \ \