index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
core
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move supported MIME types into file-level const
PrivateGER
2025-05-29
1
-9
/
+9
*
Fix formatting and import spacing in VideoProcessingService
PrivateGER
2025-05-29
1
-2
/
+2
*
Add web optimization for video files during processing
PrivateGER
2025-05-29
2
-1
/
+67
*
merge: handle "follow" notifs from deleted user (!1032)
Marie
2025-05-26
1
-9
/
+13
|
\
|
*
handle `EntityNotFoundError` on all calls to `*.pack()`
dakkar
2025-05-25
1
-9
/
+13
*
|
add mediaDirectory config option to configure location of uploaded media
Ruby Iris Juric
2025-05-26
1
-9
/
+2
*
|
enforce HTTPS for all federation
Hazelnoot
2025-05-25
5
-3
/
+46
|
/
*
merge: Experimental improvements to Delete Account process (maybe resolves #1...
Hazelnoot
2025-05-15
2
-14
/
+7
|
\
|
*
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
*
|
don't trend notes from non-explorable or non-trendable users
Hazelnoot
2025-05-14
2
-20
/
+31
*
|
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
1
-6
/
+8
*
|
add role policy to allow note trending
Hazelnoot
2025-05-14
4
-16
/
+30
*
|
merge: Allow port ranges in allowedPrivateIps (!1025)
Marie
2025-05-14
1
-41
/
+27
|
\
\
|
*
|
enforce port restrictions against requests that happen to be missing the port
Hazelnoot
2025-05-13
1
-1
/
+1
|
*
|
allow private IP ranges to specify allowed ports
Hazelnoot
2025-05-12
1
-41
/
+27
|
|
/
*
/
add redis cache for note translations
Hazelnoot
2025-05-12
1
-1
/
+46
|
/
*
add "is from local bubble instance" role condition
Hazelnoot
2025-05-12
1
-0
/
+4
*
merge: Fix word mute character calculation (resolves #861) (!1018)
Hazelnoot
2025-05-12
1
-1
/
+1
|
\
|
*
raise default character limit for word mutes
Hazelnoot
2025-05-10
1
-1
/
+1
*
|
merge: Fix unique constraint error when processing a flurry of note pinning a...
Marie
2025-05-12
1
-13
/
+19
|
\
\
|
*
|
use transaction to avoid unique constraint error when processing duplicate Ad...
Hazelnoot
2025-05-11
1
-13
/
+19
|
|
/
*
/
add new role conditions for local/remote followers/followees
Hazelnoot
2025-05-10
2
-6
/
+99
|
/
*
add isFromInstance role condition
Hazelnoot
2025-05-09
1
-0
/
+13
*
remove extra space in NoteCreateService.ts
Hazelnoot
2025-05-08
1
-1
/
+1
*
re-fetch notes after create/edit to ensure they have all fields populated
Hazelnoot
2025-05-08
2
-4
/
+8
*
use targetNotes to reduce duplicate code
Hazelnoot
2025-05-08
1
-29
/
+22
*
avoid error when editing notes without any mentions
Hazelnoot
2025-05-08
1
-4
/
+1
*
resolve mentioned user handles on the backend
Hazelnoot
2025-05-08
1
-2
/
+56
*
merge: Replace JSDOM with cheerio (!973)
Marie
2025-05-08
1
-21
/
+24
|
\
|
*
separate type imports for Cheerio
Hazelnoot
2025-05-08
1
-1
/
+2
|
*
replace JSDOM with cheerio
Hazelnoot
2025-05-08
1
-21
/
+23
*
|
merge: Improve inline quote detection and link previews (resolves #1047 and #...
Marie
2025-05-08
1
-0
/
+10
|
\
\
|
*
|
validate more URLs in UrlPreviewService.ts
Hazelnoot
2025-05-08
1
-0
/
+10
|
|
/
*
|
merge: add `scheduleNotePost` queue to dashboard (!994)
Marie
2025-05-08
1
-0
/
+2
|
\
\
|
*
|
add `scheduleNotePost` queue to dashboard
dakkar
2025-05-08
1
-0
/
+2
|
|
/
*
/
add `logging.verbose` option to enable debug logging in production. (same fun...
Hazelnoot
2025-05-08
3
-8
/
+20
|
/
*
merge: when creating a note as a side-effect, make it silent - fixes #986 (!932)
Hazelnoot
2025-05-08
1
-4
/
+4
|
\
|
*
when creating a note as a side-effect, make it silent - fixes #986
dakkar
2025-03-28
1
-4
/
+4
*
|
merge: Reorder relay activities to avoid delivery race condition (resolves #9...
Marie
2025-05-08
8
-40
/
+32
|
\
\
|
*
|
reorder relay activities to avoid delivery race condition
Hazelnoot
2025-05-07
8
-40
/
+32
*
|
|
revert back to old check
Marie
2025-05-07
1
-2
/
+1
|
/
/
*
|
merge: Merge upstream 2025.4.1 (!955)
Hazelnoot
2025-05-07
63
-1030
/
+3141
|
\
\
|
*
\
Merge branch 'develop' into merge/2025-03-24
Hazelnoot
2025-05-06
1
-2
/
+11
|
|
\
\
|
*
|
|
nicer SQL checks for blocked hosts
dakkar
2025-05-02
2
-7
/
+6
[next]