index
:
kittybox
this commit
main
nix-cross
An IndieWeb-centric blogging engine designed for self-hosting
Vika
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kittybox-rs
/
src
Commit message (
Expand
)
Author
Age
Files
Lines
*
webmentions/queue: move JobQueue trait into kittybox-util
Vika
2023-07-09
2
-47
/
+128
*
webmentions/supervisor: ability to cancel a background task
Vika
2023-07-09
1
-13
/
+54
*
webmentions/queue: give up on an item after 5 attempts
Vika
2023-07-09
2
-17
/
+63
*
New debug utilities to test checking webmentions and parsing mf2
Vika
2023-07-09
2
-0
/
+201
*
WIP: incoming webmention support
Vika
2023-07-09
1
-0
/
+75
*
Create a job queue based on Postgres
Vika
2023-07-09
1
-0
/
+179
*
micropub: a little bit more logging
Vika
2023-07-09
1
-0
/
+2
*
kittybox-indieauth-helper: move client_id to a real page
Vika
2023-07-09
1
-1
/
+1
*
Implement Postgres backend
Vika
2023-07-09
3
-0
/
+440
*
main: use tracing_tree in debug builds
Vika
2023-07-09
1
-1
/
+9
*
indieauth/backend/fs: debug tracing
Vika
2023-07-09
1
-1
/
+6
*
database/memory: cleaner update_post implementation
Vika
2023-07-09
1
-1
/
+70
*
frontend: filter out privacy-sensitive information from posts
Vika
2023-07-09
1
-2
/
+124
*
database{,/file}: clean up code, add documentation and logging
Vika
2023-07-09
2
-206
/
+215
*
fixup! database: add add_to_feed and remove_from_feed
Vika
2023-07-08
1
-2
/
+2
*
onboarding: fix improper usage of the put_post API
Vika
2023-07-08
1
-1
/
+5
*
micropub: use the new, better typed updates internally
Vika
2023-07-01
4
-172
/
+53
*
Better Micropub update object typing
Vika
2023-06-22
1
-4
/
+13
*
database: more realistic pagination test
Vika
2023-06-22
1
-1
/
+7
*
database: add add_to_feed and remove_from_feed
Vika
2023-06-22
2
-2
/
+9
*
database: use domains instead of authorities as owner key
Vika
2023-06-22
5
-41
/
+65
*
database: introduce read_feed_with_cursor
Vika
2023-06-22
4
-9
/
+39
*
StorageError: use std::borrow::Cow for msg field
Vika
2023-06-22
3
-21
/
+36
*
main: refactor Kittybox construction
Vika
2023-06-22
5
-192
/
+204
*
Notes on how to replace lazy_static! with a LazyCell
Vika
2023-06-15
1
-0
/
+6
*
Smallish code tweaks
Vika
2023-06-15
1
-1
/
+3
*
Add support for the IndieWeb Webring πΈπ
Vika
2023-06-15
3
-1
/
+29
*
Database: use newtypes to represent settings
Vika
2023-06-15
5
-57
/
+113
*
tempfile -> tempdir, remove mockito
Vika
2023-02-27
2
-3
/
+3
*
Clarity improvements
Vika
2023-02-27
2
-2
/
+3
*
media: get rid of an extraneous Arc over Bytes
Vika
2022-11-07
1
-5
/
+9
*
indieauth: parse application metadata
Vika
2022-10-24
3
-30
/
+82
*
media: implement file range requests for backends
Vika
2022-10-14
2
-16
/
+274
*
templates: move static assets to the templates crate
Vika
2022-10-07
6
-279
/
+10
*
media: Use ETag and If-None-Match
Vika
2022-10-04
3
-4
/
+38
*
LibreJS compatibility
Vika
2022-10-03
1
-0
/
+3
*
companion-lite: rewrite to use IndieAuth
Vika
2022-10-02
2
-1
/
+6
*
companion-lite: port to TypeScript
Vika
2022-09-29
2
-5
/
+14
*
Switch to TypeScript
Vika
2022-09-28
3
-196
/
+2
*
fix param name for media endpoint
Vika
2022-09-28
1
-1
/
+1
*
Use tokens from the auth backend to authenticate for Micropub
Vika
2022-09-28
7
-120
/
+196
*
Fix some clippy errors
Vika
2022-09-28
1
-0
/
+3
*
indieauth: add "token_type" and "scope" to token grant response
Vika
2022-09-28
1
-1
/
+5
*
frontend: fix indieauth page crashing if no scopes requested
Vika
2022-09-20
1
-1
/
+1
*
Make webauthn and openssl optional
Vika
2022-09-19
3
-7
/
+34
*
Small optimizations to frontend code
Vika
2022-09-19
2
-27
/
+38
*
feat: indieauth support
Vika
2022-09-19
10
-161
/
+1271
*
NixOS module fixes and temporary fixes to the legacy configuration
Vika
2022-08-13
1
-36
/
+7
*
tokenauth: migrate tests to Wiremock
Vika
2022-08-13
1
-54
/
+45
*
kittybox-templates: split out MF2 rendering and get rid of log crate
Vika
2022-07-27
6
-16
/
+6
[next]