summaryrefslogtreecommitdiff
path: root/src/remote (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* Follow #3676Acid Chicken (硫酸鶏)2019-03-141-1/+1
|
* Follow #3676Acid Chicken (硫酸鶏)2019-03-141-1/+1
|
* Fix #4486 (#4487)MeiMei2019-03-132-1/+23
|
* Add type annotation to avoid type errorsyuilo2019-03-121-1/+1
|
* Ignore 4xx references in AP (#4463)MeiMei2019-03-104-20/+37
| | | | | | * Ignore 4xx references * remove unnecessary comment
* Fix bugsyuilo2019-03-081-41/+45
|
* Implement Update Question (#4435)MeiMei2019-03-075-15/+114
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-069-35/+142
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Better logsyuilo2019-03-042-1/+11
|
* Better logssyuilo2019-03-031-3/+9
|
* ログをデータベースに保存して管理画面で見れるようにsyuilo2019-03-021-1/+1
|
* Use camelCasesyuilo2019-02-242-2/+2
|
* Fix bugsyuilo2019-02-181-3/+3
|
* ハッシュタグでユーザー検索できるように (#4298)syuilo2019-02-171-0/+9
| | | | | | | | | | | | | | | | * ハッシュタグでユーザー検索できるように * :art: * Increase limit * リモートユーザーも表示 * Fix bug * Fix bug * Improve performance
* Limit the parallelism of AP object processing (#4193)MeiMei2019-02-092-4/+10
|
* Introduce per-instance chart (#4183)syuilo2019-02-081-2/+2
| | | | | | | | | | | | | | | | | | * 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-081-1/+1
|
* Implement instance blocking (#4182)syuilo2019-02-081-0/+7
| | | | | | | | | | * Implement instance blocking * Add missing text * Delete unnecessary file * Covert Punycode to Unicode
* Revert 96bc17aa1014983d5e6bf8b4c05d898156995a0dsyuilo2019-02-071-1/+1
|
* Improve instance statssyuilo2019-02-071-2/+2
|
* Check config on load (#4170)Aya Morisawa2019-02-061-1/+1
| | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Better logssyuilo2019-02-061-2/+2
|
* Add logssyuilo2019-02-061-8/+15
|
* Refactoringsyuilo2019-02-051-1/+1
|
* Better error log of WebFingersyuilo2019-02-041-0/+1
|
* Better error log of WebFingersyuilo2019-02-041-1/+4
|
* Use internal logger instead of debug/console for loggingsyuilo2019-02-0311-47/+42
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* Better loggingsyuilo2019-02-033-21/+20
|
* Better logsyuilo2019-02-031-4/+5
|
* :art:syuilo2019-02-031-1/+1
|
* [Server] Use logger for loggingsyuilo2019-02-033-7/+10
|
* [Server] Use logger for loggingsyuilo2019-02-032-12/+15
|
* Fix indentsyuilo2019-02-021-1/+1
|
* Create type definition for 'http-signature' (#4049)Acid Chicken (硫酸鶏)2019-02-011-1/+1
| | | | | | * Create type definition for 'http-signature' * Follow lint
* send/receive user hashtags via AP (#4064)MeiMei2019-01-314-13/+23
|
* Create type definition for 'lookup-dns-cache' (#4051)Acid Chicken (硫酸鶏)2019-01-311-6/+6
|
* Create type definition for 'promise-any' (#4055)Acid Chicken (硫酸鶏)2019-01-311-1/+1
|
* Create type definition for 'webfinger.js' (#4054)Acid Chicken (硫酸鶏)2019-01-311-2/+2
|
* Do not import as pack from AP renderer (#4048)MeiMei2019-01-311-1/+1
| | | | | | * Do not import as pack from AP renderer * rename
* Avoid export defaultAya Morisawa2019-01-304-6/+6
|
* Rename html-to-mfm to fromHtmlAya Morisawa2019-01-302-6/+6
|
* Rename html to toHtmlAya Morisawa2019-01-302-2/+2
|
* Module 'crypto' as import syntax (#4011)Acid Chicken (硫酸鶏)2019-01-301-1/+1
|
* 外部サービス認証情報の配信 (#3975)Acid Chicken (硫酸鶏)2019-01-244-20/+88
| | | | | | | | | | | | | | | | | | | | * Update person.ts * Update person.ts * Update person.ts * Update person.ts * Create original model * Make type formal * Update person.ts * Follow @mei23's review refs: https://github.com/syuilo/misskey/pull/3975#pullrequestreview-195770172
* 投票未対応インスタンス向けメッセージをわかりやすく ↵MeiMei2019-01-211-2/+4
| | | | | | | | | | | | | | | | る (#3944) * Poll message * fix * fix * とりあえず日本語にしちゃう * TODO * fix
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-215-2/+70
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fix type * expose Question * Note refs Question * rename * wip * リモート投票の場合リプライ送信 * voteの実装をservicesに移動 * 投票受信 * debug * つくる * Revert "つくる" This reverts commit 0c9245886680b7d3b93a0278642f4cf6a43b5cb2. * APIの実装はもどし * Send Update * AP type * Recv Update * Revert "Recv Update" This reverts commit ffda39c0936d8e023f64603edabeb8e0eb9fc370. * Revert "AP type" This reverts commit 63d8bbe29dd6f326773214346350607cc4381996. * Revert "Send Update" This reverts commit 171b046de549f1478e928dee3177eeefab341fcf. * リモートで投票を見る * 投票はDM * Provides choices as text for AP * 絵文字 * fix error * revert * APからには不要な処理を削除 * Revert "APからには不要な処理を削除" This reverts commit 8b5d8af9b0cc4d4ad0cf21de59827ff21df99560. * てぬき * めんどい * ちっ * remove unused code
* [Server] Fix bugsyuilo2019-01-211-29/+37
|
* AP Undo Like (#3933)MeiMei2019-01-202-1/+26
| | | | | | * AP Undo Like * rename
* Use cached and asynchronous DNS resolver for AP delivery (#3859)MeiMei2019-01-091-3/+30
|
* Fix sharedInbox recovery code (#3840)MeiMei2019-01-061-0/+2
|