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

V7 stable #772

Draft
wants to merge 60 commits into
base: master
Choose a base branch
from
Draft

V7 stable #772

wants to merge 60 commits into from

Commits on Nov 30, 2021

  1. Configuration menu
    Copy the full SHA
    3b8f120 View commit details
    Browse the repository at this point in the history
  2. feat: Remove cozy-client warnings

    ptbrowne authored and Crash-- committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    d600488 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2022

  1. feat: Upgrade node to 16

    In order to be in line with the cozy ecosystem, node CI was upgraded.
    It created some issues that were fixed by upgrading cozy-client
    and mocking fetch in one of the tests
    acezard committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    da88187 View commit details
    Browse the repository at this point in the history
  2. feat: Add cozy-intent

    This is needed to use cozy-intent hooks and consume webview API
    acezard committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    2104066 View commit details
    Browse the repository at this point in the history
  3. feat: Add cozy-device-helper as dependency

    device-helper is a peerDep of cozy-intent, and cozy-bar is a different
    context than the consuming app,
    so it makes sense to add it as a prod dependency
    acezard committed Jan 31, 2022
    Configuration menu
    Copy the full SHA
    bcb93de View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2022

  1. feat: Implement cozy-intent

    Exposing api to parent app
    
    feat: Implement styling logic
    
    feat: Implement webview click handler
    
    Get context from state, hopefully injected via the exposed API
    by the WebviewIntentProvider of the parent app
    
    feat: Improve code readability
    
    feat: Use new backToHome method
    
    feat: Improve testing after review
    
    fix: Move webview reducer out of serializable data
    
    Otherwise we can get very breaking bugs if redux-persist
    tries to serialize the webviewService (which is impossible).
    Using Redux to store the webviewService is NOT a good idea anyway.
    Something better should be done, like using a WebviewIntentProvider
    
    feat: Display Flagship button in LeftBar
    
    test: Update test to latest implementation
    acezard committed Feb 9, 2022
    Configuration menu
    Copy the full SHA
    a3a4479 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2022

  1. Merge pull request #733 from cozy/feat/webview-navigation

    feat: Implement Webview navigation
    acezard committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    6cbb13b View commit details
    Browse the repository at this point in the history
  2. fix: Replace minilog with @cozy/minilog

    The old minilog github link seems to break the CI build
    acezard committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    d112c15 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #734 from cozy/fix--Replace-minilog-with-@cozy/min…

    …ilog
    
    fix: Replace minilog with @cozy/minilog
    acezard committed Feb 10, 2022
    Configuration menu
    Copy the full SHA
    337c42e View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2022

  1. Configuration menu
    Copy the full SHA
    1d590cb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. feat: Bump cozy-realtime to latest

    It broke some apps because of outdated minilog
    acezard committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    116cf60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    23d8099 View commit details
    Browse the repository at this point in the history
  3. chore: Bump version to 7.17.3

    acezard committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    418a52c View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2022

  1. fix: Remove cozy-intent and rollback cozy-ui

    This version of cozy-ui can not work due to hook conflict
    acezard committed Feb 21, 2022
    Configuration menu
    Copy the full SHA
    729236a View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

  1. Configuration menu
    Copy the full SHA
    b234a19 View commit details
    Browse the repository at this point in the history
  2. fix: Use A instead of button

    Button is causing trouble on Safari since it displays
    a button...
    
    Let's use an A like we do in all other places.
    acezard committed Feb 25, 2022
    Configuration menu
    Copy the full SHA
    1055c3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6a15891 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2022

  1. feat: Allow cozy-flag to display home button

    Adds convenience for debugging purposes
    acezard committed Mar 1, 2022
    Configuration menu
    Copy the full SHA
    d595088 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2022

  1. Configuration menu
    Copy the full SHA
    1175bea View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2022

  1. fix: Always display home icon in Webview

    In case of race condition, error handling is done by native javascript
    (can't call() from undefined)
    acezard committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    83bc126 View commit details
    Browse the repository at this point in the history
  2. feat: Bump version to latest

    acezard committed Mar 18, 2022
    Configuration menu
    Copy the full SHA
    3dffc16 View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2022

  1. fix: Use correct dimensions on flagship buttons

    48x48 container, 32x32 img, marginLeft 4px
    Aligned center on X and Y axis
    acezard committed Apr 5, 2022
    Configuration menu
    Copy the full SHA
    3f89941 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2022

  1. Configuration menu
    Copy the full SHA
    1547e68 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d5a7a9c View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2022

  1. feat: Add a readme section for dev

    Will make developing features easier
    acezard committed Jul 13, 2022
    Configuration menu
    Copy the full SHA
    82027e1 View commit details
    Browse the repository at this point in the history

Commits on Jul 19, 2022

  1. fix: Make sure searchbar doesn't render

    If searchbar ever renders in FlagshipApp, this will currently trigger
    a breaking bug with iframes CSP issues.
    As of now we just ask the cozybar to not render the searchbar when
    we're in flagship so the issue does not exist
    acezard committed Jul 19, 2022
    Configuration menu
    Copy the full SHA
    257dfe5 View commit details
    Browse the repository at this point in the history

Commits on Jul 22, 2022

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

Commits on Aug 10, 2022

  1. feat(SearchBar): call onSelect when it's provided

    This handled cozy notes open when Drive needs to provide URL
    trollepierre committed Aug 10, 2022
    Configuration menu
    Copy the full SHA
    615944c View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2022

  1. Configuration menu
    Copy the full SHA
    af040e0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cee6acb View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. fix(warning): mark as UNSAFE component will mount

    it removes warnings in Drive cause by Searchbar
    trollepierre committed Aug 24, 2022
    Configuration menu
    Copy the full SHA
    4c8b1ff View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. fix(Search): withClient provoked Minified React Error

    you have to use client coming from prop because with hoc or hooks
    it might cause this Minified React Error
    trollepierre committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9ce1dee View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. fix(styles): Safari margin of Settings Menu are removed

    An extra spacing came only on Safari browser
    
    removing display block prevents the extra margin
    trollepierre committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    2563c82 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

  1. feat: Launch stack request on focus

    Since we send a (fake) message via postMessage,
    Cozy Drive's intent will catch it and
    send the _all_docs request. Like that
    we warm up the query and the data and
    we expect to give a better UX like that.
    Crash-- committed Sep 30, 2022
    Configuration menu
    Copy the full SHA
    04197ef View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2022

  1. Configuration menu
    Copy the full SHA
    94dd8cb View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

  1. chore: Bump version to 7.21.1

    zatteo committed Nov 29, 2022
    Configuration menu
    Copy the full SHA
    90629db View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2022

  1. feat: Update settings sections

    To fit with the structure of the new settings app.
    zatteo committed Dec 2, 2022
    Configuration menu
    Copy the full SHA
    4244499 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. feat: Remove Matomo

    zatteo committed Dec 6, 2022
    Configuration menu
    Copy the full SHA
    2fdb759 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. Configuration menu
    Copy the full SHA
    aca7827 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2022

  1. chore: Remove bundlesize

    zatteo authored and Crash-- committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    81584b0 View commit details
    Browse the repository at this point in the history
  2. chore: Update gh token for v7

    Merkur39 authored and Crash-- committed Dec 8, 2022
    Configuration menu
    Copy the full SHA
    2dd136d View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2022

  1. Configuration menu
    Copy the full SHA
    d63ba4a View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. Configuration menu
    Copy the full SHA
    04c0e3a View commit details
    Browse the repository at this point in the history
  2. chore: Bump package version

    zatteo authored and Crash-- committed Dec 14, 2022
    Configuration menu
    Copy the full SHA
    a1f6942 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    ae0398c View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. fix: Increase height for support modal

    Adapted the height to match the change in the support form which increased with the consent checkbox
    cballevre committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    01c3aa5 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Configuration menu
    Copy the full SHA
    71e9cf4 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Configuration menu
    Copy the full SHA
    ce9a26f View commit details
    Browse the repository at this point in the history
  2. refacto: Remove SupportModal

    Modal support was no longer useful as we direct to the contact settings page
    cballevre committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    389e032 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2023

  1. Configuration menu
    Copy the full SHA
    17d6d95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    22c9f19 View commit details
    Browse the repository at this point in the history
  3. fix: Set default app always to home

    Currently, cloud icon and back to dashboard (previously back to home)
     link go to context default redirection.
    
    We do not want this behavior because in this case, it can be impossible
    $to go to "home" which is our only "navigation" app.
    zatteo committed Apr 14, 2023
    Configuration menu
    Copy the full SHA
    f2adb20 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f4cdfb7 View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2023

  1. feat: Improve accessibility

    Added several attributes to improve the general accessibility of the bar
    Merkur39 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    930771e View commit details
    Browse the repository at this point in the history

Commits on May 9, 2023

  1. feat: Update cozy packages

    - Update `cozy-client` from `27.14.1` to `38.2.1`
    - Update `cozy-device-helper` from `1.16.1` to `2.7.0`
    - Update `cozy-flags` from `2.8.5` to `3.0.1`
    - Update `cozy-interapp` from `0.4.9` to `0.8.0`
    - Update `cozy-realtime` from `4.0.5` to `4.4.1`
    - Add `cozy-logger` (requirement of [email protected]) 
    
    These updates also solve a dependency problem on some apps.
    ```
    error An unexpected error occurred: "expected hoisted manifest for \"cozy-bar#cozy-client#cozy-flags#cozy-client\""
    ```
    Merkur39 committed May 9, 2023
    Configuration menu
    Copy the full SHA
    a0a2b6b View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. feat: Add isInvertedTheme param

    This parameter is used to indicate to cozy-bar
    that it is in reverse theme (black, by default white).
    This commit allows with this condition to change the icon
    `icon-cozy-home.svg` by `icon-cozy-home-inverted.svg`
    Merkur39 committed May 19, 2023
    Configuration menu
    Copy the full SHA
    d460806 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2023

  1. feat: Remove Claudy

    The floating Claudy button creates problems to access the action below it so that’s why we remove it for the moment
    cballevre committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c7a606e View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    e24cba5 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    686e435 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. fix: Update subscription flag management(v7)

    Hide openwith if has subscription
    acezard committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    2b928ec View commit details
    Browse the repository at this point in the history