index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
packages
/
backend
/
src
/
postgres.ts
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2025-07-27
resolve domain names when checking for private URLs
Hazelnoot
3
-26
/
+65
2025-07-27
allow HTTP connections to private IPs
Hazelnoot
3
-9
/
+42
2025-07-27
refactor actor validation to reduce code duplication
Hazelnoot
6
-109
/
+242
2025-07-27
move CaptchaError to a separate file to avoid circular import errors
Hazelnoot
3
-14
/
+23
2025-07-27
add comment about validation in verify-field-link.ts
Hazelnoot
1
-0
/
+1
2025-07-27
remove unused console logging fallbacks
Hazelnoot
1
-25
/
+5
2025-07-27
use logger instead of console for uncaughtException debug lines
Hazelnoot
1
-2
/
+2
2025-07-27
add workarounds for node-fetch crashes
Hazelnoot
1
-2
/
+20
2025-07-27
fix URL errors from incorrect validation in validateActor
Hazelnoot
1
-19
/
+80
2025-07-27
re-use parsed URI in validateActor
Hazelnoot
1
-2
/
+2
2025-07-27
verify URLs in DownloadService
Hazelnoot
1
-0
/
+4
2025-07-27
use shared URL verification in verifyLinkFields
Hazelnoot
1
-1
/
+1
2025-07-27
validate all URLs before fetch
Hazelnoot
7
-73
/
+101
2025-07-25
sort notifications by creation time
dakkar
1
-1
/
+15
2025-07-16
disable outgoing mastodon quotes
Hazelnoot
1
-1
/
+2
2025-07-03
mark grouped notifs by oldest id - sort-of fix 1139
dakkar
1
-4
/
+8
2025-07-02
recalculate size&hash after web-optimising videos
dakkar
1
-2
/
+5
2025-06-19
update package list for docker
Marie
1
-2
/
+2
2025-06-18
add librsvg and imagemagick to docker image
Hazelnoot
1
-2
/
+2
2025-06-18
refactor(backend): Remove Useless Variable
Lilly Schramm
1
-2
/
+1
2025-06-18
refactor(backend): Resolve Nested Conditionals
Lilly Schramm
1
-4
/
+7
2025-06-18
fix(backend): Send Abuse Reports To Set Maintainer E-Mail
Lilly Schramm
2
-9
/
+93
2025-06-18
don't publish null updated property
Hazelnoot
1
-1
/
+1
2025-06-18
fix tests
Hazelnoot
1
-0
/
+2
2025-06-18
fold renderUpNote into renderNote
Hazelnoot
3
-240
/
+22
2025-06-18
don't allow boosts to be fetched as a note over AP
Hazelnoot
1
-1
/
+6
2025-06-18
filter boosts out of pinned notes when federating
Hazelnoot
1
-1
/
+1
2025-06-18
support boosts and edits in renderNoteOrRenoteActivity
Hazelnoot
3
-24
/
+23
2025-06-18
fix usage of appearNote in frontend components
Hazelnoot
4
-44
/
+34
2025-06-16
set version for release 2025.4.3
dakkar
2
-2
/
+2
2025-06-14
check privacy settings in charts/user/following
Hazelnoot
1
-1
/
+78
2025-06-14
annotate types
dakkar
1
-4
/
+4
2025-06-14
group notifications regardless of when they happened - fix #633
dakkar
1
-26
/
+61
2025-06-14
remove unused variables
dakkar
1
-3
/
+0
2025-06-14
don't unfollow anyone when suspending a user
Hazelnoot
1
-20
/
+64
2025-06-14
auto-select the first page of reactions on the note "reactions" pgae
Hazelnoot
2
-0
/
+10
2025-06-14
hide admin secrets from the mod log
Hazelnoot
1
-2
/
+22
2025-06-13
fix conversion of empty links to mfm URL
Hazelnoot
1
-11
/
+12
2025-06-13
set X-Robots-Tag to disable indexing API endpoints
Hazelnoot
5
-0
/
+23
2025-06-13
fix broken CSS in instance-info caused by leftover code
Hazelnoot
1
-4
/
+1
2025-06-13
copy changes to MkSubNoteContent and welcome.timeline.note
Hazelnoot
2
-6
/
+12
2025-06-13
copy changes to MkNote and EmNoteDetailed
Hazelnoot
2
-25
/
+26
2025-06-13
remove "RN:" link from NoteDetailed for consistency with other Note components
Hazelnoot
2
-2
/
+0
2025-06-13
place "reply" indicator on same line as note body
Hazelnoot
1
-14
/
+15
2025-06-13
avoid duplicating all the childNodes.length checks
Hazelnoot
1
-48
/
+35
2025-06-13
fix TS errors
Hazelnoot
2
-1
/
+5
2025-06-13
skip empty elements in MfmService.fromHtml
Hazelnoot
1
-25
/
+43
2025-06-13
throw S3 errors to prevent silent failures
Hazelnoot
1
-25
/
+19
2025-06-13
show signup reason in user admin screen
Hazelnoot
7
-15
/
+31
2025-06-13
fix `UserEntityService` packMany hints
dakkar
1
-30
/
+8
[next]