index
:
ee4511w-web
master
Spring 2022
Matt Strapp was here
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 (#23)
dependabot[bot]
2022-03-08
2
-43
/
+9
*
Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 (#22)
dependabot[bot]
2022-03-08
2
-21
/
+55
*
Bump actions/checkout from 2 to 3 (#21)
dependabot[bot]
2022-03-07
2
-2
/
+2
*
Bump fastify/github-action-merge-dependabot from 3.0.0 to 3.0.2 (#20)
dependabot[bot]
2022-03-07
1
-1
/
+1
*
Add automerging of dependencies if they pass the CI
Matt Strapp
2022-03-02
1
-0
/
+11
*
Bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0 (#17)
dependabot[bot]
2022-03-02
2
-55
/
+21
*
Bump eslint from 8.9.0 to 8.10.0 (#15)
dependabot[bot]
2022-03-02
2
-10
/
+10
*
Bump @typescript-eslint/parser from 5.12.1 to 5.13.0 (#16)
dependabot[bot]
2022-03-02
2
-9
/
+43
*
Bump typescript from 4.5.5 to 4.6.2 (#18)
dependabot[bot]
2022-03-02
2
-5
/
+5
*
Bump actions/setup-node from 2 to 3 (#14)
dependabot[bot]
2022-03-02
1
-1
/
+1
*
Bump @types/node from 17.0.20 to 17.0.21 (#13)
dependabot[bot]
2022-02-24
2
-5
/
+5
*
Allow csv to be downloaded even if the program exits with an error
Matt Strapp
2022-02-24
1
-2
/
+2
*
Make the program not output an error when there isn't one
Matt Strapp
2022-02-24
1
-4
/
+5
*
Fix bug with windows not uploading the right mimetype
Matt Strapp
2022-02-24
2
-20
/
+20
*
Bump @types/node from 17.0.19 to 17.0.20 (#12)
dependabot[bot]
2022-02-23
2
-5
/
+5
*
add comment
Matt Strapp
2022-02-22
1
-6
/
+19
*
Maybe add CSV support
Matt Strapp
2022-02-22
5
-53
/
+152
*
Bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 (#10)
dependabot[bot]
2022-02-22
2
-55
/
+21
*
Bump express-rate-limit from 6.2.1 to 6.3.0 (#9)
dependabot[bot]
2022-02-22
2
-5
/
+5
*
Bump @types/node from 17.0.18 to 17.0.19 (#8)
dependabot[bot]
2022-02-22
2
-10
/
+5
*
Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#11)
dependabot[bot]
2022-02-22
2
-9
/
+43
*
Add super basic example
Matt Strapp
2022-02-18
1
-39
/
+12
*
Lint
Matt Strapp
2022-02-18
3
-74
/
+75
*
Add README to file map
Matt Strapp
2022-02-18
1
-1
/
+1
*
Change git repo
Matt Strapp
2022-02-18
1
-1
/
+1
*
Change git to the new repos
Matt Strapp
2022-02-18
1
-2
/
+23
*
Make output package file consistent
Matt Strapp
2022-02-18
1
-1
/
+1
*
Add packing support to make it a binary
Matt Strapp
2022-02-17
2
-21
/
+613
*
Bump express from 4.17.2 to 4.17.3 (#7)
dependabot[bot]
2022-02-17
2
-30
/
+35
*
Fix bug involving missing a return
Matt Strapp
2022-02-15
3
-87
/
+81
*
organize imports
Matt Strapp
2022-02-14
2
-11
/
+8
*
Reorder middleware for "security"
Matt Strapp
2022-02-14
2
-13
/
+14
*
Remove redundant rate limiter
Matt Strapp
2022-02-14
1
-10
/
+1
*
Make responses more clear
Matt Strapp
2022-02-14
8
-20
/
+81
*
Update some dependencies
Matt Strapp
2022-02-14
1
-46
/
+51
*
change some 403s to 400s
Matt Strapp
2022-02-14
1
-3
/
+3
*
replace exec with spawn
Matt Strapp
2022-02-14
1
-9
/
+16
*
add the TODO
Matt Strapp
2022-02-14
1
-1
/
+5
*
maybe achieve feature parity
Matt Strapp
2022-02-14
11
-102
/
+224
*
Bump eslint from 8.8.0 to 8.9.0 (#6)
dependabot[bot]
2022-02-14
2
-27
/
+27
*
Finish upload API endpoint
Matt Strapp
2022-02-11
7
-34
/
+33
*
Do a bunch of random things (still no feature parity)
Matt Strapp
2022-02-11
16
-202
/
+184
*
Get rid of express-session and use a cookie instead
Matt Strapp
2022-02-10
3
-46
/
+3
*
Add CSRF cookie and make it somewhat secure
Matt Strapp
2022-02-10
3
-2
/
+22
*
Merge pull request #5 from RosstheRoss/dependabot/npm_and_yarn/express-rate-l...
Matthew Strapp
2022-02-10
2
-5
/
+5
|
\
|
*
Bump express-rate-limit from 6.2.0 to 6.2.1
dependabot[bot]
2022-02-10
2
-5
/
+5
*
|
Bump @types/node from 17.0.16 to 17.0.17 (#4)
dependabot[bot]
2022-02-10
2
-5
/
+5
*
|
Create codeql-analysis.yml
Matthew Strapp
2022-02-10
1
-0
/
+70
|
/
*
Add dependabot actions
Matt Strapp
2022-02-10
1
-0
/
+16
*
fix directory stuffs
Matt Strapp
2022-02-10
3
-6
/
+6
[prev]
[next]