summaryrefslogtreecommitdiff
path: root/src/services (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Refactorsyuilo2019-03-111-0/+23
|
* Ignore 4xx references in AP (#4463)MeiMei2019-03-101-1/+1
| | | | | | * Ignore 4xx references * remove unnecessary comment
* Fix importsyuilo2019-03-071-1/+1
|
* Implement Update Question (#4435)MeiMei2019-03-071-0/+61
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-062-2/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Fix #4413 (#4417)MeiMei2019-03-051-1/+5
|
* Fix SVG detection (#4401)MeiMei2019-03-031-2/+2
| | | | | | * Fix SVG detection * remove unnecessary import
* Better logssyuilo2019-03-031-3/+12
|
* Better logssyuilo2019-03-031-1/+1
|
* ログをデータベースに保存して管理画面で見れるようにsyuilo2019-03-026-5/+112
|
* Improve docsyuilo2019-02-251-25/+59
|
* Refactorsyuilo2019-02-246-6/+6
|
* Use camelCasesyuilo2019-02-241-1/+1
|
* Improve docsyuilo2019-02-241-19/+38
|
* Improve docsyuilo2019-02-241-28/+49
|
* Improve docsyuilo2019-02-241-30/+36
|
* Improve docsyuilo2019-02-241-31/+59
|
* Improve type definitionssyuilo2019-02-242-33/+62
|
* 投稿を削除したときにお気に入りからも削除するようにsyuilo2019-02-221-0/+6
|
* Improve error handling of API (#4345)syuilo2019-02-226-29/+31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update attached_notes.ts * wip * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * Update call.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * :v: * Fix
* Resolve #2017syuilo2019-02-211-28/+30
|
* Fix #4326syuilo2019-02-201-6/+6
|
* みつけるの人気のタグを第2ソートで連合含めたユーザー ↵syuilo2019-02-181-3/+24
| | | | 数にしたりユーザーのタグ以外は除外するように
* Fix bugsyuilo2019-02-181-1/+1
|
* ハッシュタグでユーザー検索できるように (#4298)syuilo2019-02-173-33/+88
| | | | | | | | | | | | | | | | * ハッシュタグでユーザー検索できるように * :art: * Increase limit * リモートユーザーも表示 * Fix bug * Fix bug * Improve performance
* 既にフォローされている場合はフォローリクエストを生 ↵syuilo2019-02-151-1/+10
| | | | しないように (#4266)
* Remove unused importsyuilo2019-02-111-1/+1
|
* Fix bugsyuilo2019-02-112-7/+9
|
* フォロー処理のリファクタリング (#4196)syuilo2019-02-092-112/+78
| | | | | | * Fix #4185 * Fix bug
* Introduce per-instance chart (#4183)syuilo2019-02-087-8/+374
| | | | | | | | | | | | | | | | | | * 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
* Refactoring: Move chart dir into services dirsyuilo2019-02-0823-16/+1277
|
* Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0dsyuilo2019-02-073-5/+4
|
* Improve instance statssyuilo2019-02-073-3/+31
|
* Check config on load (#4170)Aya Morisawa2019-02-063-4/+5
| | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Refactoringsyuilo2019-02-0518-20/+257
|
* アニメーションを自動再生しないオプション (#4131)MeiMei2019-02-053-160/+207
| | | | | | | | | | * Refactor * settings * Media Proxy * Replace API response
* Resolve #4121 (#4122)Acid Chicken (硫酸鶏)2019-02-042-3/+3
| | | | | | * Resolve #4121 * Update tslint.json
* Use internal logger instead of debug/console for loggingsyuilo2019-02-035-5/+12
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Better loggingsyuilo2019-02-031-6/+9
|
* Better loggingsyuilo2019-02-032-27/+28
|
* [Server] Use logger for loggingsyuilo2019-02-032-23/+24
|
* Fix video thumbnails (#4095)MeiMei2019-02-022-6/+14
| | | | | | * Fix video thumbnails * Fix import
* Generate video thumbnails (#4084)MeiMei2019-02-022-0/+41
| | | | | | * Generate video thumbnails * import order
* [Server] Resolve #4062syuilo2019-01-311-0/+10
|
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-3114-34/+34
| | | | | | * Do not import as pack from AP renderer * rename
* Introduce silence (#4043)syuilo2019-01-301-0/+5
| | | | | | * Introduce silence * Fix icon
* Avoid export defaultAya Morisawa2019-01-301-1/+1
|
* Add missing semicolonAya Morisawa2019-01-281-1/+1
|
* Resolve #2253syuilo2019-01-261-0/+13
|
* [Server] Fix #3991syuilo2019-01-261-2/+4
|