Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved templates into their own module | Vika | 2021-08-03 | 1 | -586/+1 |
| | | | | | | | frontend.rs was too hard to navigate. Additionally, this allows playing with the organizational structure of templates, since they only need to export a certain API and how exactly they work is an implementation detail. | ||||
* | Appease rustfmt, clippy and cargo check | Vika | 2021-07-29 | 1 | -5/+20 |
| | |||||
* | Don't show internal links on h-cards | Vika Shleina | 2021-07-19 | 1 | -1/+1 |
| | |||||
* | Fixed crash when h-card doesn't contain a p-note | Vika Shleina | 2021-07-19 | 1 | -3/+4 |
| | |||||
* | Fixed feed pagination on frontend | Vika Shleina | 2021-07-19 | 1 | -1/+4 |
| | |||||
* | Relaxed anti-takeover URL check to simply not place redirects at foreign URLs | Vika Shleina | 2021-07-19 | 1 | -2/+2 |
| | |||||
* | Replaced scheme with HTTPS in frontend to prevent weird things | Vika Shleina | 2021-07-19 | 1 | -5/+10 |
| | |||||
* | Added URL display to h-cards | Vika Shleina | 2021-07-19 | 1 | -0/+14 |
| | |||||
* | frontend: fixed site name, added thumbnail support and Markdown tutorial link | Vika Shleina | 2021-07-19 | 1 | -7/+16 |
| | |||||
* | Make rustfmt happy again after Clippy edits | Vika | 2021-05-18 | 1 | -9/+18 |
| | |||||
* | Make clippy happy | Vika | 2021-05-17 | 1 | -17/+15 |
| | |||||
* | Make rustfmt happy | Vika | 2021-05-17 | 1 | -101/+199 |
| | |||||
* | Minimal onboarding support. TODO: h-card avatars | Vika | 2021-05-17 | 1 | -0/+14 |
| | |||||
* | Onboarding - initial feature | Vika | 2021-05-17 | 1 | -5/+269 |
| | |||||
* | Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb ↵ | Vika | 2021-05-17 | 1 | -3/+42 |
| | | | | APIs and preparation for onboarding | ||||
* | Added a frontend to the application. TODO: Login, alternative themes, ↵ | Vika | 2021-05-09 | 1 | -0/+547 |
built-in Micropub capabilities when logged in |