summaryrefslogtreecommitdiff
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-117-23/+47
|\
| * Use proxy instead of weserv for url-preview images (#4466)MeiMei2019-03-112-2/+9
| |
| * Ignore 4xx references in AP (#4463)MeiMei2019-03-105-21/+38
| | | | | | | | | | | | * Ignore 4xx references * remove unnecessary comment
* | リストのエクスポートをできるようにsyuilo2019-03-115-0/+104
|/ | | | #4259
* Remove debug codesyuilo2019-03-101-8/+2
|
* Resolve #4462syuilo2019-03-109-0/+249
|
* Improve redis configsyuilo2019-03-093-3/+8
|
* Fix logsyuilo2019-03-091-4/+4
|
* Better logssyuilo2019-03-092-25/+27
|
* Make infosyuilo2019-03-091-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-092-4/+30
|\
| * To retry AP deliver queue (#4457)MeiMei2019-03-092-4/+30
| |
* | Renamesyuilo2019-03-092-1/+1
|/
* Increase job attempts limit a littlesyuilo2019-03-081-2/+2
|
* Fix bugsyuilo2019-03-081-2/+2
|
* Disable lifosyuilo2019-03-081-2/+0
|
* Add indexsyuilo2019-03-081-0/+1
|
* Resolve #4453syuilo2019-03-081-0/+8
|
* Fix bugsyuilo2019-03-081-41/+45
|
* :art:syuilo2019-03-081-2/+1
|
* :art:syuilo2019-03-081-6/+6
|
* 自動更新syuilo2019-03-081-2/+12
|
* ジョブの数を一覧できるようにsyuilo2019-03-083-3/+59
|
* :art:syuilo2019-03-081-1/+1
|
* Enable lifo jobsyuilo2019-03-081-0/+2
|
* Increase job concurrencysyuilo2019-03-081-2/+2
|
* Update job handlerssyuilo2019-03-082-23/+7
|
* Resolve #4448syuilo2019-03-081-9/+5
|
* Clean jobssyuilo2019-03-071-4/+10
|
* Refactorsyuilo2019-03-072-33/+17
|
* Fix importsyuilo2019-03-072-2/+2
|
* Resolve #4444syuilo2019-03-0712-173/+144
|
* Implement Update Question (#4435)MeiMei2019-03-0710-18/+197
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Create robots.txt (#4439)Acid Chicken (硫酸鶏)2019-03-071-0/+6
| | | | | | * Create robots.txt * Update index.ts
* Resolve #4437syuilo2019-03-075-8/+140
|
* Fixsyuilo2019-03-071-1/+1
|
* :art:syuilo2019-03-072-9/+9
|
* Add fallback for broken dbsyuilo2019-03-061-0/+7
|
* Clean upsyuilo2019-03-061-1/+0
|
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-0622-76/+383
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [Client] Fix bugsyuilo2019-03-061-3/+3
|
* Use meta url instead of constant urlAcid Chicken (硫酸鶏)2019-03-061-2/+18
|
* Fix #4421syuilo2019-03-061-3/+7
|
* [MFM] Improve hashtag parsingsyuilo2019-03-051-1/+1
|
* [Client] Better transitionsyuilo2019-03-052-4/+2
|
* Refactorsyuilo2019-03-052-3/+3
|
* Fix #4416syuilo2019-03-051-1/+1
|
* Merge branch 'develop' of https://github.com/syuilo/misskey into developsyuilo2019-03-052-2/+10
|\
| * Fix #4413 (#4417)MeiMei2019-03-052-2/+10
| |
* | Fix #4415syuilo2019-03-051-1/+1
|/