summaryrefslogtreecommitdiff
path: root/src/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* chore: Use kebab-case for file namessyuilo2020-04-261-1/+1
|
* リモートのカスタム絵文字リアクションを表示できるよ ↵MeiMei2020-04-142-19/+51
| | | | | | | | | | | | | | | | | | | に (#6239) * リモートのカスタム絵文字リアクションを表示できるように * AP * DBマイグレーション * ローカルのリアクションの. * fix * fix * fix * space
* Resolve #5755syuilo2020-04-132-0/+7
|
* プロキシの除外ホスト (#6244)MeiMei2020-04-121-0/+5
| | | | | | | | | | | * プロキシの除外ホスト * オブジェクトストレージとの通信にProxyを使うかを選択できるように * fix lint * コメント Co-authored-by: rinsuki <428rinsuki+git@gmail.com>
* refactor: Use ===syuilo2020-04-041-1/+1
|
* Use url if available (#6214)MeiMei2020-04-022-2/+9
| | | | | | | * Fix #6213 * other link * fix
* Refactoringsyuilo2020-03-312-2/+29
|
* Fix bugsyuilo2020-03-291-2/+2
|
* Resolve #6192syuilo2020-03-282-7/+61
|
* Implement MiAuthsyuilo2020-03-281-2/+52
|
* note_reaction.reaction は 130文字に (#6105)MeiMei2020-03-061-1/+1
|
* MFMをテキストに戻す (#6131)Oni-Men2020-03-061-2/+4
| | | | | | | | | | | | | * Disable Nyaize in quote * mfmを文字列に戻す、nyaizeにmfmを使用 * Revert "Disable Nyaize in quote" This reverts commit 1b238905a5535267d32d7e1aec8afd8bb07b0619. * refactor * use return type as string
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-042-3/+3
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Resolve #6043syuilo2020-02-212-0/+6
|
* Fix #5984syuilo2020-02-191-2/+2
|
* Implement featured note injectionsyuilo2020-02-183-1/+8
|
* Resolve #5963syuilo2020-02-184-0/+68
|
* なんかsyuilo2020-02-151-3/+9
|
* Add driveFiles indexsyuilo2020-02-151-0/+1
|
* Resolve #5939syuilo2020-02-152-3/+18
|
* Clean upsyuilo2020-02-131-2/+1
|
* グループ招待の通知とかsyuilo2020-02-136-32/+49
| | | | | Resolve #5880 Resolve #5927
* プロキシアカウントをユーザー名ではなくIDで保存する ↵syuilo2020-02-051-5/+13
| | | | うに
* Resolve #5513syuilo2020-02-011-0/+1
|
* Fix test (#5801)MeiMei2020-02-011-1/+0
|
* Fix bugsyuilo2020-02-011-1/+1
|
* Update user.tssyuilo2020-02-011-1/+1
|
* Fix bugsyuilo2020-02-011-1/+1
|
* Resolve #1669syuilo2020-02-012-93/+4
|
* Show moderator badgesyuilo2020-01-311-0/+1
|
* isMarkedAsClosed --> isSuspendedsyuilo2020-01-301-2/+3
|
* v12 (#5712)syuilo2020-01-3016-48/+464
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* カスタム絵文字リアクションでないものは絵文字クエリ ↵MeiMei2020-01-091-1/+3
| | | | | | | | | | | | しないように (#5693) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順 * カスタム絵文字リアクションでないものは絵文字クエリをしないように
* カスタム絵文字リアクションの絵文字がNoteに添付されな ↵MeiMei2020-01-071-6/+26
| | | | | | | | | | いのを修正 (#5686) * カスタム絵文字リアクションの絵文字がNoteに添付されないのを修正 * ねんのため * 記述順
* ドライブファイルURL生成などの修正 (#5671)MeiMei2020-01-021-16/+4
| | | | | | * Fix: リモートプロキシ時にサムネイルのContent-Typeがおかしい * fix drive
* 期限切れ/未保存リモートファイルのローカルプロキシ ↵MeiMei2019-12-312-7/+44
| | | | | | | | | | | | | | | | | | | | | | | | | | (#5655) * Media Proxy を実装 * サンプルを追加 * https://github.com/syuilo/misskey/pull/5649#discussion_r359967471 の修正 * https://github.com/syuilo/misskey/pull/5649#discussion_r359967966 の修正 * https://github.com/syuilo/misskey/pull/5649#discussion_r359968219 の修正 * 期限切れ/未保存リモートファイルのローカルプロキシ * 設定 * 説明 * comment out * fix Co-authored-by: 和風ドレッシング <37681609+CookieRamen@users.noreply.github.com>
* Media Proxy を実装 (#5649)和風ドレッシング2019-12-201-1/+6
| | | | | | * Media Proxy を実装 * サンプルを追加
* Implement Talk has read federation (#5636)MeiMei2019-12-151-0/+5
| | | | | | | | | | * Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ
* Store nodeinfo per federated instances (#5578)syuilo2019-11-051-9/+41
| | | | | | | | | | * Store nodeinfo per federated instances * Update fetch-nodeinfo.ts * Update fetch-nodeinfo.ts * update
* 新規投稿のMFMをHTMLに変換する際、リモートユーザーへの ↵rinsuki2019-11-011-0/+1
| | | | | | | | | | | | | | | | | | | メンションのリンク先を(できれば)urlに (#5562) * 新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに Fix #2467 Related #5560 * remove unnecessary import * Update src/services/note/create.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Apply suggestions from code review Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Improve emoji-picker (#5515)MeiMei2019-10-211-0/+5
| | | | | | | | | | * Improve emoji-picker * remove unimplanted translation * カテゴリのサジェスト * use unique
* Fix bugsyuilo2019-09-241-6/+6
|
* Fix #5403syuilo2019-09-091-3/+7
|
* MisskeyRoom (#5267)syuilo2019-08-181-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Add pemcil * Fix bug * Update .gitattributes * Add :custard: * Better :custard: * Add color boxes * Add pc * Add keyboard * Add :package: * Add more :package: * :v: * carpet * Add plant * :v: * :v: * Update room.vue * Add plant * :v: * :v: * :v: * :v: * :v: * 段ボール箱がてかりすぎているのを修正 * Update room.ts * Render username * :v: * Add new :package: * Update room.ts * Remove blender backup files * Refactor * Improve performance * Update room.ts * Update .gitattributes * Update room.ts * Better fan * Better tissue rendering * Add :penguin: * Create photoframe2.glb * chairs * Add :book: * fix: HiDPi環境でオブジェクトを選択できない (#5268) * Better monitor * :v: * Add corkboard * Add missing blend * mousepad * Add missing blend * Add cube * 額縁やモニターなどに任意の画像を表示できるように * Update MisskeyRoom section of CONTRIBUTING.md (#5272) * Update MisskeyRoom section of CONTRIBUTING.md * Update CONTRIBUTING.md * Update CONTRIBUTING.md * Refactor * カスタムテクスチャがずれないように * Remove debug code * Update furnitures.json5 * 一部の家具の色を自由に変えられるように * Update ja-JP.yml * Type annotation * 家具の色やテクスチャをすぐ反映するように * Update room.vue * Update furnitures.json5 * Add :tv: * Update ja-JP.yml * 床の色を変えられるように * 和室にできるように * Update washitsu * Use MeshLambertMaterial to improve performance * Use MeshLambertMaterial * Fix bug * Refactor * Update room.ts * Fix washitsu * Update room.vue * Update washistu * Use MeshLambertMaterial * Update room.ts * Set current property value * Disable reactivity to improve performance a bit * Fix bug * Set current carpet color * Update ja-JP.yml * Add rubik-cube (#5278) * Update ja-JP.yml (#5279) * Update UI * ルームの設定を追加 * Add room link * 家具をドラッグで移動や回転できるように * esnextにする (#5286) * Fix moduleResolution * Use uuid v4 * Fix bug * マットの色を変えられるように * :v: * 異方性フィルタリングするように * グラフィックの品質をフィルタリングに反映 * Add bloom effect when ultra graphics * Add posters * :art:
* PackedUserがサイレンスや凍結の情報を持つように (#5255)Satsuki Yanagi2019-08-081-0/+2
|
* Prevent username reusingsyuilo2019-07-222-0/+22
|
* Mastodonのリンクの所有者認証に対応 (#5161)MeiMei2019-07-181-0/+1
| | | | | | * Profile metadata を設定できるように * API desc
* Resolve #3238syuilo2019-07-143-0/+65
|
* Fix #5140syuilo2019-07-121-0/+1
|
* Improve Pagesyuilo2019-07-074-1/+22
| | | | | * ページをピン留めできるように * デッキでカラム内でページを見れるように