about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Added an internal token mechanismVika Shleina2021-07-274-1/+30
* 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
* Fixed flake-utils?Vika Shleina2021-07-192-5/+10
* Added a NixOS test for onboarding workflowVika2021-07-191-1/+28
* frontend: fixed site name, added thumbnail support and Markdown tutorial linkVika Shleina2021-07-191-7/+16
* make clippy happyVika Shleina2021-07-198-29/+30
* Renamed main executable to kittybox, added toolsVika Shleina2021-07-197-17/+133
* Add aarch64 cross-compilation jobVika2021-07-151-0/+15
* Added ^ to the versions - looks like nothing's brokenVika Shleina2021-07-071-26/+26
* Updated flake.lock and Cargo.lockVika Shleina2021-07-072-164/+171
* 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
* Merge branch 'gitlab-ci' into 'main'Vika2021-05-173-1/+106
|\
| * Update CI configuration and GitLab WebIDE settingsVika2021-05-173-1/+106
|/
* Fixed failing tests again - forgot to unwrapVika2021-05-171-1/+1
* Fixed failing testsVika2021-05-171-0/+2
* Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs...Vika2021-05-176-17/+86
* Added a NixOS module and a smoke test for itVika2021-05-111-1/+119
* Updated Rust to 1.52.0Vika2021-05-111-3/+3
* Removed openssl dependency - now the code is pure RustVika2021-05-103-233/+140