MeiMei
|
69a0d9034f
|
Fix #4486 (#4487)
|
2019-03-13 11:21:16 +09:00 |
|
MeiMei
|
c6cdfa2f5a
|
Ignore 4xx references in AP (#4463)
* Ignore 4xx references
* remove unnecessary comment
|
2019-03-10 22:27:25 +09:00 |
|
MeiMei
|
7325d66c52
|
Implement Update Question (#4435)
* Update remote votes count
* save updatedAt
* deliver Update
* use renderNote
* use id
* fix typeof
|
2019-03-07 21:19:32 +09:00 |
|
Acid Chicken (硫酸鶏)
|
725600da8f
|
Enhance poll (#4409)
* 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
|
2019-03-06 22:55:47 +09:00 |
|
syuilo
|
0868c3517f
|
Use internal logger instead of debug/console for logging
Resolve #4104
Resolve #1966
Resolve #1937
|
2019-02-03 18:16:57 +09:00 |
|
MeiMei
|
22830965e3
|
AP Undo Like (#3933)
* AP Undo Like
* rename
|
2019-01-20 03:07:12 +09:00 |
|
syuilo
|
a3493c4f07
|
Privateの公開範囲を廃止
|
2018-12-29 02:55:46 +09:00 |
|
syuilo
|
bfc458e935
|
Resolve #3758
|
2018-12-27 07:07:26 +09:00 |
|
MeiMei
|
1d8fb65959
|
Fix follow duplicate (#3548)
* フォローとリクエスト両方存在しても解除する
* 既にフォローしてても承認できるように
|
2018-12-08 18:55:00 +09:00 |
|
Aya Morisawa
|
03588b3fd6
|
Merge if-statements (#3478)
|
2018-12-02 22:32:09 +09:00 |
|
MeiMei
|
0bf54b3ff6
|
Renote visibility (#3290)
|
2018-11-17 03:25:48 +09:00 |
|
MeiMei
|
d64dc45899
|
User blocking (Following part) (#3035)
* block wip
* UndoBlock
* UnBlock
* wip
* follow
* UI
* fix
|
2018-10-29 20:32:42 +09:00 |
|
MeiMei
|
49dbd7f9d2
|
Fix following from Preroma does not complete (#2905)
* In Follow Accept/Reject, send previous received id
* In Follow Accept/Reject, send Activity.actor
|
2018-10-15 16:51:22 +09:00 |
|
MeiMei
|
c09a2a37fe
|
リモートのピン留め投稿取得対応 (#2798)
* Fetch featured
* Handle featured change
* Fix typo
|
2018-10-02 16:27:36 +09:00 |
|
mei23
|
a89c206572
|
Fix Announce Activity
|
2018-08-17 06:40:50 +09:00 |
|
mei23
|
8ed9e44a78
|
Fix can't process cancel of follow request from remote
|
2018-07-08 17:22:18 +09:00 |
|
mei23
|
a796a68e8a
|
Fix can't process follow accept/reject from remote
|
2018-07-08 17:22:11 +09:00 |
|
syuilo
|
e66d7babc5
|
yatta
|
2018-06-18 14:28:43 +09:00 |
|
syuilo
|
80c52433cc
|
Fix bug
|
2018-06-13 05:15:26 +09:00 |
|
syuilo
|
f14571dc42
|
wip
|
2018-06-02 00:38:31 +09:00 |
|
syuilo
|
484d17f53f
|
wip
|
2018-06-02 00:15:17 +09:00 |
|
syuilo
|
35115607bc
|
wip
|
2018-06-01 00:42:37 +09:00 |
|
syuilo
|
51255bb446
|
wip
|
2018-05-31 22:56:02 +09:00 |
|
syuilo
|
ceda2ca896
|
Implement delete note
|
2018-05-28 14:39:46 +09:00 |
|
syuilo
|
671c5e7c12
|
wip
|
2018-04-29 04:44:58 +09:00 |
|
syuilo
|
47ce59d555
|
wip
|
2018-04-28 17:25:56 +09:00 |
|
syuilo
|
02bb99ac02
|
他のMisskeyインスタンスにリアクション情報を伝えるように
|
2018-04-23 15:27:01 +09:00 |
|
syuilo
|
20e77196f2
|
AP: 投票をレンダリング
|
2018-04-22 10:44:17 +09:00 |
|
syuilo
|
233e1eeeb2
|
Fix bug
|
2018-04-18 14:09:55 +09:00 |
|
syuilo
|
aaa167fd57
|
Refactor
|
2018-04-17 16:05:50 +09:00 |
|
syuilo
|
6b1dc866a8
|
✌️
|
2018-04-09 05:34:33 +09:00 |
|
syuilo
|
cf5b679117
|
✌️
|
2018-04-09 05:23:35 +09:00 |
|
syuilo
|
536277122d
|
wip
|
2018-04-09 05:02:52 +09:00 |
|