Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mobile stylesheet for devices with narrow screens. | Harald Eilertsen | 2018-09-13 | 2 | -1/+81 |
| | |||||
* | Upgrade deploy script for Capistrano 3.11. | Harald Eilertsen | 2018-09-13 | 1 | -1/+1 |
| | |||||
* | Fixup prod/dev logic in puma config, properly this time. | Harald Eilertsen | 2018-09-13 | 1 | -3/+5 |
| | |||||
* | Update deps. | Harald Eilertsen | 2018-09-12 | 2 | -98/+105 |
| | | | | Mainly for sinatra 2.0, but upgrade the rest while we're at it too. | ||||
* | Fixup prod/dev logic in puma config. | Harald Eilertsen | 2018-09-12 | 1 | -6/+4 |
| | |||||
* | Deploy to production from master. | Harald Eilertsen | 2018-09-12 | 1 | -1/+0 |
| | |||||
* | Use correct upstream repo for deploys. | Harald Eilertsen | 2018-09-12 | 1 | -1/+1 |
| | |||||
* | Remove thinrc script. | Harald Eilertsen | 2018-09-12 | 2 | -44/+0 |
| | | | | No longer needed as we're using puma. | ||||
* | Ignore tmp directory. | Harald Eilertsen | 2018-09-12 | 1 | -0/+1 |
| | |||||
* | Brush up the stylesheet a bit. | Harald Eilertsen | 2018-09-12 | 1 | -6/+25 |
| | |||||
* | Serve app with puma instead of thin. | Harald Eilertsen | 2018-09-12 | 3 | -112/+24 |
| | |||||
* | Update yers for 2019 edition. | Harald Eilertsen | 2018-09-10 | 5 | -9/+9 |
| | |||||
* | Merge branch 'staging' into prodprod | Harald Eilertsen | 2017-10-03 | 2 | -4/+11 |
|\ | |||||
| * | Update pricing infostaging | Harald Eilertsen | 2017-10-03 | 2 | -4/+11 |
| | | |||||
* | | Deploy to production from prod branch. | Harald Eilertsen | 2017-10-03 | 1 | -0/+1 |
|/ | |||||
* | Deploy to staging from the staging branch. | Harald Eilertsen | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | Pass entire smtp config to Mail.deliver method. | Harald Eilertsen | 2017-10-02 | 1 | -1/+1 |
| | | | | We may need to set credentials or other config in some situations. | ||||
* | Don't deploy config if it exists already. | Harald Eilertsen | 2017-10-02 | 1 | -2/+4 |
| | |||||
* | Try to get better info if config can't be parsed. | Harald Eilertsen | 2017-10-02 | 1 | -2/+9 |
| | |||||
* | Fix regexp for validating phone numbers. | Harald Eilertsen | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Don't validate again when checking if valid. | Harald Eilertsen | 2017-10-02 | 3 | -8/+7 |
| | | | | Unless validation has not yet been performed, of course. | ||||
* | Update registration email with more info. | Harald Eilertsen | 2017-10-02 | 1 | -2/+11 |
| | |||||
* | Expand label column slightly. | Harald Eilertsen | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Clear errors before validating again. | Harald Eilertsen | 2017-10-02 | 1 | -0/+2 |
| | |||||
* | Validate contact phone and email. | Harald Eilertsen | 2017-10-02 | 2 | -4/+32 |
| | |||||
* | Fix return link in summary after submit. | Harald Eilertsen | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Use email from config for submitting form. | Harald Eilertsen | 2017-10-02 | 1 | -1/+1 |
| | |||||
* | Update all references from 2017 to 2018. | Harald Eilertsen | 2017-10-02 | 5 | -8/+8 |
| | |||||
* | Add Procfile for running server and mailcatcher by foreman. | Harald Eilertsen | 2017-10-02 | 1 | -0/+2 |
| | |||||
* | Add test dependency to rspec-html-matchers | Harald Eilertsen | 2017-09-10 | 3 | -1/+8 |
| | |||||
* | Fix styling and markup for postcode/city inputs. | Harald Eilertsen | 2017-09-09 | 2 | -4/+28 |
| | |||||
* | Validate postcode properly. | Harald Eilertsen | 2017-09-09 | 4 | -8/+62 |
| | | | | Don't accept invalid postcodes, or postcodes containing invalid chars. | ||||
* | Split contact address into street, postcode and city. | Harald Eilertsen | 2017-09-09 | 6 | -13/+47 |
| | |||||
* | Fix deploy script. | Harald Eilertsen | 2016-09-22 | 1 | -2/+17 |
| | | | | | | | | - link tmp and log dirs from shared_dir to current - create binstubs Tentative upload if init script. commented out for now, it didn't work quite as well as expected. | ||||
* | Add template rc init script for freebsd. | Harald Eilertsen | 2016-09-17 | 1 | -0/+31 |
| | |||||
* | Fix specs. | Harald Eilertsen | 2016-09-16 | 1 | -2/+2 |
| | |||||
* | Add thin as explicit dependency. | Harald Eilertsen | 2016-08-20 | 2 | -0/+2 |
| | |||||
* | One more fancy double quote... | Harald Eilertsen | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Drop fancy double quotes in puma config. | Harald Eilertsen | 2016-08-20 | 1 | -17/+17 |
| | |||||
* | Ignore log files. | Harald Eilertsen | 2016-08-20 | 1 | -0/+1 |
| | |||||
* | Update staging config. | Harald Eilertsen | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | Add config for puma. | Harald Eilertsen | 2016-08-20 | 1 | -0/+122 |
| | |||||
* | Upload default configuration on initial deploy. | Harald Eilertsen | 2016-08-20 | 1 | -0/+18 |
| | |||||
* | Lock deploy script to Capistrano 3.6 | Harald Eilertsen | 2016-08-20 | 1 | -1/+1 |
| | |||||
* | 2016->2017 and fix one typo. | Harald Eilertsen | 2016-08-19 | 6 | -9/+9 |
| | |||||
* | Don't match before filter for /registrations_closed. | Harald Eilertsen | 2016-08-16 | 1 | -1/+1 |
| | |||||
* | Redirect to registrations closed message instead of modifying body. | Harald Eilertsen | 2016-08-16 | 2 | -10/+12 |
| | |||||
* | Move registration open check to before filter. | Harald Eilertsen | 2016-08-16 | 3 | -71/+105 |
| | |||||
* | Fix remaining tests. | Harald Eilertsen | 2016-08-16 | 1 | -0/+5 |
| | |||||
* | Move accept_registrations method to registration lib. | Harald Eilertsen | 2016-08-16 | 2 | -10/+8 |
| |