Commit Graph

328 Commits (676e145349fdc99bb11d33c4ec2a4de6777588f7)

Author SHA1 Message Date
Yasen Pramatarov 81b66db3c6 Updates changelog 2025-01-17 17:59:58 +02:00
Yasen Pramatarov b2fcaf6793 HTML fixes 2025-01-17 16:08:37 +02:00
Yasen Pramatarov 55ab59372e Prepares for release 0.3 2025-01-15 19:06:12 +02:00
Yasen Pramatarov a5b2653ed4 Removes all old messaging system references 2025-01-15 18:52:15 +02:00
Yasen Pramatarov 378ecb8a14 Adds option to not sanitize messages 2025-01-15 18:22:49 +02:00
Yasen Pramatarov 0cf4795fc7 Fixes variables conflict between config and metricConfig 2025-01-15 18:22:09 +02:00
Yasen Pramatarov 7e67b2907b Fixes graphs title 2025-01-14 15:46:43 +02:00
Yasen Pramatarov 8b1fd2e2c1 Implements live graphs page 2025-01-14 15:37:20 +02:00
Yasen Pramatarov 5982d5eef9 Adds more start to latest data 2025-01-14 14:33:21 +02:00
Yasen Pramatarov d3f65939cd Makes latest data configurable 2025-01-14 14:09:28 +02:00
Yasen Pramatarov 5986993e45 Adds latest data metrics page 2025-01-13 17:54:42 +02:00
Yasen Pramatarov da4a35d506 Adds the new messages system to all pages 2025-01-13 10:45:31 +02:00
Yasen Pramatarov f1c63de8c0 Logs access fixes 2025-01-07 21:31:07 +02:00
Yasen Pramatarov a8bf994ae5 Messages system troubleshoot 2025-01-07 13:02:57 +02:00
Yasen Pramatarov d5e30400d0 Adds smaller size messages 2025-01-06 11:43:20 +02:00
Yasen Pramatarov bc5ae76534 Ratelimiter database call fix 2025-01-06 11:31:07 +02:00
Yasen Pramatarov b314cdd14d Implements and troubleshoots new messages system 2025-01-06 11:13:28 +02:00
Yasen Pramatarov 4bfae911db Reorganizes includes and helpers folders 2025-01-04 18:37:48 +02:00
Yasen Pramatarov 608946ddee Adds new message system with dismissible messages 2025-01-04 14:22:53 +02:00
Yasen Pramatarov eae2a8a47c Adds modal messages, fixes ratelimiter 2025-01-04 13:41:02 +02:00
Yasen Pramatarov 9c129fcf76 Adds a web interface for ratelimiter 2025-01-04 12:30:44 +02:00
Yasen Pramatarov 84354b183d Fixes SQLite syntax and login logic 2025-01-04 11:46:07 +02:00
Yasen Pramatarov 50b74a15db Fixes ratelimiting, adds auto blacklisting 2025-01-04 11:32:19 +02:00
Yasen Pramatarov 8f32a79d0e Loads the ratelimiter class and fixes typos 2025-01-03 18:44:08 +02:00
Yasen Pramatarov a076c28a30 Cleanup expired IP entries 2025-01-03 18:08:59 +02:00
Yasen Pramatarov f4c008c65f Gets blacklisted ips 2025-01-03 18:07:34 +02:00
Yasen Pramatarov 13947e2099 Functions to add/remove from blacklist 2025-01-03 18:06:02 +02:00
Yasen Pramatarov 0a17b947d7 Bypass whitelisting if blacklisted 2025-01-03 18:02:44 +02:00
Yasen Pramatarov 528f4829af Check if blacklisted 2025-01-03 17:58:19 +02:00
Yasen Pramatarov 65417f7d92 Defines the blacklist table 2025-01-03 17:51:30 +02:00
Yasen Pramatarov 020d0ee22d Adds known bad IPs and networks 2025-01-03 17:49:36 +02:00
Yasen Pramatarov 68f2353c97 Adds blacklist table 2025-01-02 17:46:28 +02:00
Yasen Pramatarov db97101113 Typos fix 2024-12-29 17:35:15 +02:00
Yasen Pramatarov 589abf2731 Enhances remove from whitelist 2024-12-22 17:21:24 +02:00
Yasen Pramatarov 45d4fbb377 Clean up spaces 2024-12-21 17:18:53 +02:00
Yasen Pramatarov 9b8f92f2eb Enhances add to whitelist 2024-12-21 17:14:31 +02:00
Yasen Pramatarov 8d0518c7ff Fixes sqlite syntax 2024-12-21 17:11:15 +02:00
Yasen Pramatarov d15c6d6f1f Fixes SQL 2024-12-20 17:05:45 +02:00
Yasen Pramatarov 76f4e0e3c8 Prepare for logging 2025-01-03 17:02:49 +02:00
Yasen Pramatarov 0d05d66c0f Default whitelist IPs on table createion 2024-12-17 16:41:23 +02:00
Yasen Pramatarov db6dabedec Remove old type whitelist 2024-12-16 16:39:06 +02:00
Yasen Pramatarov bc1089be21 Fixes whitelisting in db 2024-12-12 16:16:48 +02:00
Yasen Pramatarov a0747cfbc8 Adds whitelist table 2024-12-12 16:11:41 +02:00
Yasen Pramatarov 0f72f3bea4 Renames ratelimit table 2024-12-11 16:08:55 +02:00
Yasen Pramatarov 38e4b002c8 Adds comments 2024-12-11 16:00:13 +02:00
Yasen Pramatarov 645e98cd6a Clear extra spaces 2024-12-10 15:56:58 +02:00
Yasen Pramatarov a31939cb87 Skip rate limiting for whitelisted 2024-12-10 15:56:18 +02:00
Yasen Pramatarov 08394be35e Ratelimit whitelist add/remove 2024-12-09 15:44:00 +02:00
Yasen Pramatarov c78951da60 Initial code for ratelimiter whitelist 2024-12-09 15:43:10 +02:00
Yasen Pramatarov f549940249 Adds rate limiting to the login page 2024-12-07 15:38:13 +02:00
Yasen Pramatarov fee0616ca4 Adds rate limiting to the user class 2024-12-07 15:32:28 +02:00
Yasen Pramatarov 626fc4ba2b Adds rate limiter class 2024-12-06 15:25:15 +02:00
Yasen Pramatarov f7e4aeb898 Adds jilo db checks to status page 2024-12-04 16:18:15 +02:00
Yasen Pramatarov 1f7d42b083 Adds phpdoc comments 2024-12-04 12:17:30 +02:00
Yasen Pramatarov 858cc264f1 Adds phpdoc comments 2024-12-04 12:13:33 +02:00
Yasen Pramatarov 7d21406be4 Fixes comments 2024-12-04 12:04:36 +02:00
Yasen Pramatarov d8dc937e48 Adds phpdoc comments 2024-12-04 12:02:06 +02:00
Yasen Pramatarov 06f6a3dfb7 Fixes error message 2024-12-04 11:23:04 +02:00
Yasen Pramatarov da08ad54ca Fixes comments 2024-12-03 11:10:43 +02:00
Yasen Pramatarov b18cca8075 Adds phpdoc comments 2024-12-02 11:06:02 +02:00
Yasen Pramatarov a6b0553393 Fixes formatting 2024-12-01 10:58:42 +02:00
Yasen Pramatarov 0808f573fc Fixes dashboard page db connection 2024-11-30 10:56:22 +02:00
Yasen Pramatarov eb998a555b Cleans up the phpdoc comments 2024-11-29 19:06:27 +02:00
Yasen Pramatarov 7add95dd1b Ad phpdoc comments 2024-11-29 19:02:40 +02:00
Yasen Pramatarov 09c1669812 Adds phpdoc comments 2024-11-29 18:51:52 +02:00
Yasen Pramatarov e57ab435fc Adds phpdoc comments 2024-11-29 18:47:34 +02:00
Yasen Pramatarov 161f74f6bd Cleans up the phpdoc comments 2024-11-29 18:47:18 +02:00
Yasen Pramatarov b94613f049 Cleans up the phpdoc comments 2024-11-29 18:38:49 +02:00
Yasen Pramatarov 28f9fa1007 Adds phpdoc comments 2024-11-29 18:34:54 +02:00
Yasen Pramatarov da75076130 Add phpdoc comments 2024-11-29 18:31:12 +02:00
Yasen Pramatarov 4ba0faf20b Fixes to the url router class 2024-11-29 18:25:09 +02:00
Yasen Pramatarov 2bd6cf89f6 Adds phpdoc comments 2024-11-29 18:21:08 +02:00
Yasen Pramatarov c711d6f011 Cleans up the phpdoc comments 2024-11-29 18:08:56 +02:00
Yasen Pramatarov 3ce20c2069 Clean up the PHPDoc comments 2024-11-29 18:07:47 +02:00
Yasen Pramatarov 866af8acfe Adds phpdoc comments 2024-11-28 16:49:47 +02:00
Yasen Pramatarov a8a85b0666 Adds phpdoc comments 2024-11-28 16:46:13 +02:00
Yasen Pramatarov 831c119636 Adds phpdoc comments 2024-11-28 16:40:50 +02:00
Yasen Pramatarov 3279a565aa Adds phpdoc comments 2024-11-27 16:36:56 +02:00
Yasen Pramatarov 69ac69f41c Adds phpdoc comments 2024-11-27 16:34:16 +02:00
Yasen Pramatarov 4f5557f6ca Adds phpdoc comments 2024-11-27 16:26:55 +02:00
Yasen Pramatarov 06bf414f41 Adds phpdoc comments 2024-11-26 16:22:27 +02:00
Yasen Pramatarov 4b4a9603b9 Clears extra spaces 2024-11-26 16:17:41 +02:00
Yasen Pramatarov 396b449bf2 Adds phpdoc comments 2024-11-26 16:16:16 +02:00
Yasen Pramatarov 9562a7d0bb Adds phpdoc comments 2024-11-25 16:09:47 +02:00
Yasen Pramatarov 51282eae38 Database errors troubleshooting 2024-11-24 16:02:20 +02:00
Yasen Pramatarov d1fe3a7cf5 Adds exceptions for the errors 2024-11-23 15:49:20 +02:00
Yasen Pramatarov fac6e4ea83 Adds phpdoc comments 2024-11-23 15:46:01 +02:00
Yasen Pramatarov c7a161963f Adds phpdoc comments 2024-11-23 15:45:03 +02:00
Yasen Pramatarov 16826b93bf Adds phpdoc comments 2024-11-22 15:33:19 +02:00
Yasen Pramatarov 7ed19a6e48 Adds phpdoc comments 2024-11-21 15:14:07 +02:00
Yasen Pramatarov 77f7e14f78 Adds phpdoc comments 2024-11-20 14:56:47 +02:00
Yasen Pramatarov f48ed80103 Outline selected platform 2024-11-19 14:41:46 +02:00
Yasen Pramatarov 89d4450796 Outline selected platform in config 2024-11-18 14:36:37 +02:00
Yasen Pramatarov 6fcc6da51c Components page: Stop if there is database error 2024-11-17 14:11:22 +02:00
Yasen Pramatarov 43148d3f17 Participants page: Stop if there is DB connection error 2024-11-16 13:08:56 +02:00
Yasen Pramatarov 8c37fea093 Conference page: Stop if there is DB connection error 2024-11-15 13:05:28 +02:00
Yasen Pramatarov 1ad19492f6 Components page DB connect fix 2024-11-14 12:58:41 +02:00
Yasen Pramatarov ade26b7267 Participants page DB connect fix 2024-11-13 12:56:24 +02:00
Yasen Pramatarov 7a1f2b841e Fix conference page db connection 2024-11-12 12:51:33 +02:00
Yasen Pramatarov c5e123ea2f Cleans up error/notice messages 2024-11-11 11:33:02 +02:00