about summary refs log tree commit diff
path: root/src/lib.rs
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug in the error middlewareVika2021-09-271-1/+3
* Moved integration tests and allowed the binary to use file backendVika2021-09-261-5/+45
* Added Prometheus instrumentationVika2021-08-061-0/+8
* Appease rustfmt, clippy and cargo checkVika2021-07-291-5/+12
* Added CORS middlewareVika2021-07-271-0/+2
* Added an internal token mechanismVika Shleina2021-07-271-0/+4
* Fixed security hole where other people could delete YOUR posts. Yes, yours. Y...Vika Shleina2021-07-211-0/+42
* Relaxed anti-takeover URL check to simply not place redirects at foreign URLsVika Shleina2021-07-191-1/+4
* make clippy happyVika Shleina2021-07-191-1/+1
* Make rustfmt happyVika2021-05-171-62/+149
* Onboarding - initial featureVika2021-05-171-1/+2
* 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