Commit Graph

641 Commits

Author SHA1 Message Date
Sven Kapuđija a6b4765e4f Added HR (Croatian) captcha template variant (#204) 2018-12-04 10:03:07 -05:00
Cole 97915d2d81
refactor send endpoint (#202) 2018-10-04 15:45:20 -04:00
fiatjaf f55da2b20d fix submissions page for non-scalar fields (render as yaml). 2018-10-03 18:44:35 +00:00
Cole 6c01e2d4c4 improvements to modals for mobile. improvements to billing page layout. 2018-09-26 07:57:56 -04:00
Cole 57cee01051 fixing whitelabel from name. Identified possible bug when reconfirming forms 2018-09-24 21:43:25 -04:00
fiatjaf 9eb1580afa Merge branch 'modal' 2018-09-23 21:54:43 +00:00
fiatjaf 9a0e6985d3 close modal when clicking outside and style fixes. 2018-09-23 21:27:54 +00:00
fiatjaf 1b31f746ef reuse our old modal markup as a react component instead of react-modal. 2018-09-23 21:27:54 +00:00
fiatjaf ae59168635 es6 modules notation and reformat. 2018-09-23 21:27:54 +00:00
fiatjaf ca8503d124 form.has_feature() instead of form.owner.has_feature(). 2018-09-23 21:15:00 +00:00
Cole a5209bd126 Merge branch 'whitelabel-custom-email' of github.com:formspree/formspree into whitelabel-custom-email 2018-09-23 11:42:53 -04:00
Cole 78dcc1bf1b cleaning up whitelabel cheatsheet 2018-09-23 11:36:33 -04:00
fiatjaf 603f162def add missing whitespace. 2018-09-23 01:40:36 +00:00
fiatjaf 173cd01a91 iframe preview email template. 2018-09-21 13:21:51 +00:00
fiatjaf f7da78de05 fix message for non-upgraded users on FormList. 2018-09-19 23:58:37 -04:00
Cole 55ad1569a4 fixing email template model 2018-09-19 23:35:34 -04:00
Cole c58b2348ad fixing whitelabel editor tabs 2018-09-19 23:35:34 -04:00
Cole 58da76d541 updating whitelabel dashboard styles. Haven't touched modals. None of this is mobile friendly 2018-09-19 23:35:34 -04:00
Cole f02ffa4f63 small fix to logic that was causing test failure 2018-09-19 23:35:34 -04:00
Cole a37be4472d Simplified FormDescription and moved it into the header. Cleaned up Settings. Remembered some REACT -- it's been a while 2018-09-19 23:35:34 -04:00
fiatjaf ed32dd6508 code tabs on whitelabel template editing. 2018-09-19 23:30:43 -04:00
fiatjaf 5dabc554c1 add a confirmation modal on custom email template revert calls. 2018-09-19 23:30:43 -04:00
fiatjaf 31fdd56071 show a whitelabel indicator icon in the forms list. 2018-09-19 23:30:43 -04:00
fiatjaf 122f4825e4 fix server logic for sending whitelabel emails. 2018-09-19 23:30:43 -04:00
fiatjaf ef0a3ddd67 email templates editing, syntax help and preview modals and actually rendering on submit. 2018-09-19 23:30:43 -04:00
fiatjaf 0a2f727a3a basic custom email template editor, model and preview endpoint. 2018-09-19 23:30:43 -04:00
fiatjaf 0156b05d4d User.plan with an enum instead of User.upgraded 2018-09-19 23:30:14 -04:00
Giovanni T. Parra cb145b9fd0
Merge pull request #198 from fiatjaf/repel-bots-unconfirm
Repel bots on unconfirm URL.
2018-09-18 19:59:21 -03:00
fiatjaf bd82e2f90b repel bots on unconfirm url. 2018-09-18 21:15:25 +00:00
Cole 8d1024c0fb
Downgrade reason (#197)
* adding downgrade survey
* adding release to procfile
* removing unused manage.py autorun behavior
2018-09-15 20:59:09 -04:00
fiatjaf d073748885 fix {{unconfirm_url}} typo on 2 email templates. 2018-09-13 16:52:14 +00:00
fiatjaf c958b80dee fix ARCHIVE_SUGMISSIONS_LIMIT (typo) on homepage. 2018-09-12 22:45:15 +00:00
fiatjaf 19adee84b5 remove pyaml as it is not being used anymore 2018-09-12 22:38:17 +00:00
fiatjaf 33c4b9a14b remove old and unused sitewide.js 2018-09-10 16:44:45 +00:00
fiatjaf e9aaa5ff43 rerender form settings switch immediately, reset on error. 2018-09-08 21:56:40 +00:00
fiatjaf 978333a473 HTML and AJAX tabs on /integration. 2018-09-06 23:19:08 +00:00
fiatjaf 35004e25a1 load babel polyfill everywhere to prevent errors. 2018-09-06 20:59:09 +00:00
fiatjaf 6543c309dc redirect to /integrations after form is created. 2018-09-06 00:11:06 +00:00
fiatjaf a26bba8caa filter form.host on FormDescription. 2018-09-06 00:04:30 +00:00
fiatjaf 5279698fee better client error handling on API calls. 2018-09-06 00:03:29 +00:00
fiatjaf 203387074a adjustments on FormList, links and gear icon. 2018-09-02 01:55:03 +00:00
fiatjaf 07fca104c6 Integrations tab. 2018-09-02 01:54:43 +00:00
fiatjaf c995a6c74e title "Form Details" and a form description on every tab. 2018-09-02 01:44:22 +00:00
fiatjaf faa2cf5f80 move tabs down on forms dashboard. 2018-09-02 01:02:45 +00:00
fiatjaf e5b95ee8b4 fix bug on /account, don't run the react stuff everywhere. 2018-09-02 00:47:13 +00:00
fiatjaf c0e3a938cf Merge branch 'master' into develop 2018-09-02 00:17:18 +00:00
Cole 04f3e9d209
Update index.html
Tweak to page title
2018-09-01 17:59:04 -04:00
Cole e46ca2aa4e
improved on-page SEO (#193)
* improved on-page SEO
* Better copy for title
2018-09-01 16:47:51 -04:00
fiatjaf 270eb5e7e5 Merge branch 'dashboard-react' into develop 2018-08-30 14:27:38 +00:00
fiatjaf c4626993ab update tests to use the new internal api. 2018-08-30 01:34:07 +00:00