Laura Hausmann
|
a10d7bf330
|
[nuget] Update framework dependencies to 8.0.4
|
2024-04-13 01:32:55 +02:00 |
|
Laura Hausmann
|
e8c05305f7
|
[ci] Build release tarballs with NativeAOT, not just ILLink
|
2024-04-13 01:31:12 +02:00 |
|
Laura Hausmann
|
93e886777c
|
[docker] Use jammy-chiseled as aot runner image
|
2024-04-12 02:40:17 +02:00 |
|
Laura Hausmann
|
ab3523672e
|
[ci] Add python to release-tarballs env
|
2024-04-12 02:40:17 +02:00 |
|
Laura Hausmann
|
58bd45d0bf
|
[docker] Only reference TARGETARCH when necessary
|
2024-04-12 02:40:17 +02:00 |
|
Laura Hausmann
|
ad269f1af0
|
[ci] Build release tarballs with NativeAOT
|
2024-04-12 02:39:57 +02:00 |
|
Laura Hausmann
|
1b1261a0d0
|
[ci] Upload binary tarballs on release
|
2024-04-12 01:29:22 +02:00 |
|
Laura Hausmann
|
29c083e3f9
|
[ci] Don't run unit tests on release
|
2024-04-11 21:51:00 +02:00 |
|
Laura Hausmann
|
b6b1430cb9
|
[ci] Improve CI scripts
|
2024-04-11 21:18:52 +02:00 |
|
Laura Hausmann
|
20aca1c8b0
|
[ci] Build docker images on release with NativeAOT & ILLink
|
2024-04-11 20:33:37 +02:00 |
|
Laura Hausmann
|
6fc446d186
|
[docs] Prepare CHANGELOG.md for beta release
|
2024-04-11 20:17:08 +02:00 |
|
Laura Hausmann
|
6fa9342659
|
Update README.md
|
2024-04-11 19:59:38 +02:00 |
|
Laura Hausmann
|
806bfca099
|
[backend/core] Improve user deletes (ISH-222)
|
2024-04-10 20:53:50 +02:00 |
|
Laura Hausmann
|
3ef83a1cd3
|
Update README.md
|
2024-04-10 19:13:19 +02:00 |
|
Laura Hausmann
|
a6dce56e0c
|
[backend/masto-client] Add quote_id to StatusEntity
|
2024-04-10 18:22:18 +02:00 |
|
Laura Hausmann
|
2e4e800e11
|
[docker] Remove unnecessary ARG statements
|
2024-04-10 00:54:55 +02:00 |
|
Laura Hausmann
|
f29803f2f5
|
[docker] Add optional NativeAOT target for blazor wasm
|
2024-04-10 00:53:33 +02:00 |
|
Laura Hausmann
|
ba351a459e
|
[backend] Fix ErrorHandlerMiddleware exception source logging
|
2024-04-10 00:52:01 +02:00 |
|
Laura Hausmann
|
c5bd380344
|
[backend] Improved debug logging (ISH-238)
|
2024-04-10 00:15:46 +02:00 |
|
Laura Hausmann
|
45e8d7eb41
|
[backend] Fix build in release configuration
|
2024-04-09 23:46:54 +02:00 |
|
Laura Hausmann
|
fae324c3f3
|
[backend] Add [MustDisposeResource] attribute to WebSocketConnection & StreamingConnectionAggregate
|
2024-04-09 18:23:11 +02:00 |
|
Laura Hausmann
|
5c5e724fd3
|
[backend/middleware] Make validation errors compliant with (Mastodon)ErrorResponse schemas
|
2024-04-09 16:30:05 +02:00 |
|
Laura Hausmann
|
08cd1f2c66
|
[backend/api] Switch to GracefulException in AuthController
|
2024-04-09 16:30:04 +02:00 |
|
Laura Hausmann
|
dfa6b5a5ae
|
[backend/swagger] More nullability fixup
|
2024-04-09 00:25:48 +02:00 |
|
Laura Hausmann
|
ae7cdf0f49
|
[backend/swagger] Mark all non-nullable schema properties as required
|
2024-04-09 00:12:27 +02:00 |
|
Laura Hausmann
|
998a4412cb
|
[backend/api-shared] Clone NoteResponse / StatusEntity in streaming handlers' EnforceRenoteReplyVisibility functions (ISH-250)
|
2024-04-08 21:36:12 +02:00 |
|
Laura Hausmann
|
bc50aa0259
|
[backend/masto-client] Enforce renote/reply visibility in ws/streaming (ISH-248)
|
2024-04-08 21:10:05 +02:00 |
|
Laura Hausmann
|
f6734aea11
|
[backend/signalr] Improve following users tracking, don't track followed by users, fix typo
|
2024-04-08 21:08:32 +02:00 |
|
Laura Hausmann
|
e62da0df72
|
[backend/signalr] Respect blocks & mutes in streaming connection
|
2024-04-08 20:54:12 +02:00 |
|
Laura Hausmann
|
4ff1b5f4c4
|
[backend] Implement streaming hub for timelines & notifications (ISH-244)
|
2024-04-08 20:45:30 +02:00 |
|
Laura Hausmann
|
ea847f1354
|
[backend] Pin RegEx dependency version to 4.3.1
Ref: https://github.com/advisories/GHSA-cmhx-cq75-c4mj
|
2024-04-08 14:21:13 +02:00 |
|
Laura Hausmann
|
8025485d25
|
[backend] Make csproj debug condition consistent with the rest of the project
|
2024-04-07 22:01:21 +02:00 |
|
Laura Hausmann
|
1bab1934a8
|
[backend] Only reference Microsoft.AspNetCore.Mvc.Razor.RuntimeCompilation in debug configuration
|
2024-04-07 22:00:39 +02:00 |
|
Laura Hausmann
|
4d133b3977
|
[msbuild] Remove unneeded release assets
|
2024-04-07 21:54:54 +02:00 |
|
Laura Hausmann
|
60545e25ae
|
[backend/core] Fix sporadic "key not found" background task failures
|
2024-04-07 21:37:46 +02:00 |
|
Laura Hausmann
|
22a4de63f3
|
[backend/masto-client] Add & populate MastoReplyUserId column (ISH-247)
|
2024-04-07 21:07:04 +02:00 |
|
Laura Hausmann
|
969622bfc7
|
[backend/api] Return note descendants in tree form (ISH-242)
This also partially addresses thread ordering in the Mastodon client API.
|
2024-04-07 20:43:28 +02:00 |
|
Laura Hausmann
|
593c2625e6
|
[nuget] Upgrade MSTest dependencies
|
2024-04-06 21:46:07 +02:00 |
|
Laura Hausmann
|
662d3395d9
|
[nuget] Fix dependency version conflict
|
2024-04-06 21:46:07 +02:00 |
|
Laura Hausmann
|
969efe6d73
|
[backend/federation] Fix redirect handling in ActivityFetcherService
|
2024-04-06 21:46:07 +02:00 |
|
Laura Hausmann
|
e28dc78e96
|
[backend/signalr] Fix build warnings due to incomplete StreamingHub stub
|
2024-04-06 20:52:38 +02:00 |
|
Laura Hausmann
|
3286952130
|
[nuget] Overwrite packageSourceMapping if defined system-wide
|
2024-04-06 18:51:57 +02:00 |
|
Laura Hausmann
|
d9aebee1fc
|
[docker] Fix build
|
2024-04-06 18:50:45 +02:00 |
|
Laura Hausmann
|
879c5e5b18
|
[nuget] Use packageSources & packageSourceMapping instead of RestoreAdditionalProjectSources
|
2024-04-06 18:39:09 +02:00 |
|
Laura Hausmann
|
d6153beaeb
|
[backend/masto-client] Return replies to self (threads) on account statuses requests with excludeReplies param set
|
2024-04-06 18:24:18 +02:00 |
|
Laura Hausmann
|
76b283b3ba
|
[shared/signalr] Strongly typed SignalR bootstrap
|
2024-04-06 18:20:10 +02:00 |
|
Laura Hausmann
|
e4c4ec186c
|
[backend/api] Respect note filters (ISH-243)
|
2024-04-05 17:25:45 +02:00 |
|
Laura Hausmann
|
01e640e8e5
|
[backend/masto-client] Only check filters for the root note
|
2024-04-05 17:11:03 +02:00 |
|
Laura Hausmann
|
36cf452b42
|
[frontend] Add stub login page
|
2024-04-04 23:25:05 +02:00 |
|
Laura Hausmann
|
939795ea72
|
[backend/razor] Add landing page (ISH-245)
|
2024-04-04 23:14:01 +02:00 |
|