aboutsummaryrefslogtreecommitdiffstats
path: root/yarn.lock (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bump @types/node from 17.0.23 to 17.0.24 (#46)dependabot[bot]2022-04-141-4/+4
* Bump @typescript-eslint/eslint-plugin from 5.18.0 to 5.19.0 (#45)dependabot[bot]2022-04-121-54/+20
* Bump @typescript-eslint/parser from 5.18.0 to 5.19.0 (#44)dependabot[bot]2022-04-121-8/+42
* Bump eslint from 8.12.0 to 8.13.0 (#43)dependabot[bot]2022-04-111-4/+4
* Bump eslint-plugin-import from 2.25.4 to 2.26.0 (#41)dependabot[bot]2022-04-061-14/+14
* Bump @typescript-eslint/eslint-plugin from 5.17.0 to 5.18.0 (#40)dependabot[bot]2022-04-051-54/+20
* Bump @typescript-eslint/parser from 5.17.0 to 5.18.0 (#39)dependabot[bot]2022-04-051-8/+42
* Add Shibboleth login supportMatt Strapp2022-04-051-604/+20
* Bump prettier from 2.6.1 to 2.6.2 (#38)dependabot[bot]2022-04-041-4/+4
* Fix bug involving redirects not working properlyMatt Strapp2022-04-011-1/+1
* Change shib locationMatt Strapp2022-04-011-2/+2
* Attempt to add basic SAMLMatt Strapp2022-04-011-83/+175
* Bump @typescript-eslint/parser from 5.16.0 to 5.17.0 (#37)dependabot[bot]2022-03-291-42/+8
* Bump @typescript-eslint/eslint-plugin from 5.16.0 to 5.17.0 (#36)dependabot[bot]2022-03-291-20/+54
* Bump eslint from 8.11.0 to 8.12.0 (#35)dependabot[bot]2022-03-281-4/+4
* Bump typescript from 4.6.2 to 4.6.3 (#34)dependabot[bot]2022-03-251-4/+4
* Bump prettier from 2.6.0 to 2.6.1 (#33)dependabot[bot]2022-03-251-4/+4
* Bump minimist from 1.2.5 to 1.2.6 (#32)dependabot[bot]2022-03-231-3/+3
* Bump @typescript-eslint/eslint-plugin from 5.15.0 to 5.16.0 (#30)dependabot[bot]2022-03-231-54/+20
* Bump @typescript-eslint/parser from 5.15.0 to 5.16.0 (#29)dependabot[bot]2022-03-231-8/+42
* Bump @types/node from 17.0.21 to 17.0.23 (#31)dependabot[bot]2022-03-231-4/+4
* Bump prettier from 2.5.1 to 2.6.0 (#27)dependabot[bot]2022-03-161-4/+4
* Bump @typescript-eslint/eslint-plugin from 5.14.0 to 5.15.0 (#26)dependabot[bot]2022-03-151-54/+20
* Bump @typescript-eslint/parser from 5.14.0 to 5.15.0 (#25)dependabot[bot]2022-03-151-8/+42
* Bump eslint from 8.10.0 to 8.11.0 (#24)dependabot[bot]2022-03-141-15/+10
* Add and run a formatterMatt Strapp2022-03-101-0/+29
* Bump @typescript-eslint/parser from 5.13.0 to 5.14.0 (#23)dependabot[bot]2022-03-081-42/+8
* Bump @typescript-eslint/eslint-plugin from 5.13.0 to 5.14.0 (#22)dependabot[bot]2022-03-081-20/+54
* Bump @typescript-eslint/eslint-plugin from 5.12.1 to 5.13.0 (#17)dependabot[bot]2022-03-021-54/+20
* Bump eslint from 8.9.0 to 8.10.0 (#15)dependabot[bot]2022-03-021-9/+9
* Bump @typescript-eslint/parser from 5.12.1 to 5.13.0 (#16)dependabot[bot]2022-03-021-8/+42
* Bump typescript from 4.5.5 to 4.6.2 (#18)dependabot[bot]2022-03-021-4/+4
* Bump @types/node from 17.0.20 to 17.0.21 (#13)dependabot[bot]2022-02-241-4/+4
* Bump @types/node from 17.0.19 to 17.0.20 (#12)dependabot[bot]2022-02-231-4/+4
* Bump @typescript-eslint/eslint-plugin from 5.12.0 to 5.12.1 (#10)dependabot[bot]2022-02-221-54/+20
* Bump express-rate-limit from 6.2.1 to 6.3.0 (#9)dependabot[bot]2022-02-221-4/+4
* Bump @types/node from 17.0.18 to 17.0.19 (#8)dependabot[bot]2022-02-221-9/+4
* Bump @typescript-eslint/parser from 5.12.0 to 5.12.1 (#11)dependabot[bot]2022-02-221-8/+42
* Add packing support to make it a binaryMatt Strapp2022-02-171-20/+604
* Bump express from 4.17.2 to 4.17.3 (#7)dependabot[bot]2022-02-171-29/+34
* Fix bug involving missing a returnMatt Strapp2022-02-151-5/+0
* Make responses more clearMatt Strapp2022-02-141-0/+5
* Update some dependenciesMatt Strapp2022-02-141-46/+51
* maybe achieve feature parityMatt Strapp2022-02-141-27/+6
* Bump eslint from 8.8.0 to 8.9.0 (#6)dependabot[bot]2022-02-141-26/+26
* Do a bunch of random things (still no feature parity)Matt Strapp2022-02-111-0/+41
* Get rid of express-session and use a cookie insteadMatt Strapp2022-02-101-32/+1
* Add CSRF cookie and make it somewhat secureMatt Strapp2022-02-101-0/+15
* Merge pull request #5 from RosstheRoss/dependabot/npm_and_yarn/express-rate-l...Matthew Strapp2022-02-101-4/+4
|\
| * Bump express-rate-limit from 6.2.0 to 6.2.1dependabot[bot]2022-02-101-4/+4