summaryrefslogtreecommitdiff
path: root/src/queue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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-022-2/+2
|
* Change queue db namesyuilo2019-03-021-1/+1
|
* Resolve #2017syuilo2019-02-214-0/+140
|
* 重いのでジョブキュー無効化syuilo2019-02-105-32/+45
|
* 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
|
* Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0dsyuilo2019-02-071-6/+8
|
* Improve instance statssyuilo2019-02-071-0/+11
|
* Improve instance statssyuilo2019-02-071-1/+25
|
* Check config on load (#4170)Aya Morisawa2019-02-061-8/+6
| | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Fix bugsyuilo2019-02-061-0/+30
|
* 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
|
* Resolve #4165syuilo2019-02-061-0/+6
|
* Improve queue optionsyuilo2019-02-061-12/+28
|
* Update queue settingsyuilo2019-02-061-2/+2
|
* Improve queue configurationsyuilo2019-02-061-5/+10
| | | | | Resolve #4157 Resolve #4158
* 自分の投稿情報をエクスポートできるように (#4144)syuilo2019-02-055-9/+150
| | | | | | | | * wip * 正しいJSONを生成するように * データを整形
* Refactoringsyuilo2019-02-051-1/+1
|
* Fix logsyuilo2019-02-051-1/+1
|
* Initialize queue only if queue is enabled (#4125)Aya Morisawa2019-02-041-12/+20
|
* Add --disable-queue optionsyuilo2019-02-041-1/+2
|
* Enable job queuesyuilo2019-02-041-1/+32
| | | | Resolve #3216
* Use internal logger instead of debug/console for loggingsyuilo2019-02-034-13/+17
| | | | | | 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
|
* local only visibility (#3254)MeiMei2018-11-161-0/+2
| | | | | | * local only visibility * fix UI
* 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
|
* oopssyuilo2018-07-271-1/+1
|
* バギーなのでジョブキュー無効化syuilo2018-07-271-25/+1
|
* Update job queue settingsyuilo2018-07-261-2/+2
|
* Update job queue settingssyuilo2018-07-261-2/+5
|
* Use bee-queue instead of Kuesyuilo2018-07-263-34/+18
|
* :v:syuilo2018-07-261-0/+7
|
* Refactorngsyuilo2018-07-071-1/+1
|
* yattasyuilo2018-06-184-9/+9
|