about summary refs log tree commit diff
path: root/src/Types.hs
AgeCommit message (Expand)AuthorFilesLines
2020-07-28 Create Sessions tableWilliam Carroll1-0/+29
2020-07-28 Hash passwords when creating accountsWilliam Carroll1-39/+63
2020-07-28 Define bespoke impls for {To,From}JSON instancesWilliam Carroll1-11/+74
2020-07-28 Prefer name ClearTextPassword to PasswordWilliam Carroll1-10/+10
2020-07-28 Distinguish b/w Account and UserWilliam Carroll1-0/+19
2020-07-28 Partially support DELETE /tripsWilliam Carroll1-0/+18
2020-07-28 Support GET /tripsWilliam Carroll1-0/+7
2020-07-28 Allow API users to create Trip entriesWilliam Carroll1-1/+66
2020-07-27 Prefer SQLite.Simple to PersistentWilliam Carroll1-39/+108
2020-07-27 Remove unnecessary language extensionsWilliam Carroll1-2/+0
2020-07-25 Remodel Account typeWilliam Carroll1-9/+20
2020-07-25 Change the name User to AccountWilliam Carroll1-6/+6
2020-07-24 Return a SessionWilliam Carroll1-0/+33
2020-07-24 Integrate Persistent with ServantWilliam Carroll1-0/+35