| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge pull request #1383 from akihikodaki/unfollow | syuilo | 2018-04-03 | 1 | -1/+1 |
| |\ | | | | | Add a missing semicolon | ||||
| | * | Add a missing semicolon | Akihiko Odaki | 2018-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1382 from akihikodaki/unfollow | syuilo | 2018-04-03 | 6 | -47/+81 |
| |\| | | | | | Implement remote account unfollow | ||||
| | * | Implement remote account unfollow | Akihiko Odaki | 2018-04-03 | 6 | -47/+81 |
| | | | |||||
| * | | Merge pull request #1381 from akihikodaki/unfollow | syuilo | 2018-04-03 | 6 | -36/+107 |
| |\| | | | | | Implement unfollow by remote account | ||||
| | * | Implement unfollow by remote account | Akihiko Odaki | 2018-04-03 | 6 | -36/+107 |
| | | | |||||
| * | | Merge pull request #1380 from akihikodaki/misc | syuilo | 2018-04-03 | 1 | -16/+19 |
| |\ \ | |/ |/| | Fix ActivityStreams collection resolution | ||||
| | * | Fix ActivityStreams collection resolution | Akihiko Odaki | 2018-04-03 | 1 | -16/+19 |
| | | | |||||
| * | | Test: Remove needless test | syuilo | 2018-04-03 | 1 | -18/+0 |
| | | | |||||
| * | | Clean up | syuilo | 2018-04-03 | 2 | -38/+0 |
| | | | |||||
| * | | Clean up: Remove unused files | syuilo | 2018-04-03 | 4 | -40/+0 |
| | | | |||||
| * | | Use typescript in tests | syuilo | 2018-04-03 | 3 | -28/+14 |
| | | | |||||
| * | | Merge pull request #1379 from akihikodaki/misc | syuilo | 2018-04-03 | 1 | -2/+2 |
| |\| | |||||
| | * | Invoke a constructor with parentheses | Akihiko Odaki | 2018-04-03 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #1378 from akihikodaki/misc | syuilo | 2018-04-03 | 2 | -3/+9 |
| |\| | |||||
| | * | Explicityly wrap objects with Create activity | Akihiko Odaki | 2018-04-03 | 2 | -3/+9 |
| | | | |||||
| * | | Merge pull request #1377 from akihikodaki/misc | syuilo | 2018-04-03 | 2 | -20/+31 |
| |\| | |||||
| | * | Accept remote follow | Akihiko Odaki | 2018-04-03 | 2 | -20/+31 |
| | | | |||||
| * | | Merge pull request #1376 from akihikodaki/misc | syuilo | 2018-04-03 | 10 | -155/+214 |
| |\| | | | | | Misc | ||||
| | * | Deliver posts to remote followers | Akihiko Odaki | 2018-04-03 | 7 | -130/+195 |
| | | | |||||
| | * | Fix job processor interfaces | Akihiko Odaki | 2018-04-03 | 4 | -25/+19 |
| | | | |||||
| * | | Use index | syuilo | 2018-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Revert "[wip] Implement like activity" | syuilo | 2018-04-03 | 3 | -50/+2 |
| | | | | | | | | | This reverts commit 7da191396469642de14655c30eba86926882e98c. | ||||
| * | | Revert "Fix typo" | syuilo | 2018-04-03 | 1 | -1/+1 |
| | | | | | | | | | This reverts commit f3f6dce60b9ace954a26b0e045d8bf8f49571482. | ||||
| * | | Revert "Fix" | syuilo | 2018-04-03 | 1 | -7/+15 |
| | | | | | | | | | This reverts commit 8afdb5aef91bea931c1ab7ecfd9f5ba1e977652c. | ||||
| * | | Fix | syuilo | 2018-04-03 | 1 | -15/+7 |
| | | | |||||
| * | | Fix typo | syuilo | 2018-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/syuilo/misskey | syuilo | 2018-04-03 | 1 | -1/+1 |
| |\ \ | |||||
| | * \ | Merge pull request #1375 from syuilo/greenkeeper/ws-5.1.1 | syuilo | 2018-04-03 | 1 | -1/+1 |
| | |\ \ | | |/ | |/| | Update ws to the latest version 🚀 | ||||
| | | * | fix(package): update ws to version 5.1.1 | greenkeeper[bot] | 2018-04-02 | 1 | -1/+1 |
| | | | | |||||
| * | | | [wip] Implement like activity | syuilo | 2018-04-03 | 3 | -2/+50 |
| |/ / | |||||
| * | | Fix bug | syuilo | 2018-04-02 | 1 | -6/+20 |
| | | | |||||
| * | | Fix: Remove unused imports | syuilo | 2018-04-02 | 2 | -2/+0 |
| | | | |||||
| * | | Make migration scripts | syuilo | 2018-04-02 | 7 | -4/+90 |
| |/ | | | | and use createdAt instead of _id | ||||
| * | Merge pull request #1374 from akihikodaki/log | syuilo | 2018-04-02 | 14 | -115/+99 |
| |\ | | | | | Introduce followed log and following log | ||||
| | * | Introduce followed log and following log | Akihiko Odaki | 2018-04-02 | 14 | -115/+99 |
| | | | |||||
| * | | Merge pull request #1373 from akihikodaki/misc | syuilo | 2018-04-02 | 4 | -5/+65 |
| |\| | | | | | Implement Follow activity | ||||
| | * | Implement Follow activity | Akihiko Odaki | 2018-04-02 | 4 | -5/+65 |
| | | | |||||
| * | | Merge pull request #1372 from akihikodaki/misc | syuilo | 2018-04-02 | 1 | -4/+9 |
| |\ \ | | | | | | | Improve WebFinger verification | ||||
| | * | | Improve WebFinger verification | Akihiko Odaki | 2018-04-02 | 1 | -4/+9 |
| | |/ | |||||
| * | | :v: | syuilo | 2018-04-02 | 4 | -3/+7 |
| | | | |||||
| * | | Merge branch 'master' of https://github.com/syuilo/misskey | syuilo | 2018-04-02 | 7 | -55/+71 |
| |\ \ | |||||
| | * | | Merge pull request #1371 from akihikodaki/misc | syuilo | 2018-04-02 | 7 | -55/+71 |
| | |\| | | | | | | | Resolve account by signature in inbox | ||||
| | | * | Resolve account by signature in inbox | Akihiko Odaki | 2018-04-02 | 7 | -55/+71 |
| | | | | |||||
| * | | | Fix bug | syuilo | 2018-04-02 | 6 | -6/+6 |
| |/ / | |||||
| * | | Fix bug | syuilo | 2018-04-02 | 1 | -1/+1 |
| | | | |||||
| * | | Merge pull request #1369 from syuilo/greenkeeper/bootstrap-vue-2.0.0-rc.6 | syuilo | 2018-04-02 | 1 | -1/+1 |
| |\ \ | | | | | | | fix(package): update bootstrap-vue to version 2.0.0-rc.6 | ||||
| | * | | fix(package): update bootstrap-vue to version 2.0.0-rc.6 | greenkeeper[bot] | 2018-04-02 | 1 | -1/+1 |
| | | | | | | | | | | Closes #1367 | ||||
| * | | | Merge pull request #1368 from akihikodaki/misc | syuilo | 2018-04-02 | 12 | -339/+403 |
| |\ \ \ | |/ / |/| / | |/ | Distribute posts from remote | ||||
| | * | Distribute posts from remote | Akihiko Odaki | 2018-04-02 | 12 | -339/+403 |
| | | | |||||