about summary refs log tree commit diff
path: root/src/micropub
Commit message (Expand)AuthorAgeFilesLines
* 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