summaryrefslogtreecommitdiff
path: root/src/models (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add indexsyuilo2019-03-081-0/+1
|
* Implement Update Question (#4435)MeiMei2019-03-071-0/+1
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Add fallback for broken dbsyuilo2019-03-061-0/+7
|
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-062-5/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add indexessyuilo2019-03-041-0/+2
|
* ログをデータベースに保存して管理画面で見れるようにsyuilo2019-03-026-5/+27
|
* Improve docsyuilo2019-02-251-1/+10
|
* Use camelCasesyuilo2019-02-242-3/+3
|
* Fix bool-param-defaultAcid Chicken (硫酸鶏)2019-02-231-1/+1
|
* Resolve #2017syuilo2019-02-211-0/+2
|
* みつけるの人気のタグを第2ソートで連合含めたユーザー ↵syuilo2019-02-181-0/+20
| | | | 数にしたりユーザーのタグ以外は除外するように
* ハッシュタグでユーザー検索できるように (#4298)syuilo2019-02-172-2/+33
| | | | | | | | | | | | | | | | * ハッシュタグでユーザー検索できるように * :art: * Increase limit * リモートユーザーも表示 * Fix bug * Fix bug * Improve performance
* Use Record<string, number> instead of any (#4293)Acid Chicken (硫酸鶏)2019-02-171-1/+1
|
* Exploreページを実装syuilo2019-02-161-0/+3
|
* Improve instances manegementsyuilo2019-02-081-0/+15
| | | | Resolve #4187
* Introduce per-instance chart (#4183)syuilo2019-02-083-0/+12
| | | | | | | | | | | | | | | | | | * 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/+5
| | | | | | | | | | * Implement instance blocking * Add missing text * Delete unnecessary file * Covert Punycode to Unicode
* Improve instance statssyuilo2019-02-071-2/+7
|
* Improve instance statssyuilo2019-02-071-0/+20
|
* Fix typoAcid Chicken (硫酸鶏)2019-02-051-1/+1
|
* アニメーション画像を無効にする際、サーバーサイドで ↵syuilo2019-02-053-24/+6
| | | | なくクライアントサイドでURLを変更するように
* アニメーションを自動再生しないオプション (#4131)MeiMei2019-02-053-6/+24
| | | | | | | | | | * Refactor * settings * Media Proxy * Replace API response
* [API] お気に入り状態は投稿情報に含めないように統一syuilo2019-02-051-14/+0
|
* Resolve #4121 (#4122)Acid Chicken (硫酸鶏)2019-02-042-4/+4
| | | | | | * Resolve #4121 * Update tslint.json
* Use internal logger instead of debug/console for loggingsyuilo2019-02-035-14/+14
| | | | | | Resolve #4104 Resolve #1966 Resolve #1937
* [Server] Remove unnecessarily propertysyuilo2019-02-021-0/+1
|
* Create type definition for 'deepcopy' (#4000)Acid Chicken (硫酸鶏)2019-02-0118-18/+18
|
* send/receive user hashtags via AP (#4064)MeiMei2019-01-311-0/+1
|
* delete unnecessary key (#4045)MeiMei2019-01-301-0/+1
| | | | | | * delete unnecessary key * Add note
* Introduce silence (#4043)syuilo2019-01-301-0/+5
| | | | | | * Introduce silence * Fix icon
* リプライ/メンションされていれば非フォロワーへのフォ ↵MeiMei2019-01-291-0/+6
| | | | | | | | ロワー限定でも参照可能に (#4033) * 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除 * リプライ/メンションされていれば非フォロワーでも参照可能に
* Add unique indexsyuilo2019-01-211-0/+1
| | | | #3946
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-211-5/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Drop stalk featuresyuilo2019-01-202-3/+0
| | | | | | Resolve #3935 Closes #2226 Closes #1946
* スパム報告機能syuilo2019-01-191-0/+52
| | | | Resolve #1970
* Resolve #3896syuilo2019-01-161-0/+1
|
* Renamesyuilo2019-01-041-1/+1
|
* Make instance logo customisable (#3829)ibrokemypie2019-01-041-0/+1
|
* adds ko-KR な to にゃ (#3820)Ch. (Chanhwi Choi)2019-01-031-1/+8
| | | | | | | | | * adds ko-KR な to にゃ - this only take considers pre-composed "Hangul Syllables", not composable area "Hangul Jamo" which are not used commonly - 56 is '냐' - '나' * replace magic number as suggested
* Add id to return of users/relation (#3795)ibrokemypie2018-12-301-0/+1
|
* Privateの公開範囲を廃止syuilo2018-12-291-3/+2
|
* Resolve #3786 (#3788)MeiMei2018-12-291-0/+5
|
* フォローしているユーザーからのフォローを自動承認す ↵MeiMei2018-12-281-0/+5
| | | | オプション (#3780)
* Resolve #3248Aya Morisawa2018-12-272-13/+2
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
* Fix #3683syuilo2018-12-201-0/+13
|
* Resolve #3687syuilo2018-12-201-0/+4
|
* Update remote Emoji (#3680)MeiMei2018-12-191-0/+2
|
* Re: #3457 (#3614)Acid Chicken (硫酸鶏)2018-12-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update parser.ts * Update user.ts * Update search.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update parser.ts * Update mfm.ts * Update parser.ts * Merge branch 'develop' into 3440-mk2 * Fix typo * Update parser.ts * Update mfm.ts * Update mfm.ts
* Implement admin drive pagesyuilo2018-12-141-0/+8
|
* Resolve #3581 (#3589)Acid Chicken (硫酸鶏)2018-12-111-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * Update ja-JP.yml * Create 404.vue * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update script.ts * Update 404.vue * Update meta.ts * Update instance.vue * Update update-meta.ts