summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* CWsyuilo2018-04-221-8/+8
|
* AP: 投票をレンダリングsyuilo2018-04-221-3/+0
|
* #1506syuilo2018-04-211-28/+74
|
* :v:syuilo2018-04-201-25/+34
|
* oopssyuilo2018-04-191-1/+1
|
* ストーキング実装syuilo2018-04-1910-32/+127
| | | | Closes #1511
* Fix #1510syuilo2018-04-181-2/+8
|
* oopssyuilo2018-04-171-1/+0
|
* Clean upsyuilo2018-04-171-42/+0
|
* ローカルタイムラインとグローバルタイムラインを実装syuilo2018-04-175-23/+191
|
* Fix bugsyuilo2018-04-161-1/+3
|
* hostLowerは廃止してhostにlowerしたものを入れるようにsyuilo2018-04-141-1/+1
|
* リモートユーザーはおすすめユーザーに含めないようにsyuilo2018-04-141-8/+6
|
* Fix bugsyuilo2018-04-111-5/+1
|
* ストリーム経由でAPIにリクエストできるようにsyuilo2018-04-115-29/+14
|
* Fix #1437 and some clean upssyuilo2018-04-102-19/+5
|
* Fix bugsyuilo2018-04-101-6/+3
|
* Clean upsyuilo2018-04-081-4/+0
|
* oopssyuilo2018-04-081-0/+0
|
* oopssyuilo2018-04-081-0/+0
|
* :v:syuilo2018-04-081-4/+0
|
* Fix bugsyuilo2018-04-081-4/+0
|
* Implement announcesyuilo2018-04-081-251/+0
| | | | And bug fixes
* Fix bugssyuilo2018-04-083-21/+5
|
* Some bug fixes and clean upssyuilo2018-04-088-302/+3
|
* Some bug fixessyuilo2018-04-0816-38/+32
|
* Post --> Notesyuilo2018-04-0841-393/+644
| | | | Closes #1411
* Implement likesyuilo2018-04-071-82/+6
|
* Merge branch 'master' into refactorsyuilo2018-04-071-2/+2
|\
| * Implement Mention objectAkihiko Odaki2018-04-051-3/+7
| |
| * Retry HTTP requestsAkihiko Odaki2018-04-042-4/+4
| |
* | RENAME: api --> servicessyuilo2018-04-062-2/+2
| |
* | wipsyuilo2018-04-051-1/+2
| |
* | wipsyuilo2018-04-051-9/+2
| |
* | wipsyuilo2018-04-051-71/+11
|/
* Implement visibility paramsyuilo2018-04-031-0/+5
|
* Implement remote account unfollowAkihiko Odaki2018-04-031-23/+10
|
* Deliver posts to remote followersAkihiko Odaki2018-04-031-5/+2
|
* Fix: Remove unused importssyuilo2018-04-022-2/+0
|
* Make migration scriptssyuilo2018-04-022-4/+4
| | | | and use createdAt instead of _id
* Introduce followed log and following logAkihiko Odaki2018-04-026-86/+59
|
* Distribute posts from remoteAkihiko Odaki2018-04-023-272/+36
|
* Introduce acct directoryAkihiko Odaki2018-04-021-2/+2
|
* Introduce publishers directoryAkihiko Odaki2018-04-0216-25/+28
|
* Introduce config moduleAkihiko Odaki2018-04-027-7/+7
|
* Abolish common and misc directoriesAkihiko Odaki2018-04-0218-29/+29
|
* Refactorsyuilo2018-04-025-6/+6
|
* Refactorsyuilo2018-04-021-5/+5
|
* Implement remote followAkihiko Odaki2018-04-014-27/+8
|
* Merge pull request #1347 from akihikodaki/usersyuilo2018-04-011-1/+1
|\ | | | | Mark host parameter of /api/users/show nullable