aboutsummaryrefslogtreecommitdiffstats
path: root/package.json (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#11)dependabot[bot]2022-02-221-1/+1
|
* LintMatt Strapp2022-02-181-1/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Make output package file consistentMatt Strapp2022-02-181-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add packing support to make it a binaryMatt Strapp2022-02-171-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-171-1/+1
|
* Fix bug involving missing a returnMatt Strapp2022-02-151-1/+0
|
* Make responses more clearMatt Strapp2022-02-141-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* maybe achieve feature parityMatt Strapp2022-02-141-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-141-1/+1
|
* Finish upload API endpointMatt Strapp2022-02-111-2/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Do a bunch of random things (still no feature parity)Matt Strapp2022-02-111-1/+3
| | | | | | sadge Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Get rid of express-session and use a cookie insteadMatt Strapp2022-02-101-3/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add CSRF cookie and make it somewhat secureMatt Strapp2022-02-101-0/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Merge pull request #5 from ↵Matthew Strapp2022-02-101-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.1dependabot[bot]2022-02-101-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-101-1/+1
|/
* fix directory stuffsMatt Strapp2022-02-101-2/+1
|
* add debuggingMatt Strapp2022-02-091-0/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* configure CRSF properlyMatt Strapp2022-02-091-2/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add some security stuffsMatt Strapp2022-02-091-3/+9
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Start rewriting the entire appMatt Strapp2022-02-091-0/+39
Signed-off-by: Matt Strapp <matt@mattstrapp.net>