Sharkey migration
Go to file
Gianni Ceccarelli e392d523a7 prepare to import more notes
`recreateChain` converts a list of notes into a forest of notes, using
notes that are not replies as roots, and replies as child nodes,
recursively.

Previously, notes that are replies to notes not included in the
export, and their children, were never put in the forest, and
therefore wheren't imported.

This can be fine when importing from Twitter, since we can't really
link a note to a tweet.

And, for the moment, it's acceptable when importing from *key, because
the export doesn't contain the instance URL, so we can't resolve ids
to remote notes.

It's less fine when importing from Mastodon / Pleroma / Akkoma,
because in those cases we _can_ link to the remote note that the user
was replying to.

This commit makes `recreateChain` optionally return "orphaned" note
trees, so in the (near) future we can use it to properly thread
imported notes from those services.
2023-11-30 13:26:55 +00:00
.config add missing bits to docker example config (#184) 2023-11-29 20:23:47 +01:00
.devcontainer update deps 2023-10-18 09:43:59 +09:00
.github chore(deps): bump actions/first-interaction from 1.2.0 to 1.3.0 (#186) 2023-11-30 13:46:56 +01:00
.okteto
.vscode
assets cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
chart merge: timeline 1 2023-10-13 17:58:11 +02:00
cypress disable cypress widgets tests 2023-10-19 20:22:24 +09:00
fluent-emojis@cae981eb4c
locales locale: some more Italian translations & fix english translations (#185) 2023-11-30 13:45:25 +01:00
misskey-assets@0179793ec8
packages prepare to import more notes 2023-11-30 13:26:55 +00:00
scripts merge: upstream 2023-11-03 15:35:12 +01:00
.dockerignore
.dockleignore
.editorconfig cleanup: trim trailing whitespace (#11136) 2023-07-08 07:08:16 +09:00
.gitattributes
.gitignore chore: remove unneeded ignore line 2023-09-25 01:57:16 +02:00
.gitmodules
.node-version update deps (#11764) 2023-09-04 13:33:38 +09:00
.vsls.json
CHANGELOG.md 2023.11.1 2023-11-17 18:05:12 +09:00
CODE_OF_CONDUCT.md docs: Update Code of Conduct to version 2.1 (#12150) 2023-11-13 16:52:54 +09:00
CONTRIBUTING.md docs: Remove forum references and use Github Discussions (#12158) 2023-11-02 19:57:43 +09:00
COPYING
Dockerfile upd: include ffprobe in dockerfile 2023-11-05 21:02:22 +01:00
LICENSE
Procfile
README.md chore: add weblate to readme 2023-11-11 01:11:20 +01:00
ROADMAP.md Update ROADMAP.md 2023-07-27 19:34:51 +09:00
SECURITY.md chore: fix typo SECUTITY.md (#144) 2023-11-07 15:59:23 +01:00
codecov.yml
crowdin.yml
cypress.config.ts
docker-compose.yml.example chore: swap keydb out for redis on compose example 2023-11-09 18:58:51 +01:00
healthcheck.sh fix: healtcheck.sh 2023-09-23 04:45:07 +02:00
package.json chore: up dev version 2023-11-26 17:27:25 +01:00
pnpm-lock.yaml chore: bump axios dep version in `megalodon` 2023-11-30 02:29:50 +01:00
pnpm-workspace.yaml add: Megalodon, initial mastodon api 2023-09-23 18:49:47 +02:00

README.md

Sharkey logo

🌎 Sharkey is an open source, decentralized social media platform that's free forever! 🚀


find an instance become a contributor join the community donate Translate Sharkey

Features

  • ActivityPub support
    Not on Sharkey? No problem! Not only can Sharkey instances talk to each other, but you can make friends with people on other networks like Mastodon and Pixelfed!
  • Federated Backgrounds and Music status
    You can add a background to your profile as well as a music status via ListenBrainz, show everyone what music you are currently listening too
  • Mastodon API
    Sharkey implements the Mastodon API unlike normal Misskey
  • UI/UX Improvements
    Sharkey makes some UI/UX improvements to make it easier to navigate
  • Sign-Up Approval
    With Sharkey, you can enable sign-ups, subject to manual moderator approval and mandatory user-provided reasons for joining.
  • Rich Web UI
    Sharkey has a rich and easy to use Web UI! It is highly customizable, from changing the layout and adding widgets to making custom themes. Furthermore, plugins can be created using AiScript, an original programming language.
  • And much more...