server/utils
2024-06-26 15:31:51 -10:00
..
api.ts fix(api): 🐛 Fix body not being logged in request debugging 2024-06-26 15:31:51 -10:00
challenges.ts feat(api): Implement Challenges API 2024-06-13 22:03:51 -10:00
constants.ts refactor(api): ♻️ Change route names, improve API endpoints to be more consistent with Mastodon API 2024-05-16 15:49:59 -10:00
content_types.ts feat(config): Add support for HTTP proxies on outgoing requests 2024-06-25 17:13:40 -10:00
init.ts refactor: ♻️ Replace logging system with @logtape/logtape 2024-06-26 13:11:39 -10:00
loggers.ts fix: 🐛 Fix request logs not showing up when starting server via CLI 2024-06-26 15:16:50 -10:00
markdown.ts refactor: ♻️ Replace logging system with @logtape/logtape 2024-06-26 13:11:39 -10:00
math.ts refactor(api): 🎨 Don't use node:crypto for random strings 2024-06-12 19:38:26 -10:00
meilisearch.ts refactor: ♻️ Replace logging system with @logtape/logtape 2024-06-26 13:11:39 -10:00
oauth.ts refactor: 🚨 Turn every linter rule on and fix issues (there were a LOT :3) 2024-06-12 16:26:43 -10:00
response.ts feat(api): Implement Challenges API 2024-06-13 22:03:51 -10: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
server.ts refactor(api): ♻️ Use Web Workers instead of spawning the same process once for each thread 2024-06-26 14:44:08 -10:00
tempmail.ts Replace eslint and prettier with Biome 2024-04-06 19:30:49 -10:00
timelines.ts docs: 📝 More work on JSDoc 2024-06-12 22:52:03 -10:00