summaryrefslogtreecommitdiff
path: root/src/server (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Update src/server/api/endpoints/users/relation.tssyuilo2018-11-011-0/+2
|
* [API] Implement users/relationsyuilo2018-11-011-0/+28
|
* Better rate limittingsyuilo2018-10-311-1/+1
|
* Refactorsyuilo2018-10-311-4/+4
|
* 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 docsyuilo2018-10-291-0/+6
|
* 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-2311-31/+31
|
* 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
|
* Fix og:image on user page (#2972)MeiMei2018-10-221-1/+1
|
* Refactorsyuilo2018-10-216-12/+12
|
* Clean upsyuilo2018-10-212-122/+0
|
* Resolve #2963syuilo2018-10-217-37/+136
|
* Refactoringsyuilo2018-10-213-253/+9
|
* ファイル作成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
|
* Refactoringsyuilo2018-10-191-1/+1
|
* 未読の投稿をすべて既読にできるようにsyuilo2018-10-191-0/+36
|
* Disable secure cookiesyuilo2018-10-171-1/+3
|
* Resolve #2923syuilo2018-10-171-1/+1
| | | | Allow option to disable sending HSTS headers even if https:// is used in url