aboutsummaryrefslogtreecommitdiffstats
path: root/src/models/room.rs
Commit message (Expand)AuthorAgeFilesLines
* Implement adding rooms through the web ui.Harald Eilertsen2020-08-221-1/+1
* Update deps, drop serde_derive.Harald Eilertsen2020-08-221-1/+1
* Update /screenings endpoint to return full info on screenings.Harald Eilertsen2019-04-281-1/+1
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-081-17/+1
* Add models::film::by_title and models::room::by_name methods.Harald Eilertsen2019-04-081-0/+7
* Actually fetch available rooms from the database.Harald Eilertsen2019-03-211-0/+35