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

service.css was updated to modify top menu links #1

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jul 20, 2020

  1. service.css was updated to modify top menu links

    `service.css` was updated to remove of disable unnecessary links from the top
    menu to remove the possibility to navigate away from the Talk app:
    - disable Nextcloud logo, Talk and settings link;
    - remove "More" and contacts link.
    Edgars authored and Edgars committed Jul 20, 2020
    Configuration menu
    Copy the full SHA
    02c34b5 View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2020

  1. Version was changed to 1.0.2 in package.json

    Edgars authored and Edgars committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    abb328c View commit details
    Browse the repository at this point in the history
  2. Icons were updated

    Edgars authored and Edgars committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    d05a0cf View commit details
    Browse the repository at this point in the history
  3. serviceURL was added to config in package.json

    This may be Ferdi specific though.
    This was the error when packaging the recipe for Ferdi:
    
    Could not add your recipe: There were errors in your package.json:
    
    Your package.json contains a 'config' object with no 'serviceURL' field.
    This field should contain the URL of your service.
    For more information about the package.json file visit 
    https://github.com/getferdi/recipes/blob/master/docs/configuration.md
    Edgars authored and Edgars committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    b113e74 View commit details
    Browse the repository at this point in the history
  4. Value for config.serviceURL was fixed in package.json

    Edgars authored and Edgars committed Aug 24, 2020
    Configuration menu
    Copy the full SHA
    30d18ce View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. Nextcloud Talk: Hide unrelated notifications and fix notifications count

    `service.css` was updated to:
    
    - unhide contacts menu;
    - hide notifications that are not related to Nextcloud Talk;
    - hide "Dismiss all notifications" as this action would also dismiss hidden
      notifications.
    
    `webview.js` was updated to fix notifications (both direct and indirect) count
    retrieval.
    eandersons committed Nov 10, 2020
    Configuration menu
    Copy the full SHA
    8450c27 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Fine-tuning for webview.js

    `webview.js` was updated to get direct notifications count only when
    notification wrapper has been loaded.
    eandersons committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    4c8cd74 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c6dbb7 View commit details
    Browse the repository at this point in the history