Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-07-29 | Support reading / writing cookies in API | William Carroll | 1 | -26/+36 |
2020-07-28 | Restrict users from multiple failed login attempts | William Carroll | 1 | -8/+25 |
2020-07-28 | Check passwords in /login | William Carroll | 1 | -14/+15 |
2020-07-28 | Create Utils module for (|>) operator | William Carroll | 1 | -1/+1 |
2020-07-28 | Move SQL out of API and into separate modules | William Carroll | 1 | -25/+17 |
2020-07-28 | Support /login | William Carroll | 1 | -3/+25 |
2020-07-28 | Hash passwords when creating accounts | William Carroll | 1 | -8/+10 |
2020-07-28 | Distinguish b/w Account and User | William Carroll | 1 | -17/+24 |
2020-07-28 | Partially support DELETE /trips | William Carroll | 1 | -3/+14 |
2020-07-28 | Support GET /trips | William Carroll | 1 | -0/+5 |
2020-07-28 | Prefer NoContent response to Bool | William Carroll | 1 | -2/+2 |
2020-07-28 | Allow API users to create Trip entries | William Carroll | 1 | -2/+10 |
2020-07-27 | Prefer SQLite.Simple to Persistent | William Carroll | 1 | -28/+19 |
2020-07-27 | Remove unnecessary language extensions | William Carroll | 1 | -5/+0 |
2020-07-25 | Remodel Account type | William Carroll | 1 | -2/+2 |
2020-07-25 | Change the name User to Account | William Carroll | 1 | -4/+4 |
2020-07-24 | Return a Session | William Carroll | 1 | -11/+16 |
2020-07-24 | Integrate Persistent with Servant | William Carroll | 1 | -0/+58 |