| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Last-Modified header to post pages to help heuristic caching | Vika | 2024-08-26 | 1 | -0/+22 |
* | Use `Cache-Control: private` whenever the user is authorized | Vika | 2024-08-26 | 1 | -18/+31 |
* | Indicate `u-uid` as `rel=canonical` | Vika | 2024-08-26 | 1 | -1/+1 |
* | Appease most clippy warnings | Vika | 2024-08-26 | 1 | -1/+1 |
* | Fix private posts with no defined audience not being shown in feeds | Vika | 2024-08-23 | 1 | -3/+3 |
* | feat: logins!! | Vika | 2024-08-18 | 1 | -9/+11 |
* | Migrate from axum::Extension to axum::extract::State | Vika | 2024-08-01 | 1 | -4/+3 |
* | database: use Url to represent user authorities | Vika | 2024-07-09 | 1 | -24/+28 |
* | Moved the entire Kittybox tree into the root | Vika | 2023-07-29 | 1 | -0/+404 |
* | flake.nix: reorganize | Vika | 2022-05-24 | 1 | -459/+0 |
* | feat: webmention sending and reply context enrichment | Vika | 2022-05-14 | 1 | -1/+1 |
* | treewide: prepare for mf2 parsing and cleanup unused code | Vika | 2022-05-12 | 1 | -3/+5 |
* | database, frontend: code cleanup so clippy doesn't complain | Vika | 2022-05-10 | 1 | -3/+3 |
* | Split into different crates | Vika | 2022-05-07 | 1 | -15/+6 |
* | frontend: Made endpoints optional in templates | Vika | 2022-04-15 | 1 | -3/+3 |
* | Make the settings in the database a strong type | Vika | 2022-03-23 | 1 | -3/+3 |
* | Get rid of legacy code, fix mistakes in fluff text and comments | Vika | 2022-03-23 | 1 | -3/+1 |
* | Port onboarding | Vika | 2022-03-07 | 1 | -4/+67 |
* | Restored most of the functionality (except onboarding and some queries) | Vika | 2022-03-06 | 1 | -1/+0 |
* | frontend: convert to warp | Vika | 2022-03-02 | 1 | -273/+188 |
* | Make rustfmt and clippy happy | Vika | 2021-12-06 | 1 | -4/+7 |
* | Added support for IndieAuth client sign in | Vika | 2021-12-06 | 1 | -7/+19 |
* | Debug JSON renderer for posts | Vika | 2021-12-05 | 1 | -0/+12 |
* | Code cleanup and small bugfixing in templates | Vika | 2021-12-05 | 1 | -4/+19 |
* | frontend: Added listing feeds to the header bar | Vika | 2021-12-05 | 1 | -2/+9 |
* | Modified the module to use BACKEND_URI | Vika | 2021-09-28 | 1 | -1/+12 |
* | Fix a bug in the error middleware | Vika | 2021-09-27 | 1 | -1/+1 |
* | Moved templates into their own module | Vika | 2021-08-03 | 1 | -586/+1 |
* | 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 APIs... | Vika | 2021-05-17 | 1 | -3/+42 |
* | Added a frontend to the application. TODO: Login, alternative themes, built-i... | Vika | 2021-05-09 | 1 | -0/+547 |