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

Release latest fixes #1435

Merged
merged 37 commits into from
Aug 12, 2021
Merged

Release latest fixes #1435

merged 37 commits into from
Aug 12, 2021

Commits on Aug 3, 2021

  1. Configuration menu
    Copy the full SHA
    391a8e6 View commit details
    Browse the repository at this point in the history
  2. Fix test with onboard bump (#1395)

    * fix test with onboard bump
    
    * align versions
    
    * lint
    
    * for storage
    Tbaut authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    3d7da83 View commit details
    Browse the repository at this point in the history
  3. Adding buckets user logic (#1394)

    * Init
    
    * Sharing user names
    
    * Update packages/files-ui/src/Contexts/FilesContext.tsx
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    * Update packages/files-ui/src/Components/Modules/FileBrowsers/views/FileSystemItem/SharedFolderRow.tsx
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    * Updated for feedback
    
    * Apply suggestions from code review
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    RyRy79261 and Tbaut authored Aug 3, 2021
    Configuration menu
    Copy the full SHA
    fccae7d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2021

  1. Configuration menu
    Copy the full SHA
    a1fd4ca View commit details
    Browse the repository at this point in the history
  2. breadcrumbs removed (#1400)

    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    3 people authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d276d8f View commit details
    Browse the repository at this point in the history
  3. Summary size on base 2 (#1398)

    * using base 2
    
    * update all format bytes
    
    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    3 people authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    c9cc8db View commit details
    Browse the repository at this point in the history
  4. Show users at the top of shared folders browser (#1388)

    * show users at the top of shared folders browser
    
    * rename
    
    * fix tooltip position
    
    * with helper for display name
    
    * lingui extract
    
    * ellipsis for uuid
    
    Co-authored-by: GitHub Actions <actions@github.com>
    Tbaut and actions-user authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    6dc0c95 View commit details
    Browse the repository at this point in the history
  5. add headless (#1402)

    Tbaut authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    8aca03a View commit details
    Browse the repository at this point in the history
  6. New auth flow (#1401)

    * new flow
    
    * lingui extract
    
    * Update packages/files-ui/src/Components/Modules/Settings/Security/index.tsx
    
    Co-authored-by: GitHub Actions <actions@github.com>
    Tbaut and actions-user authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    09b2c3b View commit details
    Browse the repository at this point in the history
  7. Copy/Move to shared folder (#1396)

    * added checkbox
    
    * keep file checkbox ready
    
    * lingui extract
    
    * Update packages/files-ui/src/Components/Modules/FileBrowsers/ShareToSharedFolderModal.tsx
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    * lingui extract
    
    * circular dependency in components
    
    * lingui extract
    
    Co-authored-by: GitHub Actions <actions@github.com>
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    3 people authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    fbf4d29 View commit details
    Browse the repository at this point in the history
  8. Add validation for new shared folder (#1390)

    * fix validation and refactor
    
    * lingui extract
    
    * lingui extract
    
    * validate creation on copy
    
    * trim on the last stage
    
    * with the right name
    
    * better button behavior shared folder validation
    
    * Update packages/files-ui/src/Components/Modules/FileBrowsers/CopyToSharedFolderModal.tsx
    
    Co-authored-by: GitHub Actions <actions@github.com>
    Co-authored-by: Ryan Noble <ryanjnoble@gmail.com>
    Co-authored-by: Tanmoy Basak Anjan <tanmoy3399@gmail.com>
    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    5 people authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    2db0874 View commit details
    Browse the repository at this point in the history
  9. fix reload (#1406)

    Tbaut authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    bbb7065 View commit details
    Browse the repository at this point in the history
  10. [FILES] Ensure content type is retained when sharing (#1407)

    * fix lost content type
    
    * fix lint
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    FSM1 and Tbaut authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d4207da View commit details
    Browse the repository at this point in the history
  11. Add new ui tests for folder creation and deletion (#1383)

    * Add new identifiers and element declarations for create folder modal
    
    * Add new tests for creating and deleting folders
    
    * Add temp workarounds for local session clearing issue
    
    * Add custom click command to help with detached from dom issues
    
    * Comment amendment
    
    * Minor amendments
    
    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    asnaith and FSM1 authored Aug 4, 2021
    Configuration menu
    Copy the full SHA
    d60b8b2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0a12a92 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2021

  1. bump cypress (#1417)

    Tbaut authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    37fb671 View commit details
    Browse the repository at this point in the history
  2. Update the docker container used for tests to the latest version (#1413)

    * Update the docker container to the latest
    
    * Minor change to force tests to try and execute
    
    * Add env variable to disable HTTPS certificate checks
    
    * Revert "Add env variable to disable HTTPS certificate checks"
    
    This reverts commit 3a67634.
    asnaith authored Aug 5, 2021
    Configuration menu
    Copy the full SHA
    776111c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    aa0b1a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2021

  1. Added download in

    RyRy79261 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    ea53022 View commit details
    Browse the repository at this point in the history
  2. Update packages/storage-ui/src/Components/Pages/BucketPage.tsx

    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    RyRy79261 and Tbaut authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    8dfea1f View commit details
    Browse the repository at this point in the history
  3. Update packages/storage-ui/src/Components/Pages/BucketPage.tsx

    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    RyRy79261 and FSM1 authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    22aaa75 View commit details
    Browse the repository at this point in the history
  4. Using default cursors (#1411)

    * moved to cursors
    
    * remove selectable
    
    * moved to props
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    tanmoyAtb and Tbaut authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    2c3c150 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9169ba1 View commit details
    Browse the repository at this point in the history
  6. [Storage] add CID to bucket item row (#1423)

    * add cid to bucket item row
    
    * revert fr change
    
    * Apply suggestions from code review
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    FSM1 and Tbaut authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    610c2b4 View commit details
    Browse the repository at this point in the history
  7. Use cypress session instead of locally stored files. (#1421)

    * Add ui tests for folder name validation
    
    * change implementation and tests
    
    * remove only
    
    * ci run failing sometimes
    
    * Extend timeouts, use safeClick on another dialog button
    
    * remove comments and video and now useless commands
    
    * remove .only
    
    Co-authored-by: Andrew Snaith <andrew@chainsafe.io>
    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    3 people authored Aug 6, 2021
    Configuration menu
    Copy the full SHA
    f355a9e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9fe071d View commit details
    Browse the repository at this point in the history
  9. Fixed spacing

    RyRy79261 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    439fbc2 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'feat/download-buckets-1418' of github.com:ChainSafe/fil…

    …es-ui into feat/download-buckets-1418
    RyRy79261 committed Aug 6, 2021
    Configuration menu
    Copy the full SHA
    cf58211 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acec9f2 View commit details
    Browse the repository at this point in the history

Commits on Aug 10, 2021

  1. Simple overflow patch

    RyRy79261 committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    174d4a2 View commit details
    Browse the repository at this point in the history
  2. Expose decryption key (#1426)

    * Hidden component done
    
    * lingui extract
    
    * Update packages/common-components/src/ToggleHiddenText/ToggleHiddenText.tsx
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    * Update packages/files-ui/src/Components/Modules/FileBrowsers/FileInfoModal.tsx
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    * Update packages/common-components/src/ToggleHiddenText/ToggleHiddenText.tsx
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    * Update packages/files-ui/src/Components/Modules/FileBrowsers/FileInfoModal.tsx
    
    Co-authored-by: Andrew Snaith <asnaith@users.noreply.github.com>
    
    * Update packages/common-components/src/ToggleHiddenText/ToggleHiddenText.tsx
    
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    
    * lingui extract
    
    * Cleaned
    
    * using useMemo and prevent repetitions
    
    * spaces
    
    Co-authored-by: GitHub Actions <actions@github.com>
    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    Co-authored-by: Thibaut Sardan <33178835+Tbaut@users.noreply.github.com>
    Co-authored-by: Andrew Snaith <asnaith@users.noreply.github.com>
    Co-authored-by: Thibaut Sardan <github@thib.top>
    6 people authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    46bef83 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    330cd43 View commit details
    Browse the repository at this point in the history
  4. fix the overflow

    Tbaut committed Aug 10, 2021
    Configuration menu
    Copy the full SHA
    92ce96f View commit details
    Browse the repository at this point in the history
  5. [Storage] Adapt the email login from like done on Files (#1427)

    * storage
    
    * lingui extract
    
    * eth logo
    
    Co-authored-by: GitHub Actions <actions@github.com>
    Tbaut and actions-user authored Aug 10, 2021
    Configuration menu
    Copy the full SHA
    a43c72c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3764d08 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2021

  1. Merge pull request #1424 from ChainSafe/feat/download-buckets-1418

    Storage: Download functionality on bucket files
    FSM1 authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    31b6739 View commit details
    Browse the repository at this point in the history
  2. Fix lingui failing for weblate PRs (#1425)

    * lingui
    
    * test
    
    * more test
    
    * Update .github/workflows/lingui-extract-files.yml
    
    * another try
    
    * 2
    
    * 3
    
    * 4
    
    * 5
    
    * 6
    
    * 7
    
    * lingui extract
    
    * 8
    
    * 9
    
    * 10
    
    * 11
    
    * 12
    
    * 13
    
    * Update packages/files-ui/src/Components/Elements/MnemonicForm.tsx
    
    Co-authored-by: Michael Yankelev <12774278+FSM1@users.noreply.github.com>
    Co-authored-by: GitHub Actions <actions@github.com>
    3 people authored Aug 11, 2021
    Configuration menu
    Copy the full SHA
    7167faa View commit details
    Browse the repository at this point in the history