summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Resolve local Object IDAkihiko Odaki2018-04-061-0/+37
|
* Merge pull request #1403 from akihikodaki/duplicatesyuilo2018-04-051-1/+1
|\ | | | | Add a missing await expression
| * Add a missing await expressionAkihiko Odaki2018-04-051-1/+1
| |
* | Merge pull request #1400 from akihikodaki/duplicatesyuilo2018-04-051-8/+17
|\| | | | | Handle inReplyTo property
| * Handle inReplyTo propertyAkihiko Odaki2018-04-051-8/+17
| |
* | Merge pull request #1399 from akihikodaki/duplicatesyuilo2018-04-051-2/+10
|\| | | | | Implement Hashtag object
| * Implement Hashtag objectAkihiko Odaki2018-04-051-2/+10
| |
* | Merge pull request #1398 from akihikodaki/duplicatesyuilo2018-04-056-21/+25
|\| | | | | Implement Mention object
| * Implement Mention objectAkihiko Odaki2018-04-056-21/+25
| |
* | Merge pull request #1396 from akihikodaki/duplicatesyuilo2018-04-051-1/+2
|\| | | | | Do not declare two variables in a statement
| * Do not declare two variables in a statementAkihiko Odaki2018-04-051-1/+2
| |
* | Merge pull request #1395 from akihikodaki/duplicatesyuilo2018-04-059-109/+132
|\| | | | | Let unhandled rejection handler handle rejections in jobs
| * Let unhandled rejection handler handle rejections in jobsAkihiko Odaki2018-04-059-109/+132
| |
* | Merge pull request #1394 from akihikodaki/duplicatesyuilo2018-04-0427-290/+361
|\| | | | | Retry HTTP requests
| * Retry HTTP requestsAkihiko Odaki2018-04-0424-93/+145
| |
| * Make HTTP request first in unfollow jobAkihiko Odaki2018-04-041-34/+41
| |
| * Make HTTP request first in follow processorAkihiko Odaki2018-04-041-51/+51
| |
| * Extract http request from post delivery jobAkihiko Odaki2018-04-042-92/+104
| |
* | Merge pull request #1393 from akihikodaki/duplicatesyuilo2018-04-045-17/+30
|\| | | | | Allow to undo Create activity
| * Allow to undo Create activityAkihiko Odaki2018-04-045-17/+30
| |
* | [wip] Implement like activitysyuilo2018-04-041-0/+63
| |
* | Merge pull request #1390 from syuilo/greenkeeper/@types/inquirer-0.0.41syuilo2018-04-041-1/+1
|\ \ | | | | | | Update @types/inquirer to the latest version 🚀
| * | fix(package): update @types/inquirer to version 0.0.41greenkeeper[bot]2018-04-031-1/+1
| | |
* | | Merge pull request #1389 from syuilo/greenkeeper/@types/node-9.6.2syuilo2018-04-041-1/+1
|\ \ \ | |/ / |/| | Update @types/node to the latest version 🚀
| * | fix(package): update @types/node to version 9.6.2greenkeeper[bot]2018-04-031-1/+1
|/ /
* | Merge pull request #1388 from akihikodaki/duplicatesyuilo2018-04-046-9/+81
|\| | | | | Implement Delete activity
| * Implement Delete activityAkihiko Odaki2018-04-046-9/+81
| |
* | Merge pull request #1387 from akihikodaki/duplicatesyuilo2018-04-041-28/+28
|\| | | | | Always deduplicate Activity Streams objects by id
| * Always deduplicate Activity Streams objects by idAkihiko Odaki2018-04-041-28/+28
|/
* Merge pull request #1386 from akihikodaki/urisyuilo2018-04-046-48/+82
|\ | | | | Enforce URI uniquness
| * Enforce URI uniqunessAkihiko Odaki2018-04-046-48/+82
|/
* Refactorsyuilo2018-04-031-3/+1
|
* Refactor: Specify return typesyuilo2018-04-031-1/+1
|
* Refactor: Better variable namesyuilo2018-04-031-13/+13
|
* Refactorsyuilo2018-04-031-2/+2
|
* Merge pull request #1385 from akihikodaki/promisesyuilo2018-04-031-1/+3
|\ | | | | Wait for promise to resolve in Undo activity handler
| * Wait for promise to resolve in Undo activity handlerAkihiko Odaki2018-04-031-1/+3
|/
* Merge pull request #1384 from akihikodaki/resolvesyuilo2018-04-035-46/+28
|\ | | | | Remove resolveRemoteUserObjects method of remote/activitypub/resolver
| * Remove resolveRemoteUserObjects method of remote/activitypub/resolverAkihiko Odaki2018-04-035-46/+28
|/ | | | | The value of the value returned by resolveRemoteUserObjects method of remote/activitypub/resolver was inconsistent.
* Improve readabilitysyuilo2018-04-031-13/+10
|
* Refactorsyuilo2018-04-034-4/+8
|
* Implement visibility paramsyuilo2018-04-031-0/+5
|
* Merge branch 'master' of https://github.com/syuilo/misskeysyuilo2018-04-031-1/+1
|\
| * Merge pull request #1383 from akihikodaki/unfollowsyuilo2018-04-031-1/+1
| |\ | | | | | | Add a missing semicolon
| | * Add a missing semicolonAkihiko Odaki2018-04-031-1/+1
| | |
* | | Add createdAt propertysyuilo2018-04-031-0/+2
|/ /
* | Merge pull request #1382 from akihikodaki/unfollowsyuilo2018-04-036-47/+81
|\| | | | | Implement remote account unfollow
| * Implement remote account unfollowAkihiko Odaki2018-04-036-47/+81
| |
* | Merge pull request #1381 from akihikodaki/unfollowsyuilo2018-04-036-36/+107
|\| | | | | Implement unfollow by remote account
| * Implement unfollow by remote accountAkihiko Odaki2018-04-036-36/+107
| |