- Jul 05, 2023
-
-
anatawa12 authored
* feat: hide image easily * docs(changelog): add 画像を動画と同様に簡単に隠せるように
-
okayurisotto authored
* refactor(`ApDbResolverService.ts`): URLを扱う複雑な正規表現をURLインターフェイスで置き換え * fixup! refactor(`ApDbResolverService.ts`): URLを扱う複雑な正規表現をURLインターフェイスで置き換え
-
tamaina authored
-
Kagami Sascha Rosylight authored
* feat(frontend): allow cropping images on drive * nanka iroiro * folder --------- Co-authored-by:
tamaina <tamaina@hotmail.co.jp>
-
anatawa12 authored
* feat: add edit antenna button onto deck column * feat: add edit list button onto deck column * docs(changelog): add deck UIのカラムのメニューからアンテナとリストの編集画面を開けるようになりました
-
Umisyo(Souta Kusunoki) authored
* refactor: ApDeliverManagerService.ts のanyを適切な型に置き換え Signed-off-by:
Umisyo <kusunokisouta@gmail.com> * fix: quote to single quote Signed-off-by:
Umisyo <kusunokisouta@gmail.com> * refactor: JSDocを実態に合わせて修正 Signed-off-by:
Umisyo <kusunokisouta@gmail.com> * fix: activityのnullを許容するよう変更 Signed-off-by:
Umisyo <kusunokisouta@gmail.com> --------- Signed-off-by:
Umisyo <kusunokisouta@gmail.com> Co-authored-by:
tamaina <tamaina@hotmail.co.jp>
-
tamaina authored
-
- Jul 04, 2023
-
-
tamaina authored
* enhance(frontend): Better MkPagination Appearance * fix * fix * 新規投稿が空でも先頭に戻ったらunshiftItemsする * use Map * refactor, 型エラー潰し * refactor
-
tamaina authored
* perf(frontend): use setInterval instead of setTimeout chain in MkTime * fix * props.origin * props.origin 2 * fix * add comment * setIntervalを再設定する * refactor
-
tamaina authored
-
- Jul 03, 2023
-
-
riku6460 authored
* perf(backend): JSON.parse の呼び出しを削減する Co-authored-by:
Hidekazu Kobayashi <kobahide789@gmail.com> * Update CHANGELOG.md --------- Co-authored-by:
Hidekazu Kobayashi <kobahide789@gmail.com>
-
-
syuilo authored
-
mappi authored
* wip * Fix 11021
-
- Jul 02, 2023
- Jul 01, 2023
-
-
syuilo authored
-
- Jun 28, 2023
-
-
Kagami Sascha Rosylight authored
* feat(backend): accept OAuth bearer token * refactor * Update packages/backend/src/server/api/ApiCallService.ts Co-authored-by:
Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update packages/backend/src/server/api/ApiCallService.ts Co-authored-by:
Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix * kind: permission for account moved error * also for suspended error * Update packages/backend/src/server/api/StreamingApiServerService.ts Co-authored-by:
Acid Chicken (硫酸鶏) <root@acid-chicken.com> --------- Co-authored-by:
Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
- Jun 26, 2023
-
-
Kagami Sascha Rosylight authored
-
Yuriha authored
* Suppress ReferenceError on some environments (i.e. older iOS) * fix * fix * lint * adopt suggestion by acid-chicken
-
Kagami Sascha Rosylight authored
-
- Jun 25, 2023
-
-
syuilo authored
* refactor(backend): use node16 for moduleResolution * update deps * Update tsconfig.json *
✌️ * revive KEYWORD * restore strict-event-emitter-types dependency * restore ms dependency * cancel redundant import reorder * fix * Delete ms.ts * remove rndstr --------- Co-authored-by:Kagami Sascha Rosylight <saschanaz@outlook.com>
-
Kagami Sascha Rosylight authored
* refactor(backend): replace rndstr with secureRndstr * Update pnpm-lock.yaml * .js
-
- Jun 24, 2023
-
-
Kagami Sascha Rosylight authored
* chore(backend, misskey-js): add type for signup * rerun
-
Kagami Sascha Rosylight authored
* refactor(backend): replace private-ip with ipaddr.js * restore ip-cidr
-
Kagami Sascha Rosylight authored
-
Kagami Sascha Rosylight authored
-
syuilo authored
-
syuilo authored
-
syuilo authored
Resolve #11007
-
syuilo authored
-
- Jun 23, 2023
- Jun 22, 2023
-
-
Balazs Nadasdi authored
Error message: ``` ReplyError: ERR value is not an integer or out of range script: 720d973b3877f92b4fb3285ced83c97cdd204979, on @user_script:209. ``` The whole error can be tracked back to one of the arguments, which is `Infinity` in the codebase, but it has to be a number. The documentation in bullmq says `0` is unlimited[^1], and bullmq tries to parse the argument with `tonumber` which returns with `-9223372036854775808` if the argument is `"Infinity"` which is out of bound. ``` 127.0.0.1:6379> eval 'return tonumber(ARGV[3])' '2' 'slippy.xyz:queue:inbox:inbox:delayed' 'slippy.xyz:queue:inbox:inbox:events' 'slippy.xyz:queue:inbox:inbox:' '1687183763944' Infinity 'delayed' (integer) -9223372036854775808 127.0.0.1:6379> ``` [^1]: https://github.com/taskforcesh/bullmq/blob/master/src/commands/cleanJobsInSet-2.lua#L10 Signed-off-by:
Efertone <efertone@pm.me>
-
- Jun 17, 2023
-
-
NoriDev authored
-
- Jun 13, 2023
-
-
syuilo authored
Resolve #10998
-
- Jun 11, 2023
-
-
syuilo authored
-
syuilo authored
-
-
syuilo authored
* New translations ja-JP.yml (Chinese Simplified) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (Turkish) * New translations ja-JP.yml (German) * New translations ja-JP.yml (English)
-