Commit Graph

418 Commits

Author SHA1 Message Date
AMStrix 136c1ee763
Merge pull request #161 from grant-project/contribution-admin
Contribution Admin
2019-02-07 09:42:34 -06:00
AMStrix 8be5e099f4
Merge branch 'develop' into contribution-admin 2019-02-07 09:36:01 -06:00
Daniel Ternyak 8bee1881d7 Add create-proposals script to README (#163) 2019-02-07 07:40:32 -05:00
Daniel Ternyak 33251d678c
Merge branch 'develop' into contribution-admin 2019-02-06 18:53:51 -06:00
Daniel Ternyak b8bc21d5da
Merge pull request #159 from grant-project/stake-topoff
Allow topping off of partial stake contributions. Fix float innaccura…
2019-02-06 18:53:42 -06:00
Daniel Ternyak bd9c870e5c
Merge branch 'develop' into stake-topoff 2019-02-06 17:58:45 -06:00
Daniel Ternyak 6d2fb135fd
Merge pull request #158 from grant-project/proposal-date-fixes
Various proposal & milestone time fixes
2019-02-06 17:58:34 -06:00
Will O'Beirne 126beec1dc
Convert txid deet to input. 2019-02-06 17:35:33 -05:00
Will O'Beirne df96094ed9
Fix deet style. 2019-02-06 17:33:43 -05:00
Will O'Beirne 9fd60cabaa
Button to create contribution. 2019-02-06 17:24:07 -05:00
Will O'Beirne e4290c76cf
Contribution create / edit form 2019-02-06 14:01:46 -05:00
Will O'Beirne d4917dfd51
Contribution detail page. 2019-02-06 13:01:14 -05:00
Will O'Beirne 2f3161ae4b
Generecize pageable. List view of contributions. 2019-02-06 12:47:47 -05:00
Will O'Beirne aeb0932120
Initial crack at admin endpoints. 2019-02-06 11:21:19 -05:00
Will O'Beirne de1f1080a5
Setup components and routes for contributions. 2019-02-06 10:54:43 -05:00
Will O'Beirne a1283f24eb
Allow topping off of partial stake contributions. Fix float innaccuracy errors in python. Allow staking proposals to be deleted. 2019-02-05 20:45:57 -05:00
Will O'Beirne f4f8d9312d
Merge branch 'develop' into proposal-date-fixes 2019-02-05 16:29:46 -05:00
Will O'Beirne a3a2392135
Convert milestone dates to unix timestamps to be inline with the rest of our entities. 2019-02-05 16:25:58 -05:00
Will O'Beirne bd740bd9fa
Fix tsc 2019-02-05 16:06:45 -05:00
Will O'Beirne 3b8d96ac51
Fix isImmediatePayout non-existant property on milestones. 2019-02-05 16:05:45 -05:00
Will O'Beirne f0303b26b4
Set valid dates on auto-create. 2019-02-05 16:05:16 -05:00
Will O'Beirne 6cd6520fbc
Use datePublished for deadline wherever possible. Disable past dates during milestone create, disable field when immediate payout is set. 2019-02-05 15:56:07 -05:00
AMStrix d696f7978d Proposal pagination & 404 fix (#151)
* BE: command to create fake proposals

* BE: pagination system + implemented for GET proposals/

* FE: overlay mode for Loader component

* FE: paginated Proposals

* refactor pagination.py a bit

* Proposals: set search input from store on construction

* admin: switch proposals to new pagination regime

* BE: test adjustments

* set app.proposals.page after fetch in a less-creepy way

* optimictic proposal.detail from proposal.page

* keep api interfacing on the api surface (one-dimentional page filters vs structured)

* rem MOST & LEAST_FUNDED prop sort + rename NEWST & OLDEST

* ProposalPagination fix default sort
2019-02-05 15:34:19 -05:00
William O'Beirne 08ed3e0417
Address validation (#156)
* Fix create step query

* Add basic regex validation for addresses to frontend.

* Check with zcash node if address is valid before final proposal submission.

* tsc

* Mock requests where needed. Come up with a function that mocks all blockchain requests.

* Remove print
2019-02-05 15:26:37 -05:00
Will O'Beirne a7fb3bcd81
Remove print 2019-02-05 15:16:39 -05:00
Daniel Ternyak 6370949719
Merge pull request #152 from grant-project/gdpr-and-cookies
GDPR and Cookie Compliance
2019-02-05 09:43:21 -06:00
Daniel Ternyak fe0cb6c220
Merge branch 'develop' into gdpr-and-cookies 2019-02-05 09:35:31 -06:00
Will O'Beirne a2ddcf07c4
Mock requests where needed. Come up with a function that mocks all blockchain requests. 2019-02-05 06:17:07 -05:00
Will O'Beirne fdc293185b
tsc 2019-02-05 01:26:05 -05:00
Will O'Beirne fa462175f3
Merge branch 'develop' into address-validation 2019-02-05 01:25:20 -05:00
William O'Beirne ce95dd7b0c
Fix create step query (#154) 2019-02-05 01:25:02 -05:00
Will O'Beirne df4b077a4a
Check with zcash node if address is valid before final proposal submission. 2019-02-05 01:24:17 -05:00
Will O'Beirne c7e18d19b0
Add basic regex validation for addresses to frontend. 2019-02-05 00:52:09 -05:00
Daniel Ternyak 2dc3e1df86
Merge branch 'develop' into gdpr-and-cookies 2019-02-04 21:58:52 -06:00
Daniel Ternyak d468f9e287
Merge pull request #153 from grant-project/tabs-min-height
Minimum tab heights on proposals and profiles.
2019-02-04 21:58:40 -06:00
Daniel Ternyak 6bfd9cb90f
Merge branch 'develop' into tabs-min-height 2019-02-04 21:49:16 -06:00
Daniel Ternyak 257a8bd21d
Merge pull request #150 from grant-project/no-previews
No previews in emails
2019-02-04 21:47:33 -06:00
Will O'Beirne 7620d7f577
Fix create step query 2019-02-04 17:50:11 -05:00
Will O'Beirne 3967358531
Minimum tab heights on proposals and profiles. 2019-02-04 17:39:46 -05:00
Will O'Beirne 77bf47bf18
Implement user deleting. 2019-02-04 16:18:50 -05:00
Will O'Beirne 949f0cb115
Remove unused redux persist. 2019-02-04 15:45:20 -05:00
Will O'Beirne 29f59aa81d
Require agreement on signup. 2019-02-04 15:45:11 -05:00
Will O'Beirne 9415992bc1
Remove previews from update and comment emails. 2019-02-04 14:45:38 -05:00
Daniel Ternyak 3b76219f18
Merge pull request #147 from grant-project/remove-antd-ellipsis
replace antdp Ellipsis component
2019-02-01 16:09:52 -06:00
Aaron 70adb40b75
replace antdp Ellipsis component 2019-02-01 16:07:15 -06:00
William O'Beirne 1f41181f33
Move loadables into dependencies. (#145) 2019-02-01 16:27:08 -05:00
William O'Beirne b920b73a4b
Enforce email verification server side (#142)
* Add new auth middleware for ensuring user has verified email account.

* Fix test.
2019-02-01 15:43:43 -05:00
AMStrix 1c72178b86 Create and use ExceptionPage for 404s (#138)
* create & use ExceptionPage for 404s, remove LinkButton

* ExceptionPage: set default 'desc' if not set on props
2019-02-01 14:25:17 -05:00
William O'Beirne c17145986f
Request for Proposal (Pt. 3 - Create & Link Proposals) (#131)
* Adjust rfp <-> proposal models. Add button to rfp detail page to make linked proposal.

* Add a block that links to the original request. Fix a bunch of preview issues.

* List proposals on RFP.

* Admin view for connected RFPs and proposals

* Fix TSC issues.

* Fix tab badge misalignment

* Redesign list page.

* Resolve PR issues.
2019-02-01 14:13:30 -05:00
Daniel Ternyak d0b1ccc08c
Merge pull request #136 from grant-project/loadable-fixes
SSR & Build Fixes
2019-01-31 22:05:30 -06:00