summaryrefslogtreecommitdiff
path: root/src/services/note/create.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Privateの公開範囲を廃止syuilo2018-12-291-7/+2
|
* ダイレクト投稿でユーザーが指定されていなかったらreje ↵MeiMei2018-12-231-0/+5
| | | | ctする (#3724)
* ダイレクトでメンションでもユーザーを指定できるよう ↵MeiMei2018-12-231-0/+6
| | | | (#3722)
* Refactor MFMAya Morisawa2018-12-201-40/+3
| | | | Co-authored-by: syuilo syuilotan@yahoo.co.jp
* Fix tag length limit from AP (#3688)MeiMei2018-12-201-3/+3
|
* Fix bugsyuilo2018-12-191-13/+2
|
* Use for-of instead of forEach (#3583)Aya Morisawa2018-12-111-36/+36
| | | | Co-authored-by: syuilo <syuilotan@yahoo.co.jp> Co-authored-by: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Add commentsyuilo2018-12-081-0/+2
|
* Apply tag length limit from AP (#3536)MeiMei2018-12-071-3/+2
|
* Emoji support in profile (#3514)MeiMei2018-12-061-1/+1
| | | | | | * Emoji in profile * Add emojis to fields
* Remove unnecessary Renote check code (#3489)MeiMei2018-12-041-5/+0
|
* No MFM parsing when remote note (#3470)MeiMei2018-12-021-7/+15
| | | | | | * Use tag for hashtag detection of remote note * No MFM parsing when remote note
* Resolve #1826syuilo2018-12-021-3/+5
|
* Use for-of instead of mapAya Morisawa2018-11-301-3/+3
| | | | return values are not being used
* Do not use _replyIds (#3392)MeiMei2018-11-231-3/+0
|
* Improve user operationssyuilo2018-11-231-0/+3
| | | | | Resolve #2197 Resolve #3367
* Improve MFM parser (#3337)syuilo2018-11-211-17/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * Refactor * Refactor * wip * wip * wip * wip * Refactor * Refactor * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Clean up * Update misskey-flavored-markdown.ts * wip * wip * wip * wip * Update parser.ts * wip * Add new test * wip * Add new test * Add new test * wip * Refactor * Update parse.ts * Refactor * Update parser.ts * wip
* local only visibility (#3254)MeiMei2018-11-161-0/+15
| | | | | | * local only visibility * fix UI
* Fix: notes/create hangs when rejected (#3221)MeiMei2018-11-131-5/+5
|
* On remote notes, not use content for detecting mentions (#3170)MeiMei2018-11-091-1/+2
| | | | | | * On remote note, detect mentioned users from to/cc * fix
* Refactoring & ↵syuilo2018-11-051-2/+2
| | | | 設定でTwemojiを使うかどうか切り替えられるように
* Do not send needless emojis in notesyuilo2018-11-041-2/+16
| | | | | | 投稿作成時に含まれている絵文字を保存しておくように SEE: https://github.com/syuilo/misskey/pull/3085#issuecomment-435608434
* Fix bugsyuilo2018-10-301-6/+8
|
* Clean upsyuilo2018-10-251-2/+1
|
* Implement featured note APIsyuilo2018-10-251-1/+2
|
* Implement #2993syuilo2018-10-241-0/+16
|
* Implement #2983syuilo2018-10-231-1/+12
|
* Refactoringsyuilo2018-10-231-3/+5
|
* Implemet per user notes statssyuilo2018-10-221-1/+2
|
* Refactorsyuilo2018-10-211-2/+2
|
* Resolve #2963syuilo2018-10-211-2/+2
|
* Refactoringsyuilo2018-10-211-2/+2
|
* V10 (#2826)syuilo2018-10-071-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Resolve #2762syuilo2018-09-241-0/+5
|
* Implement #2736syuilo2018-09-191-10/+12
|
* メッセージタイムラインを追加syuilo2018-09-181-5/+17
|
* ハッシュタグタイムラインを実装syuilo2018-09-171-1/+5
|
* 自分宛ての投稿をタイムラインで見れるようにsyuilo2018-09-161-0/+4
|
* Fix bugsyuilo2018-09-101-1/+3
|
* Fix #2675syuilo2018-09-101-1/+1
|
* Fix #2321syuilo2018-09-101-2/+7
|
* Fix #2513syuilo2018-09-101-3/+6
|
* Refactor: Add commentssyuilo2018-09-101-2/+4
|
* Fix AP Announce detection (#2672)MeiMei2018-09-091-1/+1
|
* Add unique function (#2644)Aya Morisawa2018-09-071-6/+6
|
* Add erase function (#2641)Aya Morisawa2018-09-071-3/+4
|
* #2620syuilo2018-09-051-5/+6
|
* Send actor in CreateNote, Announcemei232018-08-251-1/+1
|
* ActivityPub Renote/Replyで 対象Noteを添付しないようにするmei232018-08-241-2/+2
|
* wipsyuilo2018-08-181-0/+4
|