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
2024-11-22
fetch target note of Like(Note) activities
Hazelnoot
1
-1
/
+4
2024-11-20
don't generate URL previews for blocked domains
Hazelnoot
1
-0
/
+14
2024-11-20
verify that preview URL is valid
Hazelnoot
1
-1
/
+1
2024-11-20
fix lint errors in UrlPreviewService
Hazelnoot
1
-3
/
+3
2024-11-20
allow Update activities for non-note posts
Hazelnoot
1
-1
/
+1
2024-11-20
fix exception handling for Undo activities
Hazelnoot
1
-1
/
+1
2024-11-20
fix exception handling for Announce activities
Hazelnoot
1
-1
/
+1
2024-11-20
fix exception handling for Like activities
Hazelnoot
1
-3
/
+7
2024-11-20
fix import-order in ApInboxService
Hazelnoot
1
-1
/
+1
2024-11-20
reduce log spam from charts
Hazelnoot
2
-4
/
+11
2024-11-20
quote all symbols in hellspawn upgrade script
Hazelnoot
1
-6
/
+6
2024-11-20
remove duplicate `isPureRenote` method
Hazelnoot
2
-10
/
+3
2024-11-20
add script to fix hellspawns
Hazelnoot
1
-0
/
+33
2024-11-20
ignore `isNSFW` for pure renotes
Hazelnoot
2
-2
/
+16
2024-11-20
replace `console.error` with `this.logger.error` (merge error)
Hazelnoot
1
-2
/
+2
2024-11-20
further reduce log spam from `updateFeatured` errors
Hazelnoot
1
-15
/
+11
2024-11-20
reduce log spam from `updateFeatured`
Hazelnoot
1
-2
/
+15
2024-11-20
respect pinned note limit for remote users
Hazelnoot
1
-1
/
+2
2024-11-20
preserve the raw URI in parseUri
Hazelnoot
1
-2
/
+3
2024-11-20
Bump develop version
Julia Johannesen
1
-1
/
+1
2024-11-20
Fix `.punyHost` misuse
Julia Johannesen
1
-1
/
+1
2024-11-20
Fix another style error
Julia Johannesen
1
-1
/
+1
2024-11-20
Fix style error
Julia Johannesen
2
-7
/
+6
2024-11-20
Fix error in test function calls
Julia Johannesen
1
-2
/
+2
2024-11-20
Fix type error in security fixes
Julia Johannesen
1
-6
/
+9
2024-11-20
prevent DoS from spammed media proxy requests
Hazelnoot
1
-0
/
+89
2024-11-20
Bump version
Julia Johannesen
2
-90
/
+1
2024-11-20
fix(backend): allow fetchSummaryFromProxy, trueMail to access local addresses
rectcoordsystem
2
-1
/
+2
2024-11-20
fix(backend): add isLocalAddressAllowed option to getAgentByUrl and send (Htt...
rectcoordsystem
1
-13
/
+36
2024-11-20
fix(backend): lint and typecheck
rectcoordsystem
1
-10
/
+9
2024-11-20
Apply suggestions from code review
rectcoordsystem
1
-17
/
+17
2024-11-20
fix(backend): allow accessing private IP when testing
rectcoordsystem
1
-2
/
+2
2024-11-20
fix(backend): check target IP before sending HTTP request
rectcoordsystem
2
-24
/
+88
2024-11-20
fix: Try using `CacheService` to avoid excess db lookups
Julia Johannesen
1
-22
/
+7
2024-11-20
fix: primitives 25-33: proper local instance checks
Julia Johannesen
6
-10
/
+20
2024-11-20
fix: primitives 21, 22, and 23: reuse resolver
Julia Johannesen
2
-37
/
+55
2024-11-20
fix: primitive 19 & 20: respect blocks and hide more
Julia Johannesen
1
-2
/
+41
2024-11-20
fix: primitive 18: `ap/get` bypasses access checks
Julia Johannesen
1
-0
/
+1
2024-11-20
fix: primitive 13: check attribution against actor in notes
Julia Johannesen
3
-29
/
+48
2024-11-20
fix: code style for primitive 17
Julia Johannesen
1
-3
/
+2
2024-11-20
fix: primitive 17: note same-origin identifier validation can be bypassed by ...
Laura Hausmann
1
-0
/
+3
2024-11-20
fix: primitive 16: improper same-origin validation for user uri and url
Laura Hausmann
1
-4
/
+24
2024-11-20
fix: primitive 15: improper same-origin validation for note uri and url
Laura Hausmann
1
-4
/
+28
2024-11-20
fix: code style for primitive 14
Julia Johannesen
1
-4
/
+3
2024-11-20
fix: primitive 14: improper validation of outbox, followers, following & shar...
Laura Hausmann
1
-1
/
+12
2024-11-20
fix: primitive 7 & 12: prevent poll spoofing
Julia Johannesen
2
-8
/
+23
2024-11-20
fix: primitives 9, 10 & 11: http signature validation doesn't enforce require...
Laura Hausmann
1
-2
/
+2
2024-11-20
fix: primitive 6: reject anonymous objects that were fetched by their id
Laura Hausmann
1
-1
/
+5
2024-11-20
fix: primitives 5 & 8: reject activities with non-string identifiers
Laura Hausmann
1
-0
/
+3
2024-11-20
fix: primitive 4: missing same-origin identifier validation of collection-wra...
Laura Hausmann
1
-0
/
+4
[next]