summaryrefslogtreecommitdiff
path: root/src/server/api/endpoints/notes/create.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Enhance poll (#4409)Acid Chicken (硫酸鶏)2019-03-061-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
* Improve docsyuilo2019-02-251-0/+1
|
* Improve type definitionssyuilo2019-02-241-4/+2
|
* Introduce OpenAPI specs (#4351)syuilo2019-02-231-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * Update index.ts * Update gen-openapi-spec.ts * Update api.ja-JP.md * Fix * Improve doc * Update gen-openapi-spec.ts * Update redoc.html * Improve doc * Update gen-openapi-spec.ts * Improve doc * Update CHANGELOG.md
* Improve error handling of API (#4345)syuilo2019-02-221-17/+45
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Migrate cafy to 14.0 (#4240)syuilo2019-02-131-22/+22
|
* Fix styleAcid Chicken (硫酸鶏)2019-02-051-1/+2
|
* Create new type definition for 'ms' (#4057)Acid Chicken (硫酸鶏)2019-02-021-1/+1
| | | | | | * Create new type definition for 'ms' * Follow lint
* Privateの公開範囲を廃止syuilo2018-12-291-0/+5
|
* ダイレクトでメンションでもユーザーを指定できるよう ↵MeiMei2018-12-231-1/+1
| | | | (#3722)
* 本文からメンション等を展開しないオプション (#3721)MeiMei2018-12-231-0/+27
|
* Fix #3361 (#3362)Acid Chicken (硫酸鶏)2018-11-221-1/+1
| | | | | | * Update create.ts * Update api.ts
* local only visibility (#3254)MeiMei2018-11-161-0/+9
| | | | | | * local only visibility * fix UI
* Fix: notes/create hangs when rejected (#3221)MeiMei2018-11-131-8/+10
|
* ドライブ容量の設定をDBに保存するようにしたりリファ ↵syuilo2018-11-061-3/+3
| | | | タリングしたり
* 投稿の最大文字数情報を設定ファイルではなくDBに保存 ↵syuilo2018-11-051-2/+14
| | | | るように
* Refactorsyuilo2018-11-021-8/+4
|
* Refactoring, Clean up and bug fixessyuilo2018-11-021-48/+63
|
* Improve API definitionssyuilo2018-10-221-0/+2
|
* Resolve #2560syuilo2018-09-101-15/+4
|
* #2620syuilo2018-09-051-8/+15
|
* Fix bugsyuilo2018-08-291-11/+11
|
* Update rate limit settingsyuilo2018-08-181-2/+1
|
* 良い感じにsyuilo2018-07-161-2/+0
|
* 良い感じにsyuilo2018-07-161-0/+11
|
* Refactorngsyuilo2018-07-071-1/+1
|
* :v:syuilo2018-07-071-1/+1
|
* wipsyuilo2018-07-061-3/+7
|
* wipsyuilo2018-07-061-1/+4
|
* wipsyuilo2018-07-051-0/+13
|
* wipsyuilo2018-07-051-72/+75
|
* wipsyuilo2018-07-051-9/+30
|
* wipsyuilo2018-06-181-7/+4
|
* fix: "or" operator.momf2018-06-081-1/+1
|
* fix: when text is null, bug can pass validation.momf2018-06-081-1/+1
| | | fixed. (maybe?)
* Clean upsyuilo2018-05-191-45/+0
|
* oopssyuilo2018-05-031-1/+1
|
* Update cafy to 8.0.0 :rocket:syuilo2018-05-021-23/+23
|
* wipsyuilo2018-04-291-2/+14
|
* Update dependencies :rocket:syuilo2018-04-271-11/+11
|
* cafy 5.xに移行syuilo2018-04-241-14/+9
|
* CWsyuilo2018-04-221-8/+8
|
* oopssyuilo2018-04-171-1/+0
|
* Clean upsyuilo2018-04-171-42/+0
|
* Post --> Notesyuilo2018-04-081-0/+251
Closes #1411