Commit Graph

  • 22f8a0415c Verify User Social via OAuth (#30) AMStrix 2019-01-02 12:23:02 -0600
  • 332f265e2c
    fix migration branch Aaron 2019-01-02 10:50:45 -0600
  • eeb158c9af
    Merge branch 'develop' into user-social-verify Aaron 2019-01-02 10:25:18 -0600
  • c8c314734e
    merge fix Aaron 2019-01-02 10:08:49 -0600
  • 784e5d6fa2 Blockchain watcher microservice (#28) William O'Beirne 2018-12-28 18:24:46 -0500
  • 6aa2e19d6a
    Merge branch 'develop' into blockchain-watcher Daniel Ternyak 2018-12-28 17:12:58 -0600
  • 4cc55fbeb7
    Merge branch 'develop' into user-social-verify Daniel Ternyak 2018-12-28 17:06:43 -0600
  • ec76cb414f Initial Proposal rework (#32) William O'Beirne 2018-12-28 18:05:34 -0500
  • ba5e5e34a1
    Fix all tsc issues. Will O'Beirne 2018-12-27 14:08:14 -0500
  • ac053e7660
    Fix hydration. Real milestone amount. Will O'Beirne 2018-12-27 13:37:30 -0500
  • f954646170
    Fill in target and funded amounts from real proposal data. Funded is stubbed. Will O'Beirne 2018-12-27 13:00:04 -0500
  • f4e918481c
    Convert all units to ZEC from ETH. Will O'Beirne 2018-12-27 12:41:26 -0500
  • 4ac7bb0da8
    Fix padding on create flow. Will O'Beirne 2018-12-27 11:58:48 -0500
  • 95ae268168
    Remove question mark. Will O'Beirne 2018-12-27 11:36:44 -0500
  • 886ca9caa6
    Adjust social button styles. Will O'Beirne 2018-12-27 11:36:17 -0500
  • 1b547f552e
    Fix migration. Will O'Beirne 2018-12-27 11:17:48 -0500
  • 9b555aa8fa
    Get rid of the ProposalWithCrowdFund type. Will O'Beirne 2018-12-21 13:47:50 -0500
  • 5931de5460
    Refactor to a state where /proposlas loads. Will O'Beirne 2018-12-21 13:27:39 -0500
  • 8a5b15a121
    save changes before leaving to OAuth Aaron 2018-12-20 09:13:01 -0600
  • f66c9b3015
    Merge branch 'user-social-verify' of https://github.com/dternyak/zcash-grant-system into user-social-verify Aaron 2018-12-19 20:41:50 -0600
  • 7614bfe9e3
    BE add social verify tests Aaron 2018-12-19 20:41:39 -0600
  • c112b9a71d
    Merge branch 'develop' into user-social-verify Aaron 2018-12-19 19:57:11 -0600
  • 5ec0c739a0
    adjust tests socialMedias Aaron 2018-12-19 19:53:33 -0600
  • 0691256012
    README social verification setup instructions AMStrix 2018-12-19 18:12:45 -0600
  • 151929f211
    readme updates Aaron 2018-12-19 17:37:09 -0600
  • 8e538880a4
    FE social oauth verification Aaron 2018-12-19 17:35:43 -0600
  • 24b56181aa
    BE social oauth verify Aaron 2018-12-19 17:22:56 -0600
  • eea3eea0f7
    Rework proposal model to remove ethereum specific stuff. Removed most traces of those fields around the backend. Will O'Beirne 2018-12-19 16:27:58 -0500
  • 022d9ed6a1
    Merge in develop. Will O'Beirne 2018-12-19 13:31:03 -0500
  • 211acdf793
    Unit tests. Will O'Beirne 2018-12-19 13:25:40 -0500
  • b0f78f8b51
    Process blocks - min confs. Will O'Beirne 2018-12-18 16:57:27 -0500
  • 4f8cb6805b
    Send back contributionId with confirmations. Will O'Beirne 2018-12-18 16:44:00 -0500
  • ca12351994
    Memo decoding Will O'Beirne 2018-12-18 16:09:44 -0500
  • 0df6abd2d9
    Payment disclosures Will O'Beirne 2018-12-17 22:41:59 -0500
  • c6a5f31500
    Send confirmation messages for t addresses. Will O'Beirne 2018-12-17 16:25:29 -0500
  • b0389ce8e1
    Correctly pass and use network. Will O'Beirne 2018-12-17 15:02:22 -0500
  • 0bb6795489
    REST api dev tool. Will O'Beirne 2018-12-17 14:45:28 -0500
  • 77dd65cd18
    Merge branch 'develop' into python-pre-commit Daniel Ternyak 2018-12-17 12:44:21 -0600
  • 6ea75e6bda User Recovery Flow (#26) AMStrix 2018-12-17 12:33:33 -0600
  • 757e591e53
    Merge branch 'user-account-recovery-flow' into python-pre-commit Daniel Ternyak 2018-12-17 11:16:15 -0600
  • 7af882e81b
    empty commit Daniel Ternyak 2018-12-17 11:01:02 -0600
  • 831dfccd23
    fix tests + some refactoring Aaron 2018-12-16 10:17:07 -0600
  • 549c4b69a5
    use PasswordFormItems for PasswordReset Aaron 2018-12-15 12:24:29 -0600
  • fb04485194
    use nested routes for managing auth views Aaron 2018-12-15 11:50:49 -0600
  • 3976e1af9c
    use form on account recover + State type Aaron 2018-12-15 10:32:55 -0600
  • 7a3d5fc18f
    remove duplicate code block Aaron 2018-12-15 09:59:04 -0600
  • 3b8661f273
    Merge branch 'develop' into user-account-recovery-flow Aaron 2018-12-15 09:55:14 -0600
  • 1f762ae003
    Include network in address derivation. Will O'Beirne 2018-12-14 15:39:15 -0500
  • dbba076670
    move .pre-commit-config.yaml Daniel Ternyak 2018-12-14 14:09:53 -0600
  • 50cc377b48 User Auth Conversion (#19) AMStrix 2018-12-14 13:36:22 -0600
  • 3fb96905d6
    Convert to address map that stores t addr and sprout addr. Will O'Beirne 2018-12-14 14:34:21 -0500
  • 14935e37d2
    Add redux, generate and track addresses in redux. Will O'Beirne 2018-12-14 14:23:55 -0500
  • fc6c63c2c5
    reformat Daniel Ternyak 2018-12-14 13:12:47 -0600
  • d0b1f15287
    Add webserver to microservice, add endpoints for t address generation and disclosure validation. Will O'Beirne 2018-12-14 14:00:14 -0500
  • 797eef94b6
    adjust verbiage + and safer num->str Aaron 2018-12-14 09:41:58 -0600
  • b510ecabb1
    breakout change pass component + adjust visuals Aaron 2018-12-14 09:18:40 -0600
  • 9f3b7ea52f
    SignIn adjustments Aaron 2018-12-14 08:23:38 -0600
  • 6c5a967024
    small adjustments Aaron 2018-12-14 08:02:58 -0600
  • 80bbac556e
    leave email in UserSchema Aaron 2018-12-14 07:55:41 -0600
  • 8a14e98049
    frontent - account recovery flow Aaron 2018-12-13 17:47:39 -0600
  • 48fc51b273
    backend - account recovery flow Aaron 2018-12-13 17:46:05 -0600
  • fe33dbf4cb
    Merge branch 'user-auth' into blockchain-watcher Will O'Beirne 2018-12-13 15:44:08 -0500
  • 0252938ecd
    Somewhat working payment disclosures. Improved dev tool. Will O'Beirne 2018-12-13 12:01:43 -0500
  • 8dd37310c6
    fix typo + ENTER on signin password submits Aaron 2018-12-13 10:01:52 -0600
  • 16c0723b1e
    name -> displayName Aaron 2018-12-13 09:09:50 -0600
  • c791dbfc92
    populate email for authenticated user only Aaron 2018-12-13 09:08:53 -0600
  • eab22aea91
    layout and autocomplete adjustments Aaron 2018-12-13 09:08:23 -0600
  • 0df675f3aa
    implement settings > change password + some refactoring Aaron 2018-12-12 18:31:11 -0600
  • 7828922578
    refactor accountAddress + misc Aaron 2018-12-12 14:04:54 -0600
  • 79ab68c64c
    sign-up Aaron 2018-12-12 13:38:24 -0600
  • e3e0da8d92
    FE login, logout + refactorings Aaron 2018-12-12 11:27:11 -0600
  • be514b2f79
    BE logout view Aaron 2018-12-12 11:22:54 -0600
  • a90b63509a
    flask-security + test_user tests working Aaron 2018-12-11 16:58:12 -0600
  • 604672b287
    Node and sprout address setup, notify on new blocks. Will O'Beirne 2018-12-11 17:07:07 -0500
  • 69ec97a832
    Initial work on blockchain microservice. Will O'Beirne 2018-12-11 11:40:37 -0500
  • 8f4894dbd4
    test auth_user Aaron 2018-12-11 10:19:05 -0600
  • 2d060d0575 fix up test + more post-merge issues Aaron 2018-12-10 20:21:11 -0600
  • 7ce2071555 add -t option to test command for specific running Aaron 2018-12-10 20:20:17 -0600
  • a620be0b78 post-merge issues Aaron 2018-12-10 12:59:34 -0600
  • cb3316ae39 Merge branch 'develop' into user-auth Aaron 2018-12-10 12:41:09 -0600
  • 2bab4813da
    Remove account address everywhere on the backend, replace with id and email as needed. Will O'Beirne 2018-12-10 12:06:18 -0500
  • 30d271c34b
    Update model Will O'Beirne 2018-12-10 11:39:31 -0500
  • 7c6bd0a076
    Merge pull request #18 from dternyak/eth-removal William O'Beirne 2018-12-10 09:35:38 -0500
  • d8537dccef ADMIN - remove contracts & web3 deps Aaron 2018-12-08 11:38:48 -0600
  • 1c3f78e040 BE - remove web3, contracts & eip-712 deps Aaron 2018-12-08 11:18:51 -0600
  • b743628c75 FE - final web3 removal sweep Aaron 2018-12-08 10:27:56 -0600
  • 9fcbe7b0e9 FE remove eth deps + contracts Aaron 2018-12-07 09:17:09 -0600
  • 1cef4328c3 remove /contract Aaron 2018-12-07 09:15:24 -0600
  • 67d097b252 S3 Avatar Signed Uploads (#1) AMStrix 2018-12-06 16:44:37 -0600
  • 163ff62433
    Merge pull request #240 from grant-project/requirements William O'Beirne 2018-12-06 14:26:35 -0500
  • 73f3756f57
    Update prod.txt Daniel Ternyak 2018-12-06 11:36:47 -0600
  • 35eecc24db
    Setup in-app SSL redirects for Heroku (#238) Daniel Ternyak 2018-12-05 17:49:45 -0600
  • 00561f5121 Fix BE web3 read when proposal has no address (#239) AMStrix 2018-12-05 12:05:57 -0600
  • 3b42295097 Team invite email (#237) William O'Beirne 2018-12-03 21:45:18 -0500
  • 1144b0b0e2 Remove Unserializables from Redux (#234) AMStrix 2018-12-03 20:08:29 -0600
  • 46f9327b5e
    Merge branch 'develop' into avatar-upload-s3 AMStrix 2018-12-03 11:05:01 -0600
  • d8d9965183
    Fix up S3 instructions. AMStrix 2018-12-03 10:49:19 -0600
  • 489de73d9b
    Merge pull request #235 from grant-project/tests-tests-tests William O'Beirne 2018-12-02 22:25:51 -0500
  • 4d0a6f2cf2
    Merge branch 'develop' into tests-tests-tests William O'Beirne 2018-12-01 01:30:46 -0500
  • e1b2d21532 Upgrade FE Nodemon (#236) AMStrix 2018-11-30 23:36:52 -0600