aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Validate password confirmation on create user.Harald Eilertsen2018-07-312-9/+39
* Fix users templateHarald Eilertsen2018-07-311-9/+9
* Add view to list all usersHarald Eilertsen2018-07-313-11/+41
* Move methods to get display values into user model.Harald Eilertsen2018-07-312-11/+29
* Typo in layout markupHarald Eilertsen2018-07-311-1/+1
* Move routing details into controllers.Harald Eilertsen2018-07-315-25/+39
* Updated dependencies, rocket, diesel and friends to latest.Harald Eilertsen2018-07-311-6/+6
* Add simple unfinished login controller.Harald Eilertsen2018-01-205-1/+66
* Add markdown support for posts using comrak.Harald Eilertsen2018-01-204-1/+10
* Remove obsolete post_teaser partial template.Harald Eilertsen2018-01-201-9/+0
* Refactor index template.Harald Eilertsen2018-01-203-5/+8
* A bit more styling and some markup fixes in forms.Harald Eilertsen2018-01-192-9/+42
* Implement new/create user logic.Harald Eilertsen2018-01-194-1/+78
* Fix user model, and include in build.Harald Eilertsen2018-01-192-4/+10
* Begin implementing user model.Harald Eilertsen2018-01-181-0/+36
* Add users table to schema.Harald Eilertsen2018-01-183-0/+25
* Fix rustflags to set incremental cache.Harald Eilertsen2018-01-181-1/+1
* Upgrade to Diesel 1.1 and r2d2 0.8.2.Harald Eilertsen2018-01-184-12/+10
* Be explicit about the schema instead of infering it.Harald Eilertsen2018-01-181-1/+8
* Add flash messages when adding/editing/deleting posts.Harald Eilertsen2018-01-144-8/+14
* Set incremental build cache in vagrant env.Harald Eilertsen2018-01-141-0/+3
* Install latest nightly in vagrant environment.Harald Eilertsen2018-01-141-1/+1
* Add page header and simple stylesheet.Harald Eilertsen2018-01-142-0/+9
* Serve static files from public directory if no other route match.Harald Eilertsen2018-01-142-1/+12
* Improve error message with missing database url.Harald Eilertsen2018-01-141-22/+20
* Update rocket and dotenv.Harald Eilertsen2018-01-141-4/+4
* Split out layout from templates.Harald Eilertsen2018-01-148-97/+98
* Move post actions to partial.Harald Eilertsen2018-01-123-10/+11
* Implement deleting posts.Harald Eilertsen2018-01-124-2/+18
* Read .env file in main.Harald Eilertsen2018-01-112-9/+9
* Move homepage processing to separate controller.Harald Eilertsen2018-01-113-22/+27
* Move controller code to own module.Harald Eilertsen2018-01-113-2/+10
* Drop the lib.Harald Eilertsen2018-01-114-34/+26
* Update readme with Vagrant setupHarald Eilertsen2018-01-111-2/+28
* Vagrantfile: Need to start postgres before creating db user.Harald Eilertsen2018-01-111-5/+5
* Add vagrantfile to move setup away from local machine.Harald Eilertsen2018-01-112-0/+80
* Implement actually updating database.Harald Eilertsen2018-01-101-10/+14
* Make proper module of modelsHarald Eilertsen2018-01-102-4/+7
* Adding edit/update logic.Harald Eilertsen2018-01-105-6/+63
* Order and cosmetics on extern crate declarations.Harald Eilertsen2017-12-302-12/+10
* Move creating post in db to Post model impl.Harald Eilertsen2017-12-233-16/+19
* Implement posts/show handler.Harald Eilertsen2017-12-234-1/+40
* Don't import modules in macro.Harald Eilertsen2017-12-231-10/+5
* Move get_post into impl and rename.Harald Eilertsen2017-12-232-8/+10
* Move get_posts function to models.Harald Eilertsen2017-12-232-11/+11
* Move implement_responder_for macro into crate.Harald Eilertsen2017-12-234-26/+32
* Move posts module to it's own source file.Harald Eilertsen2017-12-172-30/+29
* Update READMEHarald Eilertsen2017-12-171-0/+35
* Add readmeHarald Eilertsen2017-11-221-0/+5
* Add licenseHarald Eilertsen2017-11-221-0/+661