Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
Documentation
Manage
Activity
Members
Labels
Plan
Issues
10
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
TransFem.org
Documentation
Merge requests
!41
Updates for 2024.11
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Updates for 2024.11
updates-for-2024.11
into
main
Overview
4
Commits
16
Pipelines
11
Changes
8
Merged
dakkar
requested to merge
updates-for-2024.11
into
main
3 months ago
Overview
4
Commits
16
Pipelines
11
Changes
8
Expand
some notes for the next release
👍
0
👎
0
Merge request reports
Compare
version 5
version 10
8a9550fd
2 months ago
version 9
d6cb57a4
2 months ago
version 8
f3ac787a
2 months ago
version 7
e4c37b77
2 months ago
version 6
fb913db6
3 months ago
version 5
266089c5
3 months ago
version 4
460e7d15
3 months ago
version 3
c3d1b2a3
3 months ago
version 2
6e9684aa
3 months ago
version 1
7e327796
3 months ago
main (base)
and
latest version
latest version
8fccd80d
16 commits,
2 months ago
version 10
8a9550fd
15 commits,
2 months ago
version 9
d6cb57a4
14 commits,
2 months ago
version 8
f3ac787a
13 commits,
2 months ago
version 7
e4c37b77
10 commits,
2 months ago
version 6
fb913db6
9 commits,
3 months ago
version 5
266089c5
10 commits,
3 months ago
version 4
460e7d15
9 commits,
3 months ago
version 3
c3d1b2a3
7 commits,
3 months ago
version 2
6e9684aa
6 commits,
3 months ago
version 1
7e327796
7 commits,
3 months ago
Show latest version
8 files
+
230
−
43
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
8
Search (e.g. *.vue) (Ctrl+P)
content/en/docs/comparison/misskey.md
+
6
−
3
Options
@@ -17,6 +17,7 @@ toc: true
Facebook, including attachments (threading may not work perfectly,
and other people's replies to your posts may not get imported)
*
"following" view, inspired by Cohost's "following feed"
*
you can schedule a note to be published at some point in the future
*
admins can require approval for new users' signups
*
admins can silence users
*
admins can mark all of a user's media, or a whole remote instance,
@@ -105,6 +106,8 @@ toc: true
*
CSS class names are human-readable, to simplify browser-side
customisation
*
you can disable indexing of your notes (the setting is federated)
*
you can disable the RSS feed for your notes, and the "online status"
of your profile
*
"likes" and "reactions" federate correctly to Mastodon / Pleroma /
Akkoma (Misskey sends them all as reactions)
*
different error icons
@@ -141,9 +144,9 @@ toc: true
domains that won't trigger the confirmation dialog, or disable it
completely)
*
note attachments are navigable via keyboard
*
user profiles show their latest notes by default, not their pinned
notes
*
you can see your pending outgoing follow requests
*
links to notes are rendered like quotes, since many people using
instances that don't support real quote-boosts use links that way
### Ones of interest to admins
@@ -193,7 +196,7 @@ toc: true
*
password checks and websocket connections are rate limited now; this
improves security and resistance to denial-of-service attacks
*
in addition to "authorized fetch", you can disable
`
attachLdSignatureForRelays to stop sending LD-Signatures to relays
`attachLdSignatureForRelays
`
to stop sending LD-Signatures to relays
*
more checks at startup: db reachability, config file presence
*
you can't accidentally delete your own instance's "system accounts"
*
information about remote instances includes following/followers
Loading