Commit graph

22 commits

Author SHA1 Message Date
flash 5150f0cb56 Allow including Index through Composer.
index.php automatically detects if the Composer autoloader exists and doesn't initialise its own autoloader.
Also including phpunit and phpstan through it instead of including the phars, probably makes more sense to do it the other way but they're Big.
2023-07-21 18:04:29 +00:00
flash ccf75ede4a Don't scream on double close. 2023-07-17 19:02:07 +00:00
flash 939dcd10fe Exposed more steps of the DbTools::create process. 2023-07-11 22:42:57 +00:00
flash 31798a6b53 Change CSRFP epoch and check if token is empty. 2023-07-11 22:11:56 +00:00
flash 4d92459731 Removed hash function wrappers. 2023-07-11 22:00:24 +00:00
flash 828dc867a1 Made the CSRF protection less needlessly complex. 2023-07-11 21:59:09 +00:00
flash f3535117ce Fixed error on double close for mysqli library. 2023-07-10 22:43:29 +00:00
flash 1cd1695429 Added byte formatting methods. 2023-07-05 23:07:54 +00:00
flash 8f908d7f68 Added methods to count unique characters in a string. 2023-07-05 01:28:33 +00:00
flash bce5ba77a2 Altered MediaType parse routine. 2023-02-01 20:24:42 +00:00
flash 1a8344c1c3 Added ProcessStream (popen wrapper). 2023-01-25 22:26:36 +00:00
flash f244121e0b Removed Max-Age cookie field for now. 2023-01-10 21:50:54 +00:00
flash fbe4fe18de Added database migration utility. 2023-01-07 04:12:05 +00:00
flash f8c6602ab9 Added interface for common router methods. 2023-01-06 20:20:59 +00:00
flash 6e09904013 Actually run precommit this time. 2023-01-05 02:34:41 +00:00
flash a24cfb8e6f Added colour library tests. 2023-01-02 22:22:37 +00:00
flash 05a940667c Forgot to run precommit! 2023-01-02 03:24:41 +00:00
flash a0b3a08d7f strval -> cast 2023-01-01 19:53:27 +00:00
flash d166428729 Replaced uses of floatval and intval with casts. 2023-01-01 19:00:00 +00:00
flash 9bb07806a0 Fixed bitrot issues related to PHP updates. 2023-01-01 18:47:24 +00:00
flash 3bcb7781dd Removed unfinished Colour implementation. 2023-01-01 18:36:54 +00:00
flash ac2255d24d Imported into new repository. 2022-09-13 15:13:11 +02:00