summary refs log tree commit diff
path: root/src/api/Server.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Implement WebAuthn (#967)Puyodead12023-01-301-1/+8
| | | | | | | | | * implement webauthn * code review --------- Co-authored-by: Madeline <46743919+MaddyUnderStars@users.noreply.github.com>
* Add ESLint (#941)Madeline2023-01-201-7/+10
| | | | | | | * Add eslint, switch to lint-staged for precommit * Fix all ESLint errors * Update GH workflow to check prettier and eslint
* Script to add license preamble to each file. Also, does that. (#935)Madeline2023-01-181-0/+18
| | | | | | | | | * Add script to automatically add license to each file * Add license preamble to each file. * Fix existing preamble detection breaking due to line endings. Git :( * Prevent license from being added to code with other licenses
* Move sentry init to util. use sentry in each module, not just bundleMadeline2023-01-101-1/+4
|
* PrettierMadeline2023-01-051-10/+7
|
* Remove bad banned words implementationMadeline2022-12-171-2/+1
|
* Fix 404 handlerMadeline2022-11-051-3/+4
|
* Allow running api, cdn, gateway separatelyMadeline2022-10-311-2/+3
|
* PrettierMadeline2022-09-261-18/+34
|
* Refactor to mono-repo + upgrade packagesMadeline2022-09-251-0/+94