summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* fix: the avatar in the title bar is clippedAcid Chicken (硫酸鶏)2023-03-311-8/+9
|
* Merge branch 'develop' into acid-chicken-patch-1Acid Chicken (硫酸鶏)2023-03-3164-4422/+4469
|\
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-311-1/+1
| |\
| | * fix(client): set overflow: clip to page header title containertamaina2023-03-311-1/+1
| | | | | | | | | | | | #10413
| * | refactor: remove autobind-decorator depsyuilo2023-03-318-59/+35
| |/
| * feat: チャンネルにノートをピン留めできるようにsyuilo2023-03-3118-72/+155
| | | | | | | | Resolve #7740
| * refactorsyuilo2023-03-3110-28/+28
| |
| * feat: チャンネルをお気に入りに登録できるようにsyuilo2023-03-3117-10/+327
| | | | | | | | Resolve #10097
| * lint fixsyuilo2023-03-312-2/+2
| |
| * tweak misskey-js eslintrcsyuilo2023-03-312-57/+9
| |
| * use workspace:*, use pnpm@8.1.0tamaina2023-03-305-2821/+3067
| |
| * fix misskey-js/tsconfig.json (add dom lib)tamaina2023-03-301-1/+2
| |
| * Fix misskey-js/tsconfig.jsontamaina2023-03-301-1/+7
| | | | | | | | Fix #10441
| * tweak misskey-js configsyuilo2023-03-301-1/+1
| |
| * Revert "Update api-misskey-js.yml"syuilo2023-03-301-1/+1
| | | | | | | | This reverts commit 231b54a889e5fedf5a547bb486d06393adddc245.
| * Update api-misskey-js.ymlsyuilo2023-03-301-1/+1
| |
| * specify .jssyuilo2023-03-306-14/+14
| |
| * tweak misskey-js configsyuilo2023-03-304-286/+82
| |
| * enhance(client): ↵syuilo2023-03-305-1/+20
| | | | | | | | ノートのリアクションを大きく表示するオプションを追加
| * misskey-jsのビルド設定を修正syuilo2023-03-301-2/+3
| |
| * lint fixsyuilo2023-03-301-1/+1
| |
| * update depssyuilo2023-03-307-1564/+1182
| |
| * Merge branch 'develop' of https://github.com/misskey-dev/misskey into developsyuilo2023-03-3034-97/+7008
| |\
| * | enhance(client): ↵syuilo2023-03-292-0/+32
| | | | | | | | | | | | 検索ページでURLを入力した際に照会したときと同等の挙動をするように
* | | Merge branch 'develop' into acid-chicken-patch-1Acid Chicken (硫酸鶏)2023-03-3034-97/+7008
|\ \ \ | | |/ | |/|
| * | chore: integrate misskey-js as a workspace item (git subtree) (#10409)Kagami Sascha Rosylight2023-03-3034-97/+7008
| |/ | | | | | | | | * Additional changes for the merge * api-misskey-js
* | fix: typoAcid Chicken (硫酸鶏)2023-03-291-2/+2
| |
* | docs: note change logsAcid Chicken (硫酸鶏)2023-03-271-1/+7
| |
* | chore: respect the animation preferenceAcid Chicken (硫酸鶏)2023-03-271-4/+11
| |
* | fix: add tight state to cat ears for workaroundsAcid Chicken (硫酸鶏)2023-03-261-0/+14
| |
* | fix: add workaround for cat ears on iOS SafariAcid Chicken (硫酸鶏)2023-03-261-1/+8
|/
* New Crowdin updates (#10407)syuilo2023-03-264-5/+70
| | | | | | | | | | | * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Polish) * New translations ja-JP.yml (Chinese Traditional) * New translations ja-JP.yml (German) * New translations ja-JP.yml (Chinese Simplified)
* Update CHANGELOG.mdsyuilo2023-03-251-0/+6
|
* Update ja-JP.ymlsyuilo2023-03-251-1/+1
|
* regionが空文字列のときはundefinedとする (#10410)YS2023-03-251-1/+1
|
* Revert "Subtree merged in packages/misskey-js"Kagami Sascha Rosylight2023-03-2534-17041/+0
| | | | | This reverts commit 3b524f32bfadfa76d28ef26600642bd190118da3, reversing changes made to 5be54451a8b4ac06f2f54d947bb920605dddff55.
* Revert "Additional changes for the merge"Kagami Sascha Rosylight2023-03-2527-1048/+11178
| | | | This reverts commit efb5e1d1cc95b373b00cf2fedfc5b3bd745a1753.
* Additional changes for the mergeKagami Sascha Rosylight2023-03-2527-11178/+1048
|
* Subtree merged in packages/misskey-jsKagami Sascha Rosylight2023-03-2534-0/+17041
|\
| * feat: add type of gallery (#55)日高 凌2023-02-113-26/+73
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * update GalleryPost type * update gallery/featured type * update gallery/popular type * update gallery/posts type * update gallery/posts/create type * update gallery/posts/like type * update gallery/posts/show type * update gallery/posts/unlike type * update gallery/posts/update type
| * 0.0.15syuilo2023-02-012-3/+3
| |
| * Update misskey-js.api.mdsyuilo2023-02-011-0/+3
| |
| * application/json の content-type header をデフォルトで付与する (#52)果物リン2023-01-171-0/+4
| |
| * enhance: add missing InstanceMetadata fields (#50)Kagami Sascha Rosylight2023-01-102-1/+44
| |
| * fix: Add comment property to DriveFile (#46)Francis Dinh2022-09-171-0/+1
| | | | | | | | | | | | | | | | | | | | * Add comment property to DriveFile Some components of Misskey like the image viewer use this property, but it hasn't been defined in the type definition itself. * Make DriveFile.comment nullable There's a few places in the client code that checks for a null comment, suggesting this field may be set to null.
| * Update .eslintrc.jssyuilo2022-09-111-0/+1
| |
| * Update consts.tssyuilo2022-03-061-1/+1
| |
| * NoteUpdatedEvent に unreacted を追加syuilo2022-02-031-0/+7
| | | | | | | | Fix #43
| * Update .eslintrc.jssyuilo2022-01-311-1/+1
| |
| * Update .eslintrc.jssyuilo2022-01-311-0/+1
| |