1
0
Fork 0
Commit Graph

24 Commits

Author SHA1 Message Date
chylex 0cabcab391 Move version file creation to install.php 2020-09-20 16:36:31 +02:00
chylex 94ddd889d4 Add a dedicated 'Admin' system role and replace the admin flag on users 2020-09-12 10:34:20 +02:00
chylex 058460dbc6 Update code formatting & fix inspections 2020-09-12 04:06:38 +02:00
chylex f183b577ad Fix broken installation 2020-09-05 11:22:48 +02:00
chylex d9da7bf038 Remove unnecessary PDOStatement::execute calls 2020-09-04 19:21:03 +02:00
chylex 3eca0c8fef Rename SystemConfig to ConfigFile 2020-09-03 20:44:16 +02:00
chylex ddd8f9bd9c Rewrite update migrations to save progress & remove old migrations 2020-08-30 09:58:45 +02:00
chylex 1e92a5096b Fix or suppress IDE inspections 2020-08-30 02:56:36 +02:00
chylex 9f01e767bc Move issue tags and user password hashes into Data namespace, move UserId construction 2020-08-29 23:19:23 +02:00
chylex 15aa470ca1 Completely replace incrementing user IDs with the new string IDs 2020-08-29 23:19:23 +02:00
chylex 777db1fd51 Add non-consecutive user IDs that can be exposed 2020-08-29 08:19:37 +02:00
chylex 455cc331ae Include 'Php Inspections (EA Extended)' inspections & address them 2020-08-28 00:13:19 +02:00
chylex aec57ae065 Prohibit empty database passwords & avoid exposing them on the Settings page 2020-08-27 22:08:16 +02:00
chylex 19e9fd6621 Change naming scheme of individual 'trackers' to 'projects' 2020-08-27 07:33:11 +02:00
chylex 8dd93de601 Add build task with dedicated output folder & remove /~generated/ folder from previous commit 2020-08-24 03:06:31 +02:00
chylex 4331b35ceb Add CSS merging & minification 2020-08-24 01:35:02 +02:00
chylex 82bd65ce2f Move utils.php and add a few more utility functions 2020-08-21 22:01:04 +02:00
chylex 8c43d40ccb Change some string functions to use mbstring 2020-08-10 22:51:42 +02:00
chylex 3681228a5f Add resource versioning system 2020-08-10 11:35:43 +02:00
chylex ed32adbfec Fix base URL trailing slash & PHP version detection in PHP 5 and older 2020-08-09 21:42:02 +02:00
chylex 67471ff6ad Fix missing htmlspecialchars on most form fields 2020-08-09 21:41:05 +02:00
chylex cdd79a9878 Cleanup code and address minor TODOs and IDE inspections 2020-08-09 16:38:38 +02:00
chylex 655d3b1e7e Add update migration system 2020-08-09 13:44:29 +02:00
chylex 2597b7edd4 Add installation procedure w/ old installation detection 2020-08-09 12:27:11 +02:00