Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Bump express-rate-limit from 6.2.1 to 6.3.0 (#9) | dependabot[bot] | 2022-02-22 | 1 | -1/+1 | |
| | ||||||
* | Bump @types/node from 17.0.18 to 17.0.19 (#8) | dependabot[bot] | 2022-02-22 | 1 | -1/+1 | |
| | ||||||
* | Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#11) | dependabot[bot] | 2022-02-22 | 1 | -1/+1 | |
| | ||||||
* | Lint | Matt Strapp | 2022-02-18 | 1 | -1/+2 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Make output package file consistent | Matt Strapp | 2022-02-18 | 1 | -1/+1 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Add packing support to make it a binary | Matt Strapp | 2022-02-17 | 1 | -1/+9 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Bump express from 4.17.2 to 4.17.3 (#7) | dependabot[bot] | 2022-02-17 | 1 | -1/+1 | |
| | ||||||
* | Fix bug involving missing a return | Matt Strapp | 2022-02-15 | 1 | -1/+0 | |
| | ||||||
* | Make responses more clear | Matt Strapp | 2022-02-14 | 1 | -0/+1 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | maybe achieve feature parity | Matt Strapp | 2022-02-14 | 1 | -4/+4 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Bump eslint from 8.8.0 to 8.9.0 (#6) | dependabot[bot] | 2022-02-14 | 1 | -1/+1 | |
| | ||||||
* | Finish upload API endpoint | Matt Strapp | 2022-02-11 | 1 | -2/+2 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Do a bunch of random things (still no feature parity) | Matt Strapp | 2022-02-11 | 1 | -1/+3 | |
| | | | | | | sadge Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Get rid of express-session and use a cookie instead | Matt Strapp | 2022-02-10 | 1 | -3/+2 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Add CSRF cookie and make it somewhat secure | Matt Strapp | 2022-02-10 | 1 | -0/+2 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Merge pull request #5 from ↵ | Matthew Strapp | 2022-02-10 | 1 | -1/+1 | |
|\ | | | | | | | | | RosstheRoss/dependabot/npm_and_yarn/express-rate-limit-6.2.1 Bump express-rate-limit from 6.2.0 to 6.2.1 | |||||
| * | Bump express-rate-limit from 6.2.0 to 6.2.1 | dependabot[bot] | 2022-02-10 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [express-rate-limit](https://github.com/nfriedly/express-rate-limit) from 6.2.0 to 6.2.1. - [Release notes](https://github.com/nfriedly/express-rate-limit/releases) - [Changelog](https://github.com/nfriedly/express-rate-limit/blob/master/changelog.md) - [Commits](https://github.com/nfriedly/express-rate-limit/compare/v6.2.0...v6.2.1) --- updated-dependencies: - dependency-name: express-rate-limit dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> | |||||
* | | Bump @types/node from 17.0.16 to 17.0.17 (#4) | dependabot[bot] | 2022-02-10 | 1 | -1/+1 | |
|/ | ||||||
* | fix directory stuffs | Matt Strapp | 2022-02-10 | 1 | -2/+1 | |
| | ||||||
* | add debugging | Matt Strapp | 2022-02-09 | 1 | -0/+1 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | configure CRSF properly | Matt Strapp | 2022-02-09 | 1 | -2/+2 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Add some security stuffs | Matt Strapp | 2022-02-09 | 1 | -3/+9 | |
| | | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net> | |||||
* | Start rewriting the entire app | Matt Strapp | 2022-02-09 | 1 | -0/+39 | |
Signed-off-by: Matt Strapp <matt@mattstrapp.net> |