Plume/src/routes
Bat 5457a80eec Avoid calling compute_id when we shouldn't
It should only be used at initialization, after we should prefer ap_url,
as not everybody is using the same URLs as Plume.
2018-06-21 15:53:58 +01:00
..
blogs.rs Use uri! as much as possible instead of directly writing URLs 2018-06-19 22:20:27 +01:00
comments.rs Remove the routes and the template for the comment form 2018-06-21 15:00:25 +01:00
errors.rs Add generic error catchers 2018-06-18 16:59:49 +01:00
instance.rs Remove some unused imports 2018-06-19 18:40:30 +01:00
likes.rs Simplify the activity_pub::inbox::Notify trait + Fix notifications 2018-06-20 22:51:47 +01:00
mod.rs Fix Blog::find_by_name 2018-06-18 18:44:18 +01:00
notifications.rs Use uri! as much as possible instead of directly writing URLs 2018-06-19 22:20:27 +01:00
posts.rs Remove the routes and the template for the comment form 2018-06-21 15:00:25 +01:00
reshares.rs Simplify the activity_pub::inbox::Notify trait + Fix notifications 2018-06-20 22:51:47 +01:00
session.rs Translate Rust strings 2018-06-17 17:06:47 +01:00
user.rs Avoid calling compute_id when we shouldn't 2018-06-21 15:53:58 +01:00
well_known.rs Use the webfinger crate 2018-06-18 22:50:40 +01:00