aboutsummaryrefslogtreecommitdiffstats
path: root/src/views/pages/about.ejs (unfollow)
Commit message (Expand)AuthorFilesLines
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
2022-03-25Bump typescript from 4.6.2 to 4.6.3 (#34)dependabot[bot]2-5/+5
2022-03-25Bump prettier from 2.6.0 to 2.6.1 (#33)dependabot[bot]2-5/+5
2022-03-24Edit TODOMatt Strapp1-3/+0
2022-03-24LintMatt Strapp1-1/+1
2022-03-24Make video stream look gooderMatt Strapp2-1/+9
2022-03-24Add camera supportMatt Strapp3-12/+14
2022-03-23Bump minimist from 1.2.5 to 1.2.6 (#32)dependabot[bot]1-3/+3
2022-03-23Bump @typescript-eslint/eslint-plugin from 5.15.0 to 5.16.0 (#30)dependabot[bot]2-55/+21
2022-03-23Bump @typescript-eslint/parser from 5.15.0 to 5.16.0 (#29)dependabot[bot]2-9/+43
2022-03-23Bump @types/node from 17.0.21 to 17.0.23 (#31)dependabot[bot]2-5/+5
2022-03-16Bump prettier from 2.5.1 to 2.6.0 (#27)dependabot[bot]2-5/+5
2022-03-15Bump @typescript-eslint/eslint-plugin from 5.14.0 to 5.15.0 (#26)dependabot[bot]2-55/+21
2022-03-15Bump @typescript-eslint/parser from 5.14.0 to 5.15.0 (#25)dependabot[bot]2-9/+43
2022-03-14Bump eslint from 8.10.0 to 8.11.0 (#24)dependabot[bot]2-16/+11
2022-03-10Add and run a formatterMatt Strapp16-529/+555
2022-03-08Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 (#23)dependabot[bot]2-43/+9
2022-03-08Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 (#22)dependabot[bot]2-21/+55
2022-03-07Bump actions/checkout from 2 to 3 (#21)dependabot[bot]2-2/+2
2022-03-07Bump fastify/github-action-merge-dependabot from 3.0.0 to 3.0.2 (#20)dependabot[bot]1-1/+1
2022-03-02Add automerging of dependencies if they pass the CIMatt Strapp1-0/+11