Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create FediAPI module #5

Closed
wants to merge 12 commits into from
Closed

Create FediAPI module #5

wants to merge 12 commits into from

Commits on Dec 18, 2023

  1. Start FediAPI with account model

    s
    wingio committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    ff84393 View commit details
    Browse the repository at this point in the history
  2. Model AdminAccount

    wingio committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    206582b View commit details
    Browse the repository at this point in the history
  3. Add more models

     * CanonicalEmailBlock
     * Cohort
     * Dimension
     * DomainAllow
     * DomainBlock
    wingio committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    67c2675 View commit details
    Browse the repository at this point in the history

Commits on Dec 20, 2023

  1. Finish admin models

     - EmailDomainBlock
     - IpBlock
     - Measure
     - Report
    wingio committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    82f0b40 View commit details
    Browse the repository at this point in the history
  2. Add more models

    * Announcement
    * Application
    * DomainBlock
    * Error
    * ExtendedDescription
    * FamiliarFollowers
    wingio committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    fc66cee View commit details
    Browse the repository at this point in the history
  3. Add filter models

    * Filter
    * FilterKeyword
    * FilterResult
    * FilterStatus
    * FeaturedTag
    wingio committed Dec 20, 2023
    Configuration menu
    Copy the full SHA
    68e2992 View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2023

  1. Model instance

    * IdentityProof
    * Instance
    * InstanceConfiguration
    * InstanceContact
    * InstanceMediaConfiguration
    * InstancePollConfiguration
    * InstanceRegistrationConfiguration
    * InstanceStatusConfiguration
    * InstanceThumbnail
    * InstanceUsage
    * Rule
    wingio committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    cef3aba View commit details
    Browse the repository at this point in the history
  2. Add a few models

    * List
    * Marker
    * MediaAttachment
    * MediaMetadata
    wingio committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    71e57c8 View commit details
    Browse the repository at this point in the history

Commits on Dec 22, 2023

  1. Add more models

    * Poll
    * Preferences
    * PreviewCard
    * Reaction
    * Relationship
    
    * List -> UserList
    wingio committed Dec 22, 2023
    Configuration menu
    Copy the full SHA
    35cbdf3 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2023

  1. Model Status entity

    wingio committed Dec 24, 2023
    Configuration menu
    Copy the full SHA
    da7a8d7 View commit details
    Browse the repository at this point in the history

Commits on Dec 26, 2023

  1. Finish Mastodon entity models

    * Context
    * Conversation
    * Notification
    * Report
    * ScheduledStatus
    * Search
    * StatusEdit
    * StatusSource
    * Suggestion
    * Tag
    * Token
    * Translation
    * V1Filter
    * V1Instance
    * V1InstanceConfiguration
    * WebPushSubscription
    wingio committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    2e86f05 View commit details
    Browse the repository at this point in the history
  2. Add missing comma

    wingio committed Dec 26, 2023
    Configuration menu
    Copy the full SHA
    fa36bce View commit details
    Browse the repository at this point in the history