index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
core
/
CustomEmojiService.ts
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge remote-tracking branch 'misskey/master' into feature/misskey-2024.07
dakkar
2024-08-02
1
-2
/
+2
|
\
|
*
fix(backend): use insertOne insteadof insert/findOneOrFail combination (#13908)
Acid Chicken
2024-06-01
1
-2
/
+2
*
|
Merge remote-tracking branch 'misskey/release/2024.5.0' into future
dakkar
2024-05-31
1
-3
/
+4
|
\
|
|
*
refactor(backend): avoid `as any` on CustomEmojiService.ts (#13903)
Kisaragi
2024-05-29
1
-3
/
+4
*
|
Merge remote-tracking branch 'misskey/release/2024.5.0' into future-2024-04-2...
dakkar
2024-05-11
1
-1
/
+1
|
\
|
|
*
fix: ハイフンを含むリモート絵文字が描画されない (#13715)
anatawa12
2024-04-27
1
-1
/
+1
|
*
admin/emoji/updateの必須項目を減らす 等 (#13449)
FineArchs
2024-02-25
1
-0
/
+5
*
|
merge upstream for 2024.2.1
dakkar
2024-03-02
1
-0
/
+5
*
|
merge: upstream
Marie
2024-02-19
1
-1
/
+1
|
\
|
|
*
(re) update SPDX-FileCopyrightText
tamaina
2024-02-13
1
-1
/
+1
|
*
Revert "update SPDX-FileCopyrightText"
tamaina
2024-02-13
1
-1
/
+1
|
*
update SPDX-FileCopyrightText
syuilo
2024-02-12
1
-1
/
+1
*
|
merge: latest changes
Marie
2024-02-09
1
-1
/
+1
|
\
|
|
*
refactor(backend): exist -> exists (#13203)
かっこかり
2024-02-08
1
-1
/
+1
|
*
Remove unnecessary nullish coalescing (#12058)
woxtu
2023-10-18
1
-1
/
+1
*
|
upd: delete emoji file from drive on emoji deletion
Mar0xy
2023-11-29
1
-1
/
+18
*
|
merge: upstream performance changes & instance silencing
Mar0xy
2023-10-16
1
-1
/
+1
|
\
|
|
*
perf(backend): createdAtをidから取得するように & 無駄なDateイ...
syuilo
2023-10-16
1
-1
/
+1
*
|
merge: all upstream changes
Mar0xy
2023-10-13
1
-1
/
+14
|
\
|
|
*
Merge branch 'develop' of https://github.com/misskey-dev/misskey into develop
syuilo
2023-10-06
1
-0
/
+14
|
|
\
|
|
*
絵文字重複チェック (#11941)
nenohi
2023-10-06
1
-0
/
+14
|
*
|
clean up
syuilo
2023-10-06
1
-1
/
+0
|
|
/
*
|
merge: upstream
Mar0xy
2023-10-03
1
-1
/
+1
|
\
|
|
*
feat: 通知の受信設定を強化
syuilo
2023-09-29
1
-1
/
+1
*
|
fix: emojis not being populated for local users
Mar0xy
2023-09-26
1
-1
/
+7
|
/
*
enhance: improve moderation log
syuilo
2023-09-25
1
-3
/
+4
*
improve moderation log
syuilo
2023-09-24
1
-5
/
+36
*
refactor(backend): update directory structure for models
syuilo
2023-09-20
1
-2
/
+2
*
update deps (#11820)
syuilo
2023-09-15
1
-1
/
+1
*
refactor: prefix Mi for all entities (#11719)
syuilo
2023-08-16
1
-21
/
+21
*
refactor(backend): Remove unused injections (#11462)
woxtu
2023-08-05
1
-8
/
+1
*
chore: 著作権とライセンスについての情報を各ファイルに...
Shun Sakai
2023-07-27
1
-0
/
+5
*
cleanup: trim trailing whitespace (#11136)
okayurisotto
2023-07-08
1
-3
/
+3
*
fix(backend): キャッシュが溜まり続けないように
syuilo
2023-06-10
1
-2
/
+12
*
feat: カスタム絵文字ごとにそれをリアクションとして使...
syuilo
2023-05-18
1
-2
/
+20
*
カスタム絵文字のライセンスを一括でできるように (#10671)
nenohi
2023-04-19
1
-0
/
+16
*
fix types
syuilo
2023-04-14
1
-1
/
+1
*
[ci skip] improve readability
syuilo
2023-04-13
1
-1
/
+1
*
fix
tamaina
2023-04-12
1
-1
/
+1
*
fix type in CustomEmojiService 2
tamaina
2023-04-12
1
-1
/
+2
*
fix type in CustomEmojiService
tamaina
2023-04-12
1
-2
/
+2
*
Update CustomEmojiService.ts
syuilo
2023-04-12
1
-0
/
+1
*
fix(backend): カスタム絵文字でリアクションできないことが...
syuilo
2023-04-12
1
-1
/
+6
*
enhance: カスタム絵文字関連の変更 (#9794)
tamaina
2023-04-12
1
-10
/
+1
*
カスタム絵文字のキャッシュ時に"{}"が入ってしまう問題...
Chimorium
2023-04-11
1
-6
/
+2
*
add note
syuilo
2023-04-09
1
-0
/
+1
*
fix(server): リアクションできない問題をとりあえず修正 (#1...
tamaina
2023-04-09
1
-1
/
+4
*
perf(backend): cache local custom emojis
syuilo
2023-04-06
1
-30
/
+157
*
refactor(backend): rename Cache -> MemoryCache
syuilo
2023-04-04
1
-3
/
+3
*
refactor(backend): rename cache class
syuilo
2023-03-24
1
-3
/
+3
[next]