index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
server
/
api
/
EndpointsModule.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-06-02
remove unnecessary call to generateVisibilityQuery in bubble-timeline.ts
Hazelnoot
1
-1
/
+0
2025-06-02
avoid unnecessary nextTick callbacks in bubble-timeline.ts
Hazelnoot
1
-4
/
+4
2025-06-02
remove unused DI from bubble-timeline.ts
Hazelnoot
1
-4
/
+1
2025-06-02
add copyright header to bubble-timeline.ts
Hazelnoot
1
-0
/
+5
2025-06-02
refactor QueryService to use EXISTS instead of IN for most queries
Hazelnoot
1
-152
/
+218
2025-06-02
improve query/parameter logging
Hazelnoot
1
-2
/
+6
2025-06-01
replace upsert with insert+fetch and delete+insert
Hazelnoot
1
-4
/
+27
2025-06-01
remove duplicate isBlocked check from generateBlockedHostQueryForNote
Hazelnoot
1
-2
/
+1
2025-06-01
use secureResolve for Actor collections
Hazelnoot
1
-17
/
+24
2025-06-01
sync up logic between notes/bubble-timeline.ts and channels/bubble-timeline.ts
Hazelnoot
3
-4
/
+21
2025-06-01
fix withRenotes check in generateMutedUserRenotesQueryForNotes
Hazelnoot
1
-0
/
+1
2025-06-01
fix withRenotes check in bubble-timeline.ts
Hazelnoot
1
-14
/
+10
2025-06-01
fix logic error in generateBlockedHostQueryForNote that would allow blocked i...
Hazelnoot
1
-2
/
+6
2025-06-01
fix bad merge in UtilityService.ts
Hazelnoot
1
-9
/
+0
2025-06-01
fix lint error in admin-user.vue
Hazelnoot
1
-1
/
+1
2025-06-01
reduce default maxFileSize to 25MB
Hazelnoot
1
-1
/
+1
2025-06-01
use yes/no buttons for reloadAsk
Hazelnoot
1
-7
/
+10
2025-06-01
synchronize localStorage properties to preference profile
Hazelnoot
6
-49
/
+105
2025-06-01
add "unixtime" to the MFM cheatsheet
Hazelnoot
3
-0
/
+23
2025-06-01
fix spacing between notes and ads in the timeline
Hazelnoot
4
-15
/
+7
2025-06-01
increase default "max file size" role policy to 100MB, matching "drive capaci...
Hazelnoot
1
-1
/
+1
2025-06-01
fix DeepLX
dakkar
1
-1
/
+1
2025-06-01
allow fragments in AP ID URLs - fixes polls
dakkar
1
-6
/
+0
2025-06-01
correctly render reblogs and quotes-with-CW for discord previews
Hazelnoot
1
-4
/
+20
2025-06-01
allow passing user/note into convertStatus for performance
Hazelnoot
1
-3
/
+3
2025-06-01
return typed relations from MastodonDataService note fetchers
Hazelnoot
1
-8
/
+73
2025-05-31
fix indenting
Marie
1
-11
/
+11
2025-05-31
Add back in tossface
Marie
1
-1
/
+2
2025-05-31
fix indentation.
piuvas
1
-1
/
+1
2025-05-30
Update navbar.vue
piuvas
1
-0
/
+13
2025-05-30
upsert reactions to avoid error+retry overhead
Hazelnoot
1
-21
/
+4
2025-05-30
catch errors from fetchInstance() to resolve test errors
Hazelnoot
1
-1
/
+3
2025-05-30
revert changes to MkImgWithBlurhash to fix CSS issue
Hazelnoot
1
-11
/
+9
2025-05-30
Import fs module with new syntax
PrivateGER
1
-3
/
+3
2025-05-30
exclude local notes from bubble timeline
Hazelnoot
1
-1
/
+2
2025-05-30
block remote interactions with local-only posts
Hazelnoot
2
-0
/
+19
2025-05-30
fix circular reference between i.ts, instance.ts, and misskeyApi.ts
Hazelnoot
9
-20
/
+21
2025-05-30
replace more icons
dakkar
2
-1
/
+7
2025-05-30
apply more styles to our icons - fixes #1081
dakkar
2
-2
/
+2
2025-05-30
change default value of canUseTranslator to false
Hazelnoot
1
-1
/
+1
2025-05-30
fix missing ".value" in SkNoteDetailed.vue
Hazelnoot
1
-1
/
+1
2025-05-30
allow unauthenticated (logged-out) users to translate notes
Hazelnoot
11
-38
/
+44
2025-05-30
comment new property
Hazelnoot
4
-12
/
+12
2025-05-30
clarify query truncation message
Hazelnoot
1
-1
/
+1
2025-05-30
suppress messages from TypeORM migration and schema loading in production
Hazelnoot
1
-2
/
+4
2025-05-30
fix TypeORM logger implementation
Hazelnoot
1
-4
/
+15
2025-05-30
don't highlight queries in production
Hazelnoot
1
-1
/
+1
2025-05-30
fix TypeORM logging to native console instead of NestJS logger
Hazelnoot
1
-7
/
+9
2025-05-30
add slowQueryThreshold setting to configure slow query warning
Hazelnoot
6
-5
/
+25
2025-05-30
increase logging indent, since some logger contexts are really long
Hazelnoot
1
-2
/
+2
[next]