about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Fixed Micropub client channels and sending payloadVika2021-05-091-11/+21
* Added a debug shim to IndieAuthMiddleware that makes it a no-op in staging (e...Vika2021-05-091-1/+15
* 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
* Added a note to future selfVika2021-05-051-0/+7
* Moved things in Cargo.toml to make it prettierVika2021-05-051-15/+21
* Added rudimentary caching to IndieAuth middlewareVika2021-05-054-37/+116
* Moved the client to /micropub/clientVika2021-05-051-4/+5
* Refactored the Redis instance spawning in tests to automatically kill RedisVika2021-05-053-40/+43
* Removed the in-memory database, it's dragging me downVika2021-05-053-214/+0
* Deleted a loose TODOVika2021-05-051-1/+0
* Moved the Redis spawner to the Redis module where it belongs, refactored test...Vika2021-05-053-78/+110
* Added a connection pool to the RedisDatabaseVika2021-05-053-129/+32
* Refactored error handling in RedisStorage using the ? operatorVika2021-05-051-184/+124
* Made some StorageError fields private and added getters insteadVika2021-05-051-2/+5
* Updated nixpkgsVika2021-05-051-3/+3
* Switched to naersk for building crates with Nix... that requires unstable Cargo!Vika2021-05-052-9/+38
* Clippy lintsVika2021-05-045-34/+27
* Made StorageErrors directly convertible into Micropub JSON responsesVika2021-05-043-15/+22
* Fixed Redis testsVika2021-05-042-4/+6
* Implemented MemoryStorage::update_post()Vika2021-05-042-1/+84
* Refactored the database module and its testsVika2021-05-049-419/+519
* Initial commitVika2021-05-0416-0/+4745