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

feat(server,web): remove external path nonsense and make libraries admin-only #7237

Merged
merged 35 commits into from
Feb 29, 2024

Commits on Feb 20, 2024

  1. remove external path

    etnoy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    f9a112a View commit details
    Browse the repository at this point in the history
  2. open-api

    etnoy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    739bba5 View commit details
    Browse the repository at this point in the history
  3. make sql

    etnoy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    feb33b7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d98bc0b View commit details
    Browse the repository at this point in the history
  5. Add documentation

    etnoy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    e300276 View commit details
    Browse the repository at this point in the history
  6. show external libraries only

    etnoy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    eeb1523 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    137bcff View commit details
    Browse the repository at this point in the history
  8. fix library list

    etnoy committed Feb 20, 2024
    Configuration menu
    Copy the full SHA
    8180e03 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

  1. Configuration menu
    Copy the full SHA
    d281e9d View commit details
    Browse the repository at this point in the history
  2. fix test

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    3ce8bde View commit details
    Browse the repository at this point in the history
  3. fix tests

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    d19b808 View commit details
    Browse the repository at this point in the history
  4. fix tests

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    a496314 View commit details
    Browse the repository at this point in the history
  5. can pick user for library

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ab27da2 View commit details
    Browse the repository at this point in the history
  6. fix tests

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    6cf5ca0 View commit details
    Browse the repository at this point in the history
  7. fix e2e

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    cf1ccb4 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    ab3b2d8 View commit details
    Browse the repository at this point in the history
  9. chore: make sql

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    084e788 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    afd2124 View commit details
    Browse the repository at this point in the history
  11. Use unauth exception

    etnoy committed Feb 21, 2024
    Configuration menu
    Copy the full SHA
    fe35162 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2024

  1. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    b2e4b65 View commit details
    Browse the repository at this point in the history
  2. delete user library list

    etnoy committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    eb905af View commit details
    Browse the repository at this point in the history
  3. cleanup

    etnoy committed Feb 22, 2024
    Configuration menu
    Copy the full SHA
    6de900a View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2024

  1. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    609ff2d View commit details
    Browse the repository at this point in the history
  2. fix e2e

    etnoy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    7272f62 View commit details
    Browse the repository at this point in the history
  3. fix await lint

    etnoy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    d3cdb00 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    eb56faf View commit details
    Browse the repository at this point in the history
  5. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 27, 2024
    Configuration menu
    Copy the full SHA
    b8e45d4 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2024

  1. chore: remove unused code

    jrasm91 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    8abc5c1 View commit details
    Browse the repository at this point in the history
  2. chore: cleanup

    jrasm91 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    d2180ca View commit details
    Browse the repository at this point in the history
  3. chore: merge main

    jrasm91 committed Feb 28, 2024
    Configuration menu
    Copy the full SHA
    55daf0c View commit details
    Browse the repository at this point in the history

Commits on Feb 29, 2024

  1. Merge branch 'main' of https://github.com/immich-app/immich into chor…

    …e/admin-only-library
    etnoy committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    09f86b1 View commit details
    Browse the repository at this point in the history
  2. revert docs

    etnoy committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7bc993e View commit details
    Browse the repository at this point in the history
  3. chore: merge main

    jrasm91 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    2d65328 View commit details
    Browse the repository at this point in the history
  4. fix: is admin stuff

    jrasm91 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    7840969 View commit details
    Browse the repository at this point in the history
  5. table alignment

    alextran1502 committed Feb 29, 2024
    Configuration menu
    Copy the full SHA
    254b0c1 View commit details
    Browse the repository at this point in the history