about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* FileStorage: fix the hang when "after" isn't listed in the feedVika2022-05-101-9/+8
* media: move to separate subtreeVika2022-05-104-51/+48
* dev.sh: optional cargo-watch and systemfd supportVika2022-05-071-3/+11
* Don't enable tokio-console support in productionVika2022-05-071-0/+1
* flake.nix: fix build and clean upVika2022-05-071-6/+8
* main.rs: clean up some dumb stuffVika2022-05-071-8/+6
* Split into different cratesVika2022-05-0713-60/+117
* flake.nix: use rustc from nixpkgs on release buildsVika2022-05-051-2/+1
* flake.lock: UpdateVika2022-05-051-7/+7
* Cargo.lock: updateVika2022-05-031-413/+535
* chore: code cleanupVika2022-05-013-66/+6
* FileStorage: fix writing settings on empty fileVika2022-05-011-8/+12
* FileStorage: lockless reads and atomic writesVika2022-05-012-221/+161
* added tokio-console instrumentation supportVika2022-04-175-17/+356
* flake.lock: UpdateVika2022-04-171-9/+9
* More logsVika2022-04-171-1/+1
* added mediatype to replace http_types::MimeVika2022-04-172-0/+8
* flake.nix: added some tools to simplify my workflowVika2022-04-151-1/+2
* Cargo.toml: add reqwestVika2022-04-153-3/+89
* frontend: Made endpoints optional in templatesVika2022-04-152-12/+27
* feat: graceful shutdownVika2022-04-151-4/+20
* Make the settings in the database a strong typeVika2022-03-236-13/+42
* Get rid of todo!() invocationsVika2022-03-231-4/+32
* Get rid of legacy code, fix mistakes in fluff text and commentsVika2022-03-234-417/+6
* Added a docker container image built from NixVika2022-03-181-2/+43
* Port onboardingVika2022-03-074-9/+88
* FileStorage: add lints to catch panicking inside locked code sectionsVika2022-03-071-149/+168
* Restored most of the functionality (except onboarding and some queries)Vika2022-03-069-230/+689
* micropub: parse mp-channel as channelVika2022-03-031-2/+72
* fonts: init font update scriptVika2022-03-032-1/+10
* frontend: convert to warpVika2022-03-023-292/+208
* metrics: new metrics collection using warp-prometheusVika2022-03-023-76/+95
* database: code cleanupVika2022-03-022-26/+58
* update dev script to use systemfd and cargo-watchVika2022-03-022-2/+3
* Use the media endpoint stubsVika2022-02-211-2/+1
* Added stubs for Micropub posts and the media endpointVika2022-02-211-1/+83
* Small tweaks, additions and preparationsVika2022-02-212-25/+26
* add compat between http_types and httpVika2022-02-212-2/+5
* micropub: flesh out queryVika2022-02-211-47/+180
* Fix the dev script to use the proper token endpoint and log settingsVika2022-02-211-2/+2
* Make the HTTP client a genericVika2022-02-211-7/+5
* indieauth/require_token(): reject with 401 when no headerVika2022-02-211-2/+34
* database/memory: restore, it is useful in test scenariosVika2022-02-212-0/+198
* database: code cleanupVika2022-02-212-48/+29
* database/file: use Authority instead of origin for directoriesVika2022-02-211-4/+4
* Add a module for IndieAuth bearer token authVika2022-02-215-211/+798
* WIP: convert to Tokio and WarpVika2022-02-159-713/+861
* Added a dev env scriptVika2022-02-142-1/+11
* flake: fix e2e testsVika2021-12-311-5/+3
* FileBackend: introduce timeouts on operationsVika2021-12-311-34/+51