Laura Hausmann
|
f1b7218c60
|
[backend/api-shared] Fix typo
|
2024-09-27 19:52:41 +02:00 |
|
Laura Hausmann
|
5192b58150
|
[backend/api-shared] Also filter renotes & quotes mentioning muted/blocked users
|
2024-09-27 19:50:39 +02:00 |
|
Laura Hausmann
|
c68e0bbd94
|
[backend/core] Fix AsChunkedAsyncEnumerable pagination
|
2024-09-26 02:14:20 +02:00 |
|
Laura Hausmann
|
304d9f2750
|
[backend/masto-client] Enforce RestrictedNoMedia public preview mode
|
2024-09-24 01:02:05 +02:00 |
|
Laura Hausmann
|
1c2079e1ee
|
[backend] Rework GracefulException throws without additional detail
|
2024-09-24 00:45:18 +02:00 |
|
Laura Hausmann
|
2bf714b8e1
|
[backend/core] Fix typo
|
2024-09-23 00:47:43 +02:00 |
|
Laura Hausmann
|
1d9864a214
|
[backend/federation] Handle incoming ASMove activities (ISH-118)
|
2024-09-23 00:21:57 +02:00 |
|
Laura Hausmann
|
afe62b0aab
|
[sln] Code cleanup
|
2024-09-13 21:44:31 +02:00 |
|
Kopper
|
9d6d892091
|
[backend/akko-client] Fix notifications, including emoji reaction notifications
|
2024-09-13 17:30:05 +02:00 |
|
Laura Hausmann
|
649fc267c8
|
[backend/core] Fix typo
|
2024-08-13 04:50:18 +02:00 |
|
Laura Hausmann
|
3132b6b8c9
|
[backend/core] Fix note thread mute handling inconsistencies
|
2024-08-13 03:11:09 +02:00 |
|
Laura Hausmann
|
ca9a2b77e9
|
[backend/masto-client] Respect renoteUri/replyUri on /accounts/{id}/statuses when exclude_replies or exclude_reblogs are set
|
2024-07-30 02:05:02 +02:00 |
|
Laura Hausmann
|
1e8f1cb964
|
[backend/database] Migrate references to Note.ThreadId ?? Note.Id to Note.ThreadIdOrId
|
2024-07-14 22:06:29 +02:00 |
|
Laura Hausmann
|
1d43f2c30b
|
[backend/api-shared] Add thread mute support (ISH-172)
|
2024-07-13 01:35:28 +02:00 |
|
Laura Hausmann
|
c67984c411
|
[backend] Manually reformat difficult-to-read switch expressions that got hard wrapped
|
2024-07-11 17:46:34 +02:00 |
|
Laura Hausmann
|
0a89a228e3
|
[backend] Refactor Controllers folder
|
2024-07-04 18:17:50 +02:00 |
|
Laura Hausmann
|
e65c678a35
|
[backend/core] Revert to heuristic-based home timeline query
There can be performance issues with the other query, so we have to revert this for now.
|
2024-06-26 22:56:36 +02:00 |
|
Laura Hausmann
|
d0eaf13b6b
|
[backend] Code cleanup
|
2024-06-26 21:57:22 +02:00 |
|
Laura Hausmann
|
c290c546f4
|
[backend/core] Move FilterByFollowingAndOwn back into QueryableExtensions
|
2024-06-26 21:57:22 +02:00 |
|
Laura Hausmann
|
7a57862048
|
[backend/core] Improve heuristics query performance, move timeline-related extensions into its own file
|
2024-06-26 21:54:16 +02:00 |
|
Laura Hausmann
|
8b36f1aecf
|
[backend/masto-client] Paginate likes & bookmarks based on their identifier (instead of the note identifier)
|
2024-06-15 16:57:06 +02:00 |
|
Laura Hausmann
|
c46a5bd93d
|
[backend/masto-client] Correctly handle offset pagination (ISH-358)
|
2024-06-07 18:44:48 +02:00 |
|
Laura Hausmann
|
498ac154a7
|
[backend/masto-client] Move offset pagination into QueryableExtensions
|
2024-05-16 00:38:16 +02:00 |
|
Laura Hausmann
|
39296bbc25
|
[backend/core] Include quote-renotes when rendering notifications
|
2024-05-14 15:54:09 +02:00 |
|
Laura Hausmann
|
5fca0620cf
|
[backend/core] Improve note table query performance by aggregating block/mute checks (ISH-206)
This also implements checking for blocks & mutes users in the mentions field, implementing ISH-225.
|
2024-04-23 23:04:56 +02:00 |
|
Laura Hausmann
|
d866d360d9
|
[backend/core] Refactor home timeline heuristic helper function
|
2024-04-20 02:14:15 +02:00 |
|
Laura Hausmann
|
0f0726b172
|
[backend/core] Add comments for the magic following query constant & function
|
2024-04-19 02:06:42 +02:00 |
|
Laura Hausmann
|
d6153beaeb
|
[backend/masto-client] Return replies to self (threads) on account statuses requests with excludeReplies param set
|
2024-04-06 18:24:18 +02:00 |
|
Laura Hausmann
|
8811e3c2b9
|
[frontend] Cleanup template assets, add placeholders
|
2024-04-01 21:24:29 +02:00 |
|
Laura Hausmann
|
6bc2b8d57c
|
[frontend] Bootstrap shared DTOs, API abstractions, SignalR & more
|
2024-04-01 20:22:45 +02:00 |
|
Laura Hausmann
|
62dde50af2
|
[backend/core] Support note filters (ISH-97)
|
2024-03-31 23:56:55 +02:00 |
|
Laura Hausmann
|
fa75409923
|
[backend/api] Note context endpoints (ISH-236)
|
2024-03-27 16:06:42 +01:00 |
|
Laura Hausmann
|
715f47cafc
|
[backend/masto-client] Fix notification pagination (ISH-204)
|
2024-03-26 20:13:47 +01:00 |
|
Laura Hausmann
|
174064416a
|
[backend/core] Fix QueryableExtensions.FilterMuted
|
2024-03-26 19:11:50 +01:00 |
|
Laura Hausmann
|
d9a4b406e4
|
[backend/masto-client] Enforce mutes & blocks in more places
|
2024-03-25 12:42:48 +01:00 |
|
Laura Hausmann
|
c6300d1c96
|
[backend/core] Replace IDistributedCache with postgres k/v cache (ISH-212)
|
2024-03-23 19:10:27 +01:00 |
|
Laura Hausmann
|
d5b7fa5ae7
|
[backend/api] Correctly render replies/renotes/quotes (ISH-205)
|
2024-03-18 16:36:04 +01:00 |
|
Laura Hausmann
|
a408fa247a
|
[backend] Code cleanup
|
2024-03-17 13:36:08 +01:00 |
|
Laura Hausmann
|
3ab36f7d70
|
[backend/core] Enforce blocks & mutes everywhere (ISH-189)
|
2024-03-14 17:02:29 +01:00 |
|
Laura Hausmann
|
810c21a275
|
[backend/masto-client] Add tag timeline endpoint (ISH-115)
|
2024-03-04 19:54:50 +01:00 |
|
Laura Hausmann
|
c9152badbf
|
[backend/masto-client] Allow pinning notes to profile (ISH-111)
|
2024-03-04 03:49:36 +01:00 |
|
Laura Hausmann
|
82ff329e34
|
[backend/mastodon-client] Implement conversations endpoints
|
2024-02-27 01:07:12 +01:00 |
|
Laura Hausmann
|
f58538fdae
|
[backend/core] Renote/reply visibility should fall back invisible
|
2024-02-22 20:50:23 +01:00 |
|
Laura Hausmann
|
b4fea308f7
|
[backend/masto-api] Enforce renote/reply visibility for notifications
|
2024-02-22 20:47:44 +01:00 |
|
Laura Hausmann
|
19ffbe7814
|
[backend/federation] Handle ASAnnounce activities
|
2024-02-22 00:17:41 +01:00 |
|
Laura Hausmann
|
8543f3e780
|
[backend/masto-client] Add /notifications/{id} endpoint
|
2024-02-20 20:21:10 +01:00 |
|
Laura Hausmann
|
0f9a51d8f2
|
[backend/masto-client] Add public timeline filtering
|
2024-02-20 20:13:19 +01:00 |
|
Laura Hausmann
|
df726f6f9f
|
[backend/masto-client] Add notification filtering
|
2024-02-20 19:52:28 +01:00 |
|
Laura Hausmann
|
a7b47b59b8
|
[backend/api] Fixup basic endpoints
|
2024-02-18 02:09:56 +01:00 |
|
Laura Hausmann
|
dfa47f2a12
|
[backend/masto-client] Rename PaginationQuery to MastodonPaginationQuery
|
2024-02-18 02:09:55 +01:00 |
|