Commit message (Expand) | Author | Files | Lines | |
---|---|---|---|---|
2022-02-18 | Add super basic example | Matt Strapp | 1 | -39/+12 |
2022-02-18 | Lint | Matt Strapp | 3 | -74/+75 |
2022-02-18 | Add README to file map | Matt Strapp | 1 | -1/+1 |
2022-02-18 | Change git repo | Matt Strapp | 1 | -1/+1 |
2022-02-18 | Change git to the new repos | Matt Strapp | 1 | -2/+23 |
2022-02-18 | Make output package file consistent | Matt Strapp | 1 | -1/+1 |
2022-02-17 | Add packing support to make it a binary | Matt Strapp | 2 | -21/+613 |
2022-02-17 | Bump express from 4.17.2 to 4.17.3 (#7) | dependabot[bot] | 2 | -30/+35 |
2022-02-15 | Fix bug involving missing a return | Matt Strapp | 3 | -87/+81 |
2022-02-14 | organize imports | Matt Strapp | 2 | -11/+8 |
2022-02-14 | Reorder middleware for "security" | Matt Strapp | 2 | -13/+14 |
2022-02-14 | Remove redundant rate limiter | Matt Strapp | 1 | -10/+1 |
2022-02-14 | Make responses more clear | Matt Strapp | 8 | -20/+81 |
2022-02-14 | Update some dependencies | Matt Strapp | 1 | -46/+51 |
2022-02-14 | change some 403s to 400s | Matt Strapp | 1 | -3/+3 |
2022-02-14 | replace exec with spawn | Matt Strapp | 1 | -9/+16 |
2022-02-14 | add the TODO | Matt Strapp | 1 | -1/+5 |
2022-02-14 | maybe achieve feature parity | Matt Strapp | 11 | -102/+224 |
2022-02-14 | Bump eslint from 8.8.0 to 8.9.0 (#6) | dependabot[bot] | 2 | -27/+27 |
2022-02-11 | Finish upload API endpoint | Matt Strapp | 7 | -34/+33 |
2022-02-11 | Do a bunch of random things (still no feature parity) | Matt Strapp | 16 | -202/+184 |
2022-02-10 | Get rid of express-session and use a cookie instead | Matt Strapp | 3 | -46/+3 |
2022-02-10 | Add CSRF cookie and make it somewhat secure | Matt Strapp | 3 | -2/+22 |
2022-02-10 | Bump @types/node from 17.0.16 to 17.0.17 (#4) | dependabot[bot] | 2 | -5/+5 |
2022-02-10 | Bump express-rate-limit from 6.2.0 to 6.2.1 | dependabot[bot] | 2 | -5/+5 |