about summary refs log tree commit diff
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* Add HTTP fetcher cacheVika2024-08-261-3/+3
* Appease most clippy warningsVika2024-08-262-8/+1
* Fix private posts with no defined audience not being shown in feedsVika2024-08-231-3/+3
* feat: logins!!Vika2024-08-181-9/+11
* Migrate from axum::Extension to axum::extract::StateVika2024-08-012-16/+14
* database: use Url to represent user authoritiesVika2024-07-092-28/+32
* Moved the entire Kittybox tree into the rootVika2023-07-293-0/+918
* flake.nix: reorganizeVika2022-05-245-1106/+0
* templates: add a banner for Kittybox in the footerVika2022-05-231-0/+3
* feat: webmention sending and reply context enrichmentVika2022-05-141-1/+1
* treewide: prepare for mf2 parsing and cleanup unused codeVika2022-05-121-3/+5
* database, frontend: code cleanup so clippy doesn't complainVika2022-05-101-3/+3
* Split into different cratesVika2022-05-074-698/+7
* frontend: Made endpoints optional in templatesVika2022-04-152-12/+27
* Make the settings in the database a strong typeVika2022-03-231-3/+3
* Get rid of legacy code, fix mistakes in fluff text and commentsVika2022-03-232-4/+2
* Port onboardingVika2022-03-072-5/+68
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-061-1/+0
* frontend: convert to warpVika2022-03-023-292/+208
* Display pretty links in case there is more than one URL in a postVika2021-12-072-6/+22
* Migrate to Rust 2021Vika2021-12-072-24/+24
* Small fixes for code block and vcard avatar CSSVika2021-12-071-0/+8
* Add indicators on private postsVika2021-12-071-0/+5
* Make rustfmt and clippy happyVika2021-12-062-92/+154
* Added support for IndieAuth client sign inVika2021-12-063-14/+347
* Debug JSON renderer for postsVika2021-12-051-0/+12
* Code cleanup and small bugfixing in templatesVika2021-12-053-9/+23
* Added author mini-cards on h-entriesVika2021-12-052-4/+31
* frontend: Added listing feeds to the header barVika2021-12-052-4/+15
* Modified the module to use BACKEND_URIVika2021-09-281-1/+12
* Fix a bug in the error middlewareVika2021-09-271-1/+1
* Refactored the onboarding template into its own fileVika2021-08-062-193/+198
* Moved templates into their own moduleVika2021-08-032-586/+585
* Appease rustfmt, clippy and cargo checkVika2021-07-291-5/+20
* Don't show internal links on h-cardsVika Shleina2021-07-191-1/+1
* Fixed crash when h-card doesn't contain a p-noteVika Shleina2021-07-191-3/+4
* Fixed feed pagination on frontendVika Shleina2021-07-191-1/+4
* Relaxed anti-takeover URL check to simply not place redirects at foreign URLsVika Shleina2021-07-191-2/+2
* Replaced scheme with HTTPS in frontend to prevent weird thingsVika Shleina2021-07-191-5/+10
* Added URL display to h-cardsVika Shleina2021-07-191-0/+14
* frontend: fixed site name, added thumbnail support and Markdown tutorial linkVika Shleina2021-07-191-7/+16
* Make rustfmt happy again after Clippy editsVika2021-05-181-9/+18
* Make clippy happyVika2021-05-171-17/+15
* Make rustfmt happyVika2021-05-171-101/+199
* Minimal onboarding support. TODO: h-card avatarsVika2021-05-172-1/+57
* Onboarding - initial featureVika2021-05-173-5/+347
* Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...Vika2021-05-172-5/+47
* Added a frontend to the application. TODO: Login, alternative themes, built-i...Vika2021-05-092-0/+706