summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix #6110syuilo2020-03-212-0/+5
| | | | updatedAt が null なユーザーは検索に出てこなくなる副作用あり
* Resolve #6110syuilo2020-03-212-2/+7
|
* wip #6140syuilo2020-03-0713-39/+39
|
* Resolve #6137syuilo2020-03-0713-15/+75
|
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-042-4/+4
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Resolve #6043syuilo2020-02-212-0/+10
|
* Fix commentssyuilo2020-02-201-3/+0
|
* Fix #6036syuilo2020-02-201-1/+1
|
* Update search-by-tag.tssyuilo2020-02-201-1/+1
|
* Fix #6016syuilo2020-02-201-2/+4
|
* Fix #6016syuilo2020-02-202-4/+6
|
* Implement featured note injectionsyuilo2020-02-186-4/+18
|
* Imprement promo readsyuilo2020-02-181-0/+50
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2020-02-181-0/+4
|\
| * 管理者はモデレーターに変更できないように (#5970)fuyu2020-02-181-0/+4
| | | | | | | | | | | | * 管理者をモデレーターに変更できないように * Change error message
* | Fix bugsyuilo2020-02-181-1/+1
|/
* Resolve #5963syuilo2020-02-185-1/+70
|
* Clean upsyuilo2020-02-1837-74/+0
|
* Update trend.tssyuilo2020-02-151-4/+4
|
* Fix #5950syuilo2020-02-154-49/+8
|
* Refactoringsyuilo2020-02-15216-216/+216
|
* Resolve #5939syuilo2020-02-152-4/+46
|
* 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
|