Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | frontend: convert to warp | Vika | 2022-03-02 | 1 | -18/+20 |
| | | | | | | | | | 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. | ||||
* | Display pretty links in case there is more than one URL in a post | Vika | 2021-12-07 | 1 | -0/+11 |
| | |||||
* | Migrate to Rust 2021 | Vika | 2021-12-07 | 2 | -24/+24 |
| | |||||
* | Add indicators on private posts | Vika | 2021-12-07 | 1 | -0/+5 |
| | |||||
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 1 | -7/+36 |
| | | | | | | | 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. | ||||
* | Code cleanup and small bugfixing in templates | Vika | 2021-12-05 | 2 | -5/+4 |
| | |||||
* | Added author mini-cards on h-entries | Vika | 2021-12-05 | 1 | -0/+11 |
| | |||||
* | frontend: Added listing feeds to the header bar | Vika | 2021-12-05 | 1 | -2/+6 |
| | |||||
* | Refactored the onboarding template into its own file | Vika | 2021-08-06 | 2 | -0/+589 |