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

Allow users to set a license for each track separately #1197

Open
wants to merge 24 commits into
base: main
Choose a base branch
from

Commits on Apr 11, 2022

  1. Add license_code column to assets.

    Used to store the license for the asset. Defaults to
    all-rights-reserved so we don't have to backfill existing
    records and have a default value for new uploads.
    Manfred committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    8e24cbe View commit details
    Browse the repository at this point in the history
  2. Update schema.

    Manfred committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    75dd5b6 View commit details
    Browse the repository at this point in the history
  3. Add a model to handle license codes.

    Accepts license names and converts them to usable license
    labels and icons.
    Manfred committed Apr 11, 2022
    Configuration menu
    Copy the full SHA
    8e30a4a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f64bd5f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d93e05d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    72748c1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    17f2201 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7fff817 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f014ea1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7379d05 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    64d58a3 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Configuration menu
    Copy the full SHA
    27bee16 View commit details
    Browse the repository at this point in the history

Commits on May 11, 2022

  1. Configuration menu
    Copy the full SHA
    f0dea7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f7e8a4e View commit details
    Browse the repository at this point in the history
  3. Another round on track_edit

    ofsound committed May 11, 2022
    Configuration menu
    Copy the full SHA
    229af0c View commit details
    Browse the repository at this point in the history

Commits on May 12, 2022

  1. Configuration menu
    Copy the full SHA
    4dd0b38 View commit details
    Browse the repository at this point in the history
  2. Refactor the CSS

    ofsound committed May 12, 2022
    Configuration menu
    Copy the full SHA
    bc3036d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90d18c8 View commit details
    Browse the repository at this point in the history
  4. Some alignment adjusments

    ofsound committed May 12, 2022
    Configuration menu
    Copy the full SHA
    004c944 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2022

  1. Configuration menu
    Copy the full SHA
    74ac46e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3de855b View commit details
    Browse the repository at this point in the history
  3. Make some mobile adjustments

    ofsound committed May 17, 2022
    Configuration menu
    Copy the full SHA
    c9480cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a0adf90 View commit details
    Browse the repository at this point in the history
  5. Fix typo

    ofsound committed May 17, 2022
    Configuration menu
    Copy the full SHA
    9730ead View commit details
    Browse the repository at this point in the history