aboutsummaryrefslogtreecommitdiffstats
path: root/src/controllers/room.rs
Commit message (Expand)AuthorAgeFilesLines
* Upgrade to use Rocket 0.5.0-rc.1Harald Eilertsen2021-08-241-14/+12
* Use relative URLs for redirects.Harald Eilertsen2020-08-251-1/+1
* 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
* Import model structs to main models module.Harald Eilertsen2019-04-081-2/+2
* Move functions to query/modify db to connection object.Harald Eilertsen2019-04-081-1/+1
* 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