index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
queue
/
QueueProcessorModule.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-05-27
add missing semicolons.
piuvas
1
-3
/
+3
2025-05-27
align attribution instead of float.
piuvas
1
-1
/
+1
2025-05-27
linting fixes.
piuvas
2
-2
/
+3
2025-05-26
improve settings.
piuvas
4
-12
/
+5
2025-05-26
small fixes.
piuvas
1
-5
/
+1
2025-05-26
initial link attributions work.
piuvas
16
-3
/
+228
2025-05-22
fix TS errors from defaultLike
Hazelnoot
3
-2
/
+7
2025-05-22
make meta.defaultLike non-nullable
Hazelnoot
3
-18
/
+18
2025-05-22
synchronize database entities and code models
Hazelnoot
18
-21
/
+205
2025-05-21
look at renoteId / replyId in case the renote / reply was not packed
Hazelnoot
1
-0
/
+3
2025-05-21
exclude reply OP from preview
Hazelnoot
2
-0
/
+6
2025-05-21
use config.url instead of "https://${config.host}"
Hazelnoot
11
-21
/
+22
2025-05-20
optimize extractUrlFromMfm
Hazelnoot
1
-12
/
+24
2025-05-20
skip resolving preview when a link is known to be recursive
Hazelnoot
7
-13
/
+49
2025-05-20
don't recursively render note previews
Hazelnoot
7
-7
/
+34
2025-05-20
downgrade vue, may help with #1059
dakkar
3
-98
/
+212
2025-05-19
fix unknownUrl value
Hazelnoot
1
-1
/
+1
2025-05-19
add missing import file extension
Hazelnoot
1
-1
/
+1
2025-05-19
factor our cache logic into a separate method
Hazelnoot
1
-27
/
+37
2025-05-19
remove preview ActivityPub flag if we encounter a permanent (non-retryable) e...
Hazelnoot
1
-13
/
+37
2025-05-19
fix error schema for FileServerService rate limit
Hazelnoot
1
-3
/
+5
2025-05-19
add rate limit for URL preview
Hazelnoot
1
-11
/
+61
2025-05-19
make sure that the "fetch linked note" button actually remembers that the not...
Hazelnoot
2
-70
/
+202
2025-05-19
fix MK_CONFIG_MEILISEARCH_APIKEY not correctly setting config
Ruby Iris Juric
1
-1
/
+1
2025-05-18
extract common translation UI into SkNoteTranslation.vue
Hazelnoot
7
-92
/
+67
2025-05-18
fix type errors in note translation source
Hazelnoot
6
-6
/
+6
2025-05-18
fix spurious "translation failed" errors in MkNoteSub
Hazelnoot
1
-2
/
+2
2025-05-17
set transparent background for naked containers - fix 1063
dakkar
1
-1
/
+6
2025-05-17
bump vue
dakkar
3
-84
/
+194
2025-05-16
add option to put Translate button in the note toolbar
Hazelnoot
13
-42
/
+128
2025-05-16
clarify IP tip message
Hazelnoot
2
-2
/
+2
2025-05-16
update locales index.d.ts
Hazelnoot
1
-32
/
+0
2025-05-16
allow staff to assign roles to remote users
Hazelnoot
1
-1
/
+1
2025-05-16
allow staff to un-assign conditional roles that have been erroneously assigne...
Hazelnoot
1
-1
/
+1
2025-05-16
fix expand/collapse icons for roles
Hazelnoot
1
-1
/
+4
2025-05-16
fix error when expanding conditional role
Hazelnoot
3
-3
/
+23
2025-05-16
fix prop type for MKRolePreview
Hazelnoot
1
-1
/
+1
2025-05-16
add missing "inline" tag to reset password button
Hazelnoot
1
-1
/
+1
2025-05-16
remove extra <template> tag from ips block
Hazelnoot
1
-6
/
+4
2025-05-16
collapse moderation note if empty
Hazelnoot
1
-3
/
+7
2025-05-16
cleanup admin user UI
Hazelnoot
3
-60
/
+151
2025-05-16
add "followStats" property to admin/show-user response
Hazelnoot
2
-0
/
+47
2025-05-16
add "accent" styling to MkButton
Hazelnoot
1
-2
/
+21
2025-05-16
respect animation prefs in MkNumber
Hazelnoot
1
-1
/
+6
2025-05-16
add new role conditions for local/remote followers/followees
Hazelnoot
1
-0
/
+32
2025-05-15
await `reverseConcat`
dakkar
1
-6
/
+4
2025-05-14
replace andWhere with where
Hazelnoot
1
-1
/
+1
2025-05-14
use /users endpoint for explore exclusively (restore original behavior)
Hazelnoot
4
-30
/
+14
2025-05-14
rename popularUsersLocal.host to popularUsersLocal.name
Hazelnoot
3
-12
/
+12
2025-05-14
don't trend notes from non-explorable or non-trendable users
Hazelnoot
3
-21
/
+33
[next]