d40bc7dc8eFixed a bug where setting compression would crash the server on local routes, fixed some useless never-will-happen eventualities
v0.4.3
Tracker-Friendly2024-11-04 17:09:45 +0000
13d00e8222Rewrote the entire blob storage service, made auth not use MarshalBinary, which is useless, and made the Start button in captchaDiv the correct colour and same size as it's surrounding elementsTracker-Friendly2024-11-03 17:03:35 +0000
d302745c9aSwitch to httpcompression in order to save me some coding time and also fix all of our assorted compression problems
v0.4.1
Tracker-Friendly2024-11-03 15:55:11 +0000
8d27ad6b98Add a "stealth mode" in case for whatever reason you don't want to show the entire world you're using a super obscure http server
v0.4.0
Tracker-Friendly2024-11-03 14:26:02 +0000
694f62f238Added redirects, make one pathBlock able to contain multiple pathsTracker-Friendly2024-11-03 13:20:09 +0000
322e901d16Add globally defined HTTPS certs, fixed an ineffective assignment, isolated registering services into its own functionTracker-Friendly2024-11-03 13:03:49 +0000
7b1188545dMade the directory listing not uber-broken, made it serve index.html by default
v0.3.2
Tracker-Friendly2024-11-03 12:07:53 +0000
d25e0a4877Fixed subdomain routers not working if the service is activated after the file servers, which always happened. Also, do not load services not specified. Also, switch to a yaml config.
v0.3.1
Tracker-Friendly2024-11-03 11:58:33 +0000
cf5dbe7946Switched to a new config file format, switched to a custom error handling screen instead of 404 Page Not Found, switched to per-route static file service, added proxying (in beta), reduced the cyclomatic complexity of main() function, broke up the compression handlers into different functions, added HTTPS functionality (beta), made the global router not special, use a custom http handler to automatically switch between compression schemes based on per-route compression settings, support comments in the configuration file.Tracker-Friendly2024-11-01 13:09:35 +0000
6b483f712eAdded fancy printing when building, fixed compressionlevel attempting to be set when no compression is specifiedTracker-Friendly2024-10-29 12:51:04 +0000
d6adc1c775Added compression support, made all fetches use jsFetch for improved binary sizesTracker-Friendly2024-10-29 11:20:01 +0000
5910a61f19Tidied up the CSS files, made the delete account button redTracker-Friendly2024-10-27 15:50:18 +0000
28003d7093Fixed up dark mode, added placeholders for the dashboard inputsTracker-Friendly2024-10-27 15:29:21 +0000
5ebb572251Switched to the CGO sqlite driver to fix an out of memory bugTracker-Friendly2024-10-20 18:39:20 +0100
5b2d21825cUpdate storeFile to be able to remove the older file from the database when writing new information to itTracker-Friendly2024-10-20 09:31:59 +0100
36bdc178f2Add functions for getting the quota and used for a userTracker-Friendly2024-10-18 17:52:01 +0100
5aa3082315Updated fulgens library and used a better files api for blob storageTracker-Friendly2024-10-16 18:05:52 +0100
018cb6e74bMade the nucleus apps not have any special loading process over others except from loading first, fixed clientKeyShare interpreting the token wronglyTracker-Friendly2024-10-04 18:30:17 +0100
d0c02e3729Updated all modules and moved the authLibrary to a seperated library to prevent versioning issues
v0.0.2
Tracker-Friendly2024-10-04 17:33:00 +0100
ef0b04c55bUpdated the auth module and fixed it's incorrect module pathTracker-Friendly2024-10-04 17:05:30 +0100
acc5067b5eUpdated a lot of libraries, seperated fg-library into its own package to solve build issues with version incompatibilities across modulesTracker-Friendly2024-10-03 19:06:53 +0100
3b29a9e862Updated gitignore to not have git scream at me during every testTracker-Friendly2024-09-29 16:07:04 +0100
5b53e5e56fUpdated PoW library, removed unused graphics, moved checking client token validity serverside in clientKeyShare, made not having a user account not crash the app, made the PoW easier and have a cleaner interface, fixed some elements in dark mode, optimised 0px -> 0 in some CSS, updated some packagesTracker-Friendly2024-09-29 16:06:28 +0100