Skip to content
This repository has been archived by the owner on May 7, 2021. It is now read-only.

Widgets work with both ~users and Teams #112

Closed
wants to merge 44 commits into from
Closed

Commits on Feb 7, 2016

  1. Fix receiving link

    Here’s a hack to make the link work.
    
    Closes #109.
    
    Also added a team widget example for debugging.
    mattbk committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    cf6b17c View commit details
    Browse the repository at this point in the history
  2. Update test/example data

    public.json structure has changed since these data were created.
    mattbk committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    04a5fcb View commit details
    Browse the repository at this point in the history
  3. Fix anonymous receiving

    Closes #111.
    
    Not sure if there is a use case for anonymous anymore or not.
    
    Also fixed bad quotation mark.
    mattbk committed Feb 7, 2016
    Configuration menu
    Copy the full SHA
    132e0f7 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2016

  1. Fix indents

    mattbk committed Feb 9, 2016
    Configuration menu
    Copy the full SHA
    8e69562 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2016

  1. Configuration menu
    Copy the full SHA
    bb98204 View commit details
    Browse the repository at this point in the history
  2. Make title tests more specific

    This makes test results easier to read.
    mattbk committed Feb 11, 2016
    1 Configuration menu
    Copy the full SHA
    1166a52 View commit details
    Browse the repository at this point in the history
  3. Update anon-user public.json

    mattbk committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    17dace3 View commit details
    Browse the repository at this point in the history
  4. Remove anonymous receiving test

    There is no more anonymous receiving, only anonymous giving.
    mattbk committed Feb 11, 2016
    Configuration menu
    Copy the full SHA
    ff9f786 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2016

  1. Change how anonymous giving is tested

    public.json now returns "null" rather than "anonymous".
    mattbk committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    6efa3b8 View commit details
    Browse the repository at this point in the history
  2. Make anon-user giving anonymous

    Oops.
    mattbk committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    92eb322 View commit details
    Browse the repository at this point in the history
  3. Is 'null' null?

    mattbk committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    1b2d3af View commit details
    Browse the repository at this point in the history
  4. Revert "Is 'null' null?"

    This reverts commit 1b2d3af.
    mattbk committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    6a8b1e7 View commit details
    Browse the repository at this point in the history
  5. Revert "Change how anonymous giving is tested"

    This reverts commit 6efa3b8.
    mattbk committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    31f0c1d View commit details
    Browse the repository at this point in the history
  6. Comment out where I think the problem is

    Not sure what this line does, but making sure this is the kicker.
    mattbk committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    91bb247 View commit details
    Browse the repository at this point in the history
  7. Revert "Comment out where I think the problem is"

    This reverts commit 91bb247.
    mattbk committed Feb 12, 2016
    Configuration menu
    Copy the full SHA
    fd5b789 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b16b582 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2016

  1. Add temporary debug steps

    I’m pretty lost here.
    mattbk committed Feb 13, 2016
    Configuration menu
    Copy the full SHA
    11e4fe9 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2016

  1. Get around lack of username

    Seems to be failing here, where it looks for a username in the JSON
    output and doesn’t find one.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    0bdfc5b View commit details
    Browse the repository at this point in the history
  2. Fix indents

    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    ceefd3c View commit details
    Browse the repository at this point in the history
  3. Fix indents

    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    d62e22c View commit details
    Browse the repository at this point in the history
  4. Fix indents

    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    1bc8317 View commit details
    Browse the repository at this point in the history
  5. Fix indents?

    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    b945434 View commit details
    Browse the repository at this point in the history
  6. Pound head against wall

    Indents.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    47c0fc9 View commit details
    Browse the repository at this point in the history
  7. Revert "Pound head against wall"

    This reverts commit 47c0fc9.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    2e4783a View commit details
    Browse the repository at this point in the history
  8. Revert "Fix indents?"

    This reverts commit b945434.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    1466ab2 View commit details
    Browse the repository at this point in the history
  9. Revert "Fix indents"

    This reverts commit 1bc8317.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    83419e3 View commit details
    Browse the repository at this point in the history
  10. Revert "Fix indents"

    This reverts commit d62e22c.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    47e5e90 View commit details
    Browse the repository at this point in the history
  11. Revert "Fix indents"

    This reverts commit ceefd3c.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    b326a1d View commit details
    Browse the repository at this point in the history
  12. Revert "Get around lack of username"

    This reverts commit 0bdfc5b.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    23e0d2e View commit details
    Browse the repository at this point in the history
  13. Revert and add note

    I can’t focus on this tonight.
    mattbk committed Feb 14, 2016
    Configuration menu
    Copy the full SHA
    27ee240 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2016

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

Commits on Feb 19, 2016

  1. Debug tests

    Includes some extra console.log() that I will remove.
    mattbk committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    d571da2 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

  1. Configuration menu
    Copy the full SHA
    3c0ddb3 View commit details
    Browse the repository at this point in the history
  2. Solve significant digits

    Values were truncated, e.g. $0.1 rather than $0.10 in some cases, which
    looked funny. Closes #110.
    mattbk committed Feb 20, 2016
    Configuration menu
    Copy the full SHA
    c5bd7a8 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2016

  1. Merge pull request #118 from gratipay/trailing-zero

    Solve significant digits
    mattbk committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    c005194 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    48503cf View commit details
    Browse the repository at this point in the history
  3. Revert "Merge pull request #118 from gratipay/trailing-zero"

    This reverts commit c005194, reversing
    changes made to 3c0ddb3.
    mattbk committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    066ba6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    089f7e2 View commit details
    Browse the repository at this point in the history
  5. Remove console log

    mattbk committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    8ed5153 View commit details
    Browse the repository at this point in the history
  6. Remove duplicate API call

    mattbk committed Apr 2, 2016
    Configuration menu
    Copy the full SHA
    8b7e0eb View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2016

  1. Convert tabs to spaces

    chadwhitacre committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    8f24139 View commit details
    Browse the repository at this point in the history
  2. Revert newline changes

    chadwhitacre committed Apr 9, 2016
    Configuration menu
    Copy the full SHA
    d497f26 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2016

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