summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-06-215-3/+28
|\
| * プロフィールの「場所」「誕生日」を連合するように ↵MeiMei2020-06-214-2/+25
| | | | | | | | | | | | | | | | | | Resove #6461 (#6463) * AP birthday, location * unset is null * isCatを検証対象に
| * Update english nyaize (#6456)Robin B2020-06-211-1/+3
| | | | | | | | | | | | | | | | | | * Update english nyaize * Update src/misc/nyaize.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* | chore(client): Improve emoji picker usabilitysyuilo2020-06-211-1/+1
|/
* chore(client): :art:syuilo2020-06-141-55/+5
|
* AP向けのアンケートのfallbackリンクなどを削除 (#6466)MeiMei2020-06-141-18/+1
|
* アカウント切り替え後にインスタンス設定の表示値が変 ↵MeiMei2020-06-071-1/+3
| | | | | | | らないのを修正 Fix #6448 (#6454) * Fix #6448 * Use nextTick
* Revert "Revert "chore(src/docs): Fix miauth check url""syuilo2020-06-051-1/+1
| | | | This reverts commit d44fbf58c9060a2e8d1b966256710cb764611768.
* Revert "fix(api): Fix #6418 (#6442)"syuilo2020-06-052-19/+11
| | | | This reverts commit 83ec906ee7c5d9bd42b11129f3f0b3df85287b3c.
* feat(theme): Add mentionMe propertysyuilo2020-06-043-1/+7
|
* feat: Observe notification read and fix #6406 (#6407)syuilo2020-06-0410-14/+55
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670 * Improve typing * Observe notification read * capture readAllNotifications * fix * fix * Refactor * Update src/client/components/notification.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * Update src/client/components/notification.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> * missing ; Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * missing ;tamaina2020-06-041-1/+1
| |
| * Update src/client/components/notification.vuetamaina2020-06-031-1/+1
| | | | | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * Update src/client/components/notification.vuetamaina2020-06-031-1/+1
| | | | | | Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * Merge branch 'develop' into notification-visibility-read-2tamaina2020-05-3114-33/+103
| |\
| * | Refactortamaina2020-05-311-8/+10
| | |
| * | fixtamaina2020-05-311-3/+0
| | |
| * | fixtamaina2020-05-261-2/+4
| | |
| * | capture readAllNotificationstamaina2020-05-261-1/+8
| | |
| * | Observe notification readtamaina2020-05-262-0/+18
| | |
| * | Improve typingtamaina2020-05-269-10/+24
| | |
| * | Resolve https://github.com/syuilo/misskey/pull/6406#issuecomment-633203670tamaina2020-05-241-4/+5
| | |
* | | ローカルのみボタンを公開範囲ピッカーに統合 (#6428)Xeltica2020-06-042-19/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ローカルのみを公開範囲ピッカーに統合 * デザイン調整 * :art: Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* | | fix(api): Fix #6418 (#6442)syuilo2020-06-042-11/+19
| | |
* | | Revert "chore(src/docs): Fix miauth check url"syuilo2020-06-041-1/+1
| | | | | | | | | | | | This reverts commit ddf92c3e2c5bdfc89e5c223a3cc2794f6a023400.
* | | Use insert for creating Note (#6440)MeiMei2020-06-041-8/+7
| | |
* | | feat(client): ↵tamaina2020-06-0312-104/+201
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 投稿フォームのボタンの説明を表示するように (#6408) * Add title attr with buttons on the post form * fix * tooltip * missing ; * remove title attr * fix bug * Update reactions-viewer.details.vue * help wip * ok! * i18n Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | | fix(api): Fix #6419syuilo2020-06-031-1/+5
| | | | | | | | | | | | Close #6434
* | | 署名検証失敗はリトライしないように (#6437)MeiMei2020-06-031-1/+1
| | |
* | | iOS Safari 上で ↵Xeltica2020-05-311-0/+8
| |/ |/| | | | | | | | | | | アイコンおよびバナーのアップロードができない不具合を修正 (#6427) * fix #6076 * 参考文献を明記
* | fix(client): ↵tamaina2020-05-311-3/+3
| | | | | | | | 全既読系ボタンのAPIの指定が間違っているのを修正 (#6424)
* | chore(client):🎨 Make font-size of note-preview em (#6414)tamaina2020-05-311-9/+1
| |
* | feat(client): Convert text mfm node to text (v)dom node instead of span tag ↵tamaina2020-05-311-3/+3
| | | | | | | | | | | | | | | | | | | | (#6399) * Convert text mfm node to text (v)dom node instead of span tag * Update mfm.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | feat(client): 自動でもっと見るオプション (#6403)tamaina2020-05-3110-17/+95
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * ugokanai * wip * implement setting subscribing * fix lint * :v: * Update notifications.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* | chore(src/docs): Fix miauth check urltamaina2020-05-291-1/+1
|/ | | Fix #6418
* chore(deps): Update dependencies :rocket:syuilo2020-05-241-2/+0
|
* Resolve #6405 (#6406)tamaina2020-05-241-2/+1
|
* refactor: use Object.fromEntries() instead of in-house implementation (#6401)tamaina2020-05-235-32/+12
| | | | | | * refactor: use Object.fromEntries() instead of in-house implementation * Remove extra type assertions
* feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)tamaina2020-05-23138-430/+257
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * tabun ok * better msg * oops * fix lint * Update gulpfile.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/client/scripts/set-i18n-contexts.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * refactor Co-authored-by: acid-chicken <root@acid-chicken.com> * ✨ * wip * fix lint * たぶんおk * fix flush * Translate Notification * remove console.log * fix * add notifications * remove san * wip * ok * :v: * Update src/prelude/array.ts Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * wip * i18n refactor * Update init.ts * :v: Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* feat(client): :yen:syuilo2020-05-174-1/+5
|
* Fix CASCADE-related problems (#6374)DW2020-05-172-0/+14
| | | | | | | * Fix renotes remaining on remote when CASCADE is invoked * Fix CASCADE-invoked deletion not being federated to relays Co-authored-by: DW <chocological00@gitlab.com>
* Add Ai3Dstatic model for Room. (#6350)tohara2020-05-164-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add Ai3Dstatic model for Room. * Update src/client/scripts/room/furnitures.json5 Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * Update src/client/scripts/room/furnitures.json5 Co-authored-by: rinsuki <428rinsuki+git@gmail.com> * doll-Aiの大文字を小文字へ変更 * Update furnitures.json5 * マテリアルをBackgroundからPrincipled BSDFに変更 * a * なんかファイルが二重にでてくるので削除 * テクスチャーファイルと3Dデータを再コミット * Remove noodle * Update doll-ai.glb Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* fix(client): Use router-link instead of a to avoid page refreshsyuilo2020-05-161-3/+3
|
* Local only indicator (#6291)DW2020-05-162-11/+17
| | | | | | | | | | | | | | | | | | | * Add Local only & public indicator * Add local only & public indicator on renotes remove visibility conditional * Cleaner Style * :v: * Update note-header.vue * Update note.vue Co-authored-by: DW <chocological00@gitlab.com> Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* feat(client): ローカルのみボタンを公開範囲ボタンの横に移動syuilo2020-05-161-1/+15
|
* Only show ellipsis if the button's interactable (#6373)DW2020-05-161-2/+6
| | | | | | | | | | | | * Add an indicator to make the undo renote button look more interactable * Use faEllipsisH :art * Only show elipsis if it's interactable * Update note.vue Co-authored-by: DW <chocological00@gitlab.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* nyaizeが適用されるとMFMのオプションが失われるのを修正 ↵MeiMei2020-05-161-1/+3
| | | | Fix #6370 (#6371)
* Cache extra AP objects (#6349)MeiMei2020-05-155-5/+6
| | | | | * Cache extra AP objects * Cache nodeinfo
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-05-1510-122/+229
|\
| * リレーに不正なURLは追加できないように (#6351)MeiMei2020-05-152-0/+25
| | | | | | | | | | * リレーに不正なURLは追加できないように * lint