Commit Graph

10 Commits

Author SHA1 Message Date
Yannick
2a59c19a38 Add form submissions pagination
Added pagy gem to enable pagination and added it's bulma template to the
form submissions page
2020-04-27 15:31:51 +02:00
47a4de735d Add Airtable demo 2020-04-15 14:53:33 +02:00
64031261c5 Configurable google auth callback URL 2020-04-13 15:18:14 +02:00
c478cfc7af Use sorcery for logins
This gives us more flexibility and allows us to use password authentication
later. Also we don't need to build the login functionality ourself.
2020-04-13 14:59:07 +02:00
73c184a4a0 Use secure token to create attachment links
The link is public but protected by a secure token.

This extends the activesupport Attachment model to automatically
generate a token
2020-04-12 23:47:56 +02:00
e46e68cc22 Add demo page
The demo page shows a form and an embedded google sheet side by side.
The form needs be be configured with a DEMO_FORM_ID environment variable.
2020-04-12 01:01:28 +02:00
10d80c6548 Support file uploads
This allows submissions to store file uploads
2020-04-09 11:02:07 +02:00
58f9420830 Loglevel configuration for production 2020-04-06 09:46:32 +02:00
2f1e0b8ccd Configure logger for Google API calls 2020-04-06 00:11:40 +02:00
917051c7ea Hello tinyforms 2020-04-05 23:35:53 +02:00