Commit graph

1387 commits

Author SHA1 Message Date
c9d8c0210e
docs: updated matrix link 2024-12-30 01:12:28 +01:00
b2ff689f28
chore: renamed config field 2024-12-29 04:44:50 +01:00
d2980e1100
docs: config options 2024-12-29 04:34:34 +01:00
a159d01e99
fix: oops must also set actor id 2024-12-29 03:47:55 +01:00
b510c592bb
chore(web): no longer bundle contact mail 2024-12-29 03:40:12 +01:00
acebd31d66
chore: bump version 2024-12-29 03:39:00 +01:00
2d5384b592
feat: explore page uses local user private key
rather than server key for AP fetches
2024-12-29 03:38:13 +01:00
e600fbed0f
feat: more federation policies
also allow to prevent access via http signatures or straight out reject
all fetches. note that this last option is rather ineffective as remotes
can just fetch public objects anonimously
2024-12-29 03:31:59 +01:00
95d1ab948f
feat: simple federation policies
basically can now fediblock instances, yayy, but more interestingly just
refuse to mirror media from problematic instances or refuse deliveries
for places we want to read but who shouldn't read us
2024-12-29 03:25:10 +01:00
5800f39c67
fix: skip double lemmy image, not any attachment
some lemmy posts which had a single link attachment would get that
attachment stripped for this fix. now it should keep those while still
stripping the doubled image
2024-12-29 02:44:40 +01:00
68b217e648
chore(web): slimmer footer, explore as page 2024-12-29 01:33:05 +01:00
62311ed089
chore(web): clippy 2024-12-29 01:16:18 +01:00
c1c06e3111
chore(web): footer separators 2024-12-29 01:15:44 +01:00
f445148b9e
fix(web): less outdated stuff just link to site 2024-12-28 20:19:00 +01:00
ea4bd1e4c2
fix(web): no controls in quoted post 2024-12-28 20:18:49 +01:00
d28019fb18
fix(web): quotes have a solid border, less weird 2024-12-28 20:18:32 +01:00
c56e69aa20
fix(web): properly fetch attributed_to/quote_url
also use cache::resolve so we centralize fetching a bit
2024-12-28 20:18:01 +01:00
b1830e68f4
fix(web): now should really prefetch quote posts 2024-12-28 19:19:50 +01:00
99abc2e71a
feat(web): prefetch and inline quote posts
finally!!!
2024-12-28 19:07:48 +01:00
44232ede58
feat(web): show BE and FE versions differently
BE version must be fetched from BE nodeinfo but I think we can afford an
extra request :p
2024-12-28 19:06:43 +01:00
ff1fbc0c94
docs: drop database fearmongering
things have been pretty stable for a while and everything new has been
added with safe migrations, i think this warning is no longer necessary!
2024-12-28 17:33:10 +01:00
f77733ad94
chore: bumping a lot of versions 2024-12-27 16:43:49 +01:00
15f3188396
feat: broadcasts get sent to relays 2024-12-27 16:30:51 +01:00
444ef5528f
chore: richactivity no longer double optional 2024-12-27 16:21:16 +01:00
2bd7682c7e
fix: feed should specify ordering, context by old 2024-12-27 15:36:42 +01:00
edbf381b31
fix: local outbox joins actor to know local ones 2024-12-27 15:36:10 +01:00
b350e4d9bb
fix: compact public target
fedify sets `to` as `as:Public` rather than the full IRI.......
2024-12-27 14:44:39 +01:00
d4c876a5d0
feat(mdhtml): better markdown parser options 2024-12-27 14:16:49 +01:00
40b9f68aef
feat(web): jank hashtags
better than nothing!
2024-12-27 03:29:43 +01:00
9a4d23de08
fix(web): replies/context buttons now update 2024-12-27 03:04:10 +01:00
c917d13a49
fix: build likes query from scratch
should now respect privacy because joins happen in the correct order
2024-12-27 02:48:56 +01:00
86557a8fcc
fix(cli): logging 2024-12-27 02:36:15 +01:00
a7cbbddc61
fix: must include the column im ordering for..... 2024-12-27 02:24:16 +01:00
256e880d6c
fix: likes query joins 2024-12-27 02:16:22 +01:00
408f760672
feat(web): rudimentary likes tab 2024-12-27 02:06:47 +01:00
43de8334e2
feat(web): better follow/following/follows tags
still lot to do but better than previous misaligned bs!
2024-12-27 02:04:30 +01:00
7befb83dcd
fix: respect likes privacy, default to show remote
we don't get likes we're not supposed to know of anyway, so we can
assume remote users are ok with us showing these things they liked?
2024-12-27 01:45:22 +01:00
b1cf349805
fix: object links are no longer nulled 2024-12-27 01:28:52 +01:00
5c0577b00c
fix(web): even more reliable actor header 2024-12-27 01:21:15 +01:00
a6494e8068
fix(cli): dont filter by date coz unreliable... 2024-12-27 01:13:59 +01:00
ddb12cb6ea
feat: track instance downtime
so we dont keep attempting to update users, ughhh. receiving or
successfully fetching from an instance clears the "down" status
2024-12-27 00:21:17 +01:00
a29e16633a
fix(cli): log about work done 2024-12-26 23:17:17 +01:00
30169ed621
feat(cli): task to restore like activity links 2024-12-26 23:16:11 +01:00
5bac985dca
fix(cli): fix is now count 2024-12-26 22:53:30 +01:00
22149f7bc7
feat: track activity of likes, track like content
aka emoji reactions 👀👀👀👀👀👀👀👀
2024-12-26 22:52:37 +01:00
d6756ef44d
chore(web): remove unused stuff 2024-12-26 22:17:43 +01:00
a09795246b
feat(web): use tabs on actors page too
rather than weird good-luck-finding-it button next to their name
2024-12-26 22:10:29 +01:00
d2477339e7
fix(web): actor header with flexbox
bye bye table jank, hello properly sized header which stays the same on
all display sizes and name lengths yayyyy
2024-12-26 22:10:01 +01:00
64a05aae0c
chore: move "local-or-remote" logic insite trait 2024-12-26 20:41:32 +01:00
129213204a
chore: finally rid us of builders::paginate_feed
for good
2024-12-26 19:47:51 +01:00