| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Moved things in Cargo.toml to make it prettier | Vika | 2021-05-05 | 1 | -15/+21 |
* | Added rudimentary caching to IndieAuth middleware | Vika | 2021-05-05 | 4 | -37/+116 |
* | Moved the client to /micropub/client | Vika | 2021-05-05 | 1 | -4/+5 |
* | Refactored the Redis instance spawning in tests to automatically kill Redis | Vika | 2021-05-05 | 3 | -40/+43 |
* | Removed the in-memory database, it's dragging me down | Vika | 2021-05-05 | 3 | -214/+0 |
* | Deleted a loose TODO | Vika | 2021-05-05 | 1 | -1/+0 |
* | Moved the Redis spawner to the Redis module where it belongs, refactored test... | Vika | 2021-05-05 | 3 | -78/+110 |
* | Added a connection pool to the RedisDatabase | Vika | 2021-05-05 | 3 | -129/+32 |
* | Refactored error handling in RedisStorage using the ? operator | Vika | 2021-05-05 | 1 | -184/+124 |
* | Made some StorageError fields private and added getters instead | Vika | 2021-05-05 | 1 | -2/+5 |
* | Updated nixpkgs | Vika | 2021-05-05 | 1 | -3/+3 |
* | Switched to naersk for building crates with Nix... that requires unstable Cargo! | Vika | 2021-05-05 | 2 | -9/+38 |
* | Clippy lints | Vika | 2021-05-04 | 5 | -34/+27 |
* | Made StorageErrors directly convertible into Micropub JSON responses | Vika | 2021-05-04 | 3 | -15/+22 |
* | Fixed Redis tests | Vika | 2021-05-04 | 2 | -4/+6 |
* | Implemented MemoryStorage::update_post() | Vika | 2021-05-04 | 2 | -1/+84 |
* | Refactored the database module and its tests | Vika | 2021-05-04 | 9 | -419/+519 |
* | Initial commit | Vika | 2021-05-04 | 16 | -0/+4745 |