about summary refs log tree commit diff
path: root/src/micropub
Commit message (Expand)AuthorAgeFilesLines
* Appease rustfmt, clippy and cargo checkVika2021-07-292-54/+72
* Respect Link: headers when sending webmentionsVika2021-07-281-4/+32
* Added CORS middlewareVika2021-07-271-0/+21
* Fixed security hole where other people could delete YOUR posts. Yes, yours. Y...Vika Shleina2021-07-211-0/+25
* Relaxed anti-takeover URL check to simply not place redirects at foreign URLsVika Shleina2021-07-191-8/+3
* make clippy happyVika Shleina2021-07-192-10/+10
* Make clippy happyVika2021-05-171-6/+6
* Make rustfmt happyVika2021-05-173-204/+439
* Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...Vika2021-05-172-6/+8
* More descriptive error handling and more descriptive TODOsVika2021-05-092-9/+15
* Added support for more default feeds, added a feed for vCardsVika2021-05-091-15/+42
* Fixed parsing the reply context for webmentions if there is no webmention end...Vika2021-05-091-1/+19
* Add a note about a possible optimization once the MF2 parser is readyVika2021-05-061-0/+3
* Deduplicated the fetched posts to save on bandwidth and timeVika2021-05-061-2/+8
* Turns out assert!() can have a second argument with a panic reason. Cool!Vika2021-05-061-19/+16
* Added post-processing of new postsVika2021-05-061-6/+143
* Clippy lintsVika2021-05-041-8/+8
* Made StorageErrors directly convertible into Micropub JSON responsesVika2021-05-042-15/+6
* Refactored the database module and its testsVika2021-05-041-1/+0
* Initial commitVika2021-05-043-0/+524