about summary refs log tree commit diff
path: root/src/micropub/post.rs
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup and small bugfixing in templatesVika2021-12-051-12/+8
* Make the default feeds' UIDs pretty!Vika2021-12-051-5/+5
* Added a default food channel for foodstuffsVika2021-08-061-12/+35
* Log sent webmentionsVika2021-08-061-0/+1
* Appease rustfmt, clippy and cargo checkVika2021-07-291-51/+65
* Respect Link: headers when sending webmentionsVika2021-07-281-4/+32
* 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-191-5/+5
* Make clippy happyVika2021-05-171-6/+6
* Make rustfmt happyVika2021-05-171-196/+428
* Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...Vika2021-05-171-3/+4
* More descriptive error handling and more descriptive TODOsVika2021-05-091-9/+13
* 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-041-3/+3
* Refactored the database module and its testsVika2021-05-041-1/+0
* Initial commitVika2021-05-041-0/+433