aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2018-11-09layout.hcss: Give names to coloursTeddy Wing
2018-11-09main.hcss: Move `layout.hcss` include to bottomTeddy Wing
2018-11-09links.hcss: Replace colours with variablesTeddy Wing
2018-11-09Add `links.hcss`Teddy Wing
2018-11-09Purchaser::insert(): Commit the transactionTeddy Wing
2018-11-09main(): Create a test purchaserTeddy Wing
2018-11-09Purchaser::new(): Generate a secret in this methodTeddy Wing
2018-11-09.env.sample: Add `LOG_FILE` variableTeddy Wing
2018-11-09Set up a file loggerTeddy Wing
2018-11-09Add `get_database_connection()`Teddy Wing
2018-11-09.env.sample: Add `DATABASE_URL` variableTeddy Wing
2018-11-09Extract code in `lib.rs` to `errors.rs` and `purchaser.rs`Teddy Wing
2018-11-09Purchaser: Remove `with_secret()` functionTeddy Wing
2018-11-09Purchaser::generate_secret(): Use a larger random number poolTeddy Wing
2018-11-09Purchaser: Add `generate_secret()` methodTeddy Wing
2018-11-09Purchaser: Implement `insert()`Teddy Wing
2018-11-09Remove Migrant.tomlTeddy Wing
2018-11-09Add `lib.rs`Teddy Wing
2018-11-09Add 'error-chain' crateTeddy Wing
2018-11-09Cargo: Add 'mysql' crateTeddy Wing
2018-11-09Add setup scriptsTeddy Wing
2018-11-0920181109031633_create_purchasers.up.sql: Remove `DELIMITER` linesTeddy Wing
2018-11-09Move 'migrant' migrations to 'migrate' formatTeddy Wing
2018-11-09.env.sample: Add `migrate` wrapper functionsTeddy Wing
2018-11-09.env.sample: Add `migrate` functionTeddy Wing
2018-11-09Add migrations for `purchasers` tableTeddy Wing
2018-11-09Add database configTeddy Wing
2018-11-08Add system requirements sectionTeddy Wing
2018-11-08Mention free trialTeddy Wing
2018-11-08Add some more descriptive copy to the websiteTeddy Wing
2018-11-08Make code block background colour darkerTeddy Wing
2018-11-08Increase `line-height` of code blocksTeddy Wing
2018-11-08Use a smaller font size for mapping examplesTeddy Wing
2018-11-08Add lighttpd.confTeddy Wing
2018-11-08Update logo alt textTeddy Wing
2018-11-08Adjust logo and content marginsTeddy Wing
2018-11-08Add margins to headers and blocksTeddy Wing
2018-11-08Add a few mapping examplesTeddy Wing
2018-11-08Makefile: Remove empty lines from 'styles.css'Teddy Wing
2018-11-08Split CSS into separate filesTeddy Wing
2018-11-08Add CSS resetTeddy Wing
2018-11-08Add header stylesTeddy Wing
2018-11-08Add a code block styleTeddy Wing
2018-11-08Initial homepage experimentTeddy Wing
2018-11-08aquatic-prime: Move 'base64' and 'serde_derive' crates to dev depsTeddy Wing
2018-11-08paddle: Require that input `Iterator`s also be `PartialOrd`Teddy Wing
2018-11-08verify_signature(): Add input signature argumentTeddy Wing
2018-11-08paddle: Add rough implementation of `verify_signature()`Teddy Wing
2018-11-08paddle::php_serialize(): Take an `IntoIterator` argumentTeddy Wing
2018-11-08paddle: Add a test for `php_serialize()`Teddy Wing