server/utils
2024-10-23 17:56:47 +02:00
..
api.ts refactor(database): ♻️ Move Applications to our custom ORM 2024-10-23 17:56:47 +02:00
challenges.ts feat(api): Implement Challenges API 2024-06-13 22:03:51 -10:00
constants.ts fix(api): 🐛 Fix incorrect order of function parameters 2024-10-11 17:09:51 +02:00
content_types.ts refactor: 🚨 Remove unnecessary async keywords 2024-10-03 11:43:16 +02:00
init.ts refactor(plugin): 🚚 Move SSO login callback route to OpenID plugin 2024-10-11 15:15:06 +02:00
loggers.ts refactor: 🚨 Use shortand property syntax for object literals 2024-10-03 13:41:58 +02:00
markdown.ts refactor: 🚚 Explicitely add extensions to all imports 2024-10-04 15:22:48 +02:00
math.ts refactor(api): 🎨 Don't use node:crypto for random strings 2024-06-12 19:38:26 -10:00
oauth.ts refactor(database): ♻️ Move Applications to our custom ORM 2024-10-23 17:56:47 +02:00
response.ts refactor(api): ♻️ Remove old redirect() and response() in favour of Hono's builtins 2024-08-28 17:01:56 +02:00
sanitization.ts refactor: 🚨 Turn every linter rule on and fix issues (there were a LOT :3) 2024-06-12 16:26:43 -10:00
sentry.ts refactor: 🚚 Explicitely add extensions to all imports 2024-10-04 15:22:48 +02:00
server.ts refactor: 🚚 Explicitely add extensions to all imports 2024-10-04 15:22:48 +02:00
tempmail.ts Replace eslint and prettier with Biome 2024-04-06 19:30:49 -10:00
timelines.ts refactor: 🚚 Explicitely add extensions to all imports 2024-10-04 15:22:48 +02:00