index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
add missing semicolons.
piuvas
2025-05-27
1
-3
/
+3
*
small fixes.
piuvas
2025-05-26
1
-5
/
+1
*
initial link attributions work.
piuvas
2025-05-26
9
-2
/
+76
*
merge: Synchronize database entities and code models (!1040)
Marie
2025-05-23
11
-24
/
+46
|
\
|
*
fix TS errors from defaultLike
Hazelnoot
2025-05-22
2
-1
/
+5
|
*
make meta.defaultLike non-nullable
Hazelnoot
2025-05-22
1
-2
/
+2
|
*
synchronize database entities and code models
Hazelnoot
2025-05-22
9
-21
/
+39
*
|
merge: Cleanup admin user UI (!1012)
Marie
2025-05-23
1
-0
/
+39
|
\
\
|
|
/
|
/
|
|
*
add "followStats" property to admin/show-user response
Hazelnoot
2025-05-16
1
-0
/
+39
*
|
use config.url instead of "https://${config.host}"
Hazelnoot
2025-05-21
2
-1
/
+2
*
|
factor our cache logic into a separate method
Hazelnoot
2025-05-19
1
-27
/
+37
*
|
remove preview ActivityPub flag if we encounter a permanent (non-retryable) e...
Hazelnoot
2025-05-19
1
-13
/
+37
*
|
fix error schema for FileServerService rate limit
Hazelnoot
2025-05-19
1
-3
/
+5
*
|
add rate limit for URL preview
Hazelnoot
2025-05-19
1
-11
/
+61
*
|
make sure that the "fetch linked note" button actually remembers that the not...
Hazelnoot
2025-05-19
1
-32
/
+146
*
|
fix MK_CONFIG_MEILISEARCH_APIKEY not correctly setting config
Ruby Iris Juric
2025-05-19
1
-1
/
+1
|
/
*
merge: Experimental improvements to Delete Account process (maybe resolves #1...
Hazelnoot
2025-05-15
3
-60
/
+240
|
\
|
*
allow user to be deleted if profile is missing
Hazelnoot
2025-05-12
1
-2
/
+2
|
*
delete user registry items
Hazelnoot
2025-05-12
1
-1
/
+8
|
*
don't sent account deletion notice until after it actually completes
Hazelnoot
2025-05-12
1
-11
/
+29
|
*
add more manual steps to process account deletion in smaller chunks
Hazelnoot
2025-05-12
1
-7
/
+169
|
*
allow caller to pass in existing reaction hint to ReactionService.delete
Hazelnoot
2025-05-12
1
-2
/
+2
|
*
await delete account in queue in case of errors
Hazelnoot
2025-05-12
1
-2
/
+2
|
*
use deliverMany to reduce overhead of account deletion queue
Hazelnoot
2025-05-12
1
-10
/
+3
|
*
delete user reactions before notes
Hazelnoot
2025-05-12
1
-31
/
+31
*
|
replace andWhere with where
Hazelnoot
2025-05-14
1
-1
/
+1
*
|
use /users endpoint for explore exclusively (restore original behavior)
Hazelnoot
2025-05-14
1
-12
/
+6
*
|
don't trend notes from non-explorable or non-trendable users
Hazelnoot
2025-05-14
3
-21
/
+33
*
|
check ps.trending before hiding non-explorable users from /users endpoint
Hazelnoot
2025-05-14
1
-1
/
+4
*
|
update user activity on Renote, Un-Renote, Note Edit, React, and Un-React
Hazelnoot
2025-05-14
4
-0
/
+10
*
|
also delete AP logs for cascading notes
Hazelnoot
2025-05-14
1
-2
/
+5
*
|
decrement quote count correctly
Hazelnoot
2025-05-14
1
-1
/
+1
*
|
fix references to userOrId
Hazelnoot
2025-05-14
1
-9
/
+10
*
|
enforce "can trend" role policy in trending user page
Hazelnoot
2025-05-14
3
-8
/
+38
*
|
add new featured tab for "users popular locally"
Hazelnoot
2025-05-14
1
-2
/
+17
*
|
add role policy to allow note trending
Hazelnoot
2025-05-14
7
-18
/
+36
*
|
merge: Allow port ranges in allowedPrivateIps (!1025)
Marie
2025-05-14
2
-44
/
+86
|
\
\
|
*
|
fix parsing bare IPs
Hazelnoot
2025-05-13
1
-1
/
+2
|
*
|
fix "network" property in allowedPrivateNetworks
Hazelnoot
2025-05-13
1
-3
/
+3
|
*
|
enforce port restrictions against requests that happen to be missing the port
Hazelnoot
2025-05-13
1
-1
/
+1
|
*
|
rename "mask" to "prefixLength" for clarity
Hazelnoot
2025-05-13
1
-1
/
+1
|
*
|
improve YAML syntax for defining allowed IPs
Hazelnoot
2025-05-13
1
-12
/
+38
|
*
|
allow private IP ranges to specify allowed ports
Hazelnoot
2025-05-12
2
-43
/
+58
|
|
/
*
|
merge: Cache note translations in Redis (!1027)
Marie
2025-05-14
4
-20
/
+104
|
\
\
|
*
|
add debug logging for translation endpoint
Hazelnoot
2025-05-12
1
-0
/
+1
|
*
|
cache and re-use note translations
Hazelnoot
2025-05-12
1
-13
/
+47
|
*
|
add redis cache for note translations
Hazelnoot
2025-05-12
1
-1
/
+46
|
*
|
set common default values for RedisKVCache callbacks
Hazelnoot
2025-05-12
1
-6
/
+6
|
*
|
add hasText type guard for notes
Hazelnoot
2025-05-12
1
-0
/
+4
|
|
/
*
/
add configurable timeout for note translations
Hazelnoot
2025-05-12
4
-0
/
+18
|
/
[next]