Laura Hausmann
|
a7898e8aa9
|
[backend/federation] Enforce federation control in ActivityFetcherService
With this there should be no remaining ways for new activities from blocked instances to make it into the database.
|
2024-04-28 19:22:18 +02:00 |
|
Laura Hausmann
|
ead8e126f1
|
[backend/federation] Handle ASImage as ASAttachment
This fixes one of the issues in terms of federation with Pixelfed.
|
2024-04-28 03:54:34 +02:00 |
|
Laura Hausmann
|
8b6812eaf9
|
[backend] Fix code style
|
2024-04-28 03:34:14 +02:00 |
|
Laura Hausmann
|
5c9a42a3f6
|
[backend/masto-client] Return reactions for unauthenticated users
|
2024-04-28 03:33:33 +02:00 |
|
Laura Hausmann
|
f6bfaa72ad
|
[backend/federation] Prettier displayUri for profile fields that are links
|
2024-04-28 02:09:31 +02:00 |
|
Laura Hausmann
|
ec6a3f5e73
|
[backend/masto-client] Return profile fields in /accounts/verify_credentials
|
2024-04-28 02:03:13 +02:00 |
|
Laura Hausmann
|
0414c791e6
|
[backend/federation] Federate profile fields correctly
|
2024-04-28 02:02:48 +02:00 |
|
Laura Hausmann
|
0cef680c9c
|
[backend/masto-client] Fix boosting posts using masto-fe
I have no idea why the Mastodon API schema is like this but oh well.
|
2024-04-28 01:10:54 +02:00 |
|
Laura Hausmann
|
128b0182fd
|
[backend/masto-client] Fix reblog with visibility
|
2024-04-28 00:57:01 +02:00 |
|
Laura Hausmann
|
94ac11db88
|
[backend/drive] Add option to disable validation of the object storage configuration
|
2024-04-28 00:34:20 +02:00 |
|
Laura Hausmann
|
4774eb31ed
|
[backend/masto-client] Render quote-renotes correctly (ISH-281)
This time without the typo.
|
2024-04-28 00:28:17 +02:00 |
|
Laura Hausmann
|
ca56b93524
|
[backend/masto-client] Render quote-renotes correctly (ISH-281)
|
2024-04-28 00:03:52 +02:00 |
|
Laura Hausmann
|
fa082a3280
|
[backend/razor] Throw GracefulException.Forbidden when public preview is disabled
|
2024-04-27 23:29:04 +02:00 |
|
Laura Hausmann
|
aaa3f91e1f
|
[backend/api-shared] Add Cache-Control: private, no-store for all authenticated requests
|
2024-04-27 21:54:11 +02:00 |
|
Laura Hausmann
|
d7a69375b6
|
[backend/database] Increase instance softwareName and softwareVersion max length to 256
|
2024-04-27 21:26:54 +02:00 |
|
Laura Hausmann
|
7dd0262333
|
[backend/federation] Add Cache-Control: no-store to authorized fetch endpoints
|
2024-04-27 20:32:31 +02:00 |
|
Laura Hausmann
|
a70b493188
|
[backend/asp] Add Vary: Accept to routes with MediaTypeRouteFilterAttribute
|
2024-04-27 20:29:53 +02:00 |
|
Laura Hausmann
|
a20d50f793
|
[backend/federation] Improve logging regarding a renamed variable
|
2024-04-27 20:17:39 +02:00 |
|
Laura Hausmann
|
0b77107b1e
|
[backend/database] Add connection pool size configuration option
|
2024-04-27 20:05:42 +02:00 |
|
Laura Hausmann
|
bc1e695193
|
[backend/masto-client] Don't deliver push notifications from blocked or muted notifiers (ISH-273)
|
2024-04-27 01:47:16 +02:00 |
|
Laura Hausmann
|
b9fa870054
|
[backend/streaming] Fix renote visibility checks
|
2024-04-26 18:58:50 +02:00 |
|
Laura Hausmann
|
cf215b3d57
|
[backend/federation] Handle ASDelete activities of ASNote objects
Some implementations seem to send deletes of ASNote objects instead of ASTombstone objects.
|
2024-04-25 19:13:57 +02:00 |
|
Laura Hausmann
|
89a743d121
|
[backend/federation] Fix possible null dereference
|
2024-04-25 18:30:35 +02:00 |
|
Laura Hausmann
|
363b0c930c
|
[backend/core] Add Guid.ToStringLower() extension method
|
2024-04-25 18:26:42 +02:00 |
|
Laura Hausmann
|
1f3f7ad64d
|
[backend/federation] Improve logging in ActivityHandlerService
|
2024-04-25 18:23:30 +02:00 |
|
Laura Hausmann
|
40af9913b6
|
[backend/core] Handle emoji node for locally originating note create/update & user update events (ISH-271)
|
2024-04-25 17:35:38 +02:00 |
|
Laura Hausmann
|
5f86ffeffe
|
[backend/masto-client] Add edit history endpoint (ISH-274)
|
2024-04-25 02:08:30 +02:00 |
|
Laura Hausmann
|
10a1a13918
|
[backend/masto-client] Add blocks & mutes endpoints (ISH-272)
|
2024-04-25 01:18:08 +02:00 |
|
Laura Hausmann
|
eba6152493
|
[backend/database] Add indicies to the instance table
|
2024-04-25 00:40:51 +02:00 |
|
Laura Hausmann
|
e2a528c8a6
|
[backend/federation] Refactor AcceptAsync and FollowAsync for improved code reuse
|
2024-04-24 23:11:31 +02:00 |
|
Laura Hausmann
|
d060d076c1
|
[backend/core] Refactor DeleteNoteAsync and DeleteUserAsync for improved code reuse (ISH-239)
|
2024-04-24 21:43:45 +02:00 |
|
Laura Hausmann
|
10d1cb4768
|
[backend/core] Emit note edit notification for polls that have been voted in
|
2024-04-24 21:43:45 +02:00 |
|
Laura Hausmann
|
081f1ac646
|
[backend/core] Refactor NoteService for improved code reuse (ISH-239)
|
2024-04-24 21:43:45 +02:00 |
|
Laura Hausmann
|
95c7ff3d54
|
[backend/core] Fix follow requests getting re-added to the database after they are accepted
|
2024-04-24 20:46:15 +02:00 |
|
Laura Hausmann
|
fa8bf430dc
|
[backend/federation] Improve ActivityPubController
|
2024-04-24 04:32:20 +02:00 |
|
Laura Hausmann
|
51dee5fd9f
|
[backend/api] Add renote activity admin endpoint
|
2024-04-24 04:26:39 +02:00 |
|
Laura Hausmann
|
b553da9edf
|
[backend/federation] Make it obvious that ephemeral IDs are, well, ephemeral
|
2024-04-24 04:06:28 +02:00 |
|
Laura Hausmann
|
bd8d5b20f8
|
[backend/federation] Use separate renoteUri schema
This allows renoteUris to be fetchable at their canonical uri.
|
2024-04-24 04:05:58 +02:00 |
|
Laura Hausmann
|
385f5843f7
|
[backend/helpers] Rename LDHelpers.Compact(ASActivity) to LDHelpers.CompactToPayload
|
2024-04-24 04:05:26 +02:00 |
|
Laura Hausmann
|
58d78b568a
|
[backend/core] Fix remote renotes being registered without a URI
|
2024-04-24 03:32:05 +02:00 |
|
Laura Hausmann
|
36fe68ad4f
|
[backend/core] Set userHost to user.Host instead of null
This fixes remote renotes having their userHost set to null
|
2024-04-24 02:49:50 +02:00 |
|
Laura Hausmann
|
98fc1f50a9
|
[backend/masto-client] Improve performance of conversations endpoints
|
2024-04-24 02:01:24 +02:00 |
|
Laura Hausmann
|
db49473128
|
[backend/database] Add index on note.visibility
|
2024-04-24 02:01:06 +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
|
1a4dd75301
|
[backend/startup] Add --https flag & corresponding launch profiles for development purposes
|
2024-04-23 19:24:42 +02:00 |
|
Laura Hausmann
|
f9cc63a179
|
[backend] Add object storage migrator (ISH-30)
|
2024-04-23 01:23:34 +02:00 |
|
Laura Hausmann
|
fd92a0a1fa
|
[backend/razor] Improve public preview security settings (ISH-210)
|
2024-04-23 00:40:53 +02:00 |
|
Laura Hausmann
|
b876492ca1
|
[backend/configuration] Suppress unused property message to prevent accidental removal of backwards compatibility
|
2024-04-22 23:29:51 +02:00 |
|
Laura Hausmann
|
adbee189af
|
[backend/configuration] Rename StorageSection.Mode to StorageSection.Provider
The old property remains for configuration backwards compatibility only. Trying to access it throws a compile-time error.
|
2024-04-22 23:26:29 +02:00 |
|
Laura Hausmann
|
1ce28ee005
|
[backend/drive] Add configuration option to set ACLs on files uploaded to object storage
|
2024-04-22 21:29:49 +02:00 |
|