Commit graph

1013 commits

Author SHA1 Message Date
743080395b
fix: new follows update the relation, fix counters 2024-06-08 17:22:12 +02:00
fb0242221b
fix!: oops actually use jsonb here too
sorry last breaking db change i swear (<---lie)
2024-06-08 16:58:16 +02:00
e7b25bfe1d
fix: distinct doesnt work because published...
it differs by few microseconds but it still differs so duplicates
2024-06-08 16:34:40 +02:00
f664cb1cbe
fix: fill addressing for outbound note activities 2024-06-08 15:55:07 +02:00
a8257deeeb
fix: fill attachments in RichObject too 2024-06-08 15:19:46 +02:00
a35ff4832f
fix!: OOOOOPPSSSS use jsonb 2024-06-08 06:25:55 +02:00
1fd31bc7be
fix: maybe fix for postgres distinct
maybe adding internal to order will make it respect the distinct constraint?
2024-06-08 06:03:36 +02:00
972ef97721
fix: addressing of local objects 2024-06-08 05:45:41 +02:00
453fb2a031
fix: replies collection shows all replies
still keep paginated view, to get embedded objects rather than ids
2024-06-08 05:06:33 +02:00
ca83b17681
feat(apb): added features from mastodon 2024-06-08 05:00:33 +02:00
9e5740d6e4
fix: oops keep mixing up activity and object... 2024-06-08 04:54:48 +02:00
1852f78a2f
fix: use distinct_on because of postgres
it complains otherwise, im using this just to make it shut uppp
2024-06-08 04:50:34 +02:00
13f23d147a
fix: also need to group by addressing? 2024-06-08 04:13:57 +02:00
216c08c623
fix: do i need to group by more? 2024-06-08 04:05:01 +02:00
2d6ab97820
fix: try to remove duplicates with group-by 2024-06-08 03:57:47 +02:00
aa953a71f8
fix: oops user feed should select objects 2024-06-08 03:53:22 +02:00
d275ce7f04
feat(web): better timelines, add use obj, add notifs 2024-06-08 03:39:38 +02:00
cc45de7e6d
fix: don't remove object id when missing embed 2024-06-08 03:04:32 +02:00
03bca17897
fix: oops mixing activity and object of course... 2024-06-08 02:51:17 +02:00
8386854ed7
fix: oops leftovers aha 2024-06-08 02:19:01 +02:00
07e537e454
feat: added object feed endpoints 2024-06-08 02:18:32 +02:00
88915adff7
fix: improved query utils, separated obj/activity 2024-06-08 02:18:23 +02:00
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