Commit Graph

20 Commits

Author SHA1 Message Date
Teemu Patja 8610760938
Configurable blacklist for tokens 2017-11-08 17:51:39 +02:00
Teemu Patja c111350396
Prod log-level debug -> info 2017-11-08 09:10:29 +02:00
Teemu Patja 64e556c525
Keep 5 days of logs instead of 30 2017-11-08 09:06:49 +02:00
Oskar Thorén fce9ac81bc Github App: check webhook-secret and enable flag 2017-11-04 11:25:05 -05:00
Teemu Patja d1c375493f
Add + document more items in example config.edn file 2017-11-02 09:05:48 +02:00
Julien Eluard 49617ae10e
Improved dev experience 2017-10-29 18:09:00 +02:00
Teemu Patja 4e627be1e0
UX improvements + address validation
* error/success flash notification support
* disable spellcheck for address editbox
* validate user's Ethereum address when saving
* update button state styles
2017-02-21 21:43:35 +02:00
Teemu Patja 9b972625e0
Rewrite Github comment PNG functionality
* removed old swing JEditorPane based html to png rendering due to
  it's lack of support for modern css
* new implementation uses wkhtmltoimage (on prod server via wrapper
  script using xvfb)
* no longer generating image on every GET request for QR, but rather
  generating image when a bounty is cretaed or contract balance
  changes
* images stored to DB
* comment image design updated according to UI spec
2017-02-21 10:49:25 +02:00
Teemu Patja 7ce1dc6cdc
Fix bug in handle-issue-labeled + logging 2017-02-19 14:33:02 +02:00
Teemu Patja d35b794ca4
New UX, webhook securing, atomic repo toggling etc.
Secure Github webhooks (Fixes #18)
* Use a unique random secret for webhooks
* Validate payload signature when receiving webhook

Make enabling + disabling a repo more robust
* store repository state instead of enabled flag in DB
* atomic toggle UI button (Fixes #17)

New UX for managing repos
* group repos by owner
* look and feel according to UI spec

General improvements
* only request user's repos via Github API once per session
* fix issue with cljs code figwheel reload
* simplify app-db structure
2017-02-18 11:07:51 +02:00
Teemu Patja d39ccd1531
Update test+prod config.edn files 2017-01-21 19:09:45 +02:00
kagel 4079bd398d New look 2016-09-19 23:26:57 +03:00
kagel 781f4b4a49 Externalize configuration 2016-09-14 14:40:44 +03:00
kagel c673bb1ded Change server-address 2016-09-13 16:14:35 +03:00
Adrian Tiberius 0765a2dc5d change db to vps 2016-09-12 01:48:25 +03:00
kagel fcbf26e775 Add multisig wallet owners 2016-09-09 03:35:28 +03:00
kagel a484d477f4 JDBC_DATABASE_URL 2016-08-30 01:57:35 +03:00
kagel 520e5e34e4 Prepare for deployment + bugfixes
Add empty css directory (again)

Remove sassc hook (Heroku)
2016-08-30 01:40:10 +03:00
kagel 0382fa9888 Github integration hello-world 2016-08-21 03:29:39 +03:00
kagel c4bab5a6ed Luminus skeleton + useless github button 2016-08-21 00:36:09 +03:00