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

Add hashes #20

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

Add hashes #20

wants to merge 5 commits into from

Commits on Mar 13, 2017

  1. Configuration menu
    Copy the full SHA
    0592c37 View commit details
    Browse the repository at this point in the history
  2. Move hashes inside pluginsById

    Otherwise it would be difficult to keep the whole state of the plugin
    together, which would make saving more complex
    bruderstein committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    7933aae View commit details
    Browse the repository at this point in the history
  3. Remove invalid TODO

    This TODO doesn't make any sense (changing `to` would not change the
    `highlighted` flag)
    bruderstein committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    65e7014 View commit details
    Browse the repository at this point in the history
  4. Remove extra blank line

    bruderstein committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    0608cc3 View commit details
    Browse the repository at this point in the history
  5. Add Hash function on validated files

    A button adds a hash if the file is validated but the hash is not
    listed in the plugin's hashes
    
    Currently only supporting 'ok' response, but can add support for other
    responses later
    bruderstein committed Mar 13, 2017
    Configuration menu
    Copy the full SHA
    1181715 View commit details
    Browse the repository at this point in the history