Commit graph

2078 commits

Author SHA1 Message Date
Samuel Proulx
f58c3bff52
[frontend/components] Fix accessibility issues in the compose dialogue. Fixes ISH-538. 2024-10-24 20:55:06 +02:00
Laura Hausmann
80f275663e
[backend] Remove unused constant 2024-10-24 20:31:29 +02:00
Laura Hausmann
4dc021fcc4
[backend/federation] Fix ASObject.IsUnresolved regression 2024-10-24 20:30:34 +02:00
Laura Hausmann
af2f5a5ef9
[backend/configuration] Improve ParseNaturalDuration 2024-10-24 20:28:44 +02:00
Laura Hausmann
1c2c958dfb
[backend/federation] Preload webfinger JSON-LD context definition 2024-10-24 19:27:10 +02:00
Laura Hausmann
29cbf5cb4b
[backend/asp] Return trace identifier header even when no error has occurred 2024-10-24 19:08:37 +02:00
Lilian
6e30b667b2
[sln] Code cleanup 2024-10-24 18:49:17 +02:00
Lilian
f02134bb64
[frontend/components] Fix unnecessary re-rendering 2024-10-24 18:45:39 +02:00
Laura Hausmann
c134e9f87c
[backend/api] Return stripped reply data in note ascendants endpoint 2024-10-24 18:20:48 +02:00
Laura Hausmann
a37d4c141d
[backend/api] Return stripped reply data in note descendants endpoint 2024-10-24 18:20:48 +02:00
Lilian
d127e33746
[frontend] Prevent JS use before initialization in SingleNote 2024-10-24 18:20:48 +02:00
Lilian
0590f93dd2
[frontend/components] Fix truncation of long notes (ISH-473) 2024-10-24 18:20:48 +02:00
Lilian
fb0586ecba
[frontend/components] Update NoteDetails to use PaginationWrapper 2024-10-24 18:20:48 +02:00
Lilian
9cd2f4f530
[frontend/core] Update NoteControllerModel 2024-10-24 18:20:48 +02:00
Lilian
4caace8214
[backend/api] Use RestPagination for Renotes and Quotes endpoints 2024-10-24 18:20:48 +02:00
Laura Hausmann
4b5d76961f
[backend/api] Add PaginationWrapper<TData> & associated helper methods 2024-10-24 18:20:48 +02:00
Laura Hausmann
55530f482d
[backend/api] Add pagination data to note likes and note renotes responses 2024-10-24 18:20:48 +02:00
Lilian
2078ce3747
[frontend] Hide detail tabs when they are empty 2024-10-24 18:20:48 +02:00
Lilian
f2c314df7b
[frontend] Add quotes to note detail view 2024-10-24 18:20:48 +02:00
Lilian
066a4ddf38
[frontend/core] Add quotes endpoint to NoteControllerModel 2024-10-24 18:20:48 +02:00
Lilian
5dc54826e4
[backend/api] Add quotes enpoint 2024-10-24 18:20:48 +02:00
Lilian
a054080364
[frontend] Add renotes to note detail view 2024-10-24 18:20:48 +02:00
Lilian
f0cb04d5b7
[frontend/core] Update NoteControllerModel with renotes endpoint 2024-10-24 18:20:48 +02:00
Lilian
a30693e596
[backend/api] Add renotes endpoint 2024-10-24 18:20:48 +02:00
Lilian
f15e1d5bb5
[frontend/components] Fix redirect target when clicking timeline note 2024-10-24 18:20:48 +02:00
Lilian
6defbb648d
[frontend/pages] Fix erroneous "note not found" message in SingleNote view (ISH-511) 2024-10-24 18:20:48 +02:00
Lilian
44c45792f4
[frontend] Implement redirect on login page (ISH-480) 2024-10-24 18:20:48 +02:00
Lilian
0cb1403c68
[frontend/components] Mark replies to inaccessible posts with lock (ISH-344) 2024-10-24 18:20:48 +02:00
Lilian
24a16f7fad
[frontend/components] Show inline replies on timeline (ISH-344) 2024-10-24 18:20:48 +02:00
Lilian
f48ff0c4b3
[frontend/components] Added reply count to reply button 2024-10-24 18:20:48 +02:00
Lilian
4768bfaf3d
[frontend] Add note detail view 2024-10-24 18:20:48 +02:00
Lilian
0b40aea8d4
[frontend/core] Update NoteControllerModel with likes endpoint 2024-10-24 18:20:48 +02:00
Lilian
3a4738d1fd
[backend/web] Add "likes" endpoint 2024-10-24 18:20:48 +02:00
Lilian
9b07868a60
[frontend] Refactor initial load in single note view. 2024-10-24 18:20:48 +02:00
Lilian
a9d42b214a
[frontend/mfm] Make URLs and links open in a new tab 2024-10-24 18:20:48 +02:00
Lilian
a77b6f2a92
[frontend] Code cleanup 2024-10-24 18:20:48 +02:00
Lilian
b0bd41a4f0
[frontend/components] Add state reconstruction to note search 2024-10-24 18:20:48 +02:00
Lilian
bc335b8f2c
[frontend/core] Add note search state pattern 2024-10-24 18:20:48 +02:00
Laura Hausmann
e4074dddbc
[backend/core] Allow manual resetting of the home timeline heuristic 2024-10-24 16:48:06 +02:00
Laura Hausmann
f19a414b27
[backend/federation] Refactor UserResolver (ISH-548) 2024-10-24 01:48:09 +02:00
Laura Hausmann
e753bacb1d
[backend] Code cleanup 2024-10-24 01:41:49 +02:00
Laura Hausmann
dd8a59db13
[backend/federation] Fix typo causing confusing log messages in ActivityHandlerService 2024-10-23 17:48:29 +02:00
Laura Hausmann
0e8aa8963c
[backend/federation] Improve error handling in InboxValidationMiddleware 2024-10-23 17:47:47 +02:00
pancakes
13955e7efe [backend/masto-client] Move Bite from Pleroma to Mastodon 2024-10-23 05:04:55 +02:00
pancakes
4bcfa99a3f [backend/masto-client] Add FromHybrid to BiteUser id 2024-10-23 05:04:55 +02:00
pancakes
b170624b44 [docs] Add FEP-9fde to FEDERATION.md 2024-10-23 05:04:55 +02:00
pancakes
5cf2145bec [backend] Update WebFinger nodeinfo features 2024-10-23 05:04:55 +02:00
pancakes
8cbca253e8 [backend/masto-client] Add Bite extension 2024-10-23 05:04:55 +02:00
pancakes
95666a865f [shared] Add bite back notification 2024-10-23 05:04:55 +02:00
pancakes
e68ec89cdb Fix formatting 2024-10-23 05:04:55 +02:00