about summary refs log tree commit diff
path: root/kittybox-rs/src
Commit message (Expand)AuthorAgeFilesLines
* main: use tracing_tree in debug buildsVika2023-07-091-1/+9
* indieauth/backend/fs: debug tracingVika2023-07-091-1/+6
* database/memory: cleaner update_post implementationVika2023-07-091-1/+70
* frontend: filter out privacy-sensitive information from postsVika2023-07-091-2/+124
* database{,/file}: clean up code, add documentation and loggingVika2023-07-092-206/+215
* fixup! database: add add_to_feed and remove_from_feedVika2023-07-081-2/+2
* onboarding: fix improper usage of the put_post APIVika2023-07-081-1/+5
* micropub: use the new, better typed updates internallyVika2023-07-014-172/+53
* Better Micropub update object typingVika2023-06-221-4/+13
* database: more realistic pagination testVika2023-06-221-1/+7
* database: add add_to_feed and remove_from_feedVika2023-06-222-2/+9
* database: use domains instead of authorities as owner keyVika2023-06-225-41/+65
* database: introduce read_feed_with_cursorVika2023-06-224-9/+39
* StorageError: use std::borrow::Cow for msg fieldVika2023-06-223-21/+36
* main: refactor Kittybox constructionVika2023-06-225-192/+204
* Notes on how to replace lazy_static! with a LazyCellVika2023-06-151-0/+6
* Smallish code tweaksVika2023-06-151-1/+3
* Add support for the IndieWeb Webring πŸ•ΈπŸ’Vika2023-06-153-1/+29
* Database: use newtypes to represent settingsVika2023-06-155-57/+113
* tempfile -> tempdir, remove mockitoVika2023-02-272-3/+3
* Clarity improvementsVika2023-02-272-2/+3
* media: get rid of an extraneous Arc over BytesVika2022-11-071-5/+9
* indieauth: parse application metadataVika2022-10-243-30/+82
* media: implement file range requests for backendsVika2022-10-142-16/+274
* templates: move static assets to the templates crateVika2022-10-076-279/+10
* media: Use ETag and If-None-MatchVika2022-10-043-4/+38
* LibreJS compatibilityVika2022-10-031-0/+3
* companion-lite: rewrite to use IndieAuthVika2022-10-022-1/+6
* companion-lite: port to TypeScriptVika2022-09-292-5/+14
* Switch to TypeScriptVika2022-09-283-196/+2
* fix param name for media endpointVika2022-09-281-1/+1
* Use tokens from the auth backend to authenticate for MicropubVika2022-09-287-120/+196
* Fix some clippy errorsVika2022-09-281-0/+3
* indieauth: add "token_type" and "scope" to token grant responseVika2022-09-281-1/+5
* frontend: fix indieauth page crashing if no scopes requestedVika2022-09-201-1/+1
* Make webauthn and openssl optionalVika2022-09-193-7/+34
* Small optimizations to frontend codeVika2022-09-192-27/+38
* feat: indieauth supportVika2022-09-1910-161/+1271
* NixOS module fixes and temporary fixes to the legacy configurationVika2022-08-131-36/+7
* tokenauth: migrate tests to WiremockVika2022-08-131-54/+45
* kittybox-templates: split out MF2 rendering and get rid of log crateVika2022-07-276-16/+6
* indieauth: replace numerous placeholders in the prototypeVika2022-07-271-25/+150
* FileStorage: save memory by taking children instead of cloningVika2022-07-231-16/+22
* kittybox-indieauth: axum helpers for responsesVika2022-07-221-13/+13
* media: improve Metadata typingVika2022-07-213-14/+24
* media: fix small files not being saved to disk properlyVika2022-07-191-11/+21
* indieauth: Indicate refresh token grant as supportedVika2022-07-191-1/+1
* kittybox-indieauth: convert Error into axum::response::ResponseVika2022-07-191-22/+22
* indieauth: improve security checksVika2022-07-191-2/+29
* Implement /.well-known/oauth-authorization-serverVika2022-07-192-24/+39