summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes/polls (follow)
Commit message (Collapse)AuthorAgeFilesLines
* リモートで投票を見たりしたりできるように (#3940)MeiMei2019-01-211-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Tune polls/recommendation (#3703)MeiMei2018-12-201-0/+1
|
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-111-2/+2
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Improve API documentationsyuilo2018-11-031-0/+4
|
* Refactorsyuilo2018-11-022-14/+6
|
* Resolve #2623syuilo2018-11-021-12/+20
|
* Refactoring, Clean up and bug fixessyuilo2018-11-021-17/+23
|
* V10 (#2826)syuilo2018-10-071-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update CHANGELOG.md * Update CHANGELOG.md * wip * Update CHANGELOG.md * wip * wip * wip * wip
* Fix bugsyuilo2018-08-292-4/+4
|
* Update api definitionssyuilo2018-07-172-6/+20
|
* oopssyuilo2018-07-081-1/+1
|
* Refactorsyuilo2018-07-071-1/+1
|
* Refactorngsyuilo2018-07-071-3/+3
|
* wipsyuilo2018-07-062-2/+2
|
* wipsyuilo2018-07-051-2/+2
|
* wipsyuilo2018-06-182-19/+6
|
* Update cafy to 8.0.0 :rocket:syuilo2018-05-022-5/+5
|
* Update dependencies :rocket:syuilo2018-04-272-4/+4
|
* cafy 5.xに移行syuilo2018-04-242-10/+2
|
* Some bug fixes and clean upssyuilo2018-04-081-1/+1
|
* Some bug fixessyuilo2018-04-081-1/+1
|
* Post --> Notesyuilo2018-04-082-0/+174
Closes #1411