summaryrefslogtreecommitdiff
path: root/src/client (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | | ローカルのみボタンを公開範囲ピッカーに統合 (#6428)Xeltica2020-06-042-19/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | * ローカルのみを公開範囲ピッカーに統合 * デザイン調整 * :art: Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* | | feat(client): ↵tamaina2020-06-0311-103/+200
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 投稿フォームのボタンの説明を表示するように (#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>
* | | 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(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-233-6/+3
| | | | | | * refactor: use Object.fromEntries() instead of in-house implementation * Remove extra type assertions
* feat(client): 翻訳をIndexedDBに保存・プッシュ通知を翻訳 (#6396)tamaina2020-05-23133-413/+206
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
|
* 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>
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-05-155-6/+29
|\
| * リレーに不正なURLは追加できないように (#6351)MeiMei2020-05-151-0/+10
| | | | | | | | | | * リレーに不正なURLは追加できないように * lint
| * Supports Unicode 13.0 emoji (#6365)MeiMei2020-05-151-2/+6
| | | | | | | | | | * Supports Unicode 13.0 emoji * fix
| * Add an indicator to make the undo renote button look more interactable (#6366)DW2020-05-151-3/+10
| | | | | | | | | | | | | | | | * Add an indicator to make the undo renote button look more interactable * Use faEllipsisH :art Co-authored-by: DW <chocological00@gitlab.com> Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
| * reCAPTCHAが動かなくなっているのを修正 (#6367)MeiMei2020-05-151-1/+1
| |
| * refactor(client): Add notesyuilo2020-05-111-0/+2
| |
* | fix(client): Mk:api関数にトークンを渡せない問題syuilo2020-05-151-1/+2
|/
* pub-relay (#6341)MeiMei2020-05-103-2/+101
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* fix(client): Fix reply stylesyuilo2020-05-101-1/+5
|
* chore(lint): Add missing semicolonssyuilo2020-05-102-18/+18
|
* chore(client): :art:syuilo2020-05-101-3/+3
|
* fix(client): Fix poll vote notificationsyuilo2020-05-101-3/+14
| | | | Fix #5998
* refactor(client): Use unique class namesyuilo2020-05-102-4/+4
|
* fix(client): Fix style of poll viewersyuilo2020-05-101-1/+0
|
* refactor(client): Use unique class namesyuilo2020-05-102-4/+4
|
* fix(client): Do not expand each notes in my/messagessyuilo2020-05-101-1/+1
|
* fix(client): Do not expand each notes in my/mentionssyuilo2020-05-101-1/+1
| | | | Related #6336
* chore(lint): Add missing semicolonsyuilo2020-05-101-1/+1
|
* feat(client): Implement threaded repliessyuilo2020-05-102-41/+79
| | | | | Resolve #2113 Resolve #5819
* refactor(client): Clean up componentsyuilo2020-05-101-4/+2
|
* refactor(client): Use ===syuilo2020-05-101-4/+4
|
* refactor(client): Remove deprecated propertysyuilo2020-05-091-1/+0
|
* fix(client): Fix bug that cannot set custom texturesyuilo2020-05-092-5/+5
|
* feat(client): Reimplement Misskey Roomssyuilo2020-05-09147-0/+1605
|
* refactor(client): Use getters to avoid watch vuexsyuilo2020-05-094-133/+112
|
* WebAuthnでログインできないのを修正 (#6327)Satsuki Yanagi2020-05-093-30/+44
| | | Resolve #6319
* Fix using Buffer on window scope (#6324)Acid Chicken (硫酸鶏)2020-05-061-6/+6
| | | | | | | * Update 2fa.vue * Import 'core-js/es/typed-array/from' * Bye polyfill
* fix(client): Add missing iconsyuilo2020-05-061-1/+2
|
* fix(client): Fix default reaction settingsyuilo2020-05-061-1/+1
|
* feat(client): Make possible to customize sidebarsyuilo2020-05-065-86/+279
| | | | Resolve #6285
* refactor(client): Reorder propertysyuilo2020-05-061-6/+6
|
* refactor(client): Export default reaction setting and use itsyuilo2020-05-062-2/+3
|
* Merge pull request #6303 from syuilo/features/hcaptchaAcid Chicken (硫酸鶏)2020-05-055-38/+211
|\ | | | | Add support for hCaptcha