Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-07-31 | Prefer RecordWildCards for FromJSON instances | William Carroll | 1 | -28/+18 |
2020-07-31 | Support PATCH /trips | William Carroll | 1 | -0/+28 |
2020-07-30 | Verify users' email addresses when they attempt to sign-up | William Carroll | 1 | -22/+67 |
2020-07-30 | Read env variables using envy library | William Carroll | 1 | -0/+12 |
2020-07-29 | Support reading / writing cookies in API | William Carroll | 1 | -0/+10 |
2020-07-28 | Restrict users from multiple failed login attempts | William Carroll | 1 | -0/+8 |
2020-07-28 | Check passwords in /login | William Carroll | 1 | -0/+5 |
2020-07-28 | Create Utils module for (|>) operator | William Carroll | 1 | -4/+4 |
2020-07-28 | Create Sessions table | William Carroll | 1 | -0/+29 |
2020-07-28 | Hash passwords when creating accounts | William Carroll | 1 | -39/+63 |
2020-07-28 | Define bespoke impls for {To,From}JSON instances | William Carroll | 1 | -11/+74 |
2020-07-28 | Prefer name ClearTextPassword to Password | William Carroll | 1 | -10/+10 |
2020-07-28 | Distinguish b/w Account and User | William Carroll | 1 | -0/+19 |
2020-07-28 | Partially support DELETE /trips | William Carroll | 1 | -0/+18 |
2020-07-28 | Support GET /trips | William Carroll | 1 | -0/+7 |
2020-07-28 | Allow API users to create Trip entries | William Carroll | 1 | -1/+66 |
2020-07-27 | Prefer SQLite.Simple to Persistent | William Carroll | 1 | -39/+108 |
2020-07-27 | Remove unnecessary language extensions | William Carroll | 1 | -2/+0 |
2020-07-25 | Remodel Account type | William Carroll | 1 | -9/+20 |
2020-07-25 | Change the name User to Account | William Carroll | 1 | -6/+6 |
2020-07-24 | Return a Session | William Carroll | 1 | -0/+33 |
2020-07-24 | Integrate Persistent with Servant | William Carroll | 1 | -0/+35 |