summaryrefslogtreecommitdiff
path: root/packages/frontend/src/scripts/aiscript/api.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(frontend): ↵おさむのひと2024-01-041-1/+2
| | | | | | | | | | | | | os.tsに引き込んだscripts/api.tsの再exportをやめる (#12694) * refactor(frontend): os.tsに引き込んだscripts/api.tsの再exportをやめる * fix * fix * renate to "misskeyApi" * rename file
* Fix: AiScriptのreadlineの修正をPlay以外にも適用 (#12841)FineArchs2024-01-041-0/+10
| | | | | | | | | | | | | | | | | | | * add AiScriptReadline() in api.ts * apply AiScriptReadline on flash.vue * AiScriptReadline → aiScriptReadline * Update flash.vue * Update scratchpad.vue * Update WidgetAiscript.vue * Update WidgetAiscriptApp.vue * Update WidgetButton.vue * Update plugin.ts
* fix(frontend): disable Mk:apiExternalsyuilo2023-12-091-0/+2
|
* feat(AiScript): Mk:nyaize() を追加 (#12136)かっこかり2023-10-251-0/+5
| | | | | | | * feat(AiScript): Mk:nyaize * Update Changelog * Fix relative path
* feat: AiScriptでホストのアドレスを参照できる定数 (#11924)FineArchs2023-09-301-1/+2
| | | | | | | | | | | * add HOST_URL * Update CHANGELOG.md * tweak --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Feat: AiScriptでリモートサーバーのAPIを叩く関数を追加 (#11887)FineArchs2023-09-291-0/+10
| | | | | | | | | | | | | | | | | | | | | | | * add Mk:apiExternal * fix * lint * Update CHANGELOG.md * Update api.ts * add apiExternal() * add apiExternal() * allow / ambiguity * use os.apiExternal() * add checks * fix url
* Mk:apiで外部サーバーとの接続を禁止 (#11883)FineArchs2023-09-241-1/+4
| | | | | | | | | | | | | | | | | * Mk:url(): no automatic token attaching when ep is url * Limit requests to external servers by Mk:api * remove unused import * Update CHANGELOG.md * Update packages/frontend/src/scripts/aiscript/api.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor(frontend): use ESMsyuilo2023-09-191-5/+5
|
* feat: Mk:apiが失敗時エラー型の値を返すように (#2) (#11843)FineArchs2023-09-181-2/+5
| | | | | * Mk:apiが失敗時エラー型の値を返すように (#2) * Update CHANGELOG.md
* enhance(frontend): ↵syuilo2023-09-011-3/+0
| | | | | | AiScriptからMisskeyサーバーAPIを呼び出す際の制限を撤廃 Resolve #7123
* enhance(frontend/aiscript): 現在の設定言語を取得できるようにsyuilo2023-08-211-0/+2
| | | | Resolvve #11750
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* URL取得変数を関数に変更 #11392 (#11393)setaria2023-07-271-1/+3
|
* 現在閲覧中のURLを取得するプロパティを追加 (#11234)setaria2023-07-131-0/+1
| | | | | | | | | * 現在閲覧中のURLを取得するプロパティを追加 #11232 * commit the uncommitted remainder --------- Co-authored-by: setaria <v.setaria@gmail.com>
* fix: return null from Mk:dialog (#10676)tsukimizake2023-05-021-0/+1
|
* chore(client): add type checksyuilo2023-02-051-1/+5
|
* wiptamaina2023-01-161-1/+1
|
* enhance(client): ↵syuilo2023-01-161-0/+2
| | | | AiScriptからカスタム絵文字一覧を参照できるように
* refactor(client): typed localStoragesyuilo2023-01-071-2/+3
|
* rename: client -> frontendsyuilo2022-12-271-0/+43