yukineko
02957a1b5d
enhance: 招待機能の改善 ( #11195 )
...
* refactor(backend): 招待機能を改修
* feat(backend): 招待コードのcreate/delete/listエンドポイントを追加
* add(misskey-js): エンドポイントと型を追加
* change(backend): metaでinvite関連の情報も返すように
* add(misskey-js): エンドポイントと型を追加
* add(backend): `/endpoints/invite/limit`を追加
* fix: createdByがnullableではなかったのを修正
* fix: relationが取得できていなかった問題を修正
* fix: パラメータを間違えていたのを修正
* feat(client): 招待ページを実装
* change(client): インスタンスメニューの「招待」押した場合に招待ページに飛ぶように変更
* feat: 招待コードをコピーできるように
* change(backend): metaに招待コード発行に関する情報を持たせるのをやめる
* feat: ロールごとに招待コードの発行上限数などを設定できるように
* change(client): 招待コードをコピーしたときにダイアログを出すように
* add: 招待に関する管理者用のエンドポイントを追加
* change(backend): モデレーターであれば作成者以外でも招待コードを削除できるように
* change(backend): admin/invite/listはオフセットでページネーションするように
* feat(client): 招待コードの管理ページを追加
* feat(client): 招待コードのリストをソートできるように
* change: `admin/invite/create`のレスポンスを修正
* fix(client): 有効期限を指定できていなかった問題を修正
* refactor: 必要のない箇所を削除
* perf(backend): use limit() instead of take()
* change(client): 作成ボタンを見た目を変更
* refactor: 招待コードの生成部分を共通化し、コード内に"01OI"のいずれかの文字を含まないように
* fix(client): paginationの仕様が変わっていたので修正
* change(backend): expiresAtパラメータのnullを許容
* change(client): 有効期限を設けないときは日付の入力欄を非表示に
* fix: 自身のポリシーよりもインスタンス側のポリシーが優先表示される問題を修正
* fix: n時間のときに「n時間間」となってしまうのを修正
* fix(backend): ポリシーが途中で変更されたときに作成可能数がマイナス表記になってしまうのを修正
* change(client): 招待コードのユーザー名が不明な理由を表示するように
* update: CHANGELOG.md
* lint
* refactor
* refactor
* tweak ui
* 🎨
* 🎨
* add(backend): indexを追加
* change(backend): indexの追加に伴う変更
* change(client): インスタンスメニューの「招待」の場所を変更
* add(frontend): MkInviteCode用のstorybookを追加
* Update misskey-js.api.md
* fix(misskey-js): InviteのcreatedByの型が間違っていたのを修正
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-07-15 09:57:58 +09:00
okayurisotto
c0dbc3b53f
refactor: substr
-> substring
( #11273 )
2023-07-14 07:59:54 +09:00
okayurisotto
d84796588c
cleanup: trim trailing whitespace ( #11136 )
...
* cleanup: trim trailing whitespace
* update(`.editorconfig`)
---------
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-07-08 07:08:16 +09:00
syuilo
d5c4e77c44
update deps
2023-07-07 10:53:06 +09:00
Kagami Sascha Rosylight
1b1f82a2e2
feat(backend): accept OAuth bearer token ( #11052 )
...
* 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>
2023-06-28 13:37:13 +09:00
syuilo
8099bc24e1
refactor(backend): use node16 for moduleResolution ( #10938 )
...
* 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>
2023-06-25 21:13:15 +09:00
Kagami Sascha Rosylight
7bb8c71543
chore(backend, misskey-js): add type for signup ( #11043 )
...
* chore(backend, misskey-js): add type for signup
* rerun
2023-06-25 08:34:18 +09:00
Kagami Sascha Rosylight
f0b5860b9c
chore(misskey-js): fix invalid version string format
2023-06-24 14:20:28 +02:00
syuilo
60cc7f62e6
update deps
2023-06-24 13:11:53 +09:00
syuilo
3fe1c862f6
update misskey-js version
2023-06-24 12:46:30 +09:00
syuilo
f5dfb64a52
ユーザー統計表示機能を削除
...
Resolve #10998
2023-06-13 14:13:33 +09:00
syuilo
f69627939b
Update misskey-js.api.md
2023-06-10 13:45:30 +09:00
Ebise Lutica
34a32a8334
エラー画像URLを設定可能に ( #10959 )
...
* エラー画像URLを設定可能に
* Update CHANGELOG.md
* 設定したエラーアイコンをprefetchするようにbase.pugを変更
* 不足していたデータを追加
* enhance(frontend): デザイン調整
2023-06-09 14:00:53 +09:00
syuilo
8ccf954065
Update misskey-js.api.md
2023-06-06 09:37:36 +09:00
syuilo
29856a9129
tweak of 981e6f996
2023-06-06 09:16:38 +09:00
syuilo
5be6438bbc
update deps
2023-05-12 12:10:56 +09:00
syuilo
bcd123371b
update deps
2023-05-02 20:52:36 +09:00
Namekuji
d28866f71a
enhance: account migration ( #10592 )
...
* copy block and mute then create follow and unfollow jobs
* copy block and mute and update lists when detecting an account has moved
* no need to care promise orders
* refactor updating actor and target
* automatically accept if a locked account had accepted an old account
* fix exception format
* prevent the old account from calling some endpoints
* do not unfollow when moving
* adjust following and follower counts
* check movedToUri when receiving a follow request
* skip if no need to adjust
* Revert "disable account migration"
This reverts commit 2321214c98
.
* fix translation specifier
* fix checking alsoKnownAs and uri
* fix updating account
* fix refollowing locked account
* decrease followersCount if followed by the old account
* adjust following and followers counts when unfollowing
* fix copying mutings
* prohibit moved account from moving again
* fix move service
* allow app creation after moving
* fix lint
* remove unnecessary field
* fix cache update
* add e2e test
* add e2e test of accepting the new account automatically
* force follow if any error happens
* remove unnecessary joins
* use Array.map instead of for const of
* ユーザーリストの移行は追加のみを行う
* nanka iroiro
* fix misskey-js?
* ✌️
* 移行を行ったアカウントからのフォローリクエストの自動許可を調整
* newUriを外に出す
* newUriを外に出す2
* clean up
* fix newUri
* prevent moving if the destination account has already moved
* set alsoKnownAs via /i/update
* fix database initialization
* add return type
* prohibit updating alsoKnownAs after moving
* skip to add to alsoKnownAs if toUrl is known
* skip adding to the list if it already has
* use Acct.parse instead
* rename error code
* 🎨
* 制限を5から10に緩和
* movedTo(Uri), alsoKnownAsはユーザーidを返すように
* test api res
* fix
* 元アカウントはミュートし続ける
* 🎨
* unfollow
* fix
* getUserUriをUserEntityServiceに
* ?
* job!
* 🎨
* instance => server
* accountMovedShort, forbiddenBecauseYouAreMigrated
* accountMovedShort
* fix test
* import, pin禁止
* 実績を凍結する
* clean up
* ✌️
* change message
* ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに
* Revert "ブロック, フォロー, ミュート, リストのインポートファイルの制限を32MiBに"
This reverts commit 3bd7be35d8aa455cb01ae58f8172a71a50485db1.
* validateAlsoKnownAs
* 移行後2時間以内はインポート可能なファイルサイズを拡大
* clean up
* どうせactorをupdatePersonで更新するならupdatePersonしか移行処理を発行しないことにする
* handle error?
* リモートからの移行処理の条件を是正
* log, port
* fix
* fix
* enhance(dev): non-production環境でhttpサーバー間でもユーザー、ノートの連合が可能なように
* refactor (use checkHttps)
* MISSKEY_WEBFINGER_USE_HTTP
* Environment Variable readme
* NEVER USE IN PRODUCTION
* fix punyHost
* fix indent
* fix
* experimental
---------
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
2023-04-30 00:09:29 +09:00
syuilo
e1f9ab77f8
feat: Server rules ( #10660 )
...
* enhance(frontend): サーバールールのデザイン調整
* enhance(frontend): i18n
* enhance(frontend): 利用規約URLの設定を「モデレーション」ページへ移動
* enhance(frontend): サーバールールのデザイン調整
* Update CHANGELOG.md
* 不要な差分を削除
* fix(frontend): lint
* ui tweak
* test: add stories
* tweak
* test: bind args
* test: add interaction tests
* fix bug
* Update packages/frontend/src/pages/admin/server-rules.vue
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
* Update misskey-js.api.md
* chore: windowを明示
* 🎨
* refactor
* 🎨
* 🎨
* fix e2e test
* 🎨
* 🎨
* fix icon
* fix e2e
---------
Co-authored-by: Ebise Lutica <7106976+EbiseLutica@users.noreply.github.com>
Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
2023-04-19 21:24:31 +09:00
syuilo
8c9cb9ee15
update deps
2023-04-19 12:52:14 +09:00
syuilo
65584f21bb
Update misskey-js.api.md
2023-04-08 14:39:54 +09:00
syuilo
b697f948df
Update misskey-js.api.md
2023-04-08 14:32:52 +09:00
Namekuji
25ebb73756
feat: account migration ( #10507 )
...
* add Move activity
* add endpoint to move from local to remote
* follow move activity coming to inbox
* fix move endpoint
* add known-as endpoint to create account alias
* add migration page
* add route to migration page
* add move and known-as endpoints
* fix dependnecies error
* fix new endpoints
* fix move activity id
* fix refollow
* add movedToUri and alsoKnownAs to api
* fix moveToUri indicator
* fix missing context
* add chengelog
* rename MkMoved to MkAccountMoved
* add missing semicolon
* fix targetUri
* fix followings query
* remove redundant null check
2023-04-08 14:16:26 +09:00
syuilo
a561b83070
fix deps
2023-04-06 20:29:17 +09:00
syuilo
88f22da052
update deps
2023-04-06 20:22:26 +09:00
tamaina
2650a7a5b8
fix: 通知インジケータが光りっぱなしになる問題を修正 ( #10483 )
...
* fix(misskey-js): ストリームがstringで送信される場合があるのを修正
* pnpm run api
* force read notification
* fix competition
2023-04-06 06:11:59 +09:00
syuilo
625fed8838
enhance(backend): チャンネルの既読管理を削除
...
- 現状上手く機能していない
- パフォーマンス上の理由
- 実装するにしてももっと効率的な方法がある
2023-04-05 07:52:49 +09:00
syuilo
30d6992684
perf(backend): 通知をRedisに保存するように
...
Resolve #10168
2023-04-04 14:06:57 +09:00
Acid Chicken (硫酸鶏)
38d0b62167
build( #10336 ): Storybook & Chromatic & msw ( #10365 )
...
* build(#10336 ): init
* fix(#10336 ): invalid name conversion
* build(#10336 ): load locales and vite config
* refactor(#10336 ): remove unused imports
* build(#10336 ): separate definitions and generated codes
* refactor(#10336 ): remove hatches
* refactor(#10336 ): module semantics
* refactor(#10336 ): remove unused common preferences
* fix: typo
* build(#10336 ): mock assets
* build(#10336 ): impl `SatisfiesExpression`
* build(#10336 ): control themes
* refactor(#10336 ): semantics
* build(#10336 ): make .storybook as an individual TypeScript project
* style(#10336 ): use single quote
* build(#10336 ): avoid intrinsic component names
* chore: suppress linter
* style: typing
* build(#10336 ): update dependencies
* docs: note about Storybook
* build(#10336 ): sync
* build(#10336 ): full reload server on change
* chore: use defaultStore instead
* build(#10336 ): show popups on Story
* refactor(#10336 ): remove redundant div
* docs: fix
* build(#10336 ): interactions
* build(#10336 ): add an interaction test for `<MkA/>`
* build(#10336 ): bump storybook
* docs(#10336 ): mention to pre-build misskey-js
* build(#10336 ): write stories for `MkAcct`
* build(#10336 ): write stories for `MkAd`
* build(#10336 ): fix missing type definition
* build(#10336 ): use `toHaveTextContent`
* build(#10336 ): write some stories
* build(#10336 ): hide internal args
* build(#10336 ): generate `components/global` stories only
* build(#10336 ): write stories for `MkMisskeyFlavoredMarkdown`
* fix: conflict errors
* build(#10336 ): subcomponents on sidebar
* refactor: restore `SatisfiesExpression`
* docs(#10336 ): note development status
* build(#10336 ): use chokidar-cli
* docs(#10336 ): note chokidar-cli mode
* chore(#10336 ): untrack generated stories files
* fix: pointer handling
* build(#10336 ): finalize
* chore: add static option to `MkLoading`
* refactor(#10336 ): bind to local args
* fix: missing case
* revert: restore `SatisfiesExpression`
This reverts commit f246699f38
.
* build(#10336 ): make storybook buildable
* build(#10336 ): staticify assets
* build(#10336 ): staticified directory structure
* build(#10336 ): normalize path for Windows
* ci(#10336 ): create actions
* build(#10336 ): ignore tsc errors
* build(#10336 ): ignore tsc errors
* build(#10336 ): missing dependencies
* build(#10336 ): missing dependencies
* build(#10336 ): use fast-glob
* fix: invalid lockfile
* ci(#10336 ): increase heap size
* build(#10336 ): use unpkg for storybook tabler icons
* build(#10336 ): use unpkg for storybook twemojis
* build(#10336 ): disable `ProfilePageCat`
* build(#10336 ): blur `MkA` before interaction ends
* ci(#10336 ): stabilize
* ci(#10336 ): fetch-depth
* build(#10336 ): isChromatic
* ci(#10336 ): notify on changes
* ci(#10336 ): fix typo
* ci(#10336 ): missing working directory
* ci(#10336 ): skip build
* ci(#10336 ): fix path
* build(#10336 ): fails on Windows
* build(#10336 ): available on Windows
* ci(#10336 ): disable animation on chromatic
* ci(#10336 ): add static option to `PageHeader.tabs`
* chore: void
* ci(#10336 ): change parameters
* docs(#10336 ): update CONTRIBUTING
* docs(#10336 ): note about meta overriding and etc.
* ci(#10336 ): use Chromatic for checks
* ci(#10336 ): use `pull_request` instead of `pull_request_target` for now
* ci(#10336 ): use `exitOnceUploaded`
* ci(#10336 ): reuse built storybook
* ci(#10336 ): back to `pull_request_target`
* chore: unused dependencies
* style(#10336 ): reduce prettier indents
* style: note about `TSSatisfiesExpression`
2023-04-04 09:38:34 +09:00
syuilo
152247bfda
refactor: remove autobind-decorator dep
2023-03-31 16:41:27 +09:00
syuilo
5d94062581
lint fix
2023-03-31 09:20:52 +09:00
syuilo
a23b25bff7
tweak misskey-js eslintrc
2023-03-31 09:18:58 +09:00
tamaina
0398787520
fix misskey-js/tsconfig.json (add dom lib)
2023-03-30 12:52:51 +00:00
tamaina
dccf03ffc2
Fix misskey-js/tsconfig.json
...
Fix #10441
2023-03-30 12:51:24 +00:00
syuilo
6d78162323
tweak misskey-js config
2023-03-30 14:00:51 +09:00
syuilo
d7fbef0a55
specify .js
2023-03-30 13:49:56 +09:00
syuilo
ea6f9f1e7d
tweak misskey-js config
2023-03-30 13:46:25 +09:00
syuilo
e9769c937b
misskey-jsのビルド設定を修正
2023-03-30 12:30:59 +09:00
syuilo
bb2b33f2c9
update deps
2023-03-30 12:03:04 +09:00
Kagami Sascha Rosylight
cee1d5e2d0
chore: integrate misskey-js as a workspace item (git subtree) ( #10409 )
...
* Additional changes for the merge
* api-misskey-js
2023-03-30 09:33:19 +09:00
Kagami Sascha Rosylight
772e05e835
Revert "Subtree merged in packages/misskey-js"
...
This reverts commit 3b524f32bf
, reversing
changes made to 5be54451a8
.
2023-03-25 08:20:41 +01:00
Kagami Sascha Rosylight
abdb43c440
Revert "Additional changes for the merge"
...
This reverts commit efb5e1d1cc
.
2023-03-25 08:20:34 +01:00
Kagami Sascha Rosylight
efb5e1d1cc
Additional changes for the merge
2023-03-25 08:13:30 +01:00
Kagami Sascha Rosylight
3b524f32bf
Subtree merged in packages/misskey-js
2023-03-25 08:09:24 +01:00