summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes/mentions.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Introduce OpenAPI specs (#4351)syuilo2019-02-231-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update index.ts * Update gen-openapi-spec.ts * Update api.ja-JP.md * Fix * Improve doc * Update gen-openapi-spec.ts * Update redoc.html * Improve doc * Update gen-openapi-spec.ts * Improve doc * Update CHANGELOG.md
* Improve error handling of API (#4345)syuilo2019-02-221-14/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update attached_notes.ts * wip * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * Update call.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * :v: * Fix
* Migrate cafy to 14.0 (#4240)syuilo2019-02-131-5/+5
|
* Fix styleAcid Chicken (硫酸鶏)2019-02-051-1/+2
|
* Hide suspended users (#4075)MeiMei2019-02-011-9/+7
|
* リプライ/メンションされていれば非フォロワーへのフォ ↵MeiMei2019-01-291-2/+11
| | | | | | | | ロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に
* Filter hidden replies / mentions (#3981)MeiMei2019-01-251-2/+22
| | | | | | | | | | | | | | | | * Fix: 非公開投稿が返信一覧に出てくる * Fix: 非公開投稿がメンション一覧に出てくる * 非公開投稿は通知/メンション通知しない * repliesにフォロワー限定がかからなかったのを修正 * Fix: ホームにフォロワー限定投稿が表示されない * 認証必須エンドポイントで user == null にはならない * mentionsにフォロワー限定がかからなかったのを修正
* [API] notes/mentions にミュートを適用するようにsyuilo2018-12-301-0/+20
|
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-111-1/+3
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Refactorsyuilo2018-11-021-7/+3
|
* Refactoring, Clean up and bug fixessyuilo2018-11-021-11/+18
|
* Refactorsyuilo2018-10-291-5/+2
|
* Fix bugsyuilo2018-10-261-1/+1
|
* 削除された投稿はタイムライン上で表示しないようにす ↵MeiMei2018-10-121-0/+2
| | | | | | | | | | (#2887) * Excepts deleted notes on query * Hide deleted notes * Use v-show
* ドキュメントが見つからなくてもエラーにせずnullを返す ↵syuilo2018-10-041-2/+2
| | | | ように
* mentionsを読み込むときも既読にするようにsyuilo2018-09-231-0/+3
|
* メッセージタイムラインを追加syuilo2018-09-181-0/+7
|
* 自分宛ての投稿をタイムラインで見れるようにsyuilo2018-09-161-27/+32
|
* Fix bugsyuilo2018-08-291-2/+2
|
* Update api definitionssyuilo2018-07-171-3/+9
|
* Refactorngsyuilo2018-07-071-1/+1
|
* wipsyuilo2018-07-061-1/+1
|
* wipsyuilo2018-07-051-4/+4
|
* wipsyuilo2018-06-181-8/+2
|
* Update cafy to 8.0.0 :rocket:syuilo2018-05-021-4/+4
|
* Update dependencies :rocket:syuilo2018-04-271-4/+4
|
* cafy 5.xに移行syuilo2018-04-241-3/+3
|
* ストーキング実装syuilo2018-04-191-2/+2
| | | | Closes #1511
* Post --> Notesyuilo2018-04-081-0/+78
Closes #1411