summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Fix: ServiceWorkerの設定がUIで有効にならない (#4620)MeiMei2019-04-011-0/+2
|
* Fix #4576 (#4579)Acid Chicken (硫酸鶏)2019-03-261-1/+3
| | | | | | * Update update.ts * Update api.ts
* Fix #4546 (#4548)MeiMei2019-03-212-2/+10
| | | | | | * Refactor download * emoji type
* Fix NoteReaction (#4547)MeiMei2019-03-201-2/+2
|
* 不明なリアクションのフォールバックに star ↵syuilo2019-03-182-0/+12
| | | | を使うようにするオプション
* Custom reaction (#4517)MeiMei2019-03-184-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Custom reaction * increase limit of reactions/delete * リアクションの場合は OS標準の絵文字を使用 を迂回する * カスタムリアクションを無効にする設定 * fix * disableCustomReaction --> enableEmojiReaction * Avoid MFM rendering * :art: * :art: * Auto accept * custom emoji reaction * Improve usability * Extract emojiRegex * Fix * Clean up * :art: * :art: * toDbReaction で reaction は必須に あとフォールバックは like に * Clean up * Make required * https://github.com/syuilo/misskey/pull/4517/commits/3eb08748feeaab9ee5c5b505c870f97d7edbeb0d#r266241728 * Refactor * Allow null
* Fix users/search (#4505)MeiMei2019-03-151-2/+2
|
* Resolve #4501syuilo2019-03-151-2/+4
|
* ジョブを一覧できるようにsyuilo2019-03-151-0/+40
|
* ファビコンが保存されないのを修正 (#4500)MeiMei2019-03-151-0/+1
| | | | | | * Fix ファビコン保存されない * Fix meta
* Accept Article object (#4499)MeiMei2019-03-151-1/+1
|
* Faviconを可変にするなどsyuilo2019-03-141-0/+11
|
* unFollowAll on suspend (#4490)MeiMei2019-03-141-1/+23
| | | | | | | | * unFollowAll on suspend * use services * silent
* Fix #4486 (#4487)MeiMei2019-03-131-0/+6
|
* Resolve #4458 (#4476)MeiMei2019-03-121-1/+9
|
* Resolve #1736syuilo2019-03-121-0/+64
|
* Refactorsyuilo2019-03-111-19/+2
|
* Resolve #4259syuilo2019-03-111-0/+64
|
* リストのエクスポートをできるようにsyuilo2019-03-111-0/+18
| | | | #4259
* Fix bugsyuilo2019-03-081-2/+2
|
* ジョブの数を一覧できるようにsyuilo2019-03-081-0/+21
|
* Implement Update Question (#4435)MeiMei2019-03-071-0/+4
| | | | | | | | | | | | | | * Update remote votes count * save updatedAt * deliver Update * use renderNote * use id * fix typeof
* Resolve #4437syuilo2019-03-071-0/+132
|
* Clean upsyuilo2019-03-061-1/+0
|
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-063-18/+52
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Improve log apisyuilo2019-03-031-4/+20
|
* Use dotsyuilo2019-03-031-1/+1
|
* ログをデータベースに保存して管理画面で見れるようにsyuilo2019-03-021-0/+51
|
* Improve docsyuilo2019-02-271-0/+7
|
* Improve docsyuilo2019-02-273-3/+24
|
* Update notes/featuredsyuilo2019-02-261-1/+1
|
* Improve docsyuilo2019-02-263-2/+20
|
* アカウントが削除できない問題を修正syuilo2019-02-261-1/+0
|
* Resolve #4325syuilo2019-02-251-1/+1
|
* Improve docsyuilo2019-02-2511-0/+38
|
* Improve docsyuilo2019-02-251-7/+3
|
* Improve docsyuilo2019-02-253-1/+19
|
* Improve docsyuilo2019-02-252-1/+12
|
* Improve docsyuilo2019-02-251-0/+26
|
* Fix docsyuilo2019-02-251-1/+1
|
* Improve docsyuilo2019-02-253-6/+66
|
* Improve docsyuilo2019-02-249-5/+88
|
* Improve docsyuilo2019-02-244-3/+28
|
* ハイフンに統一syuilo2019-02-2417-0/+0
|
* Use camelCasesyuilo2019-02-242-3/+3
|
* Improve docsyuilo2019-02-243-4/+20
|
* Improve docsyuilo2019-02-241-7/+3
|
* Improve docsyuilo2019-02-241-7/+3
|
* Improve docsyuilo2019-02-241-7/+3
|
* Improve docsyuilo2019-02-241-7/+3
|