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

714 #14

Open
wants to merge 18 commits into
base: Current
Choose a base branch
from
Open

714 #14

wants to merge 18 commits into from

Commits on Jul 1, 2024

  1. Bump golang.org/x/image from 0.16.0 to 0.18.0 (stashapp#5021)

    Bumps [golang.org/x/image](https://github.com/golang/image) from 0.16.0 to 0.18.0.
    - [Commits](golang/image@v0.16.0...v0.18.0)
    
    ---
    updated-dependencies:
    - dependency-name: golang.org/x/image
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    4244bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc3ce2b View commit details
    Browse the repository at this point in the history
  3. Bump ws from 8.16.0 to 8.17.1 in /ui/v2.5 (stashapp#4980)

    Bumps [ws](https://github.com/websockets/ws) from 8.16.0 to 8.17.1.
    - [Release notes](https://github.com/websockets/ws/releases)
    - [Commits](websockets/ws@8.16.0...8.17.1)
    
    ---
    updated-dependencies:
    - dependency-name: ws
      dependency-type: indirect
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    436ae0a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cca3b2 View commit details
    Browse the repository at this point in the history
  5. Update translation instance (stashapp#5031)

    Replace (incomplete) flag names with SVG banner.
    DogmaDragon authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    70250c9 View commit details
    Browse the repository at this point in the history
  6. Update README.md [skip ci]

    Fix typo
    DogmaDragon authored Jul 1, 2024
    Configuration menu
    Copy the full SHA
    f477b99 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. Add group graphql interfaces (stashapp#5017)

    * Deprecate movie and add group interfaces
    * UI changes
    WithoutPants authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    2739696 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3e72b6 View commit details
    Browse the repository at this point in the history
  3. Scraper menu filter (stashapp#5041)

    * Move scene scraper menu into reusable component
    * Reuse ScraperMenu for scene query menu
    * Reuse scraper menu in GalleryEditPanel
    * Add filter to scraper menu
    * Add divider between stashboxes and scrapers
    WithoutPants authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    12917f5 View commit details
    Browse the repository at this point in the history
  4. Metadata Providers -> Scraper list improvements (stashapp#5040)

    * Refactor scraping settings panel
    * Add max-height to scraper table
    * Separate scraper section
    * Add filter to scrapers section
    * Add counters to scraper headings
    * Show all urls with a scrollbar
    * Sort URLs
    WithoutPants authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    b69d9cc View commit details
    Browse the repository at this point in the history
  5. Movie group renames (stashapp#5039)

    * Rename Movie and MoviePartial to Group/GroupPartial
    * Rename Movie interfaces
    * Update movie url builders to use group
    * Rename movieRoutes to groupRoutes
    * Update dataloader
    * Update names in sqlite package
    * Rename in resolvers
    * Add GroupByURL to scraper config
    * Scraper backward compatibility hacks
    WithoutPants authored Jul 3, 2024
    Configuration menu
    Copy the full SHA
    15a7b8a View commit details
    Browse the repository at this point in the history

Commits on Jul 4, 2024

  1. Adds mutex protection around dms.Eventing (stashapp#5042)

    It's possible for concurrent map read/write panic in the Eventing.Subscribe function.
    WithoutPants authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    ec23b26 View commit details
    Browse the repository at this point in the history
  2. Various detail page refactoring (stashapp#5037)

    * Refactor repeated code into BackgroundImage
    * Move BackgroundImage into Details folder
    * Refactor performer tabs
    * Refactor studio tabs
    * Refactor tag tabs
    * Refactor repeated code into DetailTitle
    * Refactor repeated collapse button code into component
    * Reuse FavoriteIcon in details pages
    * Refactor performer urls into component
    * Refactor alias list into component
    * Refactor repeated image code into HeaderImage and LightboxLink components
    * Replace render functions with inline conditional rendering
    * Support new twitter hostname
    WithoutPants authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    a0b082a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d0caf87 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6cebf14 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f598fa7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3ddfafa View commit details
    Browse the repository at this point in the history
  7. Rename movie group backend (stashapp#5044)

    * Rename movie go files
    * Rename movie package to group
    WithoutPants authored Jul 4, 2024
    Configuration menu
    Copy the full SHA
    720b233 View commit details
    Browse the repository at this point in the history