index
:
dome-key-web
master
DomeKey website
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
license-generator
Age
Commit message (
Expand
)
Author
2018-11-23
Move lighttpd.conf to project root
Teddy Wing
2018-11-22
Add `brew services` commands to thank-you & fulfillment instructions
Teddy Wing
2018-11-21
Add license (mostly GNU AGPLv3+)
Teddy Wing
2018-11-21
zip: Update test to pass a mutable reference to the file
Teddy Wing
2018-11-21
aquatic-prime: Switch to my public fork of `rust-plist`
Teddy Wing
2018-11-20
license-generator: Use compile-time environment variables
Teddy Wing
2018-11-20
create_purchasers: Use a single trigger per action
Teddy Wing
2018-11-20
create_purchasers: Remove `DEFAULT UTC_TIMESTAMP()`
Teddy Wing
2018-11-20
Add deployment script
Teddy Wing
2018-11-19
Rename `bin/license-generator.rs` to bin/fulfillment.rs`
Teddy Wing
2018-11-19
/license: Add install & license instructions
Teddy Wing
2018-11-19
license-generator: Add instructions to fulfillment email
Teddy Wing
2018-11-19
license-generator: Respond with text for fulfillment email
Teddy Wing
2018-11-19
Add purchase flow thank-you page
Teddy Wing
2018-11-19
license: Remove TODO
Teddy Wing
2018-11-14
purchaser: Add timestamp to secret
Teddy Wing
2018-11-14
license: Add HTML 500 error response
Teddy Wing
2018-11-14
license: Add thank-you page at `/license`
Teddy Wing
2018-11-13
Add 400 error page
Teddy Wing
2018-11-13
license: Add "Content-Type" to 404 response
Teddy Wing
2018-11-13
license: Get URL path without query string parameters
Teddy Wing
2018-11-13
logger: Remove query string from log line
Teddy Wing
2018-11-13
license: Render HTML 404 page from /license
Teddy Wing
2018-11-13
lighttpd.conf: Serve static assets
Teddy Wing
2018-11-13
Makefile: Restart `lighttpd` when both binaries change
Teddy Wing
2018-11-13
license: Extract response logic from `/license/download`
Teddy Wing
2018-11-13
logger: Use `REQUEST_URI` instead of `SCRIPT_NAME`
Teddy Wing
2018-11-13
license: Respond 404 if purchaser not found
Teddy Wing
2018-11-13
license: Send 400 Bad Request if requested with incorrect parameters
Teddy Wing
2018-11-13
license: Clean up comments
Teddy Wing
2018-11-13
license: Remove `unwrap`s
Teddy Wing
2018-11-13
database: Reduce connection pool size
Teddy Wing
2018-11-13
license: Combine zip response writers
Teddy Wing
2018-11-13
license: Move database query to a function
Teddy Wing
2018-11-13
license: Refuse non-POST requests
Teddy Wing
2018-11-13
licene: Set filename of license Zip file
Teddy Wing
2018-11-13
license: Replace `include_bytes!` with `include_str!` for keys
Teddy Wing
2018-11-13
license: Generate a license and send it in HTTP response
Teddy Wing
2018-11-13
license: Get purchaser from database using params
Teddy Wing
2018-11-13
lighttpd.conf: Use `license` binary for `/license/download` route
Teddy Wing
2018-11-12
Add src/bin/license.rs
Teddy Wing
2018-11-12
lighttpd.conf: Add routes for additional license handlers
Teddy Wing
2018-11-11
main(): Move logging code into its own module
Teddy Wing
2018-11-11
Add `zip::license()` to make a Zip archive of a license plist
Teddy Wing
2018-11-11
aquatic-prime.rs: Add a "usage" message
Teddy Wing
2018-11-11
Add `src/bin/aquatic-prime.rs`
Teddy Wing
2018-11-11
aquatic-prime: Make things public
Teddy Wing
2018-11-11
Rename `src/bin/license_generator.rs` to `src/bin/license-generator.rs`
Teddy Wing
2018-11-11
Move src/main.rs to src/bin/license_generator.rs
Teddy Wing
2018-11-11
Extract 403 and 405 errors to functions
Teddy Wing
[next]