Magnus Hoff
|
403158ddda
|
Split entry point into main.rs and lib.rs.
This might enable some integration tests
|
2017-11-15 15:06:18 +01:00 |
|
Magnus Hoff
|
249e428107
|
Rename proc macro helper crate
|
2017-11-14 11:35:13 +01:00 |
|
Magnus Hoff
|
29a7d58b41
|
Use maplit for static hash map literal
|
2017-11-02 15:19:23 +01:00 |
|
Magnus Hoff
|
833c96b58d
|
Make use of .default_value in clap
|
2017-11-01 11:58:11 +01:00 |
|
Magnus Hoff
|
548555c45e
|
Populate clap with information from Cargo.toml
|
2017-11-01 11:44:49 +01:00 |
|
Magnus Hoff
|
59b9e77d47
|
Rudimentary support for comparing revisions of articles
For issue #21
|
2017-10-30 16:35:21 +01:00 |
|
Magnus Hoff
|
a6f707b911
|
Allow configuration of bind address
|
2017-10-30 14:59:39 +01:00 |
|
Magnus Hoff
|
b6d3cbf2c6
|
Improve regression resistance with named consts
|
2017-10-30 14:40:49 +01:00 |
|
Magnus Hoff
|
4ca748f180
|
Optionally show authors in _changes based on --trust-identity command line argument.
This fixes #19
|
2017-10-30 11:44:36 +01:00 |
|
Magnus Hoff
|
ef4a3e689b
|
More properly fix --trust-identity command line option
|
2017-10-30 11:33:05 +01:00 |
|
Magnus Hoff
|
245ecaa969
|
Prefer dashes in command line options
|
2017-10-30 11:04:01 +01:00 |
|
Magnus Hoff
|
0dacad5a3e
|
Refactor handling of pagination query arguments
|
2017-10-20 20:48:43 +02:00 |
|
Magnus Hoff
|
d22ac6ef84
|
Only trust the X-Identity header when it is specified on the command line
|
2017-10-18 16:46:55 +02:00 |
|
Magnus Hoff
|
c85715c969
|
Start tracking authors for edits. #6
|
2017-10-18 16:33:21 +02:00 |
|
Magnus Hoff
|
d1a3814286
|
Collect Resource types in a module
|
2017-10-13 15:21:23 +02:00 |
|
Magnus Hoff
|
2cb80e2bac
|
Add sitemap. This fixes #3
|
2017-10-13 15:06:16 +02:00 |
|
Magnus Hoff
|
f22ffc112a
|
Add basic /_changes page
|
2017-10-03 10:37:18 +02:00 |
|
Magnus Hoff
|
7562961093
|
Percent decode path segments of URL
|
2017-10-01 23:24:16 +02:00 |
|
Magnus Hoff
|
9d0ca63aa9
|
When inventing a title from a slug, add some capitalization
|
2017-09-21 11:42:09 +02:00 |
|
Magnus Hoff
|
0a3cb53a66
|
Add NewArticleResource
Serve placeholder page for non-existing articles.
Redirect user-generated slugs to canonical slugs.
|
2017-09-21 10:58:54 +02:00 |
|
Magnus Hoff
|
debf44623c
|
Automatically generate slugs for articles based on title
|
2017-09-20 23:31:25 +02:00 |
|
Magnus Hoff
|
e1d823d22e
|
Implement lookup and redirect of articles by slugs
|
2017-09-20 11:54:26 +02:00 |
|
Magnus Hoff
|
573195d09c
|
Code splitting
|
2017-09-15 17:28:23 +02:00 |
|
Magnus Hoff
|
53c4ff1b5c
|
Extract CSS and JS from templates and serve as static assets
|
2017-09-15 14:54:47 +02:00 |
|
Magnus Hoff
|
320ec98d65
|
Take CPU pool as dependency for State
|
2017-09-10 12:29:33 +02:00 |
|
Magnus Hoff
|
6fb1062376
|
Execute State functions in thread pool
|
2017-09-08 16:21:24 +02:00 |
|
Magnus Hoff
|
1a5b39b3a1
|
Implement editing
|
2017-09-05 17:07:57 +02:00 |
|
Magnus Hoff
|
60a87d1898
|
Introduce db connection pool. Derive Clone for State
|
2017-09-05 15:19:37 +02:00 |
|
Magnus Hoff
|
405b203bc7
|
Some layout and styling
|
2017-09-02 15:26:28 +02:00 |
|
Magnus Hoff
|
76302353e1
|
HTTP handling refactoring.
Refactor to lookup/route and resource abstractions.
Bake in futures/async support.
Implement more of the HTTP standard.
|
2017-08-25 23:57:06 +02:00 |
|
Magnus Hoff
|
62812c2ddf
|
Print helpful message on startup
|
2017-08-22 16:40:18 +02:00 |
|
Magnus Hoff
|
df63c25646
|
Run migrations on start, not on every connection
|
2017-08-22 09:37:40 +02:00 |
|
Magnus Hoff
|
35e7bad7d2
|
Simple rendering of stubbed article
|
2017-08-20 22:17:16 +02:00 |
|
Johannes Hoff
|
139a5b51b6
|
Propage database connections; dispatch requests
|
2017-08-20 21:59:16 +02:00 |
|
Magnus Hoff
|
9eb48f7ddc
|
Trivial HTTP response
|
2017-08-20 20:46:08 +02:00 |
|
Magnus Hoff
|
aae43917e2
|
Introduce core_main
|
2017-08-20 20:40:08 +02:00 |
|
Johannes Hoff
|
bc76506ebc
|
Add a web server
|
2017-08-20 20:24:10 +02:00 |
|
Magnus Hoff
|
3abc3cd68a
|
Skeleton with clap and sqlite database
|
2017-08-19 22:48:51 +02:00 |
|