Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | setup.php: Fix list of required directories | Laria Carolin Chabowski | 2020-11-08 |
| | |||
* | Get rid of db.php and include config directly in entry points | Laria Carolin Chabowski | 2020-11-08 |
| | |||
* | Make SITE_BASE_PATH a method of Env | Laria Carolin Chabowski | 2020-11-08 |
| | | | | This allows us to get rid of utils.php | ||
* | Use password_hash() and friends to hash and verify passwords | Laria Carolin Chabowski | 2020-09-25 |
| | | | | | | | | | | | | Previously I rolled my own password hashing function. While it at least used some sort of salt, it's still a terrible idea. The newly created class PasswordHash wraps the password_hash() family of functions but can also check the old password hash format (to distinguish them, the new password hashes are prefixed with a '!'). In PasswordHash::needsRehash we then always report an hash of the old format as being in need of a rehash. That way, these old hashes will be replaced the next time the user successfully logs in. | ||
* | Replace kses with HTMLPurifier | Laria Carolin Chabowski | 2020-09-25 |
| | | | | This gets rid of our last non-compüoser dependency! :) | ||
* | Get php-markdown via composer | Laria Carolin Chabowski | 2020-09-22 |
| | |||
* | Require STE using composer and add autoloading | Laria Carolin Chabowski | 2020-09-22 |
| | |||
* | Automatic code formatting | Laria Carolin Chabowski | 2020-04-26 |
| | |||
* | Some simple code formatting | Laria Carolin Chabowski | 2020-04-26 |
| | | | | | | - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags | ||
* | Expand tabs and remove trailing whitespace | Laria Carolin Chabowski | 2020-04-26 |
| | |||
* | STE has a new repository and name. | Kevin Chabowski | 2013-10-28 |
| | |||
* | areyousure.html is gone | Kevin Chabowski | 2013-10-03 |
| | |||
* | New dependencies | Kevin Chabowski | 2013-10-03 |
| | |||
* | Modified setup.php and added create-package.zip. | Kevin Chabowski | 2012-03-03 |
| | | | | | | Requirement of session_doctor.php was removed from setup.php, since this is just a debugging tool and should never be on a productive installation! | ||
* | Removed sys/default_settings.php | Kevin Chabowski | 2012-02-18 |
| | | | | Was never used. Why did I even wrote this file? | ||
* | Setup script and clean config file. | Kevin Chabowski | 2012-01-21 |