summaryrefslogtreecommitdiff
path: root/src/queue/processors/http (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Resolve #4444syuilo2019-03-072-246/+0
|
* Implement Update Question (#4435)MeiMei2019-03-071-3/+3
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-061-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Start working * WIP: Enhance poll * Fix bug * Use `name` in voting note refs: https://github.com/syuilo/misskey/issues/4407#issuecomment-469057296 * Fix style * Refactor Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> * WIP: Update poll editor * Fix bug * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r * Fix typo * Better design * Beautify poll editor * Fix UI * Fix bug refs: https://github.com/syuilo/misskey/pull/4409#discussion_r262217524 * Add debug logging * Fix bug * Log deliver * fix vote * Update ap/show refs: https://github.com/syuilo/misskey/pull/4409#issuecomment-469652386 * Update poll view * Maybe done * Add tests * Fix path * Fix test * Fix test * Fix test * Fix expired check on AP * Update note.ts * Squashed commit of the following: commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Squashed commit of the following: commit ae696b1ed12568b27c27367ac5a77035c97c9a1f Author: mei23 <m@m544.net> Date: Wed Mar 6 06:11:17 2019 +0900 fix commit b735e354e7a9e64534c4f17d04ecbc65fb735c21 Author: mei23 <m@m544.net> Date: Wed Mar 6 06:08:33 2019 +0900 messge commit d9a4beabf851893b8992a0f4568265eb9d4f0b8e Author: mei23 <m@m544.net> Date: Wed Mar 6 05:16:14 2019 +0900 tune commit 83ff421a6e978243f80ba9ec820189bc897e6e3b Author: mei23 <m@m544.net> Date: Wed Mar 6 05:01:14 2019 +0900 fallback commit 0b566af973b115ade9e75ea4b8094ee2b329dabc Author: mei23 <m@m544.net> Date: Wed Mar 6 04:40:12 2019 +0900 Note commit cc0296dd6127580ac584c40398db3f762a311f8b Author: mei23 <m@m544.net> Date: Wed Mar 6 04:33:58 2019 +0900 createで送る * Fix typo * Update vote.ts * Update vote.ts * Update poll-editor.vue * Update tslint.json * Fix layout * Add note * Fix bug * Rename text key * 投票するときに投稿として扱わないように (#4425) * wip * 形式をMastodonと合わせた * Bye something * Use - instead of ~ * Redundancy * Yes! * Refactor * Use moment instead of Date * Fix indent * Refactor if (votes.length) は必要なさそう * Clean up * Bye Date * Clean * Fix timer is not displayed * Fix リモートから無期限pollにvoteできない * Fix vote actor
* ログをデータベースに保存して管理画面で見れるようにsyuilo2019-03-021-1/+1
|
* Improve instances manegementsyuilo2019-02-082-3/+8
| | | | Resolve #4187
* Introduce per-instance chart (#4183)syuilo2019-02-082-0/+8
| | | | | | | | | | | | | | | | | | * Introduce per-instance chart * Implement chart view in client * Handle note deleting * More chart srcs * Add drive stats * Improve drive stats * Fix bug * Add icon
* Implement instance blocking (#4182)syuilo2019-02-081-0/+18
| | | | | | | | | | * Implement instance blocking * Add missing text * Delete unnecessary file * Covert Punycode to Unicode
* Fix bugsyuilo2019-02-071-2/+4
|
* Improve instance statssyuilo2019-02-071-0/+11
|
* Improve instance statssyuilo2019-02-071-1/+25
|
* 自分の投稿情報をエクスポートできるように (#4144)syuilo2019-02-052-20/+1
| | | | | | | | * wip * 正しいJSONを生成するように * データを整形
* Refactoringsyuilo2019-02-051-1/+1
|
* Fix logsyuilo2019-02-051-1/+1
|
* Use internal logger instead of debug/console for loggingsyuilo2019-02-033-13/+14
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Create type definition for 'http-signature' (#4049)Acid Chicken (硫酸鶏)2019-02-011-1/+1
| | | | | | * Create type definition for 'http-signature' * Follow lint
* Remove a trailing whitespace (#3261)Aya Morisawa2018-11-161-1/+1
|
* Fix bugsyuilo2018-11-051-9/+9
|
* Improve admin dashboardsyuilo2018-11-031-0/+10
|
* ActivityPubのHTTPリクエストの強化 (#2820)MeiMei2018-10-051-12/+11
| | | | | | | | * Fix error handling in AP deliver * Set timeout to resolver * Tune looks
* Receive Update activitymei232018-09-011-9/+19
|
* Improve validation error messagemei232018-08-311-3/+6
|
* Validate host in activitymei232018-08-301-0/+55
|
* Fix resolvePerson keymei232018-08-251-1/+1
|
* Fix bugsyuilo2018-08-101-1/+1
|
* Improve error handlingsyuilo2018-08-061-0/+5
|
* Use bee-queue instead of Kuesyuilo2018-07-262-4/+4
|
* Refactorngsyuilo2018-07-071-1/+1
|
* yattasyuilo2018-06-183-7/+7
|
* Update deliver.tssyuilo2018-05-161-1/+1
|
* Better error handlingsyuilo2018-05-131-1/+1
|
* Fix bugsyuilo2018-05-071-0/+1
|
* Fix Misskey同士でフォローできないmei232018-04-221-0/+5
|
* Refactorsyuilo2018-04-171-1/+1
|
* Fix bugsyuilo2018-04-151-2/+2
|
* hostLowerは廃止してhostにlowerしたものを入れるようにsyuilo2018-04-141-1/+1
|
* Refactorsyuilo2018-04-101-1/+1
|
* Fix bugsyuilo2018-04-092-26/+0
|
* wipsyuilo2018-04-091-3/+3
|
* Some bug fixessyuilo2018-04-081-2/+2
|
* Post --> Notesyuilo2018-04-081-2/+2
| | | | Closes #1411
* oopssyuilo2018-04-071-11/+14
|
* Merge branch 'master' into refactorsyuilo2018-04-071-14/+11
|\
| * Implement Mention objectAkihiko Odaki2018-04-051-1/+1
| |
| * Do not declare two variables in a statementAkihiko Odaki2018-04-051-1/+2
| |
| * Let unhandled rejection handler handle rejections in jobsAkihiko Odaki2018-04-057-106/+129
| |
| * Retry HTTP requestsAkihiko Odaki2018-04-047-0/+240
|
* Fix bugsyuilo2018-04-071-1/+1
|
* Fix bugsyuilo2018-04-071-4/+9
|
* Logsyuilo2018-04-061-0/+10
|
* Use error instaed of warnsyuilo2018-04-061-1/+1
|