Plume/src/routes
KITAITI Makoto 847d6f7fac
Fix Atom feed (#764)
* Percent-encode URI segments in ap_url

* Fix invalid Atoms

* Remove redundant clone according to cargo clippy

* Revert "Percent-encode URI segments in ap_url"

This reverts commit 8253aa79bd.
ActivityPub(JSON-LD) accepts URI.
See https://github.com/Plume-org/Plume/pull/764#issuecomment-623105734

* Use absolute IRI for IDs in Atom

* Reuse formatted string

* Use parent element's creation date for Atom updated if there's no post

* Remove uncecessary UTC conversion

* Extract routes::build_atom_feed function
2020-05-04 15:28:52 +02:00
..
blogs.rs Fix Atom feed (#764) 2020-05-04 15:28:52 +02:00
comments.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
errors.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
instance.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
likes.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
medias.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
mod.rs Fix Atom feed (#764) 2020-05-04 15:28:52 +02:00
notifications.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
posts.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
reshares.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
search.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
session.rs Use LenientForm instead Form for CSRF protected pages (#751) 2020-04-18 11:45:28 +02:00
tags.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
timelines.rs Rust 2018! (#726) 2020-01-21 07:02:03 +01:00
user.rs Fix Atom feed (#764) 2020-05-04 15:28:52 +02:00
well_known.rs Fix some federation issue (#573) 2019-07-31 11:38:49 +02:00