Laura Hausmann
|
7a57862048
|
[backend/core] Improve heuristics query performance, move timeline-related extensions into its own file
|
2024-06-26 21:54:16 +02:00 |
|
Laura Hausmann
|
2858f66ad4
|
[backend/federation] Make sure DateTime objects are being converted to Utc when (de)serializing activities
|
2024-06-26 16:53:21 +02:00 |
|
Laura Hausmann
|
8d158cc7b9
|
[backend/streaming] Add connection state handlers, enable stateful auto-reconnect, remove stub message handlers
|
2024-06-26 16:08:19 +02:00 |
|
Laura Hausmann
|
5fd34e690d
|
[backend/streaming] Fix typo that caused block/mute checks to do the opposite of what they're supposed to do
|
2024-06-26 15:49:42 +02:00 |
|
pancakes
|
6b5a5a1a09
|
[backend/masto-client] Set category for emojis
|
2024-06-24 17:02:52 +10:00 |
|
Laura Hausmann
|
6a5ae73e11
|
[backend/razor] Allow opening button-links in a new tab
|
2024-06-23 15:29:33 +02:00 |
|
Laura Hausmann
|
583e954106
|
[backend/federation] Don't mark client error deliver jobs as successful
|
2024-06-23 14:45:04 +02:00 |
|
Laura Hausmann
|
d5a5a3d464
|
[backend/federation] Don't retry deliver jobs that returned a client error (except for HTTP 429)
|
2024-06-23 14:38:45 +02:00 |
|
Laura Hausmann
|
bfc3140381
|
[backend/core] Fix renote/reply FTS filters being swapped
|
2024-06-23 14:17:36 +02:00 |
|
pancakes
|
84190fe489
|
[backend/api] FIx UpdateLocalEmoji and prevent duplicate emoji names
|
2024-06-23 13:42:33 +02:00 |
|
pancakes
|
51c5ab30cc
|
[backend/api] Refactor UploadEmoji
|
2024-06-23 13:42:33 +02:00 |
|
pancakes
|
74f094217f
|
[backend/api] Refactor UpdateEmoji
|
2024-06-23 13:42:33 +02:00 |
|
pancakes
|
8d432a5e26
|
[backend/api] Add PATCH admin/emoji/{id} and UpdateEmojiRequest
|
2024-06-23 13:42:33 +02:00 |
|
pancakes
|
87e1444993
|
[backend/api] Add GET admin/emoji/{id}
|
2024-06-23 13:42:33 +02:00 |
|
pancakes
|
8a80c69b91
|
[backend/api] Create all required fields and return EmojiResponse
|
2024-06-23 13:42:33 +02:00 |
|
Laura Hausmann
|
ea0f07d459
|
[backend/api] Create /admin/emoji endpoint
|
2024-06-23 13:42:33 +02:00 |
|
Laura Hausmann
|
e971a781e6
|
[backend/queue] Don't reset RetryCount for manually retried jobs
|
2024-06-23 13:30:31 +02:00 |
|
Laura Hausmann
|
8606df89c0
|
[backend/api] Add url & uri properties to NoteBase
|
2024-06-23 01:13:43 +02:00 |
|
Laura Hausmann
|
259a21b273
|
[backend/database] Fix possible stall / race condition on first startup in EntityFrameworkCoreXmlRepositoryAsync
|
2024-06-23 00:54:34 +02:00 |
|
Laura Hausmann
|
3bf933782a
|
[backend/federation] Ignore duplicate renote activities
|
2024-06-22 02:26:18 +02:00 |
|
Laura Hausmann
|
74b2f69b0c
|
[backend/razor] Add retry job functionality to queue dashboard
|
2024-06-22 02:17:35 +02:00 |
|
Laura Hausmann
|
728a33c819
|
[backend/federation] Improve WebFinger algorithm
|
2024-06-22 01:41:33 +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
|
8b61186449
|
[backend/razor] Improve queue dashboard
|
2024-06-21 21:30:44 +02:00 |
|
Laura Hausmann
|
db2a504504
|
[backend/razor] Add favicon to _Layout.cshtml
|
2024-06-21 21:24:06 +02:00 |
|
Laura Hausmann
|
9ac2284dd5
|
[backend/razor] Refactor queue dashboard job view to better accommodate different job data formats
|
2024-06-21 21:08:40 +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
|
6386601e3e
|
[backend/razor] More exception details improvements for queue dashboard views
|
2024-06-21 19:58:05 +02:00 |
|
Laura Hausmann
|
5f6603f044
|
[backend/razor] Improve exception details view in queue dashboard
|
2024-06-21 19:45:47 +02:00 |
|
Laura Hausmann
|
3599150603
|
[backend/database] Add Exception column to Job table
|
2024-06-21 19:18:31 +02:00 |
|
Laura Hausmann
|
2e5e05872d
|
[backend/razor] Adjust queue dashboard css
|
2024-06-21 19:09:18 +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
|
c49973becf
|
[backend] Code cleanup
|
2024-06-21 16:24:08 +02:00 |
|
Laura Hausmann
|
3e0a5b5759
|
[backend/configuration] Allow configuring of parameter logging for database exceptions
|
2024-06-21 16:24:03 +02:00 |
|
Laura Hausmann
|
f2e4d11ce4
|
[backend/configuration] Fix typo(s) that was causing JobRetention settings not to be applied correctly
|
2024-06-21 16:11:07 +02:00 |
|
Laura Hausmann
|
596980eb84
|
[backend/core] Make sure GetOrCreateSystemUserAsync calls username.ToLowerInvariant
|
2024-06-21 16:04:36 +02:00 |
|
Laura Hausmann
|
9319dc22c9
|
[backend/core] Refactor NumberExtensions
|
2024-06-21 16:02:40 +02:00 |
|
Laura Hausmann
|
6adfa87966
|
[backend/api] Add ContentType property to NoteAttachment (ISH-379)
|
2024-06-21 14:53:01 +02:00 |
|
Laura Hausmann
|
32d6cb555d
|
[backend/configuration] Allow configuring of queue job retention
|
2024-06-21 14:42:00 +02:00 |
|
Laura Hausmann
|
a253e83176
|
[backend/federation] Refactor ActivityRenderer
|
2024-06-21 14:28:29 +02:00 |
|
Laura Hausmann
|
efa2cdc9c7
|
[backend/federation] Populate to/cc fields correctly for outgoing Notes
|
2024-06-21 14:27:12 +02:00 |
|
Laura Hausmann
|
0c59081aee
|
[backend/federation] Add JsonIgnore attributes to internal properties to prevent them from being written to the job table unnecessarily
|
2024-06-21 14:14:22 +02:00 |
|
Laura Hausmann
|
19c9b7bf90
|
[backend/database] Add StackTrace column to Job table
|
2024-06-21 14:05:34 +02:00 |
|
Laura Hausmann
|
503b8c5985
|
[backend/razor] Render display durations >1000ms properly on queue dashboard
|
2024-06-21 13:57:15 +02:00 |
|
Laura Hausmann
|
2e562b04d8
|
[backend/razor] Make queue dashboard use ToDisplayStringTz instead of ToStringIso8601Like for rendering date/time strings
|
2024-06-21 04:26:21 +02:00 |
|
Laura Hausmann
|
d2cea410e9
|
[backend/razor] Add queue dashboard (ISH-316)
|
2024-06-21 04:08:58 +02:00 |
|
Laura Hausmann
|
a475045806
|
[backend/api] Add IsModerator and IsAdmin flags to AuthResponse
|
2024-06-21 00:01:15 +02:00 |
|