ecc277a1f0
fix: always create activities if local
2024-06-07 23:21:41 +02:00
a53c93c1c5
feat: dont store activities unless necessary
2024-06-07 23:16:51 +02:00
87d0d7b6d2
fix: delete duplicated jobs
2024-06-07 23:16:39 +02:00
746ba4bbee
fix: make sure activity comes from httpsign author
2024-06-07 23:16:22 +02:00
b7a8a6004f
chore: likes dont need to record generating activity
2024-06-07 23:15:57 +02:00
06fcf09a5f
chore: refactor addressing: expand inside methods
2024-06-07 23:14:49 +02:00
827fb287db
feat(apb): mentioning method for jut .to() and .bto()
2024-06-07 23:13:18 +02:00
e6b9120bbf
fix: more appropriate http signature errors
...
if we cant fetch from db its our fault (500), if we cant fetch your
actor its your fault (4xx)
2024-06-07 19:05:37 +02:00
1814d7b187
fix: process updates for lemmy pages too
2024-06-07 17:11:34 +02:00
8a93a7368e
fix: oops undo of undo was my mistake
2024-06-07 15:18:36 +02:00
bb52a03bcf
fix: oof maybe fix for postgres? temporary
2024-06-07 07:26:08 +02:00
b61a6ded3b
fix: ...
2024-06-07 07:15:47 +02:00
d000b57ff1
fix: use small integer like in db
2024-06-07 07:12:48 +02:00
315e6bea4a
fix: ouch need to use this...
2024-06-07 07:08:00 +02:00
3883f2c31f
chore: imports
2024-06-07 06:59:38 +02:00
9fc8a364dd
fix: use timestamp instead of date_time
...
apparently date_time is TIMESTAMPTZ on postgres, not TIMESTAMP (aka
DateTime<Utc>)...
2024-06-07 06:58:35 +02:00
982b7426ce
fix(mdhtml): oops missed this
2024-06-07 06:39:15 +02:00
8805622a3b
fix: dont create fulltext index
...
broken on postgres? will add it later with a migration
2024-06-07 06:37:41 +02:00
03314b1615
feat(mdhtml): allow setting media proxy for imgs
2024-06-07 06:29:50 +02:00
43aea48816
feat: proxy should work for anything, more options
2024-06-07 06:20:25 +02:00
8284130890
feat(uriproxy)!: renamed fns, added expand fn
2024-06-07 06:15:38 +02:00
afa5bd45d0
feat(web): better tags, fix reply filtering
2024-06-07 05:47:51 +02:00
be46c5ed7c
fix(web): oops
2024-06-07 05:30:39 +02:00
4d2906bf78
feat(web): refresh token every hour, small refactor
2024-06-07 05:26:22 +02:00
ad7c643762
fix(web): leptos warnings
2024-06-07 05:03:12 +02:00
116c8fe6b0
fix(web): oof mixed up reply id and object id
2024-06-07 05:02:53 +02:00
28889eb338
feat: config session duration, token refreshes
...
allow refreshing sessions before they expire
2024-06-07 02:22:43 +02:00
e783ca2276
fix(web): replies filtering now should catch all cases
2024-06-07 02:16:38 +02:00
dfbce8aa38
fix(web): ! looks like error, use ~ for groups
2024-06-07 00:30:32 +02:00
c19b8e0f5b
fix: context document ids and next
2024-06-06 23:53:28 +02:00
ddb86718d1
fix: show unprocessable activities ids
2024-06-06 22:53:25 +02:00
9301d6646a
fix(apb): @ for mentions, use ! for audiences
2024-06-06 21:48:24 +02:00
a7bcea7653
feat(web): added audience badge
2024-06-06 21:47:23 +02:00
86a45d6082
fix(web): items are responsive to filters changes
...
is this excessive? having everything in a closure...
2024-06-06 21:46:47 +02:00
da1f269850
fix: where am i supposed to place it????????
2024-06-06 21:08:09 +02:00
d93e4f091b
fix: http signatures errors are 500, not 401
...
if user provides an http signature and we fail to verify, bail out! if
our db didn't give us the local user its unlikely that we will be able
to serve anything anyway, just give up
2024-06-06 21:04:04 +02:00
6b24db86f2
fix: hmmm cors layer must be first?
2024-06-06 20:51:45 +02:00
15e9118ed2
chore: removed deprecated constructors
2024-06-06 20:43:27 +02:00
5cfd16ea35
feat: added audience field
...
so that we can see where lemmy posts are coming from
2024-06-06 20:43:03 +02:00
ffa92b4f61
fix(apb): audience is object, not actor
2024-06-06 20:38:28 +02:00
56110ea917
fix: aaaa too spammyy
2024-06-06 20:27:39 +02:00
ff570d0d87
fix: this is caught inside AP::object
2024-06-06 20:24:10 +02:00
f249237dc5
fix: better type check for normalizing AP document
2024-06-06 19:57:32 +02:00
49fdc71dbd
fix(apb): enums implement Display too
2024-06-06 19:57:20 +02:00
9e196b3180
fix: lemmy's objects are PAGEs, process them too
2024-06-06 19:40:18 +02:00
ec063da763
fix: log fetches
2024-06-06 19:20:16 +02:00
1bb8df0ac5
fix: pass transaction to expand_addressing too
2024-06-06 19:04:39 +02:00
f6d30b3bec
fix: outbound->delivery, local->outbound
...
also stop discarding duplicated deliveries, ouchhhh
2024-06-06 19:04:08 +02:00
0e779c3096
fix: likedByMe doesnt come as string in join
2024-06-06 18:54:56 +02:00
1213947495
fix!: eeehh need to rebuild db anyway coz sqlite
2024-06-06 18:48:21 +02:00