Commit graph

883 commits

Author SHA1 Message Date
0afb203b87
build: update cargo.lock 2024-05-27 18:42:18 +02:00
823f970cdd
fix: maybe find_by_id is borked?
its called internal and not id, idk.....
2024-05-27 18:41:41 +02:00
144f2b2be7
fix: internal checks must return at least a column 2024-05-27 18:11:34 +02:00
40f12ec636
chore: silenced unused warnings 2024-05-27 16:58:51 +02:00
8712b5e723
fix(apb): export profile, remove dead code 2024-05-27 16:53:48 +02:00
6397647511
fix(web): only load tl after refresh
also improved tl.more()
2024-05-27 16:50:42 +02:00
eb3c647691
fix: set published
i thought i could remove this and let db do it but i need it to build a
Model before so ehh lets put it backk
2024-05-27 07:47:20 +02:00
399fdecee7
fix(web): only refresh if logged in 2024-05-27 07:37:46 +02:00
dfbac324f5
feat(web): try to refresh credentials login upon start 2024-05-27 07:36:38 +02:00
318fa4f670
fix: refresh session only if necessary 2024-05-27 07:31:34 +02:00
c5b06cd16b
feat: added refresh route (optional) 2024-05-27 07:26:31 +02:00
570b045bf0
fix: hash pwd! 2024-05-27 07:16:37 +02:00
a3fe45d36b
fix: more rebrandinggg 2024-05-27 06:54:57 +02:00
2ee3bf67f6
fix(web): oops really need to make this configurable 2024-05-27 06:53:06 +02:00
ead63ad446
fix: check bot source and sink relays 2024-05-27 06:39:45 +02:00
65a9c29fbd
fix: properly create app with id, load relays 2024-05-27 06:35:15 +02:00
b5d3e4e864
ci: new db new me 2024-05-27 06:28:04 +02:00
9588dd1e23
build: update lockfile 2024-05-27 06:26:11 +02:00
53c8aec8b4
feat: allow specifying bind address 2024-05-27 06:20:54 +02:00
fea7c1ecdf
fix: no more errors! no more warnings!!
finished upgrading inbox to new schema, there's ton of space for
improvement but lets first see if it works
2024-05-27 05:38:51 +02:00
9a04a67d39
fix: finish porting outbox 2024-05-27 01:55:08 +02:00
bbca51a34b
docs: what are roadmaps lmaoooooooooooooo 2024-05-26 18:42:37 +02:00
3c3e98a4f4
chore: initial work converting outbox logic 2024-05-26 18:42:22 +02:00
c94bfdcbe8
feat: naive attempt to resolve followers/following 2024-05-26 18:41:56 +02:00
bcfd71eb06
fix: index relations by activity too
since the only way to find them is via the activity that generated them
2024-05-26 18:41:27 +02:00
df583bc791
fix: also cli tasks, forgot about them oops 2024-05-25 07:22:41 +02:00
d59f48aa1d
fix(web): maybe fix initial infiniscroll when short 2024-05-25 07:03:38 +02:00
3c5c229045
fix(apb): re-export profile 2024-05-25 07:02:33 +02:00
6ce842fe54
chore: moved uriproxy and mdhtml under utils 2024-05-25 07:02:14 +02:00
322b18e9cd
chore: helpers for internal ids, fix routes and ctx
basically just need to do inbox/outbox? then there's still some issues
with relays relations and auth extra selects but may actually work again
2024-05-25 07:00:03 +02:00
b09cfd0526
chore: updated models and some server components 2024-05-25 05:31:10 +02:00
94ec7d0d37
chore: better id, mix strings and numbers in joins
"hot" joins will use internal ids (relations, like/share, addressing)
while "slow" relations will use full ap ids (attributed to, context,
user configs)
2024-05-25 04:37:17 +02:00
12c5a6f3a5
feat: updated entities
i think it's all of them? constructors are still weird
2024-05-24 05:05:14 +02:00
749dcc1ae7
fix: oops slipped 2024-05-24 04:13:19 +02:00
e3dc3f9ae7
fix: objects before activities 2024-05-24 03:55:43 +02:00
ab0e7007c5
fix: oops must first create instances 2024-05-24 03:53:03 +02:00
58c20b7ba5
feat!: restructured db, remade all migrations
sorry! your db is now useless (: you weren't using upub in production,
were you?? brb gonna migrate 50k posts from test db...
2024-05-24 03:41:45 +02:00
af994da294
fix: duplicate context to conversation properly 2024-05-24 00:26:22 +02:00
08ec2da814
feat: find also object replies ids, optional
configurable by instance admin, should be cheap with index but still
2024-05-24 00:25:41 +02:00
d939d3d90e
fix: count is updated while inserting 2024-05-24 00:22:04 +02:00
79236699cc
fix: don't fetch while inserting, just give up
because we insert while fetching ehehe so basically if we can't figure
out the context we set it to None and we'll have to do it another time.
we cant trust mastodon because it doesnt produce reliable contexts and
misskeys just dont use contexts at all (wtf!!!)
2024-05-24 00:21:02 +02:00
34c01dd858
feat(apb): ostatus conversation and toot discoverable 2024-05-23 23:45:48 +02:00
35796c6e93
fix: side effects only after inserting
otherwise duplicate fetches will increment counter before being caught
as duplicates
2024-05-23 23:27:45 +02:00
2442872b5f
fix(web): break <br> too 2024-05-23 23:09:11 +02:00
892637db04
feat(web): allow filtering replies 2024-05-23 22:35:34 +02:00
a6227a6679
fix: regex, because it's always regex 2024-05-23 16:53:25 +02:00
b9a25bc3d7
feat(web): mentions, dynamically resolved and shown 2024-05-23 16:41:45 +02:00
17f77c1769
feat: replace mentions with html hrefs 2024-05-23 16:28:18 +02:00
b700e06d10
feat(web): webfinger cache 2024-05-23 16:16:42 +02:00
06413322a3
fix(web): get_untracked for config color 2024-05-23 16:16:12 +02:00