summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Improve custom emoji managemantsyuilo2020-02-142-40/+16
|
* Fix #5935syuilo2020-02-134-0/+49
|
* グループ招待の通知とかsyuilo2020-02-134-31/+37
| | | | | Resolve #5880 Resolve #5927
* お知らせの固定表示 (#5887)Xeltica2020-02-091-1/+6
| | | | | | | | | | * お知らせの固定 * :v: * Update index.home.vue Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Fix bugsyuilo2020-02-051-1/+1
|
* Refactorsyuilo2020-02-051-3/+1
|
* プロキシアカウントをユーザー名ではなくIDで保存する ↵syuilo2020-02-052-6/+7
| | | | うに
* Fix hashtags contained in private notes are shown in trends (#5805)Acid Chicken (硫酸鶏)2020-02-021-0/+5
| | | | | | | | | | | | * Update trend.ts * Fix query * Update create.ts * Update create.ts * Update trend.ts
* Resolve #1669syuilo2020-02-018-11/+11
|
* Fix bugsyuilo2020-01-301-2/+0
|
* Emoji copysyuilo2020-01-301-0/+64
|
* isMarkedAsClosed --> isSuspendedsyuilo2020-01-301-2/+2
|
* v12 (#5712)syuilo2020-01-3035-151/+1500
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* ファイルと画像認識処理の改善 (#5690)MeiMei2020-01-122-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * dimensions制限とリファクタ * comment * 不要な変更削除 * use fromFile など * Add probe-image-size.d.ts * えーCRLFで作るなよ… * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix d.ts * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Update src/@types/probe-image-size.d.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * fix Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Hide suspended user profile (#5452)MeiMei2020-01-023-4/+25
|
* 期限切れ/未保存リモートファイルのローカルプロキシ ↵MeiMei2019-12-312-0/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | (#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>
* Implement Talk has read federation (#5636)MeiMei2019-12-151-2/+7
| | | | | | | | | | * Talk read * fix * 複数のRead ActivityはCollectionとして送るように * あ
* Fix #4800 (#5622)MeiMei2019-12-126-6/+6
|
* 管理画面のジョブキュー一覧の修正 (#5586)MeiMei2019-11-071-8/+17
| | | | | | | | * Fix: inboxのジョブキューが表示されない * ジョブキューで試行回数等を表示するように * DBとオブジェクトストレージのジョブキューが表示されるように
* 実行時にpackage.jsonを参照しないように (#5418)MeiMei2019-11-011-3/+2
| | | | | | | | | | | | * 実行時にpackage.jsonを参照しないように * nodeinfo * move meta.json * add dummy * lowercase
* Make issue process of registration tickets better (#5545)Acid Chicken (硫酸鶏)2019-10-291-4/+7
| | | | | | | | | | | | | | * Make issue process of registration tickets better * Fix illegal indent * Bye rangestr * Update invite.ts * Fix bug * Update invite.ts
* Talk federation (#5534)MeiMei2019-10-291-71/+3
|
* 投稿の文字数制限の初期値をmeta側と合わせる (#5546)rinsuki2019-10-261-1/+1
|
* Fix bugsyuilo2019-10-251-1/+4
|
* Fix #4731syuilo2019-10-211-1/+1
|
* Improve emoji-picker (#5515)MeiMei2019-10-214-2/+32
| | | | | | | | | | * Improve emoji-picker * remove unimplanted translation * カテゴリのサジェスト * use unique
* Fix #5504 など (#5507)MeiMei2019-10-163-2/+33
| | | | | | | | * カスタム絵文字を重複登録できないように * fix * fix
* Apply DB limit to the maximum note text length (#5465)MeiMei2019-10-013-3/+8
|
* Decrease tag limitsyuilo2019-09-271-1/+1
|
* Limit the tag counts to 100 (#5263)Acid Chicken (硫酸鶏)2019-09-271-1/+1
| | | | | | | | | | | | * Limit the tag counts to 256 * Update create.ts * Update create.ts * Update create.ts * Limit the user tag
* Resolve #5454 (#5458)Satsuki Yanagi2019-09-261-1/+1
|
* 任意のグループからユーザーを削除すると他のグループ ↵Satsuki Yanagi2019-09-261-1/+1
| | | | らでも削除されちゃうのを修正 (#5459)
* Adminページのユーザー一覧フィルターに利用可能アカウ ↵Satsuki Yanagi2019-09-211-0/+2
| | | | | | | | | | トを追加 (#5430) * Adminページのユーザー一覧フィルターにアクティブアカウントを追加 * validator update * availableに
* Resolve #5420 (#5421)Satsuki Yanagi2019-09-121-5/+5
|
* Refactoringsyuilo2019-09-091-4/+1
|
* Improve reaction tooltipsyuilo2019-09-031-1/+11
|
* ページURLが空の時currentNameを使うように (#5368)Oni-Men2019-09-022-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * ページURLが空の時currentNameを使う * 空の時はページURLにcurrentNameを代入するように * Update src/client/app/common/views/pages/page-editor/page-editor.vue Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * update validator * Update src/client/app/common/views/pages/page-editor/page-editor.vue Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * やっぱりuuidは統一 * エラー処理を追加 * some fix * ちょっとだけ翻訳の追加と改善 * リファクタリング * Revert "やっぱりuuidは統一" This reverts commit 965a860504e8b09e5561a4ab862f8bab6a95e8d5. * やっぱりuuidをわける * エラー判定をidからcodeに+リファクタリング
* Chart resyncing (#5372)syuilo2019-09-021-0/+21
| | | | | | | | | | | | * wip * Add test * Fix test * Insert moderation log * Add todo
* 不要なプロパティをレスポンスから削除syuilo2019-08-291-1/+6
|
* ページURLが他と重複してたらエラーを投げるように (#5354)Oni-Men2019-08-282-0/+30
| | | | | | | | | | * [Page]nameが重複したときの処理を追加 * page-editor側のerr.idにuuidを適用 * refactor * uuidをわけた
* excludeNsfwやCWのNSFW扱いなど (#5341)MeiMei2019-08-272-10/+4
| | | | | | | | | | | | | | * NoteにisSensitive * Revert "NoteにisSensitive" This reverts commit 3d5bcfbaf078ff91257a508f817dd1ef4ea31d7b. * query excludeNsfw * AP deliverでCW付きはsensitiveにするように * excludeNsfwでCW付きも除くように
* 未実装のTLのRenoteクエリを実装 (#5343)MeiMei2019-08-274-167/+74
| | | | | | | | | | | | | | * users/notes includeMyRenotes * other renotes * fix target user in users/notes * users/notesからv10から未実装でありえないオプションを削除 * users/notesのincludeMyRenotesの説明を修正 * remove needless anonymous checks
* Resolve #2716 (#5340)Satsuki Yanagi2019-08-251-1/+1
| | | | | | * Resolve #2716 * Update ja-JP.yml
* MisskeyRoom (#5267)syuilo2019-08-182-0/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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:
* updateHashtagを並列で行わないように (#5284)MeiMei2019-08-181-3/+2
|
* uuid() と lint (#5288)Satsuki Yanagi2019-08-181-2/+2
| | | | | | * Import only v4 uuid, uuid() without version is deprecated * Add Missing semicolon
* Elasticsearchのインデックス名をconfigで変更できるように ↵和風ドレッシング2019-08-091-1/+2
| | | | (#5257)
* Prevent username reusingsyuilo2019-07-221-2/+4
|
* Patch #5060 (#5205)Oni-Men2019-07-211-0/+2
| | | | | | * fix #5060 * forgot ";" :p
* Send Delete activity on suspend (#5165)MeiMei2019-07-183-1/+12
| | | | | | | | * Send Delete Person activity * Delete activityの後にフォロー解除する * アカウント削除でもDelete activity