Commit graph

2153 commits

Author SHA1 Message Date
Lilian
c433286cab
eep 2024-11-06 01:56:00 +01:00
Lilian
d359897bcd
. 2024-11-06 01:48:37 +01:00
Lilian
bf59339a4c
test 2024-11-06 01:43:21 +01:00
Lilian
f3c82e3f05
test 2024-11-06 01:07:54 +01:00
Lilian
fa1590512f
[frontend/core] Add version controller model 2024-11-06 01:07:23 +01:00
Lilian
69f0727138
[backend/web] Add version endpoint 2024-11-06 01:06:41 +01:00
Lilian
3ad40f8d2e
test
test
2024-11-04 22:21:55 +01:00
Lilian
d6717890ec
[frontend/components] Disable interacting with inline-replies 2024-11-03 19:39:55 +01:00
pancakes
925ba3c751
[backend] Directly render ASReject 2024-11-03 13:02:12 +10:00
pancakes
43307d655f
[backend] Don't include UserProfile 2024-11-03 12:41:43 +10:00
pancakes
f2387a8738
[frontend] Add RemoveUserFromFollowers to UserControllerModel 2024-11-03 12:27:20 +10:00
pancakes
e10fafa805
[backend/masto-client] Add accounts/{id}/remove_from_followers 2024-11-03 12:19:33 +10:00
pancakes
dd82e457d0 [backend] Use RenderUnfollow to remove follower 2024-11-03 03:00:58 +01:00
pancakes
02e32c70c7 [backend/api] Check if user is following instead of if user exists 2024-11-03 03:00:58 +01:00
pancakes
ea5408c182 [backend/api] Add remove from followers endpoint 2024-11-03 03:00:58 +01:00
Laura Hausmann
f2853d2d40
[backend] Fix typo 2024-11-02 22:56:52 +01:00
Lilian
528bed3b9e
[frontend/components] fix login button alignment on wrap 2024-11-02 20:14:11 +01:00
pancakes
b1c71484e7
[frontend] Don't limit field name width on mobile 2024-11-02 20:14:11 +01:00
pancakes
1d596ccef3
[frontend] Add verified fields 2024-11-02 20:14:11 +01:00
pancakes
d3af198a50
[frontend] Add birthday/location field icons and fix mobile alignment 2024-11-02 20:14:11 +01:00
pancakes
92e33462cb
[frontend] Display banner if available 2024-11-02 20:14:11 +01:00
Jeder
2e45d74a4a
[frontend/components] Refactor AttachmentComponent
Current implementation was unable to remove the blur when opening anything other than images
2024-11-02 19:53:52 +01:00
Jeder
01a2483386
[frontend/components] Make Note button in compose post readable 2024-11-02 19:53:52 +01:00
Jeder
5eeb31629e
[frontend/components] Add more padding to replies in compose box 2024-11-02 19:53:52 +01:00
Jeder
ed69e74a2d
[frontend/components] Update dropdown styling 2024-11-02 19:53:52 +01:00
Jeder
611fd88b67
[frontend/components] Make compose font color use the variable 2024-11-02 19:53:52 +01:00
Jeder
58b4379ea1
[frontend] Add font-color variable 2024-11-02 19:53:52 +01:00
Jeder
5371529f21
[frontend/components] Remove positioned class from emoji button in compose box 2024-11-02 19:53:52 +01:00
Jeder
a2d9a7d7cd
[frontend/components] Add padding to notes 2024-11-02 19:53:52 +01:00
Jeder
61ceb10c82
[frontend/components] Ascended note cleanup 2024-11-02 19:53:52 +01:00
Jeder
cc1e26f825
[frontend] Update note detail styling 2024-11-02 19:53:52 +01:00
Jeder
fc469d9499
[frontend/components] Update note footer styling 2024-11-02 19:53:52 +01:00
Jeder
01a758a072
[frontend] Fix "An unhandled error has occurred." being unreadable 2024-11-02 19:53:52 +01:00
Jeder
b434d54d45
[frontend/components] Update reaction styling 2024-11-02 19:53:52 +01:00
Jeder
d2a254dda3
[frontend/components] Fix note text wrapping 2024-11-02 19:53:52 +01:00
Lilian
14b9a2cef0 [frontend/components] Remove redundant scroller from SingleNote view 2024-11-02 19:22:06 +01:00
Jeder
fa213b47a7 [frontend/components] Increase attachment blur 2024-11-02 19:22:06 +01:00
Jeder
6d901f59f7 [frontend/components] Update note body styling 2024-11-02 19:22:06 +01:00
Jeder
eb49973242 [frontend/components] Update note attachments styling 2024-11-02 19:22:06 +01:00
Laura Hausmann
b3f9680845
[backend/core] Also set correct local mention url in other UserProfileMentionsResolver overload 2024-11-02 16:59:13 +01:00
Laura Hausmann
d9fabcb32c
[backend/core] Set correct url for local mentions in user profile 2024-11-02 16:05:30 +01:00
Laura Hausmann
525bd02022
[backend/libmfm] Fix broken rendering of mentions of local users in some circumstances (ISH-567)
This was caused because of an inconsistency of whether to set the account domain as a fallback value or not. Therefore, invocations with the mentioned local user host not having a fallback value would cause broken mention rendering, e.g. in bios/profile fields.
2024-10-31 21:24:07 +01:00
Laura Hausmann
e61e3d2fde
[backend/api] Wait for user mention resolution before returning (ISH-567) 2024-10-31 21:02:56 +01:00
Laura Hausmann
b4709e1e2a
[backend/api] Switch to common user update function in ProfileController.UpdateProfile (ISH-567) 2024-10-31 20:59:02 +01:00
pancakes
71a12261a4
[backend/api] Limit follow list imports to twice every 30 mins 2024-10-31 20:48:52 +01:00
pancakes
95ae04e4af
[backend] Download exported follow list directly instead of storing it as a file 2024-10-31 20:48:51 +01:00
pancakes
137dc0d0e6
[backend/core] Move import/export to ImportExportService and resolve imported users 2024-10-31 20:48:07 +01:00
pancakes
bfc36cbc48
[backend/api] Add follow list export endpoint 2024-10-31 20:48:07 +01:00
pancakes
62aa5f3075
[backend/api] Add follow list import endpoint 2024-10-31 20:48:07 +01:00
Laura Hausmann
6a2ce89699
[backend/federation] Align tests with new max clock skew value 2024-10-31 18:51:45 +01:00