aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to use Rocket 0.5.0-rc.1Harald Eilertsen2021-08-241-30/+1
* Reenable serving static files.Harald Eilertsen2020-08-251-0/+1
* Add info about the event to the db and render landing page.Harald Eilertsen2020-08-251-2/+6
* Move database config to Rocket.toml.Harald Eilertsen2020-08-241-12/+2
* Implement edit screenings in web ui.Harald Eilertsen2020-08-231-0/+2
* Implement deleting screenings from web ui.Harald Eilertsen2020-08-231-0/+1
* Implement adding screenings in the web ui.Harald Eilertsen2020-08-231-1/+6
* Implement adding and listing films.Harald Eilertsen2020-08-231-1/+1
* Implement adding rooms through the web ui.Harald Eilertsen2020-08-221-1/+1
* Use Tera templates to render pages.Harald Eilertsen2020-08-221-1/+2
* Drop attribute no longer needed from lib.Harald Eilertsen2019-08-101-1/+1
* Rename Screening model to AggregateScreeningHarald Eilertsen2019-08-101-1/+1
* Import model structs to main models module.Harald Eilertsen2019-04-081-1/+1
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-2/+3
* Add route to fetch films from database.Harald Eilertsen2019-04-021-2/+3
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-211-1/+5
* Pass database url into build_rocket helper function.Harald Eilertsen2019-03-201-4/+1
* Refactoring, move db connection and room controller to separate modules.Harald Eilertsen2019-03-041-20/+7
* Use rocket_contrib's JsonValue as return type.Harald Eilertsen2019-03-041-3/+4
* Begin implement /rooms endpoint.Harald Eilertsen2019-03-041-0/+58