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

Google photos #5061

Merged
merged 34 commits into from
Jun 18, 2024
Merged

Google photos #5061

merged 34 commits into from
Jun 18, 2024

Commits on Mar 19, 2024

  1. add google photos frontend

    mifi committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    5f6af38 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. implement google photos

    in companion
    - make one authProvider for each of drive/googlephotos, because reusing would have been a big rewrite
    - allow the provider.download method to optionally return a size as an optimization
    mifi committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    62312be View commit details
    Browse the repository at this point in the history
  2. merge main

    mifi committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    f27b1f1 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    6d94531 View commit details
    Browse the repository at this point in the history
  2. separate virtualList from loadAllFiles

    they are different concept
    and virtual list doesn't support grid
    mifi committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    bf2a494 View commit details
    Browse the repository at this point in the history
  3. convert virtuallist to TS

    mifi committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    11dfff4 View commit details
    Browse the repository at this point in the history
  4. add missing file

    mifi committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    17d3e91 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. Configuration menu
    Copy the full SHA
    759ee74 View commit details
    Browse the repository at this point in the history
  2. document google photos

    see #5061
    mifi authored and aduh95 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    702ed84 View commit details
    Browse the repository at this point in the history
  3. lint

    aduh95 committed Apr 16, 2024
    Configuration menu
    Copy the full SHA
    ca78a48 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. prettier

    mifi committed Apr 22, 2024
    Configuration menu
    Copy the full SHA
    94f294e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    63fdbd7 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch 'main' into google-photos

    # Conflicts:
    #	packages/@uppy/provider-views/src/ProviderView/ProviderView.tsx
    mifi committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    339e835 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2024

  1. merge main

    mifi committed May 5, 2024
    Configuration menu
    Copy the full SHA
    67f6d0d View commit details
    Browse the repository at this point in the history
  2. run format

    mifi committed May 5, 2024
    Configuration menu
    Copy the full SHA
    701f2eb View commit details
    Browse the repository at this point in the history
  3. fix lint

    mifi committed May 5, 2024
    Configuration menu
    Copy the full SHA
    fdc1662 View commit details
    Browse the repository at this point in the history
  4. implement user info

    as required by google
    mifi committed May 5, 2024
    Configuration menu
    Copy the full SHA
    d0763f1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

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

    mifi committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f65edd7 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2024

  1. fix codesandbox

    mifi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    7792dcc View commit details
    Browse the repository at this point in the history
  2. remove accidental js file

    mifi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    345383e View commit details
    Browse the repository at this point in the history
  3. fix test

    mifi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    e8429f7 View commit details
    Browse the repository at this point in the history
  4. fix ts

    mifi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    cf2025d View commit details
    Browse the repository at this point in the history
  5. fix ts

    mifi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0dba1bb View commit details
    Browse the repository at this point in the history
  6. fix ts

    mifi committed May 9, 2024
    Configuration menu
    Copy the full SHA
    0c21a5e View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. don't use inheritance

    mifi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    08beacc View commit details
    Browse the repository at this point in the history
  2. remove GooglePhotosProviderViews

    mifi committed May 13, 2024
    Configuration menu
    Copy the full SHA
    371a7e2 View commit details
    Browse the repository at this point in the history

Commits on Jun 12, 2024

  1. git merge main

    mifi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    03b1d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    503203b View commit details
    Browse the repository at this point in the history
  3. fix test

    mifi committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    eb18350 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. add unnamed

    mifi committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    b19ae3a View commit details
    Browse the repository at this point in the history
  2. Apply suggestions from code review

    Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
    mifi and aduh95 committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4983475 View commit details
    Browse the repository at this point in the history

Commits on Jun 17, 2024

  1. reverse virtuallist refactor

    mifi committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    5d331b9 View commit details
    Browse the repository at this point in the history
  2. Update packages/@uppy/companion/src/server/provider/google/drive/inde…

    …x.js
    
    Co-authored-by: Antoine du Hamel <antoine@transloadit.com>
    mifi and aduh95 committed Jun 17, 2024
    Configuration menu
    Copy the full SHA
    7c8ffa0 View commit details
    Browse the repository at this point in the history