aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Bump actions/checkout from 2 to 3 (#21)dependabot[bot]2022-03-072-2/+2
| | | | | | | | | | | | | | | | | Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v2...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Bump fastify/github-action-merge-dependabot from 3.0.0 to 3.0.2 (#20)dependabot[bot]2022-03-071-1/+1
| | | | | | | | | | | | | | | | Bumps [fastify/github-action-merge-dependabot](https://github.com/fastify/github-action-merge-dependabot) from 3.0.0 to 3.0.2. - [Release notes](https://github.com/fastify/github-action-merge-dependabot/releases) - [Commits](https://github.com/fastify/github-action-merge-dependabot/compare/v3.0.0...v3.0.2) --- updated-dependencies: - dependency-name: fastify/github-action-merge-dependabot dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* Add automerging of dependencies if they pass the CIMatt Strapp2022-03-021-0/+11
|
* Bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0 (#17)dependabot[bot]2022-03-022-55/+21
|
* Bump eslint from 8.9.0 to 8.10.0 (#15)dependabot[bot]2022-03-022-10/+10
|
* Bump @typescript-eslint/parser from 5.12.1 to 5.13.0 (#16)dependabot[bot]2022-03-022-9/+43
|
* Bump typescript from 4.5.5 to 4.6.2 (#18)dependabot[bot]2022-03-022-5/+5
|
* Bump actions/setup-node from 2 to 3 (#14)dependabot[bot]2022-03-021-1/+1
|
* Bump @types/node from 17.0.20 to 17.0.21 (#13)dependabot[bot]2022-02-242-5/+5
|
* Allow csv to be downloaded even if the program exits with an errorMatt Strapp2022-02-241-2/+2
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Make the program not output an error when there isn't oneMatt Strapp2022-02-241-4/+5
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Fix bug with windows not uploading the right mimetypeMatt Strapp2022-02-242-20/+20
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump @types/node from 17.0.19 to 17.0.20 (#12)dependabot[bot]2022-02-232-5/+5
|
* add commentMatt Strapp2022-02-221-6/+19
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Maybe add CSV supportMatt Strapp2022-02-225-53/+152
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 (#10)dependabot[bot]2022-02-222-55/+21
|
* Bump express-rate-limit from 6.2.1 to 6.3.0 (#9)dependabot[bot]2022-02-222-5/+5
|
* Bump @types/node from 17.0.18 to 17.0.19 (#8)dependabot[bot]2022-02-222-10/+5
|
* Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#11)dependabot[bot]2022-02-222-9/+43
|
* Add super basic exampleMatt Strapp2022-02-181-39/+12
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* LintMatt Strapp2022-02-183-74/+75
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add README to file mapMatt Strapp2022-02-181-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Change git repoMatt Strapp2022-02-181-1/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Change git to the new reposMatt Strapp2022-02-181-2/+23
| | | | 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-172-21/+613
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump express from 4.17.2 to 4.17.3 (#7)dependabot[bot]2022-02-172-30/+35
|
* Fix bug involving missing a returnMatt Strapp2022-02-153-87/+81
|
* organize importsMatt Strapp2022-02-142-11/+8
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Reorder middleware for "security"Matt Strapp2022-02-142-13/+14
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Remove redundant rate limiterMatt Strapp2022-02-141-10/+1
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Make responses more clearMatt Strapp2022-02-148-20/+81
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Update some dependenciesMatt Strapp2022-02-141-46/+51
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* change some 403s to 400sMatt Strapp2022-02-141-3/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* replace exec with spawnMatt Strapp2022-02-141-9/+16
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* add the TODOMatt Strapp2022-02-141-1/+5
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* maybe achieve feature parityMatt Strapp2022-02-1411-102/+224
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Bump eslint from 8.8.0 to 8.9.0 (#6)dependabot[bot]2022-02-142-27/+27
|
* Finish upload API endpointMatt Strapp2022-02-117-34/+33
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Do a bunch of random things (still no feature parity)Matt Strapp2022-02-1116-202/+184
| | | | | | sadge Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Get rid of express-session and use a cookie insteadMatt Strapp2022-02-103-46/+3
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Add CSRF cookie and make it somewhat secureMatt Strapp2022-02-103-2/+22
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* Merge pull request #5 from ↵Matthew Strapp2022-02-102-5/+5
|\ | | | | | | | | 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-102-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-102-5/+5
| |
* | Create codeql-analysis.ymlMatthew Strapp2022-02-101-0/+70
|/
* Add dependabot actionsMatt Strapp2022-02-101-0/+16
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* fix directory stuffsMatt Strapp2022-02-103-6/+6
|
* add debuggingMatt Strapp2022-02-095-8/+36
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>
* configure CRSF properlyMatt Strapp2022-02-093-4/+12
| | | | Signed-off-by: Matt Strapp <matt@mattstrapp.net>