index
:
sharkey
stable
my custom sharkey fork
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
#1042 - Added extra connection option and comment for statement_timeout
Lilith
2025-04-29
4
-0
/
+12
*
merge: Merge stable into develop (!971)
Julia
2025-04-27
19
-147
/
+121
|
\
|
*
Merge branch 'stable' into merge-stable-into-develop
Julia Johannesen
2025-04-27
19
-147
/
+121
|
/
|
|
*
merge: Security fixes (!970)
Julia
2025-04-27
21
-149
/
+125
|
|
\
|
|
*
Fix linter issue
Julia Johannesen
2025-04-27
1
-1
/
+1
|
|
*
Use published summaly
Julia Johannesen
2025-04-27
1
-22
/
+22
|
|
*
Update version
Julia Johannesen
2025-04-27
2
-2
/
+2
|
|
*
Update summaly
Julia Johannesen
2025-04-27
7
-116
/
+62
|
|
*
Security fixes
Julia Johannesen
2025-04-27
14
-26
/
+56
|
|
/
*
|
merge: Fix typo in contributing. (!965)
dakkar
2025-04-21
1
-1
/
+1
|
\
\
|
*
|
fix typo in contributing.
piuvas
2025-04-21
1
-1
/
+1
|
/
/
*
|
merge: Verify links in remote accounts. (!964)
Marie
2025-04-21
4
-6
/
+49
|
\
\
|
*
|
remove redundant sql query.
piuvas
2025-04-20
1
-9
/
+0
|
*
|
requested changes.
piuvas
2025-04-20
1
-1
/
+1
|
*
|
remove fortnite.
piuvas
2025-04-20
1
-1
/
+0
|
*
|
requested changes to verifyFieldLinks
piuvas
2025-04-20
3
-52
/
+34
|
*
|
add merge guide for verifyLink.
piuvas
2025-04-20
1
-0
/
+1
|
*
|
make link detection slightly more performant.
piuvas
2025-04-19
1
-2
/
+2
|
*
|
verify links in remote profiles.
piuvas
2025-04-19
1
-0
/
+27
|
*
|
refactor link verification.
piuvas
2025-04-19
2
-1
/
+44
*
|
|
merge: fix: Sharkey's logo is missing (!961)
Marie
2025-04-20
2
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
fix: Sharkey's logo is missing
Zlendy
2025-04-20
2
-1
/
+1
|
/
/
*
|
merge: fix: friendlycaptcha always failing (!963)
Marie
2025-04-15
1
-1
/
+1
|
\
\
|
*
|
fix: friendlycaptcha always failing
Marie
2025-04-15
1
-1
/
+1
|
/
/
*
|
merge: make MOTD html unescaped. (requires discussion?) (!759)
Marie
2025-04-15
1
-1
/
+1
|
\
\
|
*
|
unescape MOTD html
piuvas
2024-11-20
1
-1
/
+1
*
|
|
merge: feat: Allow injection of raw HTML strings inside <head> (!959)
Marie
2025-04-12
4
-0
/
+23
|
\
\
\
|
*
|
|
docs: Add usage example of "customHtml.head" to ".config/example.yml"
Zlendy
2025-04-11
1
-0
/
+8
|
*
|
|
feat: Allow injection of raw HTML strings inside <head>
Zlendy
2025-04-11
3
-0
/
+15
|
/
/
/
*
|
|
merge: Fix SPDX-Header in two files (!958)
Marie
2025-04-11
2
-3
/
+3
|
\
\
\
|
*
|
|
Update 2 files
Marie
2025-04-11
2
-3
/
+3
|
/
/
/
*
|
|
merge: display announcement text as mfm block (!957)
Marie
2025-04-06
1
-1
/
+1
|
\
\
\
|
*
|
|
display announcement text as mfm block
dakkar
2025-04-06
1
-1
/
+1
|
/
/
/
*
|
|
merge: add deleteThisAccountConfirm locale (!956)
Marie
2025-04-06
4
-2
/
+7
|
\
\
\
|
*
|
|
upd: add `deleteThisAccountConfirm`
Marie
2025-04-06
4
-2
/
+7
|
/
/
/
*
|
|
merge: Prevent streaming API denial-of-service (resolves #1019) (!951)
Marie
2025-03-30
4
-106
/
+273
|
\
\
\
|
*
|
|
track the number of concurrent requests to redis, and bypass if the request i...
Hazelnoot
2025-03-29
2
-59
/
+123
|
*
|
|
fix wsmessage rate limit definition
Hazelnoot
2025-03-29
1
-1
/
+2
|
*
|
|
increase limits on WS note subscriptions and cached notes
Hazelnoot
2025-03-28
1
-2
/
+2
|
*
|
|
SkRateLimiterService revision 3: cache lockouts in memory to avoid redis calls
Hazelnoot
2025-03-28
2
-1
/
+65
|
*
|
|
limit the number of active connections per client, and limit upgrade requests...
Hazelnoot
2025-03-28
1
-18
/
+52
|
*
|
|
avoid duplicate channels in WS connection
Hazelnoot
2025-03-28
1
-10
/
+18
|
*
|
|
avoid leaking cached notes in WS connection
Hazelnoot
2025-03-28
1
-11
/
+11
|
*
|
|
make sure that note subscriptions can't stay above limit
Hazelnoot
2025-03-28
1
-5
/
+3
|
*
|
|
clear subscriptions when connection closes
Hazelnoot
2025-03-28
1
-0
/
+7
|
*
|
|
limit the number of note subscriptions per connection
Hazelnoot
2025-03-28
1
-6
/
+19
|
*
|
|
close websocket when rate limit exceeded
Hazelnoot
2025-03-28
1
-22
/
+7
|
*
|
|
convert streaming rate limit to bucket
Hazelnoot
2025-03-28
1
-21
/
+14
*
|
|
|
merge: Remove visibility of DMs for non-recipient users (!912)
dakkar
2025-03-30
3
-3
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
do not make a DM visible if user is mentioned but not a recipient
Jacob Hall
2025-02-21
1
-2
/
+2
[next]