about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Small fixes for code block and vcard avatar CSSVika2021-12-071-0/+8
* Disable the deprecated redis featureVika2021-12-071-1/+1
* Add indicators on private postsVika2021-12-071-0/+5
* Make rustfmt and clippy happyVika2021-12-069-119/+184
* Added support for IndieAuth client sign inVika2021-12-0610-167/+554
* Added stuff to gitignoreVika2021-12-051-1/+3
* Debug JSON renderer for postsVika2021-12-051-0/+12
* Code cleanup and small bugfixing in templatesVika2021-12-0511-142/+253
* 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
* Added rust-analyzer to the dev environmentVika2021-12-051-3/+2
* Finally finish the migration toolVika2021-12-021-19/+25
* Get rid of the unsafe codeVika2021-12-021-7/+4
* flake.lock: UpdateVika2021-11-241-9/+9
* Deprecated Redis backend and added a database migration tool (untested, beware)Vika2021-10-279-90/+152
* Modified the module to use BACKEND_URIVika2021-09-284-35/+75
* Added a .gitignore fileVika2021-09-271-0/+2
* Code cleanup and Cargo.lock updatesVika2021-09-273-169/+209
* 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-273-2/+60
* Moved integration tests and allowed the binary to use file backendVika2021-09-264-21/+93
* Added file updates and fixed a bug with truncated JSON filesVika2021-09-262-3/+154
* Added a WIP file backendVika2021-08-154-84/+399
* Improved Redis module code qualityVika2021-08-151-13/+10
* Revert "Moved mobc to a custom repo"Vika2021-08-102-19/+4
* Update flake.lockVika2021-08-101-6/+19
* Added Prometheus instrumentationVika2021-08-064-1/+213
* Moved mobc to a custom repoVika2021-08-062-4/+19
* 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
* Added RUST_LOG variable to NixOS moduleVika2021-08-061-0/+1
* Trying to mitigate and log more about the HTTP 500sVika2021-08-051-10/+12
* Add LICENSE Vika2021-08-041-0/+661
* Nulls are VERY evilVika2021-08-041-0/+3
* Turns out nulls are evilVika2021-08-041-3/+5
* Fixed lack of default for internalTokenFileVika2021-08-041-0/+1
* Added some options to the module, they don't work yet thoVika2021-08-041-0/+31
* 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-2910-105/+198
* Updated gitignoreVika2021-07-281-0/+1
* Respect Link: headers when sending webmentionsVika2021-07-281-4/+32
* Added CORS middlewareVika2021-07-272-0/+23