- Dec 09, 2023
-
-
おさむのひと authored
* Fix fix labeler config (#8) * fix vue import error --------- Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
syuilo authored
-
syuilo authored
-
zyoshoka authored
* fix ci * fix * fix labeler.yml * Revert "fix labeler.yml" This reverts commit 9b6a7d02cdd65ab9ad14c666c6ebe4eadeabeadc. --------- Co-authored-by:
samunohito <46447427+samunohito@users.noreply.github.com>
-
- Dec 08, 2023
-
-
かっこかり authored
* fix(dev-frontend) サーバーサイドのHTMLと噛み合わない部分を修正 * cspをなおした * typo
-
zyoshoka authored
-
まっちゃとーにゅ authored
-
かっこかり authored
-
おさむのひと authored
fix(dev-frontend) 一部のアセットが読み込まれない問題を修正
-
かっこかり authored
-
ikasoba authored
* 作った * 修正 * 修正
-
かっこかり authored
* (enhance) ウィジェットを非表示にできるPageMetaを追加 * fix lint * rename --------- Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
dependabot[bot] authored
Bumps [actions/labeler](https://github.com/actions/labeler) from 4 to 5. - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v4...v5 ) --- updated-dependencies: - dependency-name: actions/labeler dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
おさむのひと authored
-
- Dec 07, 2023
-
-
おさむのひと authored
* [wip]run standalone vite * [wip]run standalone vite * some fix (tabler icons, sw, streaming) * fix theme * fix run scripts * favicon * client-assets * cssの読み込み順序とCSP設定の変更 * fix lang change * fix clientManifest * baseを相対パスにしてドメイン直下とサブディレクトリ配下両方に対応 * 色々修正 * 色々修正 * 色々修正 * fix * Revert "client-assets" This reverts commit 582601e90eb771875bdf8aba263da2316a59d01b. # Conflicts: # packages/frontend/vite.config.ts * 色々修正 * fix * fix * add url and proxy to server proxy * Update packages/frontend/src/index.html * wip * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * Merge remote-tracking branch 'origin/develop' into feat/launch-standalone-frontend # Conflicts: # packages/frontend/src/pages/welcome.entrance.a.vue * fix tabler load * Apply suggestions from code review * Update packages/frontend/src/index.html * fix * fix vite.config.local-dev.ts * fix CONTRIBUTING.md --------- Co-authored-by:
FruitRiin <nassii74@gmail.com> Co-authored-by:
osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by:
果物リン <fruitriin@riinswork.space> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp> Co-authored-by:
ozelot <contact@ozelot.dev>
-
KanariKanaru authored
* fix: ブロックした相手から自分のノートが見えないように(ユーザー,チャンネル) * Update CHANGELOG.md * /users/featured-notesでもブロックを考慮するように * cacheServiceを使うように * /channels/timeline.tsで必要のないnoteFilterを持たないように * Update CHANGELOG.md * FanoutTimelineEndpointServiceへの対応 - ブロックされている場合は、/users/notesでノートが表示されない - ミュートしている場合は、ノートが表示される
-
KanariKanaru authored
* enhance: meilisearchを有効にしてもミュートやブロックを考慮するように * Update CHANGELOG.md
-
anatawa12 authored
* fix(backend): pagination with sinceId broken * fix(backend): pagination with sinceId broken for dbFallback
-
Ryan He authored
* Update example.yml, add descriptions for some items Add descriptions for "MeiliSearch" and "allowedPrivateNetworks" * Update docker_example.yml Add descriptions for "MeiliSearch" and "allowedPrivateNetworks"
-
zyoshoka authored
* refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
-
- Dec 06, 2023
- Dec 04, 2023
-
-
anatawa12 authored
-
syuilo authored
-
syuilo authored
-
おさむのひと authored
-
anatawa12 authored
-
yupix authored
* chore: notifyにenumを設定 * feat: securityKeysListの型を明確に * feat: notificationRecieveConfigにpropertiesを定義 * chore: misskey.jsのmodelを更新 * fix: as constをつけ忘れている
-
anatawa12 authored
* fix: unnecessary logging in FanoutTimelineEndpointService * chore: TimelineOptions * chore: add FanoutTimelineName type * chore: forbid specifying both withReplies and withFiles since it's not implemented correctly * chore: filter mutes, replies, renotes, files in FanoutTimelineEndpointService * revert unintended changes * use isReply in NoteCreateService * fix: excludePureRenotes is not implemented * fix: replies to me is excluded from local timeline * chore(frontend): forbid enabling both withReplies and withFiles * docs(changelog): インスタンスミュートが効かない問題の修正について言及
-
おさむのひと authored
-
- Dec 03, 2023
-
-
おさむのひと authored
* fix (backend): 「みつける」のなかにミュートしたユーザが現れてしまう問題を修正 * fix
-
おさむのひと authored
* 入力フォームでもリアクション選択時に使用するピッカーを使うようにしたい * erase console.log * fix CHANGELOG.md * reaction-picker.ts を戻し、今回の対応を入れた emoji-picker.ts を新たに作成 * fix CHANGELOG.md * tweak --------- Co-authored-by:
osamu <46447427+sam-osamu@users.noreply.github.com> Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
Acid Chicken (硫酸鶏) authored
-
おさむのひと authored
* (enhance) misskey-jsのストリーミングAPI定義をバックエンドに追従 * fix ci * fix ci
-
果物リン authored
-
かっこかり authored
* enhance(frontend): データセーバーを個別で設定できるように * Update Changelog * fix design * (fix) 設定が当たらない * fix test(無理やり感) * (fix) 設定がない状態ですべて有効・向操作が効かない * fix * tweak --------- Co-authored-by:
syuilo <Syuilotan@yahoo.co.jp>
-
Nanaka Hiira authored
Co-authored-by:
Acid Chicken (硫酸鶏) <root@acid-chicken.com>
-
おさむのひと authored
* ユーザリストTL系の各種動作を修正・統一 * fix * fix CHANGELOG.md * テスト追加
-