Commit Graph

13 Commits

Author SHA1 Message Date
4bf30d1fca
Trimming emailaddress from user 2019-10-23 00:08:29 +02:00
415d759fb6
Added validation of number of guests
If number of guests is 255 (which is the default value), no email will be sent
to the recepient. Most normal users have Javascript enabled, so their browser
should throw an error if the number of guests isn't filled out.
2019-10-13 12:08:23 +02:00
0fc8a03659
Changed the form colors so that they are displayed the same in Webkit/Firefox 2019-09-14 14:17:58 +02:00
0976b9a2f0
Fixed css so that glow now also shows around drop-down
Previously, a white box was displayed within the glow.
2019-09-06 00:34:23 +02:00
75c9473ca9
E-mails to organisation are now non-HTML. Fixes #2 2019-09-05 00:33:47 +02:00
29666541bc
Added new features to README.
New features are proper error handling for emails and
seperate emails for accepting/rejecting the invitation.
2019-09-04 01:34:30 +02:00
ac77c9064a
Better error-handling, emails for not-attending, language strings for JS errors
This commit contains the following changes:
* Better error handling: Previously, there was no proper handling in
  of email-related errors. Now, all error messages are caught and the
  user gets a nice landing page. The script will always try to contact
  the organizers of the wedding with information on the error.
* Emails for not-attending: This commit adds the possibility to send
  seperate emails to guests that attend and guests that cannot attend.
* Language strings for JavaScript errors: Previously, all JS errors were
  in Dutch. Now, they are configurable.
2019-09-04 01:27:43 +02:00
454175755a
Added year & name to LICENSE and removed a line in the README 2019-08-31 14:45:17 +02:00
a3ad4606e6
Fixed small bug in German thanks-string 2019-08-31 14:26:10 +02:00
d70994165a
Added screenshots and ToC to README 2019-08-31 14:06:45 +02:00
46afdcbc05
Updated the README file
Added a short description, a list of features, a short description of
the installation, and information about the license.
2019-08-31 13:51:11 +02:00
ba68a745e7
First commit of wedding-rsvp-rs
This commit includes a fully functional template and Rust backend. The
website is able to send e-mails, displays strings in multiple languages,
include attachments, and has basic protection again spam (IP based).
2019-08-31 13:29:30 +02:00
b7140614ec Initial commit 2019-08-31 12:22:52 +02:00