Commit Graph

68 Commits

Author SHA1 Message Date
MeiMei
268306f796 リプライ/メンションされていれば非フォロワーへのフォロワー限定でも参照可能に (#4033)
* 非メンション/リプライ投稿がmentionsにあるかどうかはvisibilityと関係ないので削除

* リプライ/メンションされていれば非フォロワーでも参照可能に
2019-01-29 17:34:43 +09:00
MeiMei
6e36c4a401 リモートで投票を見たりしたりできるように (#3940)
* 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
2019-01-21 13:27:19 +09:00
Ch. (Chanhwi Choi)
53257867a9 adds ko-KR な to にゃ (#3820)
* 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
2019-01-03 08:38:26 +09:00
syuilo
cbf50fee15 Privateの公開範囲を廃止 2018-12-29 02:55:46 +09:00
MeiMei
9a1f83e948 Resolve #3786 (#3788) 2018-12-29 02:04:29 +09:00
MeiMei
374fb4eda9 Do not use _replyIds (#3392) 2018-11-23 23:12:28 +09:00
MeiMei
d94d32dad9 local only visibility (#3254)
* local only visibility

* fix UI
2018-11-16 05:47:29 +09:00
syuilo
7d8d8a165b 投稿の最大文字数情報を設定ファイルではなくDBに保存するように 2018-11-05 11:09:05 +09:00
syuilo
f3ea9a8ef6 Do not send needless emojis in note
投稿作成時に含まれている絵文字を保存しておくように

SEE: https://github.com/syuilo/misskey/pull/3085#issuecomment-435608434
2018-11-04 03:32:20 +09:00
MeiMei
a22f657c0f Remote custom emojis (#3074)
* Remote custom emojis

* んほおおおおお
2018-11-02 08:59:40 +09:00
syuilo
af26225ff4 Clean up 2018-10-31 13:23:12 +09:00
syuilo
c7e8c02dca Remove needless async/await 2018-10-31 11:22:49 +09:00
syuilo
e9242df97f Clean up 2018-10-31 11:20:54 +09:00
syuilo
fcf637138d 物理削除系の処理を削除
これらの処理はパフォーマンス的に現実的でないし、すべてのモデルの関係を把握している必要があり保守が困難
論理削除でなんとかする
2018-10-29 21:06:23 +09:00
syuilo
8c8ff7d49a Implement featured note API 2018-10-25 07:04:15 +09:00
MeiMei
d2a91ad640 Make max allowed text length configurable (#2992)
* Make max allowed text length configurable

* Fix canPost
2018-10-24 04:00:04 +09:00
syuilo
3b54711a87 Update mongodb 2018-10-16 11:38:09 +09:00
syuilo
713ce1f980 お気に入りを解除できるように 2018-10-13 00:54:30 +09:00
syuilo
a4e2575553 Fix bug 2018-10-11 17:00:22 +09:00
syuilo
90941e6f66 Improve error logs 2018-10-11 02:19:21 +09:00
syuilo
258f540916 Improve fault tolerance 2018-10-11 02:11:12 +09:00
syuilo
65b0b8c42c Clean up 2018-10-08 01:25:34 +09:00
syuilo
bd3c9aacda Improve error handling of packaging functions 2018-10-05 01:43:47 +09:00
syuilo
fcb1ed7340 ドキュメントが見つからなくてもエラーにせずnullを返すように 2018-10-04 00:39:11 +09:00
syuilo
65c276ed81 Fix bug 2018-10-03 22:54:10 +09:00
syuilo
ec1aaaaaee 9.0.0 2018-10-02 00:34:37 +09:00
syuilo
5fb1e0086e Add excludeNsfw option 2018-09-25 21:09:38 +09:00
syuilo
d3014f6832 Implement #2736 2018-09-19 14:18:34 +09:00
syuilo
dfb102b8c9 Refactor 2018-09-18 02:13:42 +09:00
syuilo
b10b62a448 Fix bug 2018-09-16 23:15:15 +09:00
syuilo
0a6f2933f7 自分宛ての投稿をタイムラインで見れるように 2018-09-16 22:48:57 +09:00
Acid Chicken (硫酸鶏)
042826af04 サロゲートペアを字数にカウントしないようにする (#2661)
* Update post-form.vue

* Update messaging-message.ts

* Update post-form.vue

* Update note.ts

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update messaging-message.ts

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update note.ts

refs: https://github.com/syuilo/misskey/pull/2661#issuecomment-419579444

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216175581

* Update post-form.vue

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242002

* Update post-form.vue

refs: https://github.com/syuilo/misskey/pull/2661#discussion_r216242105
2018-09-10 18:02:46 +09:00
syuilo
1c6cc0f539 Fix #2321 2018-09-10 02:43:16 +09:00
syuilo
42b6c59712 8.33.1 2018-09-09 02:45:29 +09:00
syuilo
cbb3644063 #2620 2018-09-05 19:32:46 +09:00
Aya Morisawa
bbfa352fbf Improve nya 2018-08-12 05:20:31 +09:00
syuilo
b094260f3c yatta 2018-06-18 14:28:43 +09:00
syuilo
a640a1e4d4 wip 2018-06-18 09:54:53 +09:00
rinsuki
f99207bfdb Fix #1700 2018-06-17 14:29:07 +09:00
syuilo
6178b604dd #1708 2018-06-16 15:23:03 +09:00
syuilo
1475eccab2 Fix #1712 2018-06-13 05:11:55 +09:00
syuilo
4af95f04a3 #1710 2018-06-12 18:54:36 +09:00
syuilo
ac13593755 Revert "✌️"
This reverts commit 96ab0e7b4caee288b605ba2799878f89d0e67429.
2018-06-11 01:07:34 +09:00
syuilo
fff1f321a9 ✌️ 2018-06-11 00:27:16 +09:00
syuilo
15dcfe1627 ハッシュタグ検索を実装 2018-06-10 12:19:19 +09:00
syuilo
8bb5dab657 #1686 2018-06-09 04:14:26 +09:00
syuilo
9bf44e240e #1579 2018-05-29 00:36:52 +09:00
syuilo
71cb390cb7 Fix bug 2018-05-26 16:04:47 +09:00
syuilo
e45ac0ceb0 #1621 2018-05-21 11:08:08 +09:00
syuilo
298ed9406d Clean up 2018-05-19 07:33:34 +09:00