8 Commits

Author SHA1 Message Date
tecc
5e3c287e51
feat(rewrite): Users, tokens, authentication, etc.
This is essentially a codedump because there are too many interweaved changes for me to keep track of or separate into smaller, more comprehensible commits.
So, enjoy! This maelstrom of code, torrent of implementations, and other minor changes.
2024-04-17 05:10:02 +02:00
tecc
66168bcca3
feat(rewrite): Static data and key loading
static-data: Static data is now loaded. For now only the logos are loaded, but more may be added in the future. The logos are loaded in a similar fashion to how locale-specific logos are.
keys: Keys can now be loaded. They aren't
2024-04-17 04:57:07 +02:00
tecc
6f119b4232
feat(rewrite): Users and captchas: begin! 2023-10-28 15:18:05 +02:00
tecc
571add052b
change: Add prisma as dependency, add DATABASE_URL env variable 2023-09-16 12:29:49 +02:00
tecc
93f0d5065f
change(rewrite)!: Rename SECRET to SECURITY_SECRET for consistency 2023-09-15 15:17:19 +02:00
tecc
3557f69743
change(config): LOG_LEVEL environment variable, fixed erroneous port for default HTTP_PUBLIC_URL 2023-09-09 19:25:00 +02:00
tecc
5ead881f09
feat(rewrite): Loading locales, ping route, and easter eggs 2023-08-31 21:36:22 +02:00
tecc
4ec2a5ab43
feat(rewrite): Implement basic configuration, use Fastify 2023-08-27 01:02:44 +02:00