Laura Hausmann
|
f667f2f985
|
[mastodon-client] POST /accounts/:id/mute, POST /accounts/:id/unmute; Fix timeline helper function
|
2023-10-04 22:01:10 +02:00 |
|
Laura Hausmann
|
3c22417a31
|
[mastodon-client] POST /accounts/:id/block, /accounts/:id/unblock
|
2023-10-04 22:01:10 +02:00 |
|
Laura Hausmann
|
deeb71856d
|
[mastodon-client] GET /accounts/relationships
|
2023-10-04 22:01:10 +02:00 |
|
Laura Hausmann
|
5c999a20d0
|
[mastodon-client] POST /accounts/:id/follow, POST /accounts/:id/unfollow
|
2023-10-04 22:01:10 +02:00 |
|
Laura Hausmann
|
cfc3db5c7c
|
[mastodon-client] Code cleanup
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
72619198b9
|
[mastodon-client] POST /notifications/:id/dismiss; POST /notifications/clear
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
ac6ba79a36
|
[mastodon-client] GET /notifications/:id
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
58dcbe68b7
|
[mastodon-client] GET /notifications
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
9d59ee09fd
|
[mastodon-client] Improve link pagination helper function
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
d8659b5a94
|
[mastodon-client] Better home timeline query
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
35e35c0998
|
[mastodon-client] Update FIXMEs
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
f1f0fa3bc7
|
[mastodon-client] Fix posts falsely showing as boosted
|
2023-10-04 22:01:09 +02:00 |
|
Laura Hausmann
|
d9ec53db4c
|
[mastodon-client] Further improve query performance
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
455c249f3d
|
[mastodon-client] Improve note query performance
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
7da7b6e09b
|
[mastodon-client] Proper pagination for /bookmarks & /favorites
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
d3a88ff613
|
[mastodon-client] GET /favourites
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
376bfc6b13
|
[mastodon-client] GET /bookmarks
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
5ee1a1e604
|
[mastodon-client] Fix emoijs on status detail endpoint
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
6d2ed68a49
|
[mastodon-client] Properly format quotes
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
f8be4533df
|
[mastodon-client] Allow unauthorized uses to access /accounts/:id/statuses
|
2023-10-04 22:01:08 +02:00 |
|
Laura Hausmann
|
f6d0183668
|
[mastodon-client] Fix ordering of ancestors & descendants for status context
|
2023-10-04 22:01:07 +02:00 |
|
Laura Hausmann
|
dd0875e517
|
[mastodon-client] Fix own user following/followers when ffVisibility is restricted
|
2023-10-04 22:01:07 +02:00 |
|
Laura Hausmann
|
97067648e8
|
[mastodon-client] GET /accounts/:id/following
|
2023-10-04 22:01:07 +02:00 |
|
Laura Hausmann
|
c86ab31a29
|
[mastodon-client] Proper pagination for /accounts/:id/followers
|
2023-10-04 22:01:07 +02:00 |
|
Laura Hausmann
|
ba5bcbb16c
|
[mastodon-client] Fix created_at field on user objects
|
2023-10-04 22:01:07 +02:00 |
|
Laura Hausmann
|
05c32e719c
|
[mastodon-client] GET /accounts/:id/followers
|
2023-10-04 22:01:07 +02:00 |
|
Laura Hausmann
|
f825dcc811
|
[mastodon-client] Respect minId query param
|
2023-10-04 22:01:07 +02:00 |
|
Laura Hausmann
|
e90b679864
|
[mastodon-client] Cache account/user data per api call
|
2023-10-04 22:01:06 +02:00 |
|
Laura Hausmann
|
941f44dc71
|
[mastodon-client] Fix note favorite count
|
2023-10-04 22:01:06 +02:00 |
|
Laura Hausmann
|
16c10f55a3
|
[mastodon-client] Fix GET /accounts/:id/statuses
|
2023-10-04 22:01:06 +02:00 |
|
Laura Hausmann
|
81b08bebd0
|
[mastodon-client] Fix mentions
|
2023-10-04 22:01:06 +02:00 |
|
Laura Hausmann
|
f906ec1d55
|
[mastodon-client] Fix note favorite status
|
2023-10-04 22:01:06 +02:00 |
|
Laura Hausmann
|
0aeeeca076
|
[mastodon-client] GET /accounts/:id/statuses
|
2023-10-04 22:01:06 +02:00 |
|
Laura Hausmann
|
cebfa5ccb8
|
[mastodon-client] Fix banners and avatars
|
2023-10-04 22:01:06 +02:00 |
|
Laura Hausmann
|
b8cbcafe3a
|
[mastodon-client] GET /timelines/public
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
f747d6b8c1
|
[mastodon-client] Fix normalizeUrlQuery
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
ec8285530b
|
[mastodon-client] NoteConverter, UserConverter: move to await-all
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
0d8fe856aa
|
[mastodon-client] Skip processing mentions of deleted users
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
8e3e2440b8
|
[mastodon-client] GET /timelines/home
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
15e698df46
|
[mastodon-client] Fix handling of note visibility errors and anonymous calls
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
f384186b88
|
[mastodon-client] Refactor NoteHelpers
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
777db83014
|
[mastodon-client] Implement NoteConverter.encodeMany function
|
2023-10-04 22:01:05 +02:00 |
|
Laura Hausmann
|
e1e4160a62
|
[mastodon-client] GET /statuses/:id/context
|
2023-10-04 22:01:04 +02:00 |
|
Laura Hausmann
|
2fe58b0017
|
[mastodon-client] Refactor converters
|
2023-10-04 22:01:04 +02:00 |
|
Laura Hausmann
|
d258789c34
|
[mastodon-client] GET /accounts/:id
|
2023-10-04 22:01:04 +02:00 |
|
Laura Hausmann
|
6606eda981
|
[mastodon-client] GET /statuses/:id
|
2023-10-04 22:01:04 +02:00 |
|
Laura Hausmann
|
412aa96c95
|
Remove jarring touch animation for navbar buttons on mobile
|
2023-10-04 21:53:36 +02:00 |
|
AntoineD
|
48d5595639
|
Enhanced mobile post btn
|
2023-10-04 21:53:36 +02:00 |
|
AntoineD
|
17e9ee0217
|
Enhanced mobile navbar
|
2023-10-04 21:53:32 +02:00 |
|
Aylam
|
919fcd8730
|
Remove Calendar widget by default
|
2023-10-04 15:00:40 +02:00 |
|