about summary refs log tree commit diff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make rustfmt and clippy happyVika2021-12-069-119/+184
* Added support for IndieAuth client sign inVika2021-12-067-17/+387
* Debug JSON renderer for postsVika2021-12-051-0/+12
* Code cleanup and small bugfixing in templatesVika2021-12-0510-141/+252
* Added author mini-cards on h-entriesVika2021-12-053-41/+100
* frontend: Added listing feeds to the header barVika2021-12-055-16/+23
* Make the default feeds' UIDs pretty!Vika2021-12-051-5/+5
* Finally finish the migration toolVika2021-12-021-19/+25
* Get rid of the unsafe codeVika2021-12-021-7/+4
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-277-44/+139
* Modified the module to use BACKEND_URIVika2021-09-282-1/+14
* Code cleanup and Cargo.lock updatesVika2021-09-272-4/+6
* Fix a bug in the error middlewareVika2021-09-273-2/+5
* Implemented support for channelsVika2021-09-273-65/+172
* Implemented FileStorage::delete_postVika2021-09-271-1/+4
* Finally figured out how to read without a BufReaderVika2021-09-271-14/+6
* Improved symlink creationVika2021-09-271-5/+78
* Implemented FileStorage::get_setting and FileStorage::set_settingVika2021-09-271-2/+53
* Moved integration tests and allowed the binary to use file backendVika2021-09-263-19/+87
* Added file updates and fixed a bug with truncated JSON filesVika2021-09-262-3/+154
* Added a WIP file backendVika2021-08-152-30/+210
* Improved Redis module code qualityVika2021-08-151-13/+10
* Added Prometheus instrumentationVika2021-08-062-0/+73
* Added a default food channel for foodstuffsVika2021-08-061-12/+35
* Log sent webmentionsVika2021-08-061-0/+1
* Refactored the onboarding template into its own fileVika2021-08-062-193/+198
* Shortened a connection timeout and installed a lifetime limit for connectionVika2021-08-061-1/+4
* Trying to mitigate and log more about the HTTP 500sVika2021-08-051-10/+12
* Fixed a VERY WRONG way to handle stream errorsVika2021-08-042-31/+25
* Moved templates into their own moduleVika2021-08-032-586/+585
* Appease rustfmt, clippy and cargo checkVika2021-07-299-104/+196
* Respect Link: headers when sending webmentionsVika2021-07-281-4/+32
* Added CORS middlewareVika2021-07-272-0/+23
* Added an internal token mechanismVika Shleina2021-07-273-0/+18
* Fixed security hole where other people could delete YOUR posts. Yes, yours. Y...Vika Shleina2021-07-212-0/+67
* 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-195-16/+14
* Replaced scheme with HTTPS in frontend to prevent weird thingsVika Shleina2021-07-192-6/+11
* 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 clippy happyVika Shleina2021-07-196-20/+18
* Renamed main executable to kittybox, added toolsVika Shleina2021-07-193-3/+101
* Make rustfmt happy again after Clippy editsVika2021-05-182-13/+19
* Make clippy happyVika2021-05-174-36/+30
* Make rustfmt happyVika2021-05-179-528/+1188
* Minimal onboarding support. TODO: h-card avatarsVika2021-05-172-1/+57
* Onboarding - initial featureVika2021-05-174-6/+349
* Added setting store per-userVika2021-05-172-0/+28