summaryrefslogtreecommitdiff
path: root/src/services/note/create.ts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactoringsyuilo2021-11-121-646/+0
| | | | Resolve #7779
* refactor: Introduce list of MFM Functions (#7882)marihachi2021-11-011-3/+4
| | | | | * introduce list of MFM Functions * add note
* feat: thread mute (#7930)syuilo2021-10-311-4/+25
| | | | | | | | | | | * feat: thread mute * chore: fix comment * fix test * fix * refactor
* refactor: use path alias to improve readabilitysyuilo2021-08-191-1/+1
|
* fix: mochaが動かないため拡張子なしに戻したsyuilo2021-08-191-34/+34
|
* refactor: refactoring importssyuilo2021-08-191-34/+34
| | | | | | | | 将来ESMに移行しやすいように Related: #7658 なんかmochaが起動しなくなってるけど理由不明 すぐ直したい
* enhance(server): Improve user block (#7640)syuilo2021-08-171-1/+3
| | | | | | | | | | | | | | | | | | | | | * enhance(server): Improve user block * Update CHANGELOG.md * ユーザーリスト対応 * 相手から見れなくなるように * Update 1629004542760-chart-reindex.ts https://github.com/misskey-dev/misskey/commit/2365761ba5445f26c8b66b3b20ef4be44e70d549#commitcomment-54919821 * update test * add test * add todos * Update 1629004542760-chart-reindex.ts
* refactor mfm extract (#7434)marihachi2021-04-101-2/+2
| | | | | | | | | | | | | * refactor extractCustomEmojisFromMfm() * refactor extract-hashtags * refactor extract-mentions * refactor extract-hashtags * refactor extract-url-from-mfm * refactor extract-mentions
* Use mfm-js for MFM parsing (#7415)syuilo2021-04-021-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update mfm.ts * wip * update mfmjs * refactor * nanka * Update mfm.ts * Update to-html.ts * Update to-html.ts * wip * fix test * fix test
* Refactor (#7394)syuilo2021-03-241-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * Update define.ts * Update update.ts * Update user.ts * wip * wip * Update request.ts * URL * wip * wip * wip * wip * Update invite.ts * Update create.ts
* fix bugsyuilo2021-03-231-4/+0
|
* refactor: Use path aliassyuilo2021-03-231-11/+11
|
* noteのread処理syuilo2021-03-231-10/+10
|
* perf(server): Reduce database querysyuilo2021-03-221-13/+13
|
* perf(server): Reduce database querysyuilo2021-03-211-3/+8
|
* perf(server): Reduce database querysyuilo2021-03-211-4/+7
|
* wip #6441syuilo2021-03-211-1/+1
|
* refactor: resolve #7139syuilo2021-02-131-3/+2
|
* Resolve #7149syuilo2021-02-071-2/+3
|
* autoWatch機能を削除syuilo2020-11-081-13/+0
|
* fix(server): Fix #6669syuilo2020-08-291-0/+1
|
* Channel (#6621)syuilo2020-08-181-6/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wop * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * add notes * wip * wip * wip * wip * sound * wip * add kick_gaba2 * wip
* ワードミュート (#6594)syuilo2020-07-271-1/+20
| | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip
* Use insert for creating Note (#6440)MeiMei2020-06-041-8/+7
|
* pub-relay (#6341)MeiMei2020-05-101-0/+5
| | | | | | | | | | | | | | | * pub-relay * relay actorをApplicationにする * Disable koa-compress * Homeはリレーに送らない * Disable debug * UI * cleanupなど
* Use url if available (#6214)MeiMei2020-04-021-0/+2
| | | | | | | * Fix #6213 * other link * fix
* Resolve #6192syuilo2020-03-281-1/+2
|
* lintをGitHub Actions でするように (#6101)rinsuki2020-03-041-1/+1
| | | | | | | | | | * package.json の lint スクリプトを修正 * lint アクションを追加 * yarn lint --fix * 手動修正
* Refactorsyuilo2020-02-261-2/+2
|
* 同じノートを何回リノートしても一回として数えるよう ↵Oni-Men2020-02-261-1/+3
| | | | | | | | | | (#6086) * 同じノートを何回リノートしても一回として数えるように * Update count-same-renotes.ts Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* Refactorsyuilo2020-02-161-4/+4
|
* Resolve #5958syuilo2020-02-161-1/+6
|
* Fix hashtags contained in private notes are shown in trends (#5805)Acid Chicken (硫酸鶏)2020-02-021-1/+3
| | | | | | | | | | | | * Update trend.ts * Fix query * Update create.ts * Update create.ts * Update trend.ts
* v12 (#5712)syuilo2020-01-301-4/+20
| | | | | Co-authored-by: MeiMei <30769358+mei23@users.noreply.github.com> Co-authored-by: Satsuki Yanagi <17376330+u1-liquid@users.noreply.github.com>
* Fix bugsyuilo2019-11-231-1/+1
|
* 無駄なAP deliverをしないように (#5589)MeiMei2019-11-091-61/+35
| | | | | | | | | | | | | | | | * DeliverManager, note/create * recipe * followers delivers * comment * rename * fix * cleanup
* 新規投稿のMFMをHTMLに変換する際、リモートユーザーへの ↵rinsuki2019-11-011-7/+13
| | | | | | | | | | | | | | | | | | | メンションのリンク先を(できれば)urlに (#5562) * 新規投稿のMFMをHTMLに変換する際、リモートユーザーへのメンションのリンク先を(できれば)urlに Fix #2467 Related #5560 * remove unnecessary import * Update src/services/note/create.ts Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com> * Apply suggestions from code review Co-Authored-By: Acid Chicken (硫酸鶏) <root@acid-chicken.com>
* Decrease tag limitsyuilo2019-09-271-1/+1
|
* Limit the tag counts to 100 (#5263)Acid Chicken (硫酸鶏)2019-09-271-1/+1
| | | | | | | | | | | | * Limit the tag counts to 256 * Update create.ts * Update create.ts * Update create.ts * Limit the user tag
* Use stringz.length instead of String.length in hashtag length calculation ↵Acid Chicken (硫酸鶏)2019-09-221-1/+1
| | | | | | | | (#5443) * Use stringz.length instead of String.length * length to 128, ignore combining
* updateHashtagを並列で行わないように (#5284)MeiMei2019-08-181-2/+2
|
* Elasticsearchのインデックス名をconfigで変更できるように ↵和風ドレッシング2019-08-091-1/+1
| | | | (#5257)
* Fix question (#5197)MeiMei2019-07-201-1/+0
|
* Resolve #3119syuilo2019-04-251-3/+4
|
* Refactorginsyuilo2019-04-251-67/+64
|
* Fix #4704 (#4797)MeiMei2019-04-251-1/+3
| | | | | | * Fix #4632 * Fix #4795
* Refactor API (#4770)syuilo2019-04-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update description.ts * wip
* Refactorsyuilo2019-04-171-1/+1
|
* Better error handlingsyuilo2019-04-141-3/+3
|
* strictNullChecks (#4666)syuilo2019-04-131-51/+50
| | | | | | | | | | | | | | | | | | | | | | | | * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip