aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers
Commit message (Expand)AuthorAgeFilesLines
* Implement update events.devHarald Eilertsen2021-08-251-0/+20
* Refactor event templates and add edit form.Harald Eilertsen2021-08-251-6/+20
* Upgrade to use Rocket 0.5.0-rc.1Harald Eilertsen2021-08-244-62/+69
* Use relative URLs for redirects.Harald Eilertsen2020-08-254-7/+7
* Add info about the event to the db and render landing page.Harald Eilertsen2020-08-251-0/+68
* Implement edit screenings in web ui.Harald Eilertsen2020-08-231-1/+48
* Store timestamps in UTC.Harald Eilertsen2020-08-231-6/+16
* Change start/end times to complete timestamps.Harald Eilertsen2020-08-231-5/+8
* Implement deleting screenings from web ui.Harald Eilertsen2020-08-231-1/+12
* Implement adding screenings in the web ui.Harald Eilertsen2020-08-231-4/+56
* Implement adding and listing films.Harald Eilertsen2020-08-231-3/+39
* Implement adding rooms through the web ui.Harald Eilertsen2020-08-221-1/+21
* Swap rank on plain and json response for room list.Harald Eilertsen2020-08-221-7/+9
* Use Tera templates to render pages.Harald Eilertsen2020-08-221-2/+15
* Rename Screening model to AggregateScreeningHarald Eilertsen2019-08-101-3/+3
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-281-2/+2
* Import model structs to main models module.Harald Eilertsen2019-04-083-5/+5
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-083-4/+4
* Add endpoint to fetch screenings from the database.Harald Eilertsen2019-04-081-0/+32
* Add route to fetch films from database.Harald Eilertsen2019-04-021-0/+32
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-211-5/+8
* Refactoring, move db connection and room controller to separate modules.Harald Eilertsen2019-03-041-0/+29