Commit Graph

8 Commits

Author SHA1 Message Date
bumi 94966a9933 Handle authentication errors when appending data
This catches exceptions that can happen when an authentication is expired
or removed by the user on google's side.
2020-04-09 11:51:54 +02:00
bumi 10d80c6548 Support file uploads
This allows submissions to store file uploads
2020-04-09 11:02:07 +02:00
bumi 73ccddee94 Encrypt access_token and refresh_token 2020-04-09 00:49:20 +02:00
bumi 4b0a054596 Update authentication on login
I am not sure about this. but when we get a new access token or refresh
token (which I think we do not) we update those. probably does not hurt?
2020-04-08 16:15:41 +02:00
bumi c964c15196 Form value handling for Arrays and Hashes
This processes Array and Hash values and converts those to strings that
can be appended to the spreadsheet
2020-04-08 00:52:00 +02:00
bumi d55317fe43 Add link to google spreadsheet 2020-04-06 11:21:56 +02:00
bumi 409038ecba Add experimental support for dynamic values
This allows a submission to get a dynamic value like for example the current time
2020-04-06 00:26:59 +02:00
bumi 917051c7ea Hello tinyforms 2020-04-05 23:35:53 +02:00