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

Merge features to main #38

Merged
merged 18 commits into from
Aug 21, 2024
Merged

Merge features to main #38

merged 18 commits into from
Aug 21, 2024

Commits on Aug 9, 2024

  1. Added Docker awareness

    Added more clear user hints for how to run the container for creating/deleting albums depending on whether the script is running bare python or in Docker
    Salvoxia committed Aug 9, 2024
    Configuration menu
    Copy the full SHA
    6638166 View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. Merge branch 'main' into dev

    Salvoxia committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    235b0fb View commit details
    Browse the repository at this point in the history
  2. Feature

    Added sharing of new albums with one or multiple users with a defined share role (same role for all users
    Salvoxia committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    f0d467a View commit details
    Browse the repository at this point in the history
  3. README

    Documented new arguments and environment variables for ablum sharing
    Salvoxia committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    c005aeb View commit details
    Browse the repository at this point in the history
  4. Docker

    Switched SHARE_WITH seprator to colon
    Salvoxia committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    80a41cd View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Share Feature

    Allow specifying share role per user
    Salvoxia committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    942bc51 View commit details
    Browse the repository at this point in the history
  2. README

    Updated and extended documentation for Automatic Album Sharing feature
    Salvoxia committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    c28f811 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    ad6414b View commit details
    Browse the repository at this point in the history
  2. Feature: Introduced Sync Mode

    Sync mode is a two-stage process to first delete offline assets from libraries, then delete empty albums (became empty due to offline assets removal)
    Salvoxia committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    9461937 View commit details
    Browse the repository at this point in the history
  3. README

    Added documentation for Sync Mode feature
    Salvoxia committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    92493ad View commit details
    Browse the repository at this point in the history
  4. Sync Mode

    Explicitly check for 403 status codes when fetching libraries or triggering offline asset removal to throw the appropriate error
    Salvoxia committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    861dddf View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2024

  1. Feature

    Album order option
    ferbar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    c0a76d2 View commit details
    Browse the repository at this point in the history
  2. cleanup

    ferbar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    d81b1b0 View commit details
    Browse the repository at this point in the history
  3. fix typo

    ferbar committed Aug 20, 2024
    Configuration menu
    Copy the full SHA
    5730236 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2024

  1. fix order

    ferbar committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    ad785ab View commit details
    Browse the repository at this point in the history
  2. Merge pull request #37 from ferbar/dev

    Feature: add order asc option
    Salvoxia authored Aug 21, 2024
    Configuration menu
    Copy the full SHA
    44b5ff1 View commit details
    Browse the repository at this point in the history
  3. Docker

    Added support for Album Order Feature
    Salvoxia committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    89a1c6f View commit details
    Browse the repository at this point in the history
  4. README

    Added documentation for new --album-order / ALBUM_ORDER argument / env variable
    Salvoxia committed Aug 21, 2024
    Configuration menu
    Copy the full SHA
    49e64e5 View commit details
    Browse the repository at this point in the history