Commit graph

866 commits

Author SHA1 Message Date
be6d9bf28b
chore: use ' ' instead of " " so clippy is happy 2024-05-13 18:54:09 +02:00
bd9b9782b4
feat: added registration cli and route and cfg
defaults to disabled registrations ofc
2024-05-13 18:53:51 +02:00
401ef08af3
fix: shared inbox MUST NOT contain private stuff 2024-05-13 18:53:03 +02:00
d2f0ce0391
chore: moved http signatures code in separate file 2024-05-13 18:52:42 +02:00
c0cebcca96
feat(web): better document view 2024-05-13 18:05:48 +02:00
6841691910
fix(web): limit all images max width 2024-05-13 17:18:31 +02:00
b904883e15
feat(web): show articles without borders 2024-05-13 17:18:16 +02:00
cb9cae1af8
fix: calling this a fix is preposterous
but it should *not* work *less* often???
2024-05-13 17:17:19 +02:00
a4ba93c5d0
fix(web): lock avatar size in tl 2024-05-13 17:11:07 +02:00
5dc2674955
fix(web): descr for server tl, title for home tl 2024-05-13 17:10:46 +02:00
0badc71c92
fix(web): attachments without media type show if img
nobody uses the type field and just mark everything as Document ughhh
and so those who mark image as Image and avoid a media_type because the
browser doesnt really need it get displayed as links, so added an ugly
special case
2024-05-13 17:09:35 +02:00
88a6048dc2
fix(apb): id returns id of front for array node 2024-05-13 16:32:23 +02:00
d5e01cc655
fix: urlencoding is too precise, just replace %20
omg i really chose such a bad way to do this i need to pick a proper one
2024-05-13 15:07:58 +02:00
4aff505a16
fix: more verbose errors 2024-05-13 14:56:16 +02:00
025981228d
fix: urlencode reconstructed urls
ouch wordpress, thank you but clean your urls pls
2024-05-13 14:41:37 +02:00
8f806b1bd6
feat: on debug level show in/out activities 2024-05-13 13:52:38 +02:00
aba8c14cf4
chore(web): remove "wip by alemi" 2024-05-13 04:52:08 +02:00
634fc2c7c1
fix(web): breadcrumb on 404, field placeholders 2024-05-13 04:03:29 +02:00
78d6f425e3
fix(web): textarea font size
why is it 10 here but 11 elsewhere yet same size???
2024-05-13 04:03:03 +02:00
eaf780efb3
feat(web): mock register page
doesnt work yet but its a work in progress
2024-05-13 04:02:43 +02:00
672ff178c7
chore(web): more info on about page 2024-05-13 03:04:50 +02:00
6bb9ee9570
fix(web): search bar is now a form: enter to submit 2024-05-13 02:53:45 +02:00
8ef6dca52b
fix(web): better spacing for search 2024-05-13 02:53:34 +02:00
6efc5c4ad6
fix: after fetching object recheck if present 2024-05-13 02:51:17 +02:00
6edb379578
fix: webfinger request should not request ld+json 2024-05-13 02:15:40 +02:00
21cde13f96
fix: webfinger/fetch if checks 2024-05-13 02:01:07 +02:00
8a1afadea0
feat: logged in user can search by webfinger
more expensive than "localized" +..@..@ urls because must always make
one extra request but allows easier searching
2024-05-13 01:48:51 +02:00
f2867e56e7
feat: webfinger resolution in fetcher 2024-05-13 01:48:32 +02:00
e11b972826
fix: properly clean follow counts 2024-05-13 01:41:21 +02:00
917ea19147
fix(web): better menu 2024-05-13 01:22:12 +02:00
13b882d141
fix(web): use external url of objects if provided 2024-05-13 01:21:47 +02:00
8f91b91ebe
fix(web): invert navigator and login, fix r padding 2024-05-13 01:21:20 +02:00
01beeeca5c
fix(web): better config page, debug under config 2024-05-13 01:20:48 +02:00
26f94cb0de
fix(web): also cache user when viewing object
not the cleanest way to do it but eh works
2024-05-12 02:44:27 +02:00
8a36e91fde
fix: empty digest is rejected by mastodon, revert 2024-05-12 02:26:55 +02:00
7fa15a57a8
feat: add url field to objects
so that we can configure a frontend url and have posts redirect there
when remote instances press "external source"
2024-05-12 01:58:51 +02:00
aa19211b8e
fix: very ugly way to infer media-type
since lemmy sends us images but doesnt tell us what they are...
2024-05-12 01:21:12 +02:00
987c450312
fix(web): proper sizing of attachments 2024-05-12 01:20:55 +02:00
d74af76b60
docs: update progress, made FE/BE configs 2024-05-12 00:57:17 +02:00
38efbeb76f
chore: imports 2024-05-12 00:56:27 +02:00
1219dbca34
fix: ownerships 2024-05-12 00:56:22 +02:00
ab0300894f
fix: treat lemmy images like attachments 2024-05-12 00:54:48 +02:00
b9f512a988
fix(web): better view for lemmy objects 2024-05-12 00:52:27 +02:00
227e9c625b
feat(web): filter timelines, loop videos, open cws 2024-05-12 00:12:07 +02:00
c068822b3c
feat(web): added simple config page with filters 2024-05-12 00:11:54 +02:00
18f712194c
chore: comment out so i dont get warns compiling 2024-05-11 22:54:41 +02:00
bcf4b32dba
chore: update lockfile 2024-05-11 22:51:13 +02:00
79bc9c938b
fix: process emojireacts as likes for now 2024-05-11 22:50:39 +02:00
d641924646
fix: add mdhtml to workspace 2024-05-11 22:49:17 +02:00
735cef762b
feat(apb): add emoji reacts activity 2024-05-11 22:48:35 +02:00