| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Turns out nulls are evil | Vika | 2021-08-04 | 1 | -3/+5 |
* | Fixed lack of default for internalTokenFile | Vika | 2021-08-04 | 1 | -0/+1 |
* | Added some options to the module, they don't work yet tho | Vika | 2021-08-04 | 1 | -0/+31 |
* | Fixed a VERY WRONG way to handle stream errors | Vika | 2021-08-04 | 2 | -31/+25 |
* | Moved templates into their own module | Vika | 2021-08-03 | 2 | -586/+585 |
* | Appease rustfmt, clippy and cargo check | Vika | 2021-07-29 | 10 | -105/+198 |
* | Updated gitignore | Vika | 2021-07-28 | 1 | -0/+1 |
* | Respect Link: headers when sending webmentions | Vika | 2021-07-28 | 1 | -4/+32 |
* | Added CORS middleware | Vika | 2021-07-27 | 2 | -0/+23 |
* | Added an internal token mechanism | Vika Shleina | 2021-07-27 | 4 | -1/+30 |
* | Fixed security hole where other people could delete YOUR posts. Yes, yours. Y... | Vika Shleina | 2021-07-21 | 2 | -0/+67 |
* | Don't show internal links on h-cards | Vika Shleina | 2021-07-19 | 1 | -1/+1 |
* | Fixed crash when h-card doesn't contain a p-note | Vika Shleina | 2021-07-19 | 1 | -3/+4 |
* | Fixed feed pagination on frontend | Vika Shleina | 2021-07-19 | 1 | -1/+4 |
* | Relaxed anti-takeover URL check to simply not place redirects at foreign URLs | Vika Shleina | 2021-07-19 | 5 | -16/+14 |
* | Replaced scheme with HTTPS in frontend to prevent weird things | Vika Shleina | 2021-07-19 | 2 | -6/+11 |
* | Added URL display to h-cards | Vika Shleina | 2021-07-19 | 1 | -0/+14 |
* | Fixed flake-utils? | Vika Shleina | 2021-07-19 | 2 | -5/+10 |
* | Added a NixOS test for onboarding workflow | Vika | 2021-07-19 | 1 | -1/+28 |
* | frontend: fixed site name, added thumbnail support and Markdown tutorial link | Vika Shleina | 2021-07-19 | 1 | -7/+16 |
* | make clippy happy | Vika Shleina | 2021-07-19 | 8 | -29/+30 |
* | Renamed main executable to kittybox, added tools | Vika Shleina | 2021-07-19 | 7 | -17/+133 |
* | Add aarch64 cross-compilation job | Vika | 2021-07-15 | 1 | -0/+15 |
* | Added ^ to the versions - looks like nothing's broken | Vika Shleina | 2021-07-07 | 1 | -26/+26 |
* | Updated flake.lock and Cargo.lock | Vika Shleina | 2021-07-07 | 2 | -164/+171 |
* | Make rustfmt happy again after Clippy edits | Vika | 2021-05-18 | 2 | -13/+19 |
* | Make clippy happy | Vika | 2021-05-17 | 4 | -36/+30 |
* | Make rustfmt happy | Vika | 2021-05-17 | 9 | -528/+1188 |
* | Minimal onboarding support. TODO: h-card avatars | Vika | 2021-05-17 | 2 | -1/+57 |
* | Onboarding - initial feature | Vika | 2021-05-17 | 4 | -6/+349 |
* | Added setting store per-user | Vika | 2021-05-17 | 2 | -0/+28 |
* | Merge branch 'gitlab-ci' into 'main' | Vika | 2021-05-17 | 3 | -1/+106 |
|\ |
|
| * | Update CI configuration and GitLab WebIDE settings | Vika | 2021-05-17 | 3 | -1/+106 |
|/ |
|
* | Fixed failing tests again - forgot to unwrap | Vika | 2021-05-17 | 1 | -1/+1 |
* | Fixed failing tests | Vika | 2021-05-17 | 1 | -0/+2 |
* | Refactoring, easter egg, healthcheck endpoint, support for rel= indieweb APIs... | Vika | 2021-05-17 | 6 | -17/+86 |
* | Added a NixOS module and a smoke test for it | Vika | 2021-05-11 | 1 | -1/+119 |
* | Updated Rust to 1.52.0 | Vika | 2021-05-11 | 1 | -3/+3 |
* | Removed openssl dependency - now the code is pure Rust | Vika | 2021-05-10 | 3 | -233/+140 |
* | More descriptive error handling and more descriptive TODOs | Vika | 2021-05-09 | 2 | -9/+15 |
* | Added support for more default feeds, added a feed for vCards | Vika | 2021-05-09 | 1 | -15/+42 |
* | Added a frontend to the application. TODO: Login, alternative themes, built-i... | Vika | 2021-05-09 | 6 | -37/+751 |
* | Fixed parsing the reply context for webmentions if there is no webmention end... | Vika | 2021-05-09 | 1 | -1/+19 |
* | Fixed Micropub client channels and sending payload | Vika | 2021-05-09 | 1 | -11/+21 |
* | Added a debug shim to IndieAuthMiddleware that makes it a no-op in staging (e... | Vika | 2021-05-09 | 1 | -1/+15 |
* | Add a note about a possible optimization once the MF2 parser is ready | Vika | 2021-05-06 | 1 | -0/+3 |
* | Deduplicated the fetched posts to save on bandwidth and time | Vika | 2021-05-06 | 1 | -2/+8 |
* | Turns out assert!() can have a second argument with a panic reason. Cool! | Vika | 2021-05-06 | 1 | -19/+16 |
* | Added post-processing of new posts | Vika | 2021-05-06 | 1 | -6/+143 |
* | Added a note to future self | Vika | 2021-05-05 | 1 | -0/+7 |