Laura Hausmann
|
74b2f69b0c
|
[backend/razor] Add retry job functionality to queue dashboard
|
2024-06-22 02:17:35 +02:00 |
|
Laura Hausmann
|
f724a55901
|
[backend/core] Improve logging
|
2024-06-22 01:17:40 +02:00 |
|
Laura Hausmann
|
07f0223c99
|
[backend] Code cleanup
|
2024-06-21 22:06:28 +02:00 |
|
Laura Hausmann
|
2e536bcd47
|
[backend/core] Refactor GetOrCreateSystemUserAsync
|
2024-06-21 20:15:36 +02:00 |
|
Laura Hausmann
|
dd3ea49367
|
[backend/core] Fix edge case in GetOrCreateSystemUserAsync
|
2024-06-21 20:13:24 +02:00 |
|
Laura Hausmann
|
3599150603
|
[backend/database] Add Exception column to Job table
|
2024-06-21 19:18:31 +02:00 |
|
Laura Hausmann
|
8d14b04821
|
[backend/core] Attach user entity to database change tracker in GetOrCreateSystemUserAsync
This prevents erroneous insert attempts when the data comes from the cache instead of the database.
|
2024-06-21 17:20:12 +02:00 |
|
Laura Hausmann
|
b23348cde9
|
[backend/core] Add AsyncKeyedLocker to SystemUserService
|
2024-06-21 17:01:53 +02:00 |
|
Laura Hausmann
|
596980eb84
|
[backend/core] Make sure GetOrCreateSystemUserAsync calls username.ToLowerInvariant
|
2024-06-21 16:04:36 +02:00 |
|
Laura Hausmann
|
a253e83176
|
[backend/federation] Refactor ActivityRenderer
|
2024-06-21 14:28:29 +02:00 |
|
Laura Hausmann
|
19c9b7bf90
|
[backend/database] Add StackTrace column to Job table
|
2024-06-21 14:05:34 +02:00 |
|
Laura Hausmann
|
7f14c3df81
|
[backend/core] Improve handling of voter counts in PollService (ISH-377)
|
2024-06-20 20:01:08 +02:00 |
|
Laura Hausmann
|
24bde5ad29
|
[backend] Use User.IsLocalUser / .IsRemoteUser instead of null-checks where applicable (ISH-370)
|
2024-06-17 17:25:29 +02:00 |
|
Laura Hausmann
|
fc7a1fe95c
|
[backend/federation] Make sure new follow & unfollow activities have a consistent identifier (ISH-367)
|
2024-06-17 17:16:27 +02:00 |
|
Laura Hausmann
|
95592df2ca
|
[backend/core] Don't create reply notifications on note update
This prevents erroneous duplicate notifications from being created.
|
2024-06-16 23:36:39 +02:00 |
|
Laura Hausmann
|
47ab95cc1b
|
[backend/queue] Remove trace logging
|
2024-06-16 21:56:56 +02:00 |
|
Laura Hausmann
|
8ebef17938
|
[backend/queue] Fix race condition that could cause temporary queue stalls (until a new job gets queued)
|
2024-06-16 19:06:53 +02:00 |
|
Laura Hausmann
|
571ef8f027
|
[backend/queue] Improve logging
|
2024-06-16 18:55:54 +02:00 |
|
Laura Hausmann
|
07fd0260a8
|
[backend/queue] Add healthchecks that regularly check for stalled jobs (ISH-361)
|
2024-06-16 18:07:25 +02:00 |
|
Laura Hausmann
|
7ed39d0c47
|
[backend/queue] Fix AsyncAutoResetEvent handling, fix stalled queue workers causing no new workers to be spawned
|
2024-06-16 17:23:28 +02:00 |
|
Laura Hausmann
|
946eed1b03
|
[backend/federation] Fix remote poll voter counts (ISH-363)
|
2024-06-15 17:21:43 +02:00 |
|
Laura Hausmann
|
9f3bbe6c08
|
[backend/drive] Fix handling of failed files in object storage migrator
This fixes an edge case that could cause it to enter an infinite loop.
|
2024-06-15 01:19:37 +02:00 |
|
Laura Hausmann
|
a703b63876
|
[backend/core] Ignore poll options consisting only of whitespace
This fixes compatibility with certain mastodon clients that send an extra empty-string poll option.
|
2024-06-14 20:04:38 +02:00 |
|
Laura Hausmann
|
ed38dc3788
|
[backend/database] Fix poll votersCount query for PostgreSQL versions prior to 16
|
2024-06-14 18:59:36 +02:00 |
|
Laura Hausmann
|
c4190781e3
|
[backend/core] Generate reply notifications for notes that aren't of specified visibility
|
2024-06-13 22:54:02 +02:00 |
|
Laura Hausmann
|
35148d7796
|
[backend/queue] Add queue processor timeout
For now this is hardcoded per queue, but this will be configurable down the line.
|
2024-06-13 22:41:41 +02:00 |
|
Laura Hausmann
|
5dbec15876
|
[backend] Switch to the renamed Iceshrimp.WebPush library
|
2024-06-11 17:34:47 +02:00 |
|
Laura Hausmann
|
dc8511632b
|
[backend/core] Replace sync DB call with async equivalent
|
2024-06-10 19:42:06 +02:00 |
|
Laura Hausmann
|
aa21e4b05a
|
[backend/queue] Make queue concurrency configurable
|
2024-06-10 18:18:39 +02:00 |
|
Laura Hausmann
|
317395b36b
|
[backend/core] Don't deliver poll ended notifications to remote users
|
2024-06-06 21:25:42 +02:00 |
|
Laura Hausmann
|
066cb7dc19
|
[backend/core] Send poll ended notification to poll creator even if they didn't vote in the poll
|
2024-06-06 21:18:32 +02:00 |
|
Laura Hausmann
|
39a6ed2215
|
[backend/database] Fix votersCount getting set for all polls
|
2024-06-05 15:59:27 +02:00 |
|
Laura Hausmann
|
dba4196655
|
[backend/core] Track poll votersCount for local & remote polls
|
2024-06-05 15:26:25 +02:00 |
|
Laura Hausmann
|
1ef5be8917
|
[backend/core] Correctly handle remote AP redirects to local notes
|
2024-06-04 19:39:07 +02:00 |
|
Laura Hausmann
|
bcdcce80c9
|
[backend/core] Set note.text to null if it's whitespace on note creation & update
|
2024-06-04 17:51:00 +02:00 |
|
Laura Hausmann
|
117443b802
|
[backend/core] Fix typo
|
2024-05-30 13:35:31 +02:00 |
|
Laura Hausmann
|
6fdc8b73f7
|
[backend/core] Improve resolution of notes with pending reply/renote targets on note create
This fixes missing metadata (reply/renote user id/host), as well as stale reply/renote counts for replies/renotes processed out of order.
|
2024-05-30 12:30:45 +02:00 |
|
Laura Hausmann
|
9949e24c8d
|
[backend] Miscellaneous refactors
|
2024-05-28 20:50:04 +02:00 |
|
Laura Hausmann
|
b1803ce6bf
|
[backend/drive] Add purge argument & additional error handling to object storage migrator
|
2024-05-28 15:35:39 +02:00 |
|
Laura Hausmann
|
dd22bd5393
|
[backend/drive] Fix object storage migrator db query warnings
|
2024-05-28 15:12:51 +02:00 |
|
Laura Hausmann
|
e77c768882
|
[backend/database] Switch job identifier generation scheme to from UUIDv4 to ULID
|
2024-05-27 22:11:18 +02:00 |
|
Laura Hausmann
|
35153a9080
|
[backend/queue] Improved AsyncAutoResetEvent implementation
This implementation improves the memory behavior of AsyncAutoResetEvents that fire in rapid succession.
|
2024-05-25 13:34:06 +02:00 |
|
Laura Hausmann
|
167fd5f0d6
|
[backend/api] Add renote endpoints (ISH-341)
|
2024-05-23 19:37:56 +02:00 |
|
Laura Hausmann
|
6386025c24
|
[backend/core] Update emoji regex for Unicode 15.1, simplify emoji regex, move emoji regex into a GeneratedRegexAttribute property
|
2024-05-23 18:08:38 +02:00 |
|
Laura Hausmann
|
dc09a4ada2
|
[backend/masto-client] Add list streaming channel (ISH-332)
|
2024-05-23 17:10:36 +02:00 |
|
Laura Hausmann
|
aa8e3f32c5
|
[backend/drive] Fix thumbnail url for deduplicated files
|
2024-05-23 15:15:43 +02:00 |
|
Laura Hausmann
|
9d0ee19922
|
[backend/drive] Don't store attachments if the download isn't successful
|
2024-05-23 00:23:54 +02:00 |
|
Laura Hausmann
|
ba21cb2b0e
|
[backend/queue] Fix race condition that could cause PostgresJobQueue.ExecuteAsync to fail when actualParallelism is negative
|
2024-05-22 23:47:09 +02:00 |
|
Laura Hausmann
|
9636a096fc
|
[backend/masto-client] Respect filters in WebSocket connections (ISH-328)
|
2024-05-17 19:21:41 +02:00 |
|
Laura Hausmann
|
849ecd9841
|
[backend/core] Don't allow connections to local addresses by default (ISH-330, ISH-331)
|
2024-05-17 14:19:48 +02:00 |
|