Laura Hausmann
3554503058
[backend/masto-client] Add user list support
2024-02-23 00:40:51 +01:00
Laura Hausmann
19ffbe7814
[backend/federation] Handle ASAnnounce activities
2024-02-22 00:17:41 +01:00
Laura Hausmann
e6f881449e
[backend/api] Fix web api pagination
2024-02-21 04:17:39 +01:00
Laura Hausmann
4a5dbeea8f
[backend/masto-api] Fix typo
2024-02-21 04:07:27 +01:00
Laura Hausmann
a8c78aed36
[backend/masto-client] Fix missing auto-accessors on account source
2024-02-20 20:40:44 +01:00
Laura Hausmann
0f9a51d8f2
[backend/masto-client] Add public timeline filtering
2024-02-20 20:13:19 +01:00
Laura Hausmann
907f7ed55c
[backend] Code cleanup
2024-02-20 19:59:38 +01:00
Laura Hausmann
df726f6f9f
[backend/masto-client] Add notification filtering
2024-02-20 19:52:28 +01:00
Laura Hausmann
0db4693f23
[backend/masto-client] Add /v2/instance endpoint (ISH-83)
2024-02-19 20:00:41 +01:00
Laura Hausmann
b5a805e617
[backend/masto-client] Return account source on verify_credentials
2024-02-19 01:19:12 +01:00
Laura Hausmann
dfa47f2a12
[backend/masto-client] Rename PaginationQuery to MastodonPaginationQuery
2024-02-18 02:09:55 +01:00
Laura Hausmann
6044cdb52c
[backend/core] Emit notification on note edit for users that have interacted with the note
2024-02-17 05:50:10 +01:00
Laura Hausmann
d4d75f49ef
[backend/masto-client] Allow editing of local notes
2024-02-17 04:09:45 +01:00
Laura Hausmann
d4e1d92771
[backend] Code cleanup: switch to BSD braces style, tweak code style
2024-02-17 02:31:00 +01:00
Laura Hausmann
7fcf9a5179
[backend/masto-client] Refactor mastodon entity names to prevent class name conflicts
2024-02-17 00:20:52 +01:00
Laura Hausmann
9496d81abe
[backend/database] Add entity methods for getting the public url/uri for users & notes (ISH-47)
2024-02-16 03:28:16 +01:00
Laura Hausmann
5113f83c9f
[backend/federation] Handle note likes & unlikes (ISH-68)
2024-02-14 21:17:27 +01:00
Laura Hausmann
ff27d7ff16
[backend/services] Basic event bus implementation (ISH-60)
2024-02-14 17:57:55 +01:00
Laura Hausmann
61938a4d5b
[backend/masto-client] Render notifications (ISH-45)
2024-02-13 17:58:24 +01:00
Laura Hausmann
a1c23a7d29
[backend/masto-client] Add media upload (ISH-58)
2024-02-13 02:46:40 +01:00
Laura Hausmann
ea43728db3
[backend/masto-client] Render note media attachments (ISH-49)
2024-02-13 00:31:37 +01:00
Laura Hausmann
bf916f7046
[backend/federation] Handle mention parsing edge cases properly (ISH-50)
2024-02-12 21:59:19 +01:00
Laura Hausmann
f30e7f4ac3
[backend/masto-client] Add basic /v1/instance endpoint (ISH-6)
2024-02-12 03:16:03 +01:00
Laura Hausmann
8745f72ea7
[backend/masto-client] Implement status context endpoint & map database functions (ISH-43)
2024-02-12 02:29:03 +01:00
Laura Hausmann
67d1d776c8
[backend/federation] Basic mentions handling (ISH-38)
...
This implementation adds handling of incoming mentions, including rewriting non-canonical mentions of split domain users into their canonical form when inserting notes into the database.
2024-02-11 18:50:28 +01:00
Laura Hausmann
dde377f41d
[backend] Code cleanup: remove unnecessary using directives
2024-02-09 12:09:03 +01:00
Laura Hausmann
48b78de6a3
[backend/mastodon] Add filter support to GetUserStatusees (ISH-13)
2024-02-08 01:06:23 +01:00
Laura Hausmann
b22d0b98a3
[backend/masto-client] Implement search endpoint (ISH-7)
2024-02-07 23:35:59 +01:00
Laura Hausmann
6ed944156f
[backend/masto-client] Fail early on PostNote
2024-02-07 21:20:57 +01:00
Laura Hausmann
ad17c7c097
[backend/masto-client] Basic support for posting notes (ISH-4)
2024-02-07 20:03:47 +01:00
Laura Hausmann
8c9e6ef56c
[backend/masto-client] Add follow/unfollow/relationship endpoints
2024-02-06 01:27:56 +01:00
Laura Hausmann
e31a0719f4
[backend] Replace mastodon-specific middleware with modes triggered on MastodonApiControllerAttribute
2024-02-05 21:08:20 +01:00
Laura Hausmann
29581d4fb2
[backend] Refactor postgres jsonb columns
2024-02-05 20:09:18 +01:00
Laura Hausmann
d31c20d6ae
[backend] Merge duplicate postgres enums
2024-02-04 23:40:10 +01:00
Laura Hausmann
ee449ec751
[backend/masto-client] Implement link pagination response headers
2024-02-03 21:55:26 +01:00
Laura Hausmann
8e2a116ad9
[backend/masto-client] Add pagination
2024-02-03 03:34:38 +01:00
Laura Hausmann
2736ce1b71
[backend/masto-client] Implement /oauth/revoke endpoint
2024-02-02 03:03:17 +01:00
Laura Hausmann
aa6988399d
[backend/masto-client] Add schemas and renderers for user statuses
2024-02-02 02:35:03 +01:00
Laura Hausmann
09f9d2395c
[backend/masto-client] Implement /api/v1/accounts/verify_credentials
2024-02-02 01:46:37 +01:00
Laura Hausmann
16316b81ff
[backend/masto-client] Rename VerifyCredentials to VerifyAppCredentials
2024-01-31 22:23:25 +01:00
Laura Hausmann
8a64511f3a
[backend/masto-client] Fix /api/v1/apps
2024-01-31 22:13:46 +01:00
Laura Hausmann
f5c2ed46c8
Add Mastodon OAuth implementation
2024-01-30 21:49:50 +01:00
Laura Hausmann
fb5bca15ef
Return scopes with RegisterAppResponse
2024-01-29 04:29:06 +01:00
Laura Hausmann
cec4abd841
Mastodon client API foundations
2024-01-29 04:02:34 +01:00