- Dec 28, 2023
-
-
anatawa12 authored
pnpm build && pnpm build-misskey-js-with-types && pnpm --filter misskey-js api
-
zyoshoka authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
* New translations ja-jp.yml (Spanish) * New translations ja-jp.yml (Chinese Traditional) * New translations ja-jp.yml (Korean) * New translations ja-jp.yml (Korean)
-
Nya Candy authored
-
おさむのひと authored
-
syuilo authored
-
Marie authored
-
- Dec 27, 2023
-
-
Marie authored
Closes #263
-
Marie authored
Closes #202
-
S Kopper authored
-
Amelia Yukii authored
-
Marie authored
Closes #259
-
- Dec 26, 2023
-
-
S Kopper authored
-
S Kopper authored
all of these are blind find and replace, no clue if they end up breaking anything
-
S Kopper authored
-
S Kopper authored
this fixes a small ux quirk where blanking a reply and cancelling it results in an empty reply next time you try to reply to that note, accidentally un-tagging everyone
- Dec 25, 2023
- Dec 24, 2023
-
-
Marie authored
Closes #217
-
- Dec 23, 2023
-
-
dakkar authored
-
Marie authored
Closes #223 Reviewed-on: https://git.joinsharkey.org/Sharkey/Sharkey/pulls/246 Reviewed-by:
Marie <marie@kaifa.ch>
-
Marie authored
-
Marie authored
Closes #223
-
dakkar authored
we know this looks decent because it's what the MkInstanceTicker already does
-
dakkar authored
-
dakkar authored
this is probably never actually used, but it still looks like a good idea (also, FireFish does it) thanks @ShittyKoper for noticing!
-
dakkar authored
the implementation is copied from the other places we already check HTTP signatures, and cross-checked with Firefish's implementation
-
Marie authored
-
dakkar authored
-
dakkar authored
this also fixes the connecting lines in the Sk-style view thanks @ShittyKopper for reporting the bug! NOTE: at this point, the `isDeletedRef` boolean is pretty much useless, because we're directly removing deleted notes from the `replies` array and therefore from the DOM (we were just hiding them, before); I'm intentionally not touching `isDeletedRef` to simplify merges from upstream
-
dakkar authored
-
dakkar authored
`useNoteCapture` already subscribes to all updates for a note, so we can tell it when a note gets replied to, too Since I'm not actually adding any extra subscription in the client, just an extra callback, there should be no overhead when replies are not coming in. Also, all the timelines already call `useNoteCapture` for each note displayed, so we know the whole `GlobalEventService` thing works fine. Many thanks to VueJS for taking care of all the DOM complications
-