aboutsummaryrefslogtreecommitdiff
path: root/ratatoeskr/setup/setup.php
Commit message (Collapse)AuthorAge
* Get rid of db.php and include config directly in entry pointsLaria Carolin Chabowski2020-11-08
|
* Move article status consts into Article classLaria Carolin Chabowski2020-11-08
|
* Remove some unused DB functions / globalsLaria Carolin Chabowski2020-10-20
| | | | | Now it begins to pay off, that (nearly) all model classes were updated to use the new Database class :)
* 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.
* Fix some broken references to the \ste namespaceLaria Carolin Chabowski2020-09-25
| | | | Should be \r7r\ste now
* Require STE using composer and add autoloadingLaria Carolin Chabowski2020-09-22
|
* Code cleanupLaria Carolin Chabowski2020-09-21
| | | | | | | | | | - Remove unused variables - Remove unused utility functions - Asserting presence and typehinting global variables - Remove unused variables - Add missing global - Add parameter type constraint - Fix some references to nonexisting variables
* Format config generation codeLaria Carolin Chabowski2020-04-28
|
* 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
|
* Fix some php7 bugs. Also new name and new repository urlsLaria Carolin Chabowski2016-08-15
|
* New repository paths.Kevin Chabowski2013-07-04
|
* Debug now toggleable in backend; used new STE features.Kevin Chabowski2012-03-01
| | | | | | | * If __DEBUG__ is true, STE will be in a more verbose mode. * Ratatöskr's frontend STETags now uses the \ste\RuntimeError exception This will also be Beta 3
* Setup script and clean config file.Kevin Chabowski2012-01-21