Commit graph

2526 commits

Author SHA1 Message Date
Laura Hausmann
a8c903cee7
[backend/core] Fix oversight in NoteResolver 2024-03-01 03:45:03 +01:00
Laura Hausmann
a905c271fb
[backend/core] Fix order of operations on user create 2024-03-01 03:45:03 +01:00
Laura Hausmann
5082f15e75
[backend/core] Use KeyedLocker when resolving pinned notes (ISH-67) 2024-03-01 03:45:03 +01:00
Laura Hausmann
81059291c3
[backend/federation] Resolve user pinned posts (ISH-67) 2024-03-01 02:10:22 +01:00
Laura Hausmann
e69bbcb977
[backend/federation] Implement ASCollection & co (ISH-67) 2024-03-01 00:10:01 +01:00
Laura Hausmann
2833ffb242
[backend/api] Add activity & raw activity fetch endpoints in AdminController 2024-03-01 00:06:43 +01:00
Laura Hausmann
20155c4bc0
[swagger] Generate separate swagger docs for the Iceshrimp.NET web API, Federation/ActivityPub & the Mastodon client API (ISH-87) 2024-02-29 22:40:03 +01:00
Laura Hausmann
06a2e0705a
[backend/core] Fix note counter recomputation query 2024-02-29 22:10:54 +01:00
Laura Hausmann
52519f3b69
[backend/core] Fix note & user counters (ISH-109) 2024-02-29 22:10:54 +01:00
Laura Hausmann
c87fa00864
[backend/core] Cleanup instance counters code 2024-02-29 19:40:22 +01:00
Laura Hausmann
6b0328f7aa
[backend] Remove unused imports 2024-02-29 19:29:32 +01:00
Laura Hausmann
6b6e320012
[backend/core] Fix instance isNotResponding status 2024-02-29 19:25:00 +01:00
Laura Hausmann
a719fc722e
[backend/core] Add instance counters (ISH-107) 2024-02-29 19:25:00 +01:00
Laura Hausmann
ad21897928
[backend/core] Add user settings store (ISH-106) 2024-02-29 18:49:02 +01:00
Laura Hausmann
9e0b74f425
[backend/masto-client] Add endpoints for removing user avatar/banner (ISH-105) 2024-02-29 17:25:34 +01:00
Laura Hausmann
271f272ead
[backend/masto-client] Fix StatusEntity auto-accessors 2024-02-29 17:14:20 +01:00
Laura Hausmann
0b6ac41257
[backend/masto-client] Fix rendering of statuses with no text in applications that rely on a null value being present 2024-02-29 04:15:37 +01:00
Laura Hausmann
b4e3fdc898
[backend/core] Improve image processing performance 2024-02-28 22:39:51 +01:00
Laura Hausmann
f4b985b0a8
[backend/federeation] Fix as:published context 2024-02-28 21:13:59 +01:00
Laura Hausmann
a570086cbe
[backend/api] Fix /api/v1/iceshrimp/admin/notes/{id} endpoint 2024-02-28 21:05:32 +01:00
Laura Hausmann
8cf57191c1
[backend/masto-api] Fix swagger doc generation 2024-02-28 21:01:51 +01:00
Laura Hausmann
e441bb3e70
[backend/core] Resolve user profile mentions on local user update (ISH-101) 2024-02-28 19:54:56 +01:00
Laura Hausmann
3e1a34c0b3
[backend/core] Fix method signature clash in UserService 2024-02-28 19:47:56 +01:00
Laura Hausmann
5817f4c856
[backend] Remove unused import 2024-02-28 19:47:40 +01:00
Laura Hausmann
d79a454b8d
[backend/federation] Federate user avatars & banners (ISH-101) 2024-02-28 19:46:00 +01:00
Laura Hausmann
1b30a3dda0
[backend/federation] Fix ASActor type generation 2024-02-28 19:46:00 +01:00
Laura Hausmann
5cdfebb597
[backend/core] Implement user updates (ISH-101) 2024-02-28 19:45:37 +01:00
Laura Hausmann
5705e3f3f1
[backend/masto-client] Cleanup MarkerController 2024-02-27 04:15:35 +01:00
Laura Hausmann
8a917fee71
[backend/masto-client] Stub /api/1/instance/translation_languages 2024-02-27 04:15:35 +01:00
Laura Hausmann
edfa2e9c9a
[backend/masto-client] Add status source endpoint (ISH-98) 2024-02-27 04:03:20 +01:00
Laura Hausmann
0c70a23770
[backend/masto-client] Add custom emoji endpoints (ISH-104) 2024-02-27 03:50:02 +01:00
Laura Hausmann
4805aef7bf
[backend/masto-client] Add announcements (ISH-102) 2024-02-27 03:42:03 +01:00
Laura Hausmann
cda90302e1
[backend/masto-client] Add note favourites & bookmarks endpoints (ISH-99, ISH-100) 2024-02-27 03:08:54 +01:00
Laura Hausmann
644fed46eb
[backend/core] Add markers table & respective endpoints (ISH-91) 2024-02-27 02:15:40 +01:00
Laura Hausmann
82ff329e34
[backend/mastodon-client] Implement conversations endpoints 2024-02-27 01:07:12 +01:00
Laura Hausmann
fa7b98c366
[backend/core] Set threadId on notes with replies 2024-02-27 00:50:20 +01:00
Laura Hausmann
13f0f0e686
[backend] Fix build 2024-02-26 23:06:56 +01:00
Laura Hausmann
89079f09c7
[backend/federation] Canonicalize MkSummary in UpdateProfileMentions 2024-02-26 23:05:58 +01:00
Laura Hausmann
c30dac0210
[backend/federation] Reject activities with mismatching activity & actor id hosts 2024-02-26 22:34:55 +01:00
Laura Hausmann
489941adcc
[backend/federation] Skip dead instances in deliver queue 2024-02-26 22:32:28 +01:00
Laura Hausmann
01b7135208
[backend/core] Fix inspection 2024-02-26 22:21:20 +01:00
Laura Hausmann
46b60c8779
[backend/federation] Update instance metadata in background when activities are delivered / received (ISH-8) 2024-02-26 22:18:27 +01:00
Laura Hausmann
7c801bfa89
[backend/core] Fix UpdateProfileMentions early return codepath 2024-02-26 21:31:33 +01:00
Laura Hausmann
341a4a8ee5
[backend/libmfm] Further improve mfm mentions parser 2024-02-26 20:24:56 +01:00
Laura Hausmann
5edcea3ab5
[backend/federation] Only set LastFetchedAt in CreateUserAsync if we're not on a background thread
This makes sure that the next call to GetUpdatedUser resolves mentions for this user
2024-02-26 20:20:00 +01:00
Laura Hausmann
b8d92b56bb
[backend/federation] Force mentions resolution on UpdateUserAsync 2024-02-26 20:19:18 +01:00
Laura Hausmann
9a01fbecdd
[backend/federation] Rework UserProfileMentionsResolver to no longer recursively resolve user profile mentions 2024-02-26 20:14:07 +01:00
Laura Hausmann
435632857b
[backend/federation] Trigger user updates on web & mastodon api calls (ISH-35) 2024-02-26 20:13:49 +01:00
Laura Hausmann
0f670c1953
[backend/federation] Improve UserResolver 2024-02-26 19:28:08 +01:00
Laura Hausmann
9307023f96
[backend/libmfm] Improve mentions parsing 2024-02-26 19:23:13 +01:00