aboutsummaryrefslogtreecommitdiff
path: root/setup.php
Commit message (Collapse)AuthorAge
* Add htmlesc againHEADmasterLaria Carolin Chabowski2021-01-01
| | | | Some plugins use that function :(.
* setup.php: Fix list of required directoriesLaria Carolin Chabowski2020-11-08
|
* Get rid of db.php and include config directly in entry pointsLaria Carolin Chabowski2020-11-08
|
* Make SITE_BASE_PATH a method of EnvLaria Carolin Chabowski2020-11-08
| | | | This allows us to get rid of utils.php
* Use password_hash() and friends to hash and verify passwordsLaria Carolin Chabowski2020-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 HTMLPurifierLaria Carolin Chabowski2020-09-25
| | | | This gets rid of our last non-compüoser dependency! :)
* Get php-markdown via composerLaria Carolin Chabowski2020-09-22
|
* Require STE using composer and add autoloadingLaria Carolin Chabowski2020-09-22
|
* Automatic code formattingLaria Carolin Chabowski2020-04-26
|
* Some simple code formattingLaria Carolin Chabowski2020-04-26
| | | | | | - Expand tabs into spaces - Remove trailing whitespace - Get rid of closing `?>` tags
* Expand tabs and remove trailing whitespaceLaria Carolin Chabowski2020-04-26
|
* STE has a new repository and name.Kevin Chabowski2013-10-28
|
* areyousure.html is goneKevin Chabowski2013-10-03
|
* New dependenciesKevin Chabowski2013-10-03
|
* Modified setup.php and added create-package.zip.Kevin Chabowski2012-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.phpKevin Chabowski2012-02-18
| | | | Was never used. Why did I even wrote this file?
* Setup script and clean config file.Kevin Chabowski2012-01-21