Commit graph

1508 commits

Author SHA1 Message Date
Laura Hausmann
8cc4a4afc2
[backend/core] Refactor EventHelpers 2024-07-12 18:33:07 +02:00
Laura Hausmann
b504bf2548
[backend/masto-client] Support client_credentials grant type (ISH-416) 2024-07-12 18:18:09 +02:00
Laura Hausmann
9c8debb5ed
[backend/masto-client] Improve error message when requesting an oauth token with a grant_type other than authorization_code 2024-07-12 17:48:54 +02:00
Laura Hausmann
0cd754f4c2
[backend/database] Remove extraneous user table columns 2024-07-11 23:37:55 +02:00
Laura Hausmann
3ac63e1510
[backend/federation] Respect UserSettings.AlwaysMarkSensitive 2024-07-11 23:24:48 +02:00
Laura Hausmann
8f508d0c72
[backend/federation] Respect UserSettings.AutoAcceptFollowed 2024-07-11 23:19:04 +02:00
Laura Hausmann
d3deeb4bf2
[frontend] Use proper logging instead of Console.WriteLine in more places 2024-07-11 17:51:57 +02:00
Laura Hausmann
49f5828a59
[backend] Code cleanup 2024-07-11 17:46:39 +02:00
Laura Hausmann
c67984c411
[backend] Manually reformat difficult-to-read switch expressions that got hard wrapped 2024-07-11 17:46:34 +02:00
Laura Hausmann
f58d8da8ae
[frontend] Restore warnings where appropriate 2024-07-11 03:07:28 +02:00
Laura Hausmann
e64e81baf2
[frontend] Code cleanup 2024-07-11 02:49:07 +02:00
Laura Hausmann
d5ce61d901
[backend/core] Update user record with updated lastFetchedAt property in UserResolver.GetUpdatedUser 2024-07-11 02:46:53 +02:00
Lilian
5c5370bd1a
[frontend] Remove extraneous debug logging 2024-07-11 01:11:29 +02:00
Lilian
13f09a855c
[frontend] Fix interacting with renotes 2024-07-11 01:06:19 +02:00
Lilian
ebdc859d76
[frontend] Close emoji picker when it loses focus 2024-07-11 01:06:19 +02:00
Lilian
fb387c5a33
[frontend] Refactor sidebar to allow opening it in mobile view (ISH-412) 2024-07-11 01:06:19 +02:00
Laura Hausmann
98567cf521
[frontend] Fix erroneous ILLink warnings during publish 2024-07-11 01:06:19 +02:00
Lilian
dff46b957e
[frontend] Adjust User Card styling 2024-07-11 01:06:19 +02:00
Lilian
7e78f6c0df
[frontend] Remove override for TreatWarningsAsErrors 2024-07-11 01:06:19 +02:00
Lilian
6c588e0dfc
[frontend] Suppress build warnings where appropriate 2024-07-11 01:06:19 +02:00
Lilian
443926d0f9
[frontend] Add followRequestAccepted notification type 2024-07-11 01:06:19 +02:00
Lilian
afc6cce5b1
[frontend] Allow opening profile from follow notification 2024-07-11 01:06:19 +02:00
Lilian
0dd79abca9
[frontend] Add Follow and Unfollow to UserControllerModel 2024-07-11 01:06:19 +02:00
Lilian
954d42d355
[frontend] Add follow button 2024-07-11 01:06:19 +02:00
Lilian
d06c776ecf
[frontend] Temporary style fix 2024-07-11 01:06:19 +02:00
Lilian
3db19f74e4
[frontend] Add follow requests button to sidebar 2024-07-11 01:06:18 +02:00
Lilian
fd473e230a
[frontend] Hide bio in follow request list 2024-07-11 01:06:18 +02:00
Lilian
bf186a9f22
[frontend] Allow opening user profile from UserProfileCard 2024-07-11 01:06:18 +02:00
Lilian
d36a9ec235
[frontend] Actually load FollowRequestControllerModel 2024-07-11 01:06:18 +02:00
Lilian
635d9690af
[frontend] Add follow request notification, fix CSS 2024-07-11 01:06:18 +02:00
Lilian
21e5e62266
[frontend] Add follow request page 2024-07-11 01:06:18 +02:00
Lilian
f5f43d6264
[frontend] Wire up message service, refactor note rendering 2024-07-11 01:06:18 +02:00
Lilian
72bc021d5f
[frontend] Add message service 2024-07-11 01:06:18 +02:00
Lilian
99abaf028c
[frontend] Move component code to separate file 2024-07-11 01:06:18 +02:00
Lilian
d03f5706b3
[frontend] Update PhosphorIcons version 2024-07-11 01:06:18 +02:00
Lilian
0eb94e6e4b
[frontend] Improving styling on disabled renote button 2024-07-11 01:06:18 +02:00
Lilian
b7ed190ff2
[frontend] Add icon to boosted notes 2024-07-11 01:06:18 +02:00
Lilian
165a2a69e0
[frontend] Allow renoting your own posts 2024-07-11 01:06:18 +02:00
Lilian
427972498c
[frontend] Various CSS fixes 2024-07-11 01:06:18 +02:00
Lilian
1b7666a483
[frontend] Rework sidebar layout and CSS 2024-07-11 01:06:18 +02:00
Lilian
989c5765fc
[frontend] Implement mfm plain node, fix code formatting in RenderMfm 2024-07-11 01:06:18 +02:00
Laura Hausmann
0f97845b88
[backend/federation] Fix HttpSignature validation on systems using CRLF line endings 2024-07-10 20:16:36 +02:00
Laura Hausmann
88bef87ef5
[backend] Improve client error logging in DeliverQueue 2024-07-10 20:11:39 +02:00
Laura Hausmann
f5520c292a
[backend/startup] Fix IIS compatibility 2024-07-10 18:15:54 +02:00
Laura Hausmann
91acb8ed9e
[backend/federation] Add edition to nodeinfo response 2024-07-10 18:11:17 +02:00
Laura Hausmann
2d76bcda23
[ci] Print environment info during workflow execution
This makes it easy to verify the SDK version used during CI builds.
2024-07-10 16:42:09 +02:00
Laura Hausmann
b83bacd5e4
[sln] Update version to be in line with security hotfix release
This avoids "am I vulnerable to this?" confusion if running a :dev image or a -git package.
2024-07-10 16:35:04 +02:00
Laura Hausmann
f9a10c7e53
[shared/csproj] Bump System.Text.Json version
This addresses https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
2024-07-10 16:13:02 +02:00
Laura Hausmann
c87e084069
[backend/csproj] Bump System.Text.Json version
This addresses https://github.com/advisories/GHSA-hh2w-p6rv-4g7w
2024-07-10 15:55:33 +02:00
Laura Hausmann
81974db0f7
[backend/api] Expose new user_settings flags in SettingsController 2024-07-10 02:55:57 +02:00