summaryrefslogtreecommitdiff
path: root/packages (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: pagination/date-separated-list系処理を良い感じに? (#8209)tamaina2023-01-139-266/+445
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pages/messaging/messaging-room.vue * wip * wip * wip??? * wip? * :v: * messaaging-room.form.vue rewrite to compositon api * refactor * 関心事でないのでとりあえず置いておく * :art: * :art: * i18n.ts * fix scroll container find function * fix * FIX * :v: * Fix scroll bottom detect * wip * aaaaaaaaaaa * rename * fix * fix? * :v: * :v: * clean up * clena up * refactor * scroll event once or not * fix * fix once * add safe-area-inset-bottom to spacer * fix * :v: * :art: * fix * fix * wip * :v: * clean up * fix lint * Update packages/client/src/components/global/sticky-container.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update packages/client/src/components/ui/pagination.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * Update packages/client/src/pages/messaging/messaging-room.form.vue Co-authored-by: Johann150 <johann.galle@protonmail.com> * clean up: single line comment * https://github.com/misskey-dev/misskey/pull/8209#discussion_r867386077 * fix * asobi → tolerance * pick form * pick message * pick room * fix lint * fix scroll? * fix scroll.ts * fix directives/sticky-container * update global/sticky-container.vue * fix, :art: * revert merge * :v: * fix lint errors * :art: * Update packages/client/src/types/date-separated-list.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * https://github.com/misskey-dev/misskey/pull/8209#discussion_r917225080 * use ' * Update packages/client/src/scripts/scroll.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * use Number.EPSILON Co-authored-by: acid-chicken <root@acid-chicken.com> * revert * fix * fix * Use % instead of vh * :art: * :art: * :art: * wip * wip * css modules Co-authored-by: Johann150 <johann.galle@protonmail.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* enhance: Judge instance block by endsWith (#9263)tamaina2023-01-1310-15/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * TypeScriptでendsWith * fix * SQL? * バ〜カアホ * Update packages/backend/src/core/UtilityService.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * add comment * add description * Update packages/backend/src/core/UtilityService.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update packages/backend/src/core/chart/charts/federation.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * remove comment * fix * fix? * add changelog * ILIKE, ARRAY Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* fix(server): signup-complete Brokensyuilo2023-01-131-2/+2
| | | | Fix #9538
* typosyuilo2023-01-131-5/+5
|
* fix(client): 数式を含む投稿が表示されないのを修正syuilo2023-01-131-2/+2
| | | | Fix #9535
* fixsyuilo2023-01-131-1/+5
|
* fix ads/update apisyuilo2023-01-131-1/+1
|
* カスタム絵文字の管理を権限を持つユーザーが行えるよ ↵syuilo2023-01-1319-16/+52
| | | | | | に Resolve #9542
* refactorsyuilo2023-01-133-7/+14
|
* fix(client): ↵syuilo2023-01-131-6/+6
| | | | | | 特定の場所でカスタム絵文字を含むテキストが表示されないのを修正 Fix #9537
* 招待コード発行を権限を持つユーザーが行えるようにsyuilo2023-01-138-12/+64
| | | | Resolve #9541
* fix `navButtonIcon` not being aligned to center (#9543)あずき⪥™2023-01-132-0/+2
| | | | | * fix `navButtonIcon` not being aligned to center * fix `navButtonIcon` on deck not being aligned
* プロフィールにロールを表示するようにsyuilo2023-01-132-0/+28
|
* fix(client): ロールの条件を削除する手段が無かったのを修正syuilo2023-01-131-1/+17
|
* Revert ↵syuilo2023-01-131-1/+1
| | | | | | "リモートユーザーはcanPublicNoteがfalseでもhomeにしないように" This reverts commit b2117ba3a18addea9f94fdda92029a6c0263cdab.
* remoteDriveCapacityMbをロールに統合syuilo2023-01-137-41/+16
|
* :art:syuilo2023-01-131-1/+3
|
* :v:syuilo2023-01-131-3/+5
|
* feat: conditional rolesyuilo2023-01-138-3/+282
| | | | Resolve #9539
* Revert "perf: build backend with swc (#9463)"syuilo2023-01-133-14/+27
| | | | This reverts commit 4579d022967bf9635e359500730e7546a520be11.
* refactorsyuilo2023-01-132-2/+7
|
* :art:syuilo2023-01-131-7/+7
|
* fix typosyuilo2023-01-131-1/+1
| | | | Fix #9536
* :art:syuilo2023-01-131-5/+5
|
* リモートユーザーはcanPublicNoteがfalseでもhomeにしないようにtamaina2023-01-121-1/+1
| | | | https://github.com/misskey-dev/misskey/issues/9534#issuecomment-1380645073
* Fix #9534tamaina2023-01-121-1/+1
|
* perf: build backend with swc (#9463)파링2023-01-123-27/+14
| | | | | | | * feat: build backend with swc * fix: swc build target Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* perf(backend): Use undici instead of node-fetch and got (#9459)tamaina2023-01-1217-240/+426
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Implement? HttpFetchService * :v: * remove node-fetch * fix * refactor * fix * gateway timeout * UndiciFetcherクラスを追加 (仮コミット, ビルドもstartもさせていない) * fix * add logger and fix url preview * fix ip check * enhance logger and error handling * fix * fix * clean up * Use custom fetcher for ApRequest / ApResolver * bypassProxyはproxyBypassHostsに判断を委譲するように * set maxRedirections (default 3, ApRequest/ApResolver: 0) * fix comment * handle error s3 upload * add debug message * no return await * Revert "no return await" This reverts commit b5b0dc58a342393d260492e3a6f58304372f53b2. * reduce maxSockets * apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger * Revert "apResolverのUndiciFetcherを廃止しapRequestのものを使う、 add ap logger" This reverts commit 997243915c8e1f8472da64f607f88c36cb1d5cb4. * add logger * fix * change logger name * safe * デフォルトでUser-Agentを設定
* Role (#9437)syuilo2023-01-1287-609/+1963
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * wip * wip * wip * Update create.ts * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * Update delete.ts * Update delete.ts * wip * wip * wip * Update account-info.vue * wip * wip * Update settings.vue * Update user-info.vue * wip * Update show-file.ts * Update show-user.ts * wip * wip * Update delete.ts * wip * wip * Update overview.moderators.vue * Create 1673500412259-Role.js * wip * wip * Update roles.vue * 色 * Update roles.vue * integrate silence * wip * wip
* ログイン画面のユーザー名フォームへのautocomplete設定 (#9515)Masaya Suzuki2023-01-121-1/+1
| | | | | | | | | * Add username class to username form * Fix add class process * Set id * Set autocomplete
* remove katexsyuilo2023-01-115-83/+3
|
* fix(client): ↵syuilo2023-01-101-0/+13
| | | | | | 画面の幅が狭いとウィジェットドロワーを閉じる手段がなくなるのを修正 Fix #7191
* refactor(client): use css modulessyuilo2023-01-102-19/+31
|
* fix stylesyuilo2023-01-101-25/+25
|
* perf(server): improve nodeinfo performancesyuilo2023-01-101-8/+19
| | | | Resolve #9505
* perf(server): improve stats api performancesyuilo2023-01-101-8/+13
|
* Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-01-102-3/+6
|\
| * prefer using composition (#9521)あずき⪥™2023-01-102-3/+6
| |
* | :art:syuilo2023-01-102-14/+22
|/
* enhance(server): アンケート選択肢の文字数制限を緩和syuilo2023-01-102-1/+12
| | | | Resolve #9511
* fix deck stylesyuilo2023-01-101-8/+7
|
* fix stylesyuilo2023-01-102-10/+10
|
* refactor(client): use css modulessyuilo2023-01-101-10/+6
|
* refactor(client): use css modulessyuilo2023-01-101-15/+27
|
* refactor(client): use css modulessyuilo2023-01-101-8/+14
|
* refactor(client): use css modulessyuilo2023-01-101-135/+132
|
* lintsyuilo2023-01-101-2/+2
|
* refactor: api, apiGet関数をosから@/scripts/api.tsに分離する (#9510)tamaina2023-01-102-80/+81
| | | | | | | | | | | | | * split api? * fix * :v: * no vue split? * Revert "no vue split?" This reverts commit 27ccec971e2925184a58da65c3472655def2617c.
* 画面下部に必要なスペース関連の改善 (#9509)あずき⪥™2023-01-107-21/+11
| | | | | | | | | * enhance: apply same safe area processing to the tab bar * fix: remove unnecessary bottom space on messaging room * enhance bottom spacing * fix size of `minBottomSpacing`
* :art:syuilo2023-01-103-3/+2
|