Alex Gleason
|
2fc9988c06
|
reqmeister: middleware/cache, reqmeister, nip05, unfurl, refactor some code
|
2023-12-27 20:07:13 -06:00 |
Alex Gleason
|
17cef2f186
|
Merge remote-tracking branch 'origin/main' into threads
|
2023-12-22 22:56:12 -06:00 |
Alex Gleason
|
ad0aaf97dd
|
Replace all timeouts with AbortSignal
|
2023-12-22 10:47:47 -06:00 |
Alex Gleason
|
acc133e8e2
|
Make Reqmeister work
|
2023-12-21 19:10:42 -06:00 |
Alex Gleason
|
a5369d9826
|
Ensure relations are loaded throughout the API where needed
|
2023-12-10 16:21:18 -06:00 |
Alex Gleason
|
a6947441fc
|
renderStatus: don't fetch the author, expect it to be passed in
|
2023-12-06 12:04:24 -06:00 |
Alex Gleason
|
9cd0a9bf22
|
Stop querying the pool
|
2023-10-09 13:17:02 -05:00 |
Alex Gleason
|
728f0bd657
|
accounts: followers/following & status counts
Fixes https://gitlab.com/soapbox-pub/ditto/-/issues/68
|
2023-08-30 09:50:51 -05:00 |
Alex Gleason
|
2841d4f399
|
queries: remove unused import
|
2023-08-29 13:25:58 -05:00 |
Alex Gleason
|
4d211d637e
|
timelines: add DRY renderStatuses function
|
2023-08-29 13:01:47 -05:00 |
Alex Gleason
|
e6d1494a10
|
streaming: make user stream mostly work, in a kind of hacky way
|
2023-08-28 13:34:15 -05:00 |
Alex Gleason
|
f198779ebe
|
Merge branch 'sync' into 'develop'
Sync the user on verify_credentials
Closes #11
See merge request soapbox-pub/ditto!17
|
2023-08-19 19:09:09 +00:00 |
Alex Gleason
|
23928c0024
|
Move hono-related functions until utils/web
|
2023-08-19 14:05:08 -05:00 |
Alex Gleason
|
eb4aebedd7
|
Sync the user on verify_credentials
Fixes https://gitlab.com/soapbox-pub/ditto/-/issues/11
|
2023-08-19 13:57:17 -05:00 |
Alex Gleason
|
c08c801e71
|
Make following work
|
2023-08-19 13:37:44 -05:00 |
Alex Gleason
|
b087d08306
|
Make the local timeline correctly filter only local users
|
2023-08-19 13:01:05 -05:00 |
Alex Gleason
|
dc49c305bd
|
Move isLocallyFollowed to queries.ts
|
2023-08-17 19:32:05 -05:00 |
Alex Gleason
|
299a1a0db0
|
Refactor some code that uses getFilters to import the whole module under a namespace
|
2023-08-17 15:41:27 -05:00 |
Alex Gleason
|
4f37a1b9f8
|
queries: don't unnecessarily sort things
|
2023-08-17 14:55:00 -05:00 |
Alex Gleason
|
7330cd10e2
|
Refactor getEvent to take an opts object
|
2023-08-17 14:51:49 -05:00 |
Alex Gleason
|
054a399f23
|
queries: reduce getFollows timeout to 1s
|
2023-08-17 13:19:36 -05:00 |
Alex Gleason
|
c516f007a5
|
queries: remove unnecessary "as Event" assertions
|
2023-08-17 13:18:46 -05:00 |
Alex Gleason
|
5a27d791e3
|
queries: make getFeed accept a pubkey instead of event3
|
2023-08-17 13:15:47 -05:00 |
Alex Gleason
|
870a6f5261
|
Add queries module for getting events for certain application needs
|
2023-08-17 13:12:38 -05:00 |