index
:
misskey
master
my misskey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
core
/
CustomEmojiService.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-01-20
feat: 新カスタム絵文字管理画面(β)の追加 (#13473)
おさむのひと
1
-21
/
+203
2024-10-11
fix: admin/emoji/update で不正なエラーが発生する (#14750)
FineArchs
1
-7
/
+22
2024-08-18
fix(backend): memory leak in memory caches (#14363)
Hazel K
1
-6
/
+6
2024-06-01
fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)
Acid Chicken
1
-2
/
+2
2024-05-29
refactor(backend): avoid `as any` on CustomEmojiService.ts (#13903)
Kisaragi
1
-3
/
+4
2024-04-27
fix: ハイフンを含むリモート絵文字が描画されない (#13715)
anatawa12
1
-1
/
+1
2024-02-25
admin/emoji/updateの必須項目を減らす 等 (#13449)
FineArchs
1
-0
/
+5
2024-02-13
(re) update SPDX-FileCopyrightText
tamaina
1
-1
/
+1
2024-02-13
Revert "update SPDX-FileCopyrightText"
tamaina
1
-1
/
+1
2024-02-12
update SPDX-FileCopyrightText
syuilo
1
-1
/
+1
2024-02-08
refactor(backend): exist -> exists (#13203)
かっこかり
1
-1
/
+1
2023-10-18
Remove unnecessary nullish coalescing (#12058)
woxtu
1
-1
/
+1
2023-10-16
perf(backend): createdAtをidから取得するように & 無駄なDateイ...
syuilo
1
-1
/
+1
2023-10-06
clean up
syuilo
1
-1
/
+0
2023-10-06
絵文字重複チェック (#11941)
nenohi
1
-0
/
+14
2023-09-29
feat: 通知の受信設定を強化
syuilo
1
-1
/
+1
2023-09-25
enhance: improve moderation log
syuilo
1
-3
/
+4
2023-09-24
improve moderation log
syuilo
1
-5
/
+36
2023-09-20
refactor(backend): update directory structure for models
syuilo
1
-2
/
+2
2023-09-15
update deps (#11820)
syuilo
1
-1
/
+1
2023-08-16
refactor: prefix Mi for all entities (#11719)
syuilo
1
-21
/
+21
2023-08-05
refactor(backend): Remove unused injections (#11462)
woxtu
1
-8
/
+1
2023-07-27
chore: 著作権とライセンスについての情報を各ファイルに...
Shun Sakai
1
-0
/
+5
2023-07-08
cleanup: trim trailing whitespace (#11136)
okayurisotto
1
-3
/
+3
2023-06-10
fix(backend): キャッシュが溜まり続けないように
syuilo
1
-2
/
+12
2023-05-18
feat: カスタム絵文字ごとにそれをリアクションとして使...
syuilo
1
-2
/
+20
2023-04-19
カスタム絵文字のライセンスを一括でできるように (#10671)
nenohi
1
-0
/
+16
2023-04-14
fix types
syuilo
1
-1
/
+1
2023-04-13
[ci skip] improve readability
syuilo
1
-1
/
+1
2023-04-12
fix
tamaina
1
-1
/
+1
2023-04-12
fix type in CustomEmojiService 2
tamaina
1
-1
/
+2
2023-04-12
fix type in CustomEmojiService
tamaina
1
-2
/
+2
2023-04-12
Update CustomEmojiService.ts
syuilo
1
-0
/
+1
2023-04-12
fix(backend): カスタム絵文字でリアクションできないことが...
syuilo
1
-1
/
+6
2023-04-12
enhance: カスタム絵文字関連の変更 (#9794)
tamaina
1
-10
/
+1
2023-04-11
カスタム絵文字のキャッシュ時に"{}"が入ってしまう問題...
Chimorium
1
-6
/
+2
2023-04-09
add note
syuilo
1
-0
/
+1
2023-04-09
fix(server): リアクションできない問題をとりあえず修正 (#1...
tamaina
1
-1
/
+4
2023-04-06
perf(backend): cache local custom emojis
syuilo
1
-30
/
+157
2023-04-04
refactor(backend): rename Cache -> MemoryCache
syuilo
1
-3
/
+3
2023-03-24
refactor(backend): rename cache class
syuilo
1
-3
/
+3
2023-03-16
enhance: カスタム絵文字にライセンス情報を付与できるよ...
syuilo
1
-0
/
+2
2023-03-14
fix: クエリキャッシュ無効化時の絵文字操作エラーを解消...
YS
1
-1
/
+1
2023-02-17
refactor: fix types
syuilo
1
-1
/
+1
2023-02-08
revert: 650187deaf
syuilo
1
-0
/
+8
2023-02-08
perf(client): do not render custom emojis in user names
syuilo
1
-8
/
+0
2023-02-04
perf(server): improvement of external mediaProxy (#9787)
tamaina
1
-1
/
+1
2023-01-26
proxyRemoteFilesがfalseならリモートカスタム絵文字は直リン...
syuilo
1
-1
/
+5
2023-01-26
tweak custom emoji handling
syuilo
1
-1
/
+131
2023-01-26
chore: check emoji host
syuilo
1
-4
/
+6
[next]