Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update flake.lock | Vika | 2021-08-10 | 1 | -6/+19 |
| | |||||
* | Added Prometheus instrumentation | Vika | 2021-08-06 | 4 | -1/+213 |
| | | | | | | I need to instrument the mobc library used for the Redis connection pool, but that can be done later since I am somewhat tired. I don't remember how much I've worked and I need a break... >.< | ||||
* | Moved mobc to a custom repo | Vika | 2021-08-06 | 2 | -4/+19 |
| | |||||
* | Added a default food channel for foodstuffs | Vika | 2021-08-06 | 1 | -12/+35 |
| | |||||
* | Log sent webmentions | Vika | 2021-08-06 | 1 | -0/+1 |
| | |||||
* | Refactored the onboarding template into its own file | Vika | 2021-08-06 | 2 | -193/+198 |
| | |||||
* | Shortened a connection timeout and installed a lifetime limit for connection | Vika | 2021-08-06 | 1 | -1/+4 |
| | |||||
* | Added RUST_LOG variable to NixOS module | Vika | 2021-08-06 | 1 | -0/+1 |
| | |||||
* | Trying to mitigate and log more about the HTTP 500s | Vika | 2021-08-05 | 1 | -10/+12 |
| | |||||
* | Add LICENSE | Vika | 2021-08-04 | 1 | -0/+661 |
| | | | It was always my intention to license this under AGPLv3, so the project will stay free no matter who hosts it, and no matter where. We should have the freedom to customize our blogs however we want! | ||||
* | Nulls are VERY evil | Vika | 2021-08-04 | 1 | -0/+3 |
| | |||||
* | 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 |
| | | | | | | for future reference: stream operations returning Result satisfy conditions for the futures::stream::TryStreamExt trait, allowing you to use `TryStreamExt::try_collect::<T>()` and receive a Result<T>. | ||||
* | Moved templates into their own module | Vika | 2021-08-03 | 2 | -586/+585 |
| | | | | | | | frontend.rs was too hard to navigate. Additionally, this allows playing with the organizational structure of templates, since they only need to export a certain API and how exactly they work is an implementation detail. | ||||
* | 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 |
| | | | | | This prevents Micropub requests fired from web apps on other domains from being blocked by overzealous browsers. | ||||
* | Added an internal token mechanism | Vika Shleina | 2021-07-27 | 4 | -1/+30 |
| | | | | | | | | The internal token is a shared secret that can update and delete any posts stored in the database. It is intended for use in webmention endpoints to update posts with latest webmentions. Please keep it safe. | ||||
* | Fixed security hole where other people could delete YOUR posts. Yes, yours. ↵ | Vika Shleina | 2021-07-21 | 2 | -0/+67 |
| | | | | You're welcome. | ||||
* | 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 |
| | | | | | | | | | The new tools are: - kittybox-bulk-import, a bare-bones Micropub client that reads a JSON list of posts and then sends them one by one to the Micropub endpoint - pyindieblog-export, my personal tool which directly connects to Pyindieblog's redis instance and extracts data from it in JSON format suitable for use with kittybox-bulk-import. | ||||
* | 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 See merge request kittybox/kittybox!1 | ||||
| * | 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 ↵ | Vika | 2021-05-17 | 6 | -17/+86 |
| | | | | APIs and preparation for onboarding | ||||
* | 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 |
| |