summaryrefslogtreecommitdiff
path: root/src/queue/processors (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix #4484 (#4485)MeiMei2019-03-126-14/+14
| | | | | | * Fix #4484 * import order
* Add logsyuilo2019-03-121-0/+2
|
* Remove unnecessary checkingsyuilo2019-03-121-9/+0
|
* Resolve #1736syuilo2019-03-122-0/+64
|
* Refactor: Extract downloadTextFile functionsyuilo2019-03-111-69/+2
|
* Refactorsyuilo2019-03-111-16/+3
|
* リストをインポートしたときにプロキシアカウントがフ ↵syuilo2019-03-111-1/+11
| | | | ローするように修正
* Resolve #4259syuilo2019-03-112-1/+143
|
* リストのエクスポートをできるようにsyuilo2019-03-112-0/+75
| | | | #4259
* Better logssyuilo2019-03-091-5/+8
|
* Make infosyuilo2019-03-091-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-091-3/+9
|\
| * To retry AP deliver queue (#4457)MeiMei2019-03-091-3/+9
| |
* | Renamesyuilo2019-03-091-0/+0
|/
* Update job handlerssyuilo2019-03-082-23/+7
|
* Refactorsyuilo2019-03-071-2/+4
|
* Resolve #4444syuilo2019-03-079-87/+75
|
* 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
|
* Resolve #2017syuilo2019-02-213-0/+114
|
* 重いのでジョブキュー無効化syuilo2019-02-104-8/+8
|
* 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
|
* Fix file namesyuilo2019-02-061-1/+1
|
* Better file namessyuilo2019-02-064-4/+4
|
* Fix file extsyuilo2019-02-063-3/+3
|
* Clean upsyuilo2019-02-063-3/+0
|
* Resolve #4151syuilo2019-02-064-0/+276
|
* 自分の投稿情報をエクスポートできるように (#4144)syuilo2019-02-053-4/+134
| | | | | | | | * 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
|