about summary refs log tree commit diff
path: root/src/frontend
Commit message (Expand)AuthorAgeFilesLines
* 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