Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | frontend: convert to warp | Vika | 2022-03-02 | 1 | -1/+0 |
| | | | | | | | | | Warp is using hyperium/http instead of http-types, so I replaced all of the http-types usage (mostly status codes) by Warp's http::StatusCode. Additionally some of the struct fields were made public to allow initialization from public code. | ||||
* | Make rustfmt and clippy happy | Vika | 2021-12-06 | 1 | -88/+147 |
| | |||||
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 1 | -0/+292 |
This will allow readers to view private posts intended just for them. Additionally fixed bugs in patterns due to which webmentions might not have been sent. |