Commit Graph

1207 Commits

Author SHA1 Message Date
Oskar Thorén febf9220e3
Merge pull request #141 from andmironov/develop
minor stylistic fixes
2017-11-01 19:32:55 -05:00
andmironov f37ad85875 minor stylistic fixes 2017-11-01 19:31:16 -05:00
Oskar Thorén 37fff34bcb Merge branch 'develop' 2017-11-01 19:20:22 -05:00
Oskar Thorén ebe9d49e1c
Merge pull request #140 from andmironov/develop
Landing page fixes
2017-11-01 19:15:40 -05:00
andmironov b406f3964b Landing page fixes 2017-11-01 19:01:40 -05:00
Teemu Patja 1f48c9970e
Fix SOB github repo link 2017-11-01 20:51:22 +02:00
Teemu Patja 2650825ee5
Merge branch 'develop' 2017-11-01 18:37:31 +02:00
Teemu Patja 59b046ccca
Add missed file 2017-11-01 18:11:07 +02:00
Teemu Patja cf797c71b8
Integrate welcome page
* route handler for /welcome
* update + run build-landing-page.sh
2017-11-01 17:54:02 +02:00
Teemu Patja a76b5464d4
Update README 2017-11-01 17:43:52 +02:00
Teemu Patja e7c5a683b9
Merge pull request #135 from status-im/welcome-page
Added welcome pages
2017-11-01 17:35:26 +02:00
Teemu Patja 8d0167f1a6
Merge branch 'develop' 2017-11-01 17:23:02 +02:00
Teemu Patja 69f2a7380c
Make hubspot contact creation configurable 2017-11-01 16:26:26 +02:00
Teemu Patja c81ec65bc6
Debug logging related to balance change detection 2017-11-01 15:57:13 +02:00
Teemu Patja ddc21f69bc
Fix bug causing issue updated timestamp to be incorrectly updated
Token balances were being stored in Postgres as double and
multisig/token-balance was returning the value as a float. This caused
equality comparisons to fail for equal balances, leading to erroneusly
updating github comments and issue updated timestamps.
2017-11-01 15:40:59 +02:00
Oskar Thorén d3a7cb1ccc whitelist 2017-11-01 07:41:22 -05:00
Julien Eluard 298ef57961 Added welcome pages 2017-11-01 07:38:57 -05:00
Teemu Patja d411a106f2
Whitelist Riot projec owner 2017-11-01 14:33:21 +02:00
Teemu Patja 86d8189e00
Bump issue-limit 2017-11-01 14:32:10 +02:00
Teemu Patja 27004d1726
Handle issue re-open case
* update issue open status on "reopened" action in IssuesEvent webhook
  handler

Fixes: #131
2017-11-01 11:40:53 +02:00
Teemu Patja 6cf7485138
Merge pull request #123 from annadanchenko/patch-3
Remind about adding an address
2017-11-01 11:11:52 +02:00
Teemu Patja f3e4d3235b
Responsive footer
Fixes: #129
2017-11-01 10:54:53 +02:00
Teemu Patja dcde2a9772
Make view loading state prettier
Fixes: #113
2017-11-01 10:08:57 +02:00
Teemu Patja a8796f5fb2
Merge pull request #128 from andytudhope/patch-2
Update services.clj
2017-11-01 10:07:21 +02:00
Andy Tudhope 470bcd425e
Update services.clj
Added hutch and myself to the whitelist for testing and so we can make a video for the wiki/update content there generally.
2017-11-01 09:55:18 +02:00
Teemu Patja 2195f1e19b
Merge pull request #127 from annadanchenko/patch-4
Whitelist step is added
2017-11-01 09:35:03 +02:00
Anna Danchenko d370badeb5
Whitelist step is added 2017-11-01 08:33:29 +01:00
Teemu Patja ee6f6c6ed7
Merge branch 'develop' 2017-11-01 08:58:55 +02:00
Teemu Patja 01a332990c
Remove .DS_Store garbage + add to gitignore 2017-11-01 08:57:41 +02:00
Oskar Thorén fab8e10f75
Merge pull request #126 from andmironov/develop
Fix background image pattern
2017-10-31 18:20:12 -05:00
andmironov ab430d5e92 Fix background image pattern 2017-10-31 18:18:51 -05:00
Andy Tudhope 1d21fc98a6 Update index.html
Removed strange caps and bolding below the fold..
2017-11-01 00:08:16 +01:00
Oskar Thorén efcf5415b5 More whitelist 2017-10-31 16:33:48 -05:00
Oskar Thorén cd44e565bf Update whitelist in prod hack
Already in develop but partial progress done here too apparently
2017-10-31 16:32:52 -05:00
Oskar Thorén 27a199929d Modify whitelist 2017-10-31 16:25:21 -05:00
Anna Danchenko 8671bee057
Remind about adding an address 2017-10-31 22:24:59 +01:00
Oskar Thorén e87626e394 Tweak copy 2017-10-31 16:00:03 -05:00
Oskar Thorén b30f64cadc Tweak whitelist message 2017-10-31 15:49:23 -05:00
Teemu Patja 6dd88874f6
Smoother background fetching of data
* do not show loading spinner after periodic open bounty and activity
  data  fetches
2017-10-31 22:11:43 +02:00
Oskar Thorén b0db973fa6 whitelist take login field of user 2017-10-31 14:56:52 -05:00
Oskar Thorén 218f913ecc Fix user-whitelisted? bug 2017-10-31 14:53:49 -05:00
Oskar Thorén f81c28b603 Better debug print don't squash numbers 2017-10-31 14:52:10 -05:00
Oskar Thorén abac3f5cdb Max limit back to 2; make issues count more restrictive 2017-10-31 14:50:27 -05:00
Teemu Patja 74fe3982cc
Coerce balance to float to avoid crash
Token balances are expected to have float values in services.clj, but
can end up with integer value, so we need to coerce.
2017-10-31 19:51:55 +02:00
Oskar Thorén e80592c769 increase max limit for now while issue count bug 2017-10-31 12:50:15 -05:00
Teemu Patja 0d97147c3e
Coerce balance to float to avoid crash
Token balances are expected to have float values in services.clj, but
can end up with integer value, so we need to coerce.
2017-10-31 19:49:56 +02:00
Teemu Patja 6ffdc8f0b1
Merge branch 'develop' 2017-10-31 19:31:09 +02:00
Oskar Thorén 3f41f32d9d fix code order 2017-10-31 12:27:30 -05:00
Oskar Thorén 46ba59e7d0 typos 2017-10-31 12:25:36 -05:00
Teemu Patja 62bb3b35e9
Merge branch 'develop' 2017-10-31 19:18:57 +02:00