Giter Site home page Giter Site logo

aumetra / tranquility Goto Github PK

View Code? Open in Web Editor NEW
50.0 50.0 4.0 849 KB

[DEPRECATED] Small ActivityPub server

Home Page: https://github.com/kitsune-soc/kitsune

License: MIT License

Rust 98.76% PLpgSQL 0.70% HTML 0.54%
activitypub fediverse rust

tranquility's People

Contributors

aumetra avatar dependabot[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

tranquility's Issues

Implementation progress

  • Federation
    • Webfinger server
    • Webfinger client
    • HTTP signature signing
    • HTTP signature verification
    • Actors
      • The actor itself
      • Inbox
      • Outbox
      • Following collection
      • Followers collection
    • Activities (incoming)
      • Accept
      • Announce
      • Create
      • Delete
      • Follow
      • Like
      • Reject
      • Undo
      • Update
    • Activities (outgoing)
      • Accept
      • Announce
      • Create
      • Delete
      • Follow
      • Like
      • Reject
      • Undo
      • Update

The implementation progress of outgoing activities is related to the API progress
Outgoing activities will be implemented when they're needed to implement certain endpoints


  • Client API ((mostly) Mastodon API)
    • Authorization
      • App registration
      • OAuth
    • Accounts
      • Block
      • Create
      • Delete
      • Follow
      • Retrieve
      • Update (#19)
    • Statuses
      • Delete (#21)
      • Retrieve
      • Publish (#20)
    • Media upload
    • Timelines
      • Account
      • Home
      • Local
      • Global
    • Streaming API
      • Home
      • Local
      • Global
      • Notifications

implement webfinger

webfinger isn't explicitly mentioned in the activitypub standard but is used by all major implementations for easy user discovery.
this is especially important for tranquility because the profile routes reference the user by their uuid and not their username and thus are not particularly memorable

example webfinger get url: /.well-known/webfinger?resource=acct:[email protected]
example webfinger response:

HTTP/1.1 200 OK
Content-Type: application/jrd+json

{
    "subject":"acct:[email protected]",
    "aliases":[
        "https://example.com/users/9d0ef366e3714e4dad38dc5823eeefd5"
    ],
    "links":[
        {
            "rel":"self",
            "type":"application/activity+json",
            "href":"https://example.com/users/9d0ef366e3714e4dad38dc5823eeefd5"
        }
    ]
}

webfinger rfc

[Security] Workflow audit.yml is using vulnerable action actions/checkout

The workflow audit.yml is referencing action actions/checkout using references v1. However this reference is missing the commit a6747255bd19d7a757dbdda8c654a9f84db19839 which may contain fix to the some vulnerability.
The vulnerability fix that is missing by actions version could be related to:
(1) CVE fix
(2) upgrade of vulnerable dependency
(3) fix to secret leak and others.
Please consider to update the reference to the action.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.