aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Drop attribute no longer needed from lib.Harald Eilertsen2019-08-101-1/+1
* Add db::get_screeinings to get plain screening model.Harald Eilertsen2019-08-102-1/+6
* Rename ScreeningRecord model to ScreeningHarald Eilertsen2019-08-101-2/+2
* Rename Screening model to AggregateScreeningHarald Eilertsen2019-08-105-11/+12
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-285-12/+40
* Import model structs to main models module.Harald Eilertsen2019-04-086-14/+18
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-087-73/+69
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-085-2/+114
* Add models::film::by_title and models::room::by_name methods.Harald Eilertsen2019-04-082-0/+14
* Add route to fetch films from database.Harald Eilertsen2019-04-025-2/+80
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-215-7/+67
* Pass database url into build_rocket helper function.Harald Eilertsen2019-03-202-5/+5
* Refactoring, move db connection and room controller to separate modules.Harald Eilertsen2019-03-044-20/+81
* Use rocket_contrib's JsonValue as return type.Harald Eilertsen2019-03-041-3/+4
* Begin implement /rooms endpoint.Harald Eilertsen2019-03-042-26/+60
* Add basic db schema.Harald Eilertsen2019-03-041-0/+31
* Set up database and connection pool with rocket_contrib::databases.Harald Eilertsen2019-03-041-2/+28
* Use rocket_contrib StaticFiles module to serve static files.Harald Eilertsen2019-03-041-26/+3
* Enable askama rocket integration.Harald Eilertsen2019-03-031-7/+3
* Add license.Harald Eilertsen2019-03-021-0/+17
* Use askama for templates.Harald Eilertsen2019-03-021-3/+19
* Add favicon and route to get public files.Harald Eilertsen2019-03-021-2/+8
* Into space...Harald Eilertsen2019-03-021-0/+12