summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-27fix: Rage over httpsHEADmasterKJ Ørbekk
2017-07-23fix: Filter out unapproved quotes in migrationKjetil Orbekk
2017-07-23add: Database migration toolKjetil Orbekk
2017-07-23add: IP and timestamp trackingKjetil Orbekk
Track client IP address and creation timestamps for votes and quotes
2017-07-22add: All-important roflcopter.gifKjetil Orbekk
2017-07-22fix: Formatting for multiline quotesKjetil Orbekk
2017-07-20fix: Nix package definition.Kjetil Orbekk
2017-07-16add: Nix package and hydra definitionKjetil Orbekk
2017-07-14add: Limit to quotes displayedKjetil Orbekk
2017-07-14add: Fancy voting.Kjetil Orbekk
Current vote is displayed in bold text. Let user change vote.
2017-07-13add: Persistent user id.Kjetil Orbekk
This will be used to limit users to one vote per quote.
2017-07-12add: Request logging (enabled with RUST_LOG=logger=info)Kjetil Orbekk
2017-07-12add: Populate date in the new quote formKjetil Orbekk
2017-07-12refactor: Eliminate template duplicationKjetil Orbekk
2017-07-12add: Voting functionKjetil Orbekk
2017-07-10add: Quote approval.Kjetil Orbekk
2017-07-10fix: SQL model.Kjetil Orbekk
Add date constraint to prevent invalid dates.
2017-07-10add: Page to add new quotes.Kjetil Orbekk
2017-07-10refactor: Params handling.Kjetil Orbekk
2017-07-10add: Functions to add quotes in db.Kjetil Orbekk
2017-07-09add: Quote orderingKjetil Orbekk
2017-07-09add: Form to add new quoteKjetil Orbekk
2017-07-09add: /view_quote to view a single quoteKjetil Orbekk
2017-07-09add: LinoErrorKjetil Orbekk
2017-07-09refactor: Get single quote with NotFound errorKjetil Orbekk
2017-07-09fix: Vote counting and sql queriesKjetil Orbekk
2017-07-09add: Display quotes from sqlite.Kjetil Orbekk
2017-07-09add: Sqlite schema and test database.Kjetil Orbekk
2017-07-09add: Rendering of quotes.Kjetil Orbekk
2017-07-08Application boilerplate.Kjetil Orbekk
Serves an empty page.