Commit graph

71 commits

Author SHA1 Message Date
6bb5eff11b
add httpsig and fix webfinger lookups 2024-12-16 20:50:05 -07:00
1806140f4b
merge author-messages and timeline components, start implementing navigator for viewing individual messages and authors 2024-12-11 20:19:11 -07:00
2ff69b9d38
add CreateMessageElement and enable interactivity on messages (replies) 2024-12-09 21:18:08 -07:00
264be94427
fix bonks on timeline, flesh out HonkAdapter.Do and add an API wrapper 2024-12-09 10:35:44 -07:00
ab8249e0bf
update README a bit 2024-12-07 18:15:45 -07:00
2c39f7fd3c
change webpack config and fine tune to use the frontend as a library 2024-12-07 18:04:04 -07:00
508722feb5
update module path 2024-12-06 19:30:41 -07:00
bbf26561f6
changing timeline filters works 2024-12-06 19:25:58 -07:00
03ee058fe7
remove extra console spam 2024-12-05 21:08:11 -07:00
d61c786ffd
remove old components, get subscribe/timeline working with honk adapter 2024-12-05 21:05:08 -07:00
b00f26b17d
HonkAdapter: subscribe! 2024-12-04 20:22:38 -07:00
a053406fc5
fix boosts for anon AP/honk 2024-12-03 23:44:11 -07:00
5b20ff3135
message list element implemented; needs styling and to fix bonks 2024-12-02 13:10:15 -07:00
51bd3a6505
get pull a user's public posts, we just need to fill the dom with the data 2024-12-01 17:35:49 -07:00
cae8c8b597
correct type names for AP 2024-12-01 16:26:12 -07:00
64d00083b7
redoing frontend stuff, we have a basic profile fetch working 2024-12-01 14:08:02 -07:00
305366dc9e
honk fetch just calls anonymous fetch cause the honk API is so tiny 2024-12-01 10:52:36 -07:00
a2017e3de8
basically finish anonAp adapter, it can fetch a user's profile, their outbox, or an individual note 2024-12-01 09:02:12 -07:00
194a5aed48
generic AP and honk progress 2024-11-29 12:00:54 -07:00
3d99b53935
update quartzgun, continue with honk adapter 2024-11-28 16:51:12 -07:00
e3c1f9d54b
change adapter API, implement honk::do::post 2024-11-01 19:13:21 -06:00
9195bba7ed
get ready for more implementation work 2024-10-02 18:54:14 -06:00
a7e5c99cec
add skeleton for CLI processor 2024-10-01 19:49:13 -06:00
c6cfdf9e9f
refactor things to enable CLI mode 2024-09-28 11:39:03 -06:00
09c7eb8318
start implementing boost carousel 2024-08-31 11:01:31 -06:00
7a2eb99eb6
don't add redundant IDs to batch timers, close data channel properly 2024-08-22 19:49:17 -06:00
bb7d4e2f7d
settings-element, tabbar-element: fix attributeChangedCallback 2024-08-22 19:18:30 -06:00
b4145db359
fix batch timer and use it for authors 2024-08-17 13:30:52 -06:00
bcfe1587c9
MisskeyAdapter: add author cache 2024-08-17 10:56:50 -06:00
aecfd97c96
MisskeyAdapter, NostrAdapter: try to fix misskey client context timeout, fix type signatures 2024-08-16 18:36:01 -06:00
67ec0e1809
tabbar-element, thread-summary-element: small fixes 2024-08-16 18:21:10 -06:00
89135d0399
turn off minification and start refactoring web components 2024-08-04 11:48:51 -06:00
557b87b700
implement batched fetch and fix adding adapter 2024-08-03 10:52:33 -06:00
0106b445b5
fix settings initialization 2024-07-16 14:11:46 -06:00
2976d438d9
use static classes for Settings and AdapterState 2024-07-16 13:43:35 -06:00
fead16168a
fix misskey author fetch, fmt 2024-07-07 14:54:33 -06:00
44bdad2e50
clean up frontend build config 2024-07-07 11:07:18 -06:00
9dc27a4b9a
misskey adapter can fetch notes; it needs a lock for its cache 2024-07-06 21:13:32 -06:00
e9e286ba3c
cleanup node deps 2024-07-06 12:55:34 -06:00
b990c13f78
cleanup console spam 2024-07-06 12:52:12 -06:00
6fc115ff41
slightly tweak thread creation algo 2024-07-06 12:43:30 -06:00
2f2b596270
ThreadSummaryElement: fix latest time 2024-07-04 23:49:51 -06:00
c03fbd7950
index view kinda working 2024-07-04 23:23:56 -06:00
fd2abcbb76
building out frontend stuff... almost there 2024-07-04 19:27:29 -06:00
c39c9f9412
convert tabbar and settings to web components 2024-06-30 21:51:25 -06:00
b8429533df
lining things up for UI goodness 2024-06-29 18:18:31 -06:00
2244bbcf7a
yak shaving to store and display messages 2024-06-29 11:04:08 -06:00
2c35e9c304
change some models, make get ready to build some UI, etc 2024-06-26 21:13:54 -06:00
1b0912c675
misskey.go: send messages on misskey timeline stream after initial fetch 2024-06-25 21:37:06 -06:00
a10d292efa
misskey.go: improve efficiency of timeline streaming 2024-06-25 21:33:57 -06:00