Commit Graph

766 Commits

Author SHA1 Message Date
Daniel Ternyak a52fda5c58
Set Admin Command (#273) 2019-02-28 18:26:38 -06:00
Daniel Ternyak 56b63eda6c
Merge branch 'various-fixes' of https://github.com/dternyak/zcash-grant-system into various-fixes 2019-02-27 21:44:09 -06:00
Daniel Ternyak a3d1cbf427
replace fake address with real address 2019-02-27 21:28:12 -06:00
Daniel Ternyak 6aa6ea5624
Merge branch 'develop' into various-fixes 2019-02-27 17:15:12 -06:00
Daniel Ternyak 5515094b23
Merge pull request #266 from grant-project/homepage-redesign
Homepage redesign
2019-02-27 17:14:44 -06:00
Daniel Ternyak 5e6b46f8f4
Merge branch 'develop' into homepage-redesign 2019-02-27 17:11:42 -06:00
Daniel Ternyak 20e8480d14
PR review 2019-02-27 17:09:36 -06:00
Daniel Ternyak 85ba0d7348
ensure comments are not greater than 1000 chars 2019-02-27 17:05:01 -06:00
Daniel Ternyak 625a6cab99
don't show popovers, remove delete, add tsc to admin pre-commit 2019-02-27 16:50:53 -06:00
Will O'Beirne 063dbdde7c
Don't show sign up if they're signed in. 2019-02-26 17:13:57 -05:00
Will O'Beirne c5463aea1e
i18n the homepage. 2019-02-26 17:08:04 -05:00
Will O'Beirne e9576b26a2
Size tweak 2019-02-26 16:40:19 -05:00
Will O'Beirne c7186ca567
Responsive for other sections. 2019-02-26 16:36:07 -05:00
Will O'Beirne 39102f6164
Responsive home intro 2019-02-26 16:23:36 -05:00
Will O'Beirne 3f7cbbc4df
SSR fetch, fix some states for requests loading. 2019-02-26 16:10:09 -05:00
Will O'Beirne 378765ebce
Initial pass at homepage full width. Not yet responsive or using localization. 2019-02-26 15:58:25 -05:00
Daniel Ternyak db436f014b
Merge pull request #261 from grant-project/anonymous-contributions
Anonymous contributions
2019-02-26 12:53:37 -06:00
Will O'Beirne 828be6ca01
Fix tsc 2019-02-26 12:41:39 -05:00
Will O'Beirne 2662e20389
Fix contribution status tag display. 2019-02-25 15:06:30 -05:00
Will O'Beirne 8a193756b3
Fix unsafe behavior in marshmallow class for contributions. 2019-02-25 15:04:33 -05:00
Will O'Beirne 5cb08a1f14
Only bootstrap with contributions made in the last 24h, to reduce payload size. 2019-02-25 15:03:52 -05:00
Will O'Beirne 560f63847e
More considerations for anonymous contributions on the frontend. 2019-02-25 14:46:47 -05:00
Will O'Beirne ad26bb1fd7
Downgrade sentry to be more stable. 2019-02-25 14:27:06 -05:00
Will O'Beirne 31d458e067
Make contribution code handle not having a user in all cases. 2019-02-25 14:26:43 -05:00
Will O'Beirne a2d89f2910
Pose a warning to user before contributing anonymously. Handle anonymous user in user row. 2019-02-25 14:26:02 -05:00
Will O'Beirne 6f7de989e7
Merge branch 'develop' into anonymous-contributions 2019-02-25 11:43:36 -05:00
AMStrix 77e25b1c7c Various fixes (#260)
* remove linkedin social media option

* fix ProfileEdit social media button white-space

* fix default profile tab for non-authed user

* filter out non live proposal contributions for GET user/<id>

* admin: remove 255 char limit on reject_reason
2019-02-25 11:41:00 -05:00
William O'Beirne 4c3a2127a8
Upgrade ant-design-pro to 2.2.1 to fix some dependency issues. (#258) 2019-02-25 11:21:37 -05:00
Will O'Beirne 06add917b5
Merge branch 'develop' into anonymous-contributions 2019-02-23 16:53:59 -05:00
AMStrix 0b2676563a fe: Placeholder loading state & use it for profile tabs + RFPs list (#255) 2019-02-23 16:46:35 -05:00
William O'Beirne c6318e27f7
Up request limit to 50mb (#257) 2019-02-23 16:42:36 -05:00
William O'Beirne 8bf7013b0f
Cancel proposal (#253)
* Backend setup for proposal canceling.

* Cancelable in admin, update all states to properly reflect a canceled proposal.

* Replace REFUNDING stage with CANCELED and FAILED to distinguish between the 2

* Fix pending contributions showing up as needing refunds.

* Fix some refund cases.

* Dont show failed & canceled proposals on list view. Hide their filters.

* Show when proposal was canceled.

* Remove edit action, make cancel an explanation to contact support.

* Fix PR comments

* Fix issues from develop merge.
2019-02-23 16:38:06 -05:00
AMStrix 4c026f5645
Merge pull request #252 from grant-project/admin-users
Admin users
2019-02-23 15:21:59 -06:00
William O'Beirne 076bcc67bf
Merge branch 'develop' into admin-users 2019-02-23 16:08:06 -05:00
William O'Beirne c35b62b6c4
Email subscription fixes (#243)
* Lookup user email subscription settings by email instead of hoping a user is passed.

* Functioning unsubscribe URLs
2019-02-23 15:33:19 -05:00
Will O'Beirne 115b127962
Initial pass at anon contributions on frontend. 2019-02-23 15:31:07 -05:00
William O'Beirne ae62b726ce
Rip sprout out. (#254) 2019-02-23 15:19:33 -05:00
Will O'Beirne eb47e3e0aa
Allow for no user with contributions in admin. 2019-02-22 15:51:46 -05:00
Aaron a71f65a387
admin: add allow_stale option to throw_on_2fa_not_allowed 2019-02-22 11:55:45 -06:00
Aaron 165950f803
admin: tsc fix 2019-02-22 10:27:00 -06:00
Aaron 9071f07443
admin MFAuth refactoring & cosmetics 2019-02-22 10:14:07 -06:00
Aaron e3fd6aa398
clean recovery codes before saving and checking 2019-02-22 10:13:29 -06:00
Aaron 35661a0672
admin Settings & reset MFA 2019-02-21 23:22:16 -06:00
Aaron 3f7c90a381
admin: require email verification for admin login/setup 2019-02-21 19:39:37 -06:00
Aaron 64740b9f37
merge fixes: migration & admin/views 2019-02-21 18:56:00 -06:00
Aaron 43ee574899
Merge branch 'develop' into admin-users
# Conflicts:
#	backend/grant/admin/views.py
2019-02-21 18:44:58 -06:00
Aaron e1572de3f6
fix tests and add 2fa setup flow test 2019-02-21 18:39:41 -06:00
Aaron c30fa69152
2fa admin setup + login process 2019-02-21 16:23:46 -06:00
William O'Beirne b93348820c
Redirect to proposal if you try to edit and its not in draft state. (#242) 2019-02-21 17:07:55 -05:00
Daniel Ternyak acb16771bc
Merge pull request #231 from grant-project/refund-flow
Failed proposal refunds
2019-02-21 13:50:52 -06:00