Commit graph

1265 commits

Author SHA1 Message Date
30e647fc12
fix: object updates should only touch some fields
also reject updates for other types
2024-10-02 22:10:56 +02:00
232069d56a
chore: update lockfile 2024-09-19 17:20:44 +02:00
205b729f16
fix: also dispatch right away 2024-09-19 17:20:31 +02:00
9a260a14c3
fix: oops must wake in routes, not worker 2024-09-19 17:16:33 +02:00
133b33f8be
fix: use mpsc for wake token 2024-09-19 17:13:53 +02:00
536d8b7618
fix(web): ugh the feature name 2024-09-19 17:06:59 +02:00
349bcb1e4f
fix(web): leptos-use broke stuff with use_cookie 2024-09-19 17:05:53 +02:00
174ef4198d
chore: clippy warns, async_trait fixes 2024-09-19 16:51:20 +02:00
0934cdaad4
feat: waker implementation
basically posting should now be instant? very ugly implementation tho: i
wanted to keep tokio out of core but this is awful and also im
realistically never swapping out tokio, so might as well move these
tokens down in core...
2024-09-19 16:50:13 +02:00
52b93ba539
chore: bump deps, drop async_trait where possible 2024-09-19 15:56:22 +02:00
095e3e7716
fix: add security context to LD context 2024-09-18 22:46:06 +02:00
5126a462b5
fix: webfinger media type 2024-09-18 22:40:36 +02:00
75808bc926
fix(cli): fetch cmd
i have a ton of stuff pending locally so language server throws a ton of
errors, hopefully this compiles?
2024-09-18 22:23:31 +02:00
047ac5a9e5
feat(cli): allow choosing which actor to use for fetch 2024-09-18 22:16:52 +02:00
716a34e637
feat(web): replies imply mention 2024-08-15 17:30:26 +02:00
0c6418586d
fix(web): oops relative favicon 2024-08-15 16:41:40 +02:00
57e465090b
feat: added manifest route 2024-08-15 16:20:03 +02:00
1f412efdd2
feat(web): add link rel for favicon
this should fix akkoma favicons
2024-08-15 16:12:11 +02:00
369e9b5000
feat(web): simple notifications count and ack 2024-08-15 06:37:25 +02:00
ea6fedf34e
fix: must do it with an update_many
aaaaaaaaaaaaa
2024-08-15 05:48:01 +02:00
52933da820
fix: ughhh must use activity id from payload
i should go to sleep ...
2024-08-15 05:41:50 +02:00
43a4e70cf4
fix: get actor id from job object 2024-08-15 05:39:40 +02:00
817f88e1a4
fix: include seen in notifications columns 2024-08-15 05:33:16 +02:00
c1ab0d474e
feat: added rich notification
basically just adding field "seen" to activities
2024-08-15 05:27:55 +02:00
79c03669b9
feat(apb): seen field extension 2024-08-15 05:10:01 +02:00
0846e2cff9
feat: process View activities to mark notifications 2024-08-15 05:02:07 +02:00
5d320f1899
fix(web): ughhh userid is already an url 2024-08-15 04:51:29 +02:00
86d23fddb1
fix(web): must be absolute url 2024-08-15 04:50:10 +02:00
45392081c7
feat(web): show unread notifications count 2024-08-15 04:48:39 +02:00
97d3056133
feat(web): add mentions to tag 2024-08-15 04:33:01 +02:00
1e8cd32905
fix: Query::objects is not ordered by default
so its possible to select only ids
2024-08-14 15:41:10 +02:00
0a98934a7e
fix: fallback to current time for rich activity 2024-08-14 02:19:36 +02:00
660e5cf127
feat: query::objects
in the end i really needed it anyway to avoid dupes... but at least this
is cross-db! not like Query::feed which avoids dupes only on postgres
(sometimes)
2024-08-14 02:14:05 +02:00
9b6b51889a
fix: dont use builders for context 2024-08-13 20:32:49 +02:00
100c738336
fix(web): refresh does it even with no auto scroll 2024-08-13 20:27:35 +02:00
0e309e143c
fix: allow querying distinct by object 2024-08-13 20:25:05 +02:00
8be68b4311
fix: remove margin in post headings 2024-08-12 12:41:16 +02:00
2f06b0443a
fix(web): expanded images go to almost full screen
they were too little every time anyway, aaaaaaaaaaaaa
2024-08-12 01:39:02 +02:00
b44f1000e1
fix(web): sensitive cover also for obj images 2024-08-12 01:38:43 +02:00
dcbbe15546
docs: add comment for postgres fulltext 2024-08-11 18:40:22 +02:00
5a19344e02
fix: oops fixed search not being public 2024-08-11 18:18:22 +02:00
e15952f028
feat: new compat options for lemmy......
lemmy whyyyyyyyyyy.....
2024-08-11 17:38:10 +02:00
0efe1a3301
fix(web): ignore filters for search results 2024-08-11 15:30:46 +02:00
c7139fa39e
fix(web): signal::derive to update tags list 2024-08-11 15:28:52 +02:00
a0394ca94e
fix(web): show hashtags in compressable list 2024-08-11 15:25:15 +02:00
a4e807fc3b
feat(web): compressable results for text search too 2024-08-11 15:23:21 +02:00
01de917bdb
fix(web): properly process and display search results 2024-08-11 15:21:25 +02:00
86b0569cd2
feat(web): add hashtags link in search 2024-08-11 15:14:12 +02:00
253d757d9a
fix: add % to LIKE query for search 2024-08-11 15:09:33 +02:00
89b2b598f4
feat(web): jank search page
should actually store the results in cache and do the same thing i do
for timelines... oh well!
2024-08-11 14:57:41 +02:00