aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)Author
2021-08-28Add a route to logoutHEADmainThomas Letan
2021-08-28Use typed-urls from Crates.ioThomas Letan
2021-08-28Update to ogam 1.0.0 for the parserThomas Letan
2021-08-24Add a feature to follow worldsThomas Letan
2021-08-22Improve the list of charactersThomas Letan
2021-08-22Improve the look and feel of several formsThomas Letan
2021-08-22Fix rustfmt.toml and apply `cargo +nightly fmt`Thomas Letan
2021-08-22Store the mime type of an image in the databaseThomas Letan
2021-08-22Add and update avatars for charactersThomas Letan
2021-08-22Add a route to fetch imagesThomas Letan
2021-08-20Update dependenciesThomas Letan
2021-08-20Fix map related routingThomas Letan
2020-10-22Start using typed-urlsThomas Letan
2020-10-21Overhaul character creation, prepare use of avatarsThomas Letan
2020-10-18Hardcode the private key of sessions in debug modeThomas Letan
2020-10-18Add a new table to store imagesThomas Letan
2020-10-18List characters of a given userThomas Letan
2020-10-14Provide a dedicated page to create a new worldThomas Letan
2020-10-14Fix unselected radio when a primary character had no secondariesThomas Letan
2020-10-14Add the POST route to update a characterThomas Letan
2020-10-12Preselect the current referrer of a secondary characterThomas Letan
2020-10-12Add a (still not working) page to update existing charactersThomas Letan
2020-10-12Treat empty string as missing fieldsThomas Letan
2020-10-11Improve the website navigabilityThomas Letan
2020-10-11Reorganize the project to match the URL hierarchyThomas Letan
2020-10-10Cargo updateThomas Letan
2020-09-20Tweak a bit the designThomas Letan
2020-09-20Beautify the list of charactersThomas Letan
2020-09-20Revamp how characters are createdThomas Letan
2020-09-20Introduce the secondary menuThomas Letan
2020-09-19Complete the asyncification work with the users related functionsThomas Letan
2020-09-19Asyncify the maps related model functionsThomas Letan
2020-09-19Asyncify the editor-related model functionsThomas Letan
2020-09-19Configure the `fn_args_layout' option of rustfmtThomas Letan
2020-09-19Asyncify the characters-related functionsThomas Letan
2020-09-19Add a draft README.mdThomas Letan
2020-09-19Add missing license headersThomas Letan
2020-09-19Asyncify worlds-related model functionsThomas Letan
2020-09-19Reduce dramatically the complexity of multipart handlingThomas Letan
2020-09-19Start splitting the maps module into several submodulesThomas Letan
2020-09-19Distribute grimoar under the terms of the AGPLv3Thomas Letan
2020-09-18Specify endpoints only once, then generate URIs using functionsThomas Letan
2020-09-18Introduce the [Response] typeThomas Letan
2020-09-17Minor fixes for the map viewThomas Letan
2020-09-17Keep track of the connection statusThomas Letan
2020-09-16Add missing filesThomas Letan
2020-09-16Fix several issuesThomas Letan
2020-09-15Provide the necessary routes to update mapsThomas Letan
2020-09-15Create and visualize mapsThomas Letan
2020-09-14Add a notion of worlds in grimoarThomas Letan