summaryrefslogtreecommitdiff
path: root/src/server/api (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #3041syuilo2018-10-311-2/+1
|
* [API] Include detailed user information of blocking API responsessyuilo2018-10-312-2/+6
|
* 良い感じにsyuilo2018-10-312-76/+71
|
* blockings listmei232018-10-311-0/+59
|
* Implement /api/v1/instance (#3045)Acid Chicken (硫酸鶏)2018-10-311-0/+75
| | | | | | | | * Update mastodon.ts * Update types.ts * Update mastodon.ts
* Fix: can't recognize rebirthed instance user (#3046)MeiMei2018-10-311-1/+7
| | | | | | | | | | | | | | * resync uri from WebFinger * trigger resync on user page * allways update on resync * Revert "trigger resync on user page" This reverts commit 8ff139fb49ee61ad55e4b42c562f8a2c3f8098ac. * background resync
* Formatsyuilo2018-10-291-3/+3
|
* 物理削除系の処理を削除syuilo2018-10-291-2/+4
| | | | | これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難 論理削除でなんとかする
* User blocking (Following part) (#3035)MeiMei2018-10-293-1/+155
| | | | | | | | | | | | | | | | * block wip * UndoBlock * UnBlock * wip * follow * UI * fix
* Fix API definitionsyuilo2018-10-291-2/+4
|
* Refactorsyuilo2018-10-291-5/+2
|
* Update src/server/api/endpoints/notes/reactions.tssyuilo2018-10-291-0/+2
|
* Fix #3034syuilo2018-10-291-26/+51
|
* Fix bugsyuilo2018-10-261-1/+1
|
* API: Better error responsesyuilo2018-10-262-2/+12
|
* Fix bugsyuilo2018-10-2618-18/+18
|
* Implement featured note APIsyuilo2018-10-251-0/+49
|
* Fix: Remove unused importsyuilo2018-10-251-1/+1
|
* Implement drive/folders/deletesyuilo2018-10-241-0/+60
|
* Improve some API definitionssyuilo2018-10-243-32/+78
|
* Implement federation chart APIsyuilo2018-10-241-0/+33
|
* Make max allowed text length configurable (#2992)MeiMei2018-10-241-0/+1
| | | | | | * Make max allowed text length configurable * Fix canPost
* Implement #2983syuilo2018-10-231-0/+48
|
* Use camelCase instead of snake_casesyuilo2018-10-234-8/+8
|
* Improve some API definitionssyuilo2018-10-232-18/+40
|
* Refactoringsyuilo2018-10-2310-29/+29
|
* Implement #2961syuilo2018-10-221-0/+39
|
* Implement some chart APIssyuilo2018-10-223-0/+123
|
* Implement #2980syuilo2018-10-221-0/+41
|
* Doc: Better parameter descriptionsyuilo2018-10-224-4/+4
|
* Improve API definitionssyuilo2018-10-2213-34/+114
|
* Refactorsyuilo2018-10-215-10/+10
|
* Clean upsyuilo2018-10-212-122/+0
|
* Resolve #2963syuilo2018-10-216-35/+134
|
* Refactoringsyuilo2018-10-212-251/+7
|
* ファイル作成APIにforceオプションを実装syuilo2018-10-201-6/+10
|
* Localized mark all as read message (#2956)Dr. Gutfuck LLC2018-10-201-1/+2
| | | | | | | | | | * Localized read-all message * Fixed some weirdness: src/client/app/init.ts * Unfucked server api stuff (sorry lol): src/server/api/endpoints/i/read_all_unread_notes.ts * Clean up
* Fix bug and clean upsyuilo2018-10-201-5/+0
|
* Validate paramsyuilo2018-10-201-0/+2
|
* :v:syuilo2018-10-191-1/+16
|
* 未読の投稿をすべて既読にできるようにsyuilo2018-10-191-0/+36
|
* Disable secure cookiesyuilo2018-10-171-1/+3
|
* Update mongodbsyuilo2018-10-162-7/+9
|
* Update signin.tssyuilo2018-10-161-3/+2
|
* Implement /api/v1/instance/peers (#2913)MeiMei2018-10-162-0/+16
| | | | | | | | | | * Implement /api/v1/instance/peers * Use punycode * Remove Cache-Control * Rename
* Add some tests and some fixessyuilo2018-10-162-3/+9
|
* Implement API testssyuilo2018-10-161-1/+1
|
* expose user recommendation config in /api/meta (#2902)Hakaba Hitoyo2018-10-141-1/+2
|
* Fix #2901syuilo2018-10-141-2/+4
|
* Resolve #2853syuilo2018-10-131-0/+7
|