aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode/settings.json (unfollow)
Commit message (Expand)AuthorFilesLines
2022-05-16Bump passport from 0.5.2 to 0.5.3 (#79)dependabot[bot]2-5/+5
2022-05-16Bump fastify/github-action-merge-dependabot from 3.1.5 to 3.1.6 (#78)dependabot[bot]1-1/+1
2022-05-13Bump @types/node from 17.0.31 to 17.0.33 (#77)dependabot[bot]2-5/+5
2022-05-13Bump ejs from 3.1.7 to 3.1.8 (#76)dependabot[bot]2-5/+5
2022-05-10Bump @typescript-eslint/parser from 5.22.0 to 5.23.0 (#75)dependabot[bot]2-43/+9
2022-05-10Bump @typescript-eslint/eslint-plugin from 5.22.0 to 5.23.0 (#74)dependabot[bot]2-21/+55
2022-05-09Bump eslint from 8.14.0 to 8.15.0 (#73)dependabot[bot]2-25/+25
2022-05-09Bump fastify/github-action-merge-dependabot from 3.1.3 to 3.1.5 (#72)dependabot[bot]1-1/+1
2022-05-04Bump @typescript-eslint/parser from 5.21.0 to 5.22.0 (#71)dependabot[bot]2-43/+9
2022-05-04Bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.22.0 (#70)dependabot[bot]2-21/+55
2022-05-02Bump express from 4.18.0 to 4.18.1 (#69)dependabot[bot]2-5/+5
2022-05-02Bump @types/node from 17.0.30 to 17.0.31 (#68)dependabot[bot]2-5/+5
2022-04-29Bump nodemon from 2.0.15 to 2.0.16 (#67)dependabot[bot]2-5/+5
2022-04-29Bump typescript from 4.6.3 to 4.6.4 (#66)dependabot[bot]2-5/+5
2022-04-29Bump @types/node from 17.0.29 to 17.0.30 (#65)dependabot[bot]2-5/+5
2022-04-27Bump @types/cookie-parser from 1.4.2 to 1.4.3 (#64)dependabot[bot]2-5/+5
2022-04-27Bump @types/node from 17.0.27 to 17.0.29 (#63)dependabot[bot]2-5/+5
2022-04-26Bump @typescript-eslint/eslint-plugin from 5.20.0 to 5.21.0 (#61)dependabot[bot]2-55/+21
2022-04-26Bump express from 4.17.3 to 4.18.0 (#62)dependabot[bot]2-71/+86
2022-04-26Bump @typescript-eslint/parser from 5.20.0 to 5.21.0 (#60)dependabot[bot]2-9/+43
2022-04-26Bump @types/node from 17.0.26 to 17.0.27 (#59)dependabot[bot]2-5/+5
2022-04-25Bump express-rate-limit from 6.3.0 to 6.4.0 (#58)dependabot[bot]2-5/+5
2022-04-25Bump @types/node from 17.0.25 to 17.0.26 (#57)dependabot[bot]2-5/+5
2022-04-25Bump eslint from 8.13.0 to 8.14.0 (#56)dependabot[bot]2-10/+10
2022-04-25Bump github/codeql-action from 1 to 2 (#55)dependabot[bot]1-3/+3
2022-04-21Bump ejs from 3.1.6 to 3.1.7 (#53)dependabot[bot]2-15/+15
2022-04-20Bump umn-shib-nodejs from `74dd278` to `83cbf1c` (#52)dependabot[bot]1-1/+2
2022-04-19Bump @typescript-eslint/parser from 5.19.0 to 5.20.0 (#51)dependabot[bot]2-43/+9
2022-04-19Bump @typescript-eslint/eslint-plugin from 5.19.0 to 5.20.0 (#50)dependabot[bot]2-21/+55
2022-04-19Bump @types/node from 17.0.24 to 17.0.25 (#49)dependabot[bot]2-5/+5
2022-04-18Bump fastify/github-action-merge-dependabot from 3.1.2 to 3.1.3 (#48)dependabot[bot]1-1/+1
2022-04-14Add better exampleMatt Strapp1-11/+29
2022-04-14Bump fastify/github-action-merge-dependabot from 3.0.2 to 3.1.2 (#47)dependabot[bot]1-1/+1
2022-04-14Path traversal mitigationMatt Strapp1-3/+1
2022-04-14Bump @types/node from 17.0.23 to 17.0.24 (#46)dependabot[bot]2-5/+5
2022-04-12Bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.19.0 (#45)dependabot[bot]2-55/+21
2022-04-12Bump @typescript-eslint/parser from 5.18.0 to 5.19.0 (#44)dependabot[bot]2-9/+43
2022-04-11Bump eslint from 8.12.0 to 8.13.0 (#43)dependabot[bot]2-5/+5
2022-04-06Bump eslint-plugin-import from 2.25.4 to 2.26.0 (#41)dependabot[bot]2-15/+15
2022-04-05Fix problem with form pointing to the wrong endpointMatt Strapp1-6/+3
2022-04-05Bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0 (#40)dependabot[bot]2-55/+21
2022-04-05Bump @typescript-eslint/parser from 5.17.0 to 5.18.0 (#39)dependabot[bot]2-9/+43
2022-04-05Add Shibboleth login supportMatt Strapp7-627/+76
2022-04-04Bump prettier from 2.6.1 to 2.6.2 (#38)dependabot[bot]2-5/+5
2022-04-01Fix bug involving redirects not working properlyMatt Strapp2-2/+2
2022-04-01Change shib locationMatt Strapp3-4/+4
2022-04-01Attempt to add basic SAMLMatt Strapp7-122/+243
2022-03-29Bump @typescript-eslint/parser from 5.16.0 to 5.17.0 (#37)dependabot[bot]2-43/+9
2022-03-29Bump @typescript-eslint/eslint-plugin from 5.16.0 to 5.17.0 (#36)dependabot[bot]2-21/+55
2022-03-28Bump eslint from 8.11.0 to 8.12.0 (#35)dependabot[bot]2-5/+5