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

question about google oauth client_id #50

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

Commits on Feb 17, 2016

  1. Updated schema to support parsing phone number when participant type …

    …is Google Voice, and the delivery medium data for self state.
    wingc-china committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    56ae457 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    062eced View commit details
    Browse the repository at this point in the history
  3. Add delivery medium information to be sent with message when replying…

    … back. In this way the lib user can reply back to SMS.
    wingc-china committed Feb 17, 2016
    Configuration menu
    Copy the full SHA
    71f7761 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2016

  1. Introduced a new field BooleanField in pblite.coffee and used in new …

    …supported fields to parse boolean values directly. Also made the i18n_data field able to be parsed along with e164. The e164 is good enough to send SMS or make call, but the i18n is good for any phone number formatted display. Also updated the README.md file to reflect my changes.
    wingc-china committed Feb 19, 2016
    Configuration menu
    Copy the full SHA
    330a844 View commit details
    Browse the repository at this point in the history

Commits on Feb 20, 2016

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

Commits on Feb 26, 2016

  1. Added a new method to get entity by phone number in e164. It could be…

    … used to send SMS to such phone number. Accordingly, there is new field introduced to CLIENT_GET_ENTITY_BY_ID_RESPONSE. The logic should work like this: 1) Call getentitybyphonenumber and wait for response; 2) Parse the response to try read the entity from result.unknown.entities prior to the one from result.entities. If there are duplicated ones existing in both entities, use the one that unique in result.unknown.entieies. The logic behind should be the one from result.entities are Google account chat id but the differnt one from unknown should be the account's phone number. 3) Call createconversation with such chat_id, and then just sendchatmessage to the new conversation, with delivery medium as Google Voice.
    wingc-china committed Feb 26, 2016
    Configuration menu
    Copy the full SHA
    ac646dd View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2016

  1. Merged from ready-for-pr

    wingc-china committed Apr 13, 2016
    Configuration menu
    Copy the full SHA
    ec0dc83 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c3bb30b View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2016

  1. Configuration menu
    Copy the full SHA
    0e0b15c View commit details
    Browse the repository at this point in the history
  2. Added the necessary schema objects and the DictField class to be able…

    … to parse objects coming from hangout
    nave7693 committed Apr 14, 2016
    Configuration menu
    Copy the full SHA
    96c4f40 View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2016

  1. Code review feedback

    nave7693 committed Apr 18, 2016
    Configuration menu
    Copy the full SHA
    8649cb4 View commit details
    Browse the repository at this point in the history

Commits on Apr 19, 2016

  1. Added a test for EMBED_ITEM

    nave7693 committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    9b53287 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95cf4c6 View commit details
    Browse the repository at this point in the history
  3. Get rid of example of attachment as comment in code. The coffee-scrip…

    …t engine has problem to parse them when executing npm test.
    wingc-china committed Apr 19, 2016
    Configuration menu
    Copy the full SHA
    d976367 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bb265dc View commit details
    Browse the repository at this point in the history

Commits on May 27, 2016

  1. Added a new method that takes file buffer as paramter directly to upl…

    …oad image. I highly suspect the uploadimage would work though from what I have experienced.
    wingc-china committed May 27, 2016
    Configuration menu
    Copy the full SHA
    d2aa2c0 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2016

  1. Configuration menu
    Copy the full SHA
    37f6d3d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    647e942 View commit details
    Browse the repository at this point in the history