aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use canvas for drawing the schedules.HEADmasterHarald Eilertsen2019-08-283-8/+170
* 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 rocket and other deps.Harald Eilertsen2019-08-101-266/+476
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-287-21/+49
* Import model structs to main models module.Harald Eilertsen2019-04-087-20/+20
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-088-83/+78
* Fix warnings from test runs.Harald Eilertsen2019-04-081-4/+2
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-088-5/+177
* Add models::film::by_title and models::room::by_name methods.Harald Eilertsen2019-04-082-0/+14
* Add readme and contributing guide.Harald Eilertsen2019-04-072-0/+69
* Refactor tests to always load fixtures, and sync execution.Harald Eilertsen2019-04-023-25/+44
* Renamed test file.Harald Eilertsen2019-04-021-0/+0
* Add route to fetch films from database.Harald Eilertsen2019-04-026-5/+118
* Fetch rooms from database using ajax/json.Harald Eilertsen2019-03-232-0/+26
* Fix typo in cssHarald Eilertsen2019-03-231-1/+1
* Refactor room tests, move server and db setup to function.Harald Eilertsen2019-03-211-21/+30
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-218-10/+119
* Pass database url into build_rocket helper function.Harald Eilertsen2019-03-203-6/+9
* 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-044-4/+32
* Begin implement /rooms endpoint.Harald Eilertsen2019-03-043-26/+87
* Add basic db schema.Harald Eilertsen2019-03-047-0/+147
* Don't version control .env file.Harald Eilertsen2019-03-041-0/+1
* Set up database and connection pool with rocket_contrib::databases.Harald Eilertsen2019-03-046-3/+295
* Remove templates and dep on askama no longer needed.Harald Eilertsen2019-03-044-129/+0
* Use rocket_contrib StaticFiles module to serve static files.Harald Eilertsen2019-03-046-26/+358
* Add basic stylesheet.Harald Eilertsen2019-03-032-0/+11
* Move basic page layout to base template.Harald Eilertsen2019-03-032-9/+31
* Enable askama rocket integration.Harald Eilertsen2019-03-033-8/+5
* Rename program to simply ramaskrik.Harald Eilertsen2019-03-022-2/+2
* Add license.Harald Eilertsen2019-03-023-0/+695
* Use askama for templates.Harald Eilertsen2019-03-024-3/+107
* Add favicon and route to get public files.Harald Eilertsen2019-03-022-2/+8
* Into space...Harald Eilertsen2019-03-024-0/+510