about summary refs log tree commit diff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Fixed failing tests again - forgot to unwrapVika2021-05-171-1/+1
* Fixed failing testsVika2021-05-171-0/+2
* Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...Vika2021-05-171-4/+11
* Added a frontend to the application. TODO: Login, alternative themes, built-i...Vika2021-05-091-37/+4
* Added rudimentary caching to IndieAuth middlewareVika2021-05-051-2/+2
* Moved the client to /micropub/clientVika2021-05-051-4/+5
* Refactored the Redis instance spawning in tests to automatically kill RedisVika2021-05-051-27/+15
* Removed the in-memory database, it's dragging me downVika2021-05-051-11/+0
* Moved the Redis spawner to the Redis module where it belongs, refactored test...Vika2021-05-051-36/+61
* Clippy lintsVika2021-05-041-2/+2
* Refactored the database module and its testsVika2021-05-041-56/+44
* Initial commitVika2021-05-041-0/+276