Commit Graph

2256 Commits

Author SHA1 Message Date
Akihiko Odaki 6752594578 Resolve local Person ID 2018-04-06 12:54:34 +09:00
syuilo 46e8fd44c1
Merge pull request #1403 from akihikodaki/duplicate
Add a missing await expression
2018-04-05 21:17:47 +09:00
Akihiko Odaki 068c0b4cce Add a missing await expression 2018-04-05 21:16:19 +09:00
syuilo 15b9bfb471
Merge pull request #1400 from akihikodaki/duplicate
Handle inReplyTo property
2018-04-05 01:59:10 +09:00
Akihiko Odaki ced6b9a76f Handle inReplyTo property 2018-04-05 01:57:18 +09:00
syuilo 18728cb394
Merge pull request #1399 from akihikodaki/duplicate
Implement Hashtag object
2018-04-05 01:32:03 +09:00
Akihiko Odaki f44a7389e2 Implement Hashtag object 2018-04-05 01:29:56 +09:00
syuilo 021595c4ae
Merge pull request #1398 from akihikodaki/duplicate
Implement Mention object
2018-04-05 01:25:53 +09:00
Akihiko Odaki 168b0730b4 Implement Mention object 2018-04-05 01:24:39 +09:00
syuilo 9254966eb3
Merge pull request #1396 from akihikodaki/duplicate
Do not declare two variables in a statement
2018-04-05 01:09:18 +09:00
Akihiko Odaki a5715ecc1b Do not declare two variables in a statement 2018-04-05 01:07:55 +09:00
syuilo 87d592c9c4
Merge pull request #1395 from akihikodaki/duplicate
Let unhandled rejection handler handle rejections in jobs
2018-04-05 01:05:50 +09:00
Akihiko Odaki e330ac1934 Let unhandled rejection handler handle rejections in jobs 2018-04-05 01:04:44 +09:00
syuilo cf160285f8
Merge pull request #1394 from akihikodaki/duplicate
Retry HTTP requests
2018-04-04 22:48:27 +09:00
Akihiko Odaki d7c13b975f Retry HTTP requests 2018-04-04 22:45:55 +09:00
Akihiko Odaki 86b1345c17 Make HTTP request first in unfollow job 2018-04-04 22:05:12 +09:00
Akihiko Odaki 1b6bae72c2 Make HTTP request first in follow processor 2018-04-04 21:56:04 +09:00
Akihiko Odaki df38c2f485 Extract http request from post delivery job 2018-04-04 21:04:58 +09:00
syuilo b60121527d
Merge pull request #1393 from akihikodaki/duplicate
Allow to undo Create activity
2018-04-04 19:52:33 +09:00
Akihiko Odaki 783453897f Allow to undo Create activity 2018-04-04 19:51:41 +09:00
syuilo 2d4fe8c619 [wip] Implement like activity 2018-04-04 19:29:06 +09:00
Akihiko Odaki 210cb57aa5 Implement Delete activity 2018-04-04 00:22:00 +09:00
Akihiko Odaki 5bcb4b1dde Always deduplicate Activity Streams objects by id 2018-04-04 00:16:22 +09:00
Akihiko Odaki fdc81f395d Enforce URI uniquness 2018-04-04 00:09:00 +09:00
syuilo 18f317a4ac Refactor 2018-04-03 23:59:03 +09:00
syuilo 9694c1fc37 Refactor: Specify return type 2018-04-03 23:57:41 +09:00
syuilo a6f63e055a Refactor: Better variable name 2018-04-03 23:14:56 +09:00
syuilo f79e05195b Refactor 2018-04-03 23:01:48 +09:00
Akihiko Odaki aa0516d984 Wait for promise to resolve in Undo activity handler 2018-04-03 22:19:11 +09:00
Akihiko Odaki c22cb37759 Remove resolveRemoteUserObjects method of remote/activitypub/resolver
The value of the value returned by resolveRemoteUserObjects method of
remote/activitypub/resolver was inconsistent.
2018-04-03 20:41:54 +09:00
syuilo f5a948acac Improve readability 2018-04-03 20:13:04 +09:00
syuilo 9a6d524d5a Refactor 2018-04-03 20:09:26 +09:00
syuilo 172f11a2a0 Implement visibility param 2018-04-03 17:46:09 +09:00
syuilo ec629c4d8d Merge branch 'master' of https://github.com/syuilo/misskey 2018-04-03 17:24:36 +09:00
syuilo 76efc03963 Add createdAt property 2018-04-03 17:24:28 +09:00
syuilo a596a960bf
Merge pull request #1383 from akihikodaki/unfollow
Add a missing semicolon
2018-04-03 17:23:41 +09:00
Akihiko Odaki 30614a3779 Add a missing semicolon 2018-04-03 17:21:59 +09:00
syuilo c666a2b26e
Merge pull request #1382 from akihikodaki/unfollow
Implement remote account unfollow
2018-04-03 17:19:52 +09:00
Akihiko Odaki 4b507ed349 Implement remote account unfollow 2018-04-03 17:18:06 +09:00
syuilo 41d3992c52
Merge pull request #1381 from akihikodaki/unfollow
Implement unfollow by remote account
2018-04-03 16:37:42 +09:00
syuilo 9449ed14d2
Merge pull request #1380 from akihikodaki/misc
Fix ActivityStreams collection resolution
2018-04-03 16:37:07 +09:00
Akihiko Odaki 6b66ec1231 Implement unfollow by remote account 2018-04-03 16:35:07 +09:00
Akihiko Odaki a9abc669e0 Fix ActivityStreams collection resolution 2018-04-03 16:32:54 +09:00
syuilo 648cfa8b8a Clean up 2018-04-03 13:08:21 +09:00
syuilo 97a4ec4ff3
Merge pull request #1379 from akihikodaki/misc 2018-04-03 12:30:11 +09:00
Akihiko Odaki b5487826a6 Invoke a constructor with parentheses 2018-04-03 12:28:34 +09:00
syuilo b4833d551e
Merge pull request #1378 from akihikodaki/misc 2018-04-03 12:27:56 +09:00
Akihiko Odaki 6503beecc5 Explicityly wrap objects with Create activity 2018-04-03 12:25:13 +09:00
syuilo 858999b07f
Merge pull request #1377 from akihikodaki/misc 2018-04-03 12:11:51 +09:00
Akihiko Odaki cc3704c3e9 Accept remote follow 2018-04-03 12:07:29 +09:00