summaryrefslogtreecommitdiff
path: root/config
Commit message (Collapse)AuthorAgeLines
* Change cookie session name.Heiko Bernlöhr2023-02-15-1/+1
|
* Rails 6.1.4.7 and ruby 2.7.6Heiko Bernlöhr2022-09-15-0/+3
|
* Rails serve static files under /publicHeiko Bernlöhr2022-09-15-1/+1
|
* Rails 6.1.4.4Heiko Bernlöhr2022-09-15-60/+138
|
* WIP: Rails 6Heiko Bernlöhr2022-09-15-19/+92
| | | | | Change ECS user to ECS6 and databases to cc6<prod|test|dev> Initial Rails 6 update.
* Rails 5.2.6Heiko Bernlöhr2022-09-15-77/+176
|
* WIP: Rails 5Heiko Bernlöhr2022-09-15-29/+160
|
* Upgrade to Rails 4.2.11.3Heiko Bernloehr2020-06-10-0/+3
|
* Change production log level to :infoHeiko Bernloehr2019-10-16-1/+1
|
* Change root URL behaviour.Heiko Bernloehr2018-08-07-1/+1
| | | | | | Now you're redirected to "/admin/participants" when calling root URL of ECS instead of just rooted internal to "/admin/participants". It's better for resource protection configuration at the reverse proxy.
* Turn off initialization on precompiling assets.Heiko Bernloehr2018-03-20-0/+1
|
* Add garbage collecting tasks.Heiko Bernloehr2018-03-20-5/+9
| | | | | | | New environment variables: ECS_PARTICIPANTS_TTL_SUB: Number of days created before garbage collected ECS_PARTICIPANTS_TTL_ANONYMOUS: Number of days created before garbage collected
* Bugfix initializing config data.Heiko Bernloehr2018-02-28-3/+3
| | | | | Defined? expression evaluated to always true. This was harmless because all configuration parameters should be defined in ecs_config.yml .
* Upgrade to Rails 4.2.10Heiko Bernloehr2018-02-28-18/+29
|
* Content-Length header via Rails middleware.Heiko Bernloehr2018-01-18-0/+3
| | | | | The Content-Length rack module provided through ruby 2.1 doesn't work correctly with Rails 4.1. So we provide our own.
* Change configuration to sqlite database.Heiko Bernlöhr2018-01-12-28/+16
|
* Add simple-navigation config file.Heiko Bernloehr2017-03-08-0/+27
|
* Routes.Heiko Bernloehr2017-03-02-68/+26
|
* WIP routes.Heiko Bernloehr2017-03-01-0/+105
|
* Initial config files.Heiko Bernloehr2017-03-01-16/+73
|
* Initial commit.Heiko Bernloehr2017-03-01-0/+371