c19cc19a90
fix(web): update on cached toggled, tweak strings
2024-05-23 01:26:38 +02:00
61fce5c9c6
feat(web): better debug, plain, link and copy
2024-05-23 01:05:59 +02:00
7e93bc6454
fix(apb): simpler macros, added into value, fix links
...
before array of links were silently discarded because macros relied on
into_iter().collect()... oops! technical debt, but should be ok now
2024-05-23 00:19:28 +02:00
dd16279003
feat(web): very improved debug page
2024-05-22 23:54:00 +02:00
0c5e664fcc
fix: oops what? it should pass html untouched??
2024-05-22 16:43:24 +02:00
54e7ebd905
fix(apb): extract correctly actor ids from addressing
2024-05-22 16:34:37 +02:00
317f44fba2
docs: about the database
2024-05-22 14:58:16 +02:00
e1ef98f763
chore(web): leftovers
2024-05-21 15:28:48 +02:00
ff966a8a0e
fix(web): temporarily hardcode abuse email just in case
2024-05-21 15:28:22 +02:00
22ad304417
fix(web): better footer
2024-05-21 15:25:47 +02:00
49cee6cafa
fix: context querying
2024-05-20 21:23:30 +02:00
32dd5163bb
fix: don't create a new context if missing, use id
2024-05-20 21:21:13 +02:00
702248348c
fix: should be overkill but better safe??
2024-05-20 09:36:20 +02:00
4290011ce3
fix: oops name clash
2024-05-20 09:18:27 +02:00
c68adc7030
fix: published to addressing index for faster tls
2024-05-20 09:13:26 +02:00
2ac0ca8a38
feat(apb): quote url
2024-05-20 08:58:38 +02:00
b6e48025fb
fix(uriproxy): better extractor
2024-05-20 08:45:59 +02:00
1a236589ed
fix(web): short uri helper logic
2024-05-20 08:45:41 +02:00
bf86e44b00
feat(web): allow customizing accent color
2024-05-20 08:18:15 +02:00
b8e03fe3c5
fix(apb): double
2024-05-20 07:53:07 +02:00
a3a8b9e8c0
fix(web): oops
2024-05-20 07:50:36 +02:00
20c17da207
fix(web): use css vars for easy theming
2024-05-20 07:49:00 +02:00
fa3f0f853a
fix(uriproxy): if uri is ready just pass it thru
2024-05-20 07:42:58 +02:00
aca757a266
fix(web): /dbg is now /proxy
2024-05-20 07:19:00 +02:00
d7ebb2f95e
fix(uriproxy): dont use padding
2024-05-20 07:13:22 +02:00
c6602d0669
fix(uriproxy): oops reverted fix again replacing '+'
2024-05-20 07:10:16 +02:00
4a17c12b58
fix(uriproxy): use URL_SAFE base64 alphabet
2024-05-20 07:04:29 +02:00
f9e021a37a
fix: undo previous, add replace ~ and use uriproxy
2024-05-20 06:59:16 +02:00
96a0cf0df3
fix(uriproxy): oops didnt strip base
2024-05-20 06:42:22 +02:00
af3a3fbbb8
feat: way smarter way to represent remote ids
...
base64 em basically. big commit because touches basically everything!!
2024-05-20 06:29:44 +02:00
27073138ae
feat: proxy url
...
should be properly activitypub compliant
2024-05-20 05:18:27 +02:00
b3df8efa29
chore: clippy
2024-05-20 05:18:09 +02:00
b910e346ea
chore: centralized way to process and insert objects
...
it shouldn't break anything, also names are kind of weird (normalizer?
insert??) but ill think about it later, after ive done the same for
activities and users
2024-05-20 02:55:30 +02:00
f4db94db27
feat(apb): optional Send marker on Base, on by default
2024-05-20 02:39:23 +02:00
9d59c73c59
chore: stuff i forgot to commit ooops
2024-05-20 01:57:22 +02:00
756012ee69
feat(apb): add .flat() to access inner nodes
2024-05-20 01:56:32 +02:00
39f6ff24b3
fix: show in UA requests coming from devtools
2024-05-20 01:45:26 +02:00
d3b141c9b5
feat: option to allow public debug fetches
2024-05-20 01:42:30 +02:00
9105f73921
fix: dont trust activities' object ids, fetch them
...
implies that its no longer possible to like/announce/accept anything
that the server isnt aware of yet, which i think is fair
thanks sn0w good catch <3
2024-05-20 01:08:24 +02:00
8b15ae9f4f
feat(apb): Addressed auto impl for any Object
2024-05-19 21:19:22 +02:00
eddde7c8b9
fix(apb): setting href always succeeds
2024-05-19 21:18:58 +02:00
65aee2a27e
feat(apb): Node::Array is an array of nodes
...
this better represents AP arrays, because they could be mixed, and now
links are properly represented as links rather than "objects that are a
string"
2024-05-19 21:18:04 +02:00
6411923a0d
chore(apb): improved iterator impl for Node
2024-05-17 02:23:56 +02:00
2c5304a0d5
fix: oops remove special code for endpoints
2024-05-16 10:12:58 +02:00
94a26a0c7d
feat: parse and serve shared_inbox endpoint
2024-05-15 18:51:34 +02:00
461526df12
feat(apb): actor endpoints type (extends Object)
...
not sure if this can be an Object but AP says it can be a link to a
JSONLD document so i assume it can be?
2024-05-15 17:17:02 +02:00
9efdc36042
fix(web): enable litepub feature to show reacts
...
also include them in likes filter
2024-05-14 19:06:24 +02:00
1954b3f8e4
docs: fix contacts url
2024-05-14 04:27:36 +02:00
bdf308c64d
docs: mention both moonlit.technology and github
2024-05-14 04:26:42 +02:00
9029f6d360
docs: update frontend pic
2024-05-14 04:17:09 +02:00