| Commit message (Expand) | Author | Age | Files | Lines |
* | Code cleanup and small bugfixing in templates | Vika | 2021-12-05 | 1 | -21/+37 |
* | frontend: Added listing feeds to the header bar | Vika | 2021-12-05 | 1 | -7/+3 |
* | Get rid of the unsafe code | Vika | 2021-12-02 | 1 | -7/+4 |
* | Deprecated Redis backend and added a database migration tool (untested, beware) | Vika | 2021-10-27 | 1 | -13/+29 |
* | Code cleanup and Cargo.lock updates | Vika | 2021-09-27 | 1 | -2/+3 |
* | Implemented support for channels | Vika | 2021-09-27 | 1 | -0/+49 |
* | Moved integration tests and allowed the binary to use file backend | Vika | 2021-09-26 | 1 | -0/+6 |
* | Added file updates and fixed a bug with truncated JSON files | Vika | 2021-09-26 | 1 | -0/+54 |
* | Added a WIP file backend | Vika | 2021-08-15 | 1 | -30/+37 |
* | Fixed a VERY WRONG way to handle stream errors | Vika | 2021-08-04 | 1 | -1/+9 |
* | Appease rustfmt, clippy and cargo check | Vika | 2021-07-29 | 1 | -2/+8 |
* | Relaxed anti-takeover URL check to simply not place redirects at foreign URLs | Vika Shleina | 2021-07-19 | 1 | -3/+3 |
* | Make rustfmt happy | Vika | 2021-05-17 | 1 | -44/+106 |
* | Added setting store per-user | Vika | 2021-05-17 | 1 | -0/+18 |
* | Refactored the Redis instance spawning in tests to automatically kill Redis | Vika | 2021-05-05 | 1 | -10/+6 |
* | Removed the in-memory database, it's dragging me down | Vika | 2021-05-05 | 1 | -15/+0 |
* | Moved the Redis spawner to the Redis module where it belongs, refactored test... | Vika | 2021-05-05 | 1 | -42/+10 |
* | Made some StorageError fields private and added getters instead | Vika | 2021-05-05 | 1 | -2/+5 |
* | Clippy lints | Vika | 2021-05-04 | 1 | -4/+4 |
* | Made StorageErrors directly convertible into Micropub JSON responses | Vika | 2021-05-04 | 1 | -0/+16 |
* | Fixed Redis tests | Vika | 2021-05-04 | 1 | -3/+5 |
* | Implemented MemoryStorage::update_post() | Vika | 2021-05-04 | 1 | -0/+2 |
* | Refactored the database module and its tests | Vika | 2021-05-04 | 1 | -0/+263 |