about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* 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-046-387/+423
* Initial commitVika2021-05-049-0/+1854