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-06-09
implement userFollowersCache
Hazelnoot
2
-2
/
+21
2025-06-09
re-type userFollowingsCache to match the others
Hazelnoot
17
-56
/
+47
2025-06-09
move QuantumKVCache to a separate file
Hazelnoot
8
-318
/
+326
2025-06-09
disable caches in unit tests
Hazelnoot
4
-17
/
+44
2025-06-09
implement no-op caches for testing
Hazelnoot
3
-15
/
+244
2025-06-09
fix reversed isBlocking / isBlocked in UserEntityService.getRelation
Hazelnoot
1
-4
/
+4
2025-06-09
fix single-user relation calculations
Hazelnoot
1
-4
/
+4
2025-06-09
fix note/user accumulation in NoteEntityService.packMany, improving performan...
Hazelnoot
1
-25
/
+48
2025-06-09
populate userProfile in more places
Hazelnoot
2
-6
/
+21
2025-06-09
use more bulk hints in NoteEntityService / UserEntityService, and run the pac...
Hazelnoot
7
-218
/
+363
2025-06-09
fix typo in QueryService.generateBlockQueryForUsers
Hazelnoot
1
-1
/
+1
2025-06-09
implement CacheService.getUsers and CacheService.getUserProfiles
Hazelnoot
1
-0
/
+56
2025-06-09
update quantum caches when a user is deleted
Hazelnoot
1
-1
/
+11
2025-06-09
use addMany instead of setMany when populating quantum caches from DB
Hazelnoot
1
-2
/
+2
2025-06-09
implement QuantumKVCache.add and QuantumKVCache.addMany
Hazelnoot
2
-0
/
+84
2025-06-09
add CacheService.getUserFollowings and CacheService.getUserBlockers
Hazelnoot
1
-1
/
+109
2025-06-09
implement QuantumKVCache.setMany and QuantumKVCache.seleteMany
Hazelnoot
7
-51
/
+201
2025-06-09
convert many RedisKVCaches to QuantumKVCache or MemoryKVCache
Hazelnoot
14
-127
/
+126
2025-06-09
add ignoreRemote filter to InternalEventService
Hazelnoot
2
-5
/
+6
2025-06-09
implement QuantumKVCache
Hazelnoot
3
-0
/
+665
2025-06-09
implement InternalEventService
Hazelnoot
4
-2
/
+207
2025-06-08
fix inverted condition in resolveLocal
Hazelnoot
1
-1
/
+2
2025-06-07
use SKUrlPreviewGroup in more places
Hazelnoot
7
-36
/
+25
2025-06-07
fix race conditions and bugs in pref-migrate.ts
Hazelnoot
1
-15
/
+18
2025-06-07
integrate localStorage options into preference system
Hazelnoot
5
-100
/
+118
2025-06-07
fix response type of i/registry/get endpoint
Hazelnoot
2
-4
/
+2
2025-06-07
fix array length check in i/update attributionDomains parameter
Hazelnoot
1
-1
/
+1
2025-06-07
check that detected AP object is actually a note before recording it in UrlPr...
Hazelnoot
1
-2
/
+3
2025-06-07
add ActivityPub representation to admin-user.vue
Hazelnoot
6
-13
/
+111
2025-06-07
Update file th-TH.yml
Ahri Enby
1
-0
/
+8
2025-06-07
fix TS errors about user, info, and init
Hazelnoot
1
-38
/
+55
2025-06-07
add missing awaits in admin-user.vue
Hazelnoot
1
-2
/
+2
2025-06-06
harden Resolver.parseLocal against local URls to remote content
Hazelnoot
1
-6
/
+10
2025-06-06
fix admin-user AP fetch
Hazelnoot
1
-6
/
+8
2025-06-06
remove IDX_instance_host_filters as it slowed down queries more than it helped
Hazelnoot
2
-1
/
+17
2025-06-06
fix merge error
Hazelnoot
1
-2
/
+3
2025-06-06
reduce log spam from ApiCallService
Hazelnoot
1
-8
/
+10
2025-06-06
reduce log spam from QueueProcessorService
Hazelnoot
3
-50
/
+141
2025-06-06
record user ID in API error logger, matching sentry
Hazelnoot
1
-0
/
+1
2025-06-06
don't record potentially sensitive data in API logs
Hazelnoot
1
-2
/
+0
2025-06-06
more use of identifiable errors, improvements to inner error rendering, and m...
Hazelnoot
33
-157
/
+241
2025-06-06
render error cause in render-inline-error.ts
Hazelnoot
1
-8
/
+19
2025-06-06
add more details to IdentifiableErrors
Hazelnoot
8
-40
/
+40
2025-06-06
don't print massive HTTP errors in drive service
Hazelnoot
1
-4
/
+1
2025-06-06
add more details to StatusErrors
Hazelnoot
4
-5
/
+7
2025-06-06
normalize use of .info (INFO) instead of .succ (DONE) logging
Hazelnoot
13
-27
/
+27
2025-06-06
reduce log spam from import/export processes
Hazelnoot
17
-78
/
+114
2025-06-06
reduce log spam from AggregateRetentionProcessorService
Hazelnoot
1
-1
/
+1
2025-06-06
reduce log spam from CheckModeratorsActivityProcessorService
Hazelnoot
1
-3
/
+3
2025-06-06
reduce log spam from DownloadService
Hazelnoot
2
-9
/
+10
[next]