Laura Hausmann
053ff63add
[backend/controllers] Nodeinfo note count should be returned as posts, not comments
2024-02-16 05:39:01 +01:00
Laura Hausmann
bc12e7fbcb
[backend/controllers] Return local user & note counts in nodeinfo endpoints
2024-02-16 05:36:52 +01:00
Laura Hausmann
81e9c7e635
[backend/startup] Support unix sockets on FreeBSD
2024-02-16 05:02:00 +01:00
Laura Hausmann
31807c654d
[backend/startup] Throw exception if SetKestrelUnixSocketPermissions is called on a non-UNIX system
2024-02-16 05:00:12 +01:00
Laura Hausmann
b0b8bfca79
[backend/startup] Set kestrel unix socket permissions to 660
2024-02-16 04:26:56 +01:00
Laura Hausmann
2da0f95026
[backend/federation] Verify actor publicKey host
2024-02-16 03:43:35 +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
aff1f6e788
[backend/api] Reject signups with password length of under 8 chars (ISH-1)
2024-02-16 02:47:49 +01:00
Laura Hausmann
2eb9482538
[backend/queues] Implement IEquatable<T> in PreDeliverQueue.InboxQueryResult (ISH-3)
2024-02-16 02:43:04 +01:00
Laura Hausmann
db3a36264e
[backend/federation] Fix federation control for deliver jobs to split domain users with domain mismatch (ISH-3)
2024-02-16 02:28:14 +01:00
Laura Hausmann
70657e1650
[backend/configuration] Allow connecting to redis unix sockets, document connecting to postgres unix sockets (ISH-76)
2024-02-16 01:57:00 +01:00
Laura Hausmann
7c8dde9deb
[backend/services] Move cron tasks to the Core/Tasks subfolder
2024-02-16 01:22:33 +01:00
Laura Hausmann
11caf32ebb
[backend/services] Media cleanup cron task (ISH-66, ISH-27)
2024-02-16 01:21:04 +01:00
Laura Hausmann
07edffa6b5
[backend/masto-client] Handle idempotency key header (ISH-75)
2024-02-15 22:59:39 +01:00
Laura Hausmann
bbf1afce5b
[backend/startup] Allow configuring a listen socket instead of a listen address/port (ISH-74)
2024-02-15 22:25:24 +01:00
Laura Hausmann
4985194d64
[backend/services] Allow generating snowflake identifiers with timestamps other than DateTime.UtcNow
2024-02-15 21:05:36 +01:00
Laura Hausmann
3da162e302
[backend/federation] Validate activity id host in ActivityFetcherService
2024-02-15 20:56:25 +01:00
Laura Hausmann
71d8b28d28
[backend/federation] Deliver activities in the background
2024-02-15 20:10:07 +01:00
Laura Hausmann
c7f8fdfa8f
[backend/federation] Add support for liking & unliking local & remote notes (ISH-72)
2024-02-15 00:48:37 +01:00
Laura Hausmann
424d3d3298
[backend/services] DriveFile.Properties has a database-side default
2024-02-15 00:11:06 +01:00
Laura Hausmann
8e624794b2
[backend/masto-client] Aggregate and return note like counts (ISH-73)
2024-02-15 00:11:05 +01:00
Laura Hausmann
5113f83c9f
[backend/federation] Handle note likes & unlikes (ISH-68)
2024-02-14 21:17:27 +01:00
Laura Hausmann
e53e61e3ed
[backend/database] Rename note bookmarks table
2024-02-14 19:11:11 +01:00
Laura Hausmann
fde159dbec
[backend/database] Add note likes table
2024-02-14 19:09:26 +01:00
Laura Hausmann
8ca64f5d11
[backend/masto-client] Fix datetime string handling
2024-02-14 18:33:26 +01:00
Laura Hausmann
b5a63fd301
[backend/federation] Refactor ActivityStreams & w3id references to use the Constants properties (ISH-57)
2024-02-14 18:13:09 +01:00
Laura Hausmann
ff27d7ff16
[backend/services] Basic event bus implementation (ISH-60)
2024-02-14 17:57:55 +01:00
Laura Hausmann
fc0f40f8ce
[backend/drive] Add basic image processing & thumbnail generation (ISH-63, ISH-64)
2024-02-14 17:25:32 +01:00
Laura Hausmann
6f4d6df602
[backend/libmfm] Fix italic text getting serialized as strikethrough
2024-02-14 03:01:35 +01:00
Laura Hausmann
1148bb5ee6
[backend/middleware] Rethrow gracefulexceptions in AuthorizedFetchMiddleware
2024-02-14 02:57:49 +01:00
Laura Hausmann
2756e19399
[backend/middleware] Improve error handling in AuthorizedFetchMiddlewre
2024-02-14 02:53:01 +01:00
Laura Hausmann
9591255220
[backend/services] Increment Note.RepliesCount on note create
2024-02-14 01:17:04 +01:00
Laura Hausmann
8f8e3f9d1a
[backend/database] Add following query heuristics
2024-02-14 00:59:14 +01:00
Laura Hausmann
9099e9d031
[backend/database] Enable EF migrations logger by default
2024-02-13 23:17:46 +01:00
Laura Hausmann
f6847e9a3e
[backend/database] Increase migrations command timeout
2024-02-13 23:13:38 +01:00
Laura Hausmann
dd7be34952
[backend/database] Fixup migrate.sql script
...
As the initial rewrite commit was based on a slightly newer database schema than ended up in the final iceshrimp-js release, we need to include those changes here.
2024-02-13 20:05:54 +01:00
Laura Hausmann
2cfbc305fc
[backend/masto-client] Add visibility filters in NotificationController (ISH-45)
2024-02-13 19:34:00 +01:00
Laura Hausmann
85073fc871
[backend/database] Add generic versions of EnsureNoteVisibilityFor & FilterBlocked
2024-02-13 19:30:56 +01:00
Laura Hausmann
340ca21629
[backend/database] Fix type name collisions in migrations
2024-02-13 17:58:41 +01:00
Laura Hausmann
61938a4d5b
[backend/masto-client] Render notifications (ISH-45)
2024-02-13 17:58:24 +01:00
Laura Hausmann
32b0e1f3c7
[backend] Code cleanup
2024-02-13 17:17:02 +01:00
Laura Hausmann
c46573ae37
[backend/federation] Generate mention & reply notifications (ISH-45)
2024-02-13 03:43:35 +01:00
Laura Hausmann
82b7b93681
[backend/masto-client] Allow for posting notes with only media attached (ISH-61)
2024-02-13 03:10:31 +01:00
Laura Hausmann
b67dd173f4
[backend/federation] Federate alt text (ISH-55)
2024-02-13 03:07:02 +01:00
Laura Hausmann
8c015815bc
[backend/database] Remove length restriction from DriveFile comment column
2024-02-13 03:01:39 +01:00
Laura Hausmann
45d08caa94
[backend/nodeinfo] Return stub instance info instead of todo placeholders
2024-02-13 02:56:32 +01:00
Laura Hausmann
82530d0ff2
[backend/federation] Federate note media attachments (ISH-59)
2024-02-13 02:54:48 +01:00
Laura Hausmann
a1c23a7d29
[backend/masto-client] Add media upload (ISH-58)
2024-02-13 02:46:40 +01:00
Laura Hausmann
589063f36b
[backend/drive] Calculate blurhash for images (ISH-54)
2024-02-13 02:08:18 +01:00
Laura Hausmann
02147f8bb7
[backend/services] Fix duplicate constraint exception when creating users with avatar & banner (ISH-56)
2024-02-13 01:30:58 +01:00