summaryrefslogtreecommitdiff
path: root/app
Commit message (Collapse)AuthorAgeLines
* Hide public communty.HEADv2.1.0ecs6Heiko Bernlöhr2023-02-15-2/+16
| | | | | If allow_anonymous is not set in ecs_config.yml then the public community will be hidden.
* Hide sys|ecs participant.Heiko Bernlöhr2023-02-15-7/+13
| | | | | | sys|ecs participant will be hidden in normal participants index view. Using sys=true as query string on participants index view will be showing it again.
* Fix deprecated update_attributes method.v2.0.0Heiko Bernlöhr2022-09-15-5/+5
|
* WIP: Rails 6Heiko Bernlöhr2022-09-15-0/+4
| | | | | Change ECS user to ECS6 and databases to cc6<prod|test|dev> Initial Rails 6 update.
* Rails 5.2.6Heiko Bernlöhr2022-09-15-4/+4
|
* WIP: Rails 5Heiko Bernlöhr2022-09-15-115/+86
|
* Removed doubled uniq method call.Heiko Bernloehr2022-09-15-1/+1
|
* Add logging for http Location header.Heiko Bernlöhr2020-09-10-0/+1
|
* Add version string to menu line.Heiko Bernlöhr2020-09-10-1/+8
| | | | | To mark a new version write the version string into the file "version" in rails root directory. Then commit a "bump version".
* Rework of Limit participants view of receiver-/sender messages and events.Heiko Bernloehr2020-06-10-42/+78
| | | | | The old implementation consumes too much memory because of reading all messages into an array.
* Limit participants view of receiver-/sender messages and events.Heiko Bernloehr2019-10-16-9/+48
|
* Fix sqlite3 ambiguous column name.Felix Pahlow2019-10-16-2/+2
| | | | This error only affected ECS running sqlite3 databases.
* Delete anonymous link when its count is zero.Heiko Bernloehr2018-03-29-4/+5
|
* Fix overlapping forms in edit view of participants.Heiko Bernloehr2018-03-29-1/+1
| | | | This only occured in firefox.
* Add GPL.Heiko Bernloehr2018-02-28-0/+17
|
* Remove observers.Heiko Bernloehr2018-02-28-15/+0
| | | | | | | | | | | | When using observers there is always an error only in production mode: vendor/bundle/ruby/2.3.0/gems/rails-observers-0.1.5/lib/rails/observers/action_controller/caching/sweeper.rb:3:in `<module:Caching>': uninitialized constant ActiveRecord::Observer (NameError) Running ECS on SLES12 with a mysql database works fine. Probably it's the fault of the pg adapter. The newest version is 1.0, but for that you need Rails 5.1.x. So we have to investigate when upgrading to Rails 5. See also: https://github.com/rails/rails/pull/31671
* Content-Length header via Rails middleware.Heiko Bernloehr2018-01-18-0/+32
| | | | | The Content-Length rack module provided through ruby 2.1 doesn't work correctly with Rails 4.1. So we provide our own.
* Revert "Add Content-Length header."Heiko Bernloehr2018-01-18-2/+0
| | | | This reverts commit a034902e9bed99328e0209665a97e78250b459e8.
* Add Content-Length header.Heiko Bernlöhr2018-01-12-0/+2
| | | | | | Normally this should happen in Rack::ContentLength (rack-<version>/lib/rack/content_length.rb). But of course could also be done in an application controller.
* Delete unused controller.Heiko Bernlöhr2018-01-12-34/+0
|
* Remove unnecessary "all" method from search clause.Heiko Bernloehr2017-03-15-2/+1
|
* TODO Optimistic database lockingHeiko Bernloehr2017-03-15-0/+1
|
* Adjust controllers.Heiko Bernloehr2017-03-15-6/+2
|
* Fix forms.Heiko Bernloehr2017-03-11-18/+53
|
* Fix reloading routes.Heiko Bernloehr2017-03-11-1/+2
|
* Lazy evaluation of ActiveRecord::Relation.Heiko Bernloehr2017-03-11-3/+13
|
* Replace undefined method #returning.Heiko Bernloehr2017-03-11-7/+4
|
* Change key test on request.headers.Heiko Bernloehr2017-03-11-1/+2
| | | | | app.request.headers.has_key?("SCRIPT_NAME") => NoMethodError: undefined method `has_key?' for #<ActionDispatch::Http::Headers:0x000000050236e0>
* Strong parameters.Heiko Bernloehr2017-03-11-8/+73
|
* Delete json/rails module (obsolete in Rails 4).Heiko Bernloehr2017-03-08-17/+12
|
* Delete verify http methods code.Heiko Bernloehr2017-03-08-37/+25
|
* Change find expression to Arel syntax.Heiko Bernloehr2017-03-08-7/+6
|
* Change find(:all) to Arel syntax.Heiko Bernloehr2017-03-08-4/+4
|
* Webcache code (stale?, fresh_when) deleted.Heiko Bernloehr2017-03-08-22/+3
|
* Fixed Action link in participant view list template.Heiko Bernloehr2017-03-08-8/+8
|
* Change Event scopes to Arel syntax.Heiko Bernloehr2017-03-08-8/+12
|
* Change find(:all) to Arel syntax.Heiko Bernloehr2017-03-08-8/+8
|
* Change layout to include new stylesheet and javascript tags.Heiko Bernloehr2017-03-08-2/+4
|
* Add assets.Heiko Bernloehr2017-03-08-0/+525
|
* Changed queries in model scopes to Arel syntax.Heiko Bernloehr2017-03-07-56/+54
|
* Initial helpers.Heiko Bernloehr2017-03-07-0/+320
|
* Initial views.Heiko Bernloehr2017-03-07-10/+1740
|
* Initial controllers.Heiko Bernloehr2017-03-07-3/+1381
|
* Strip spaces.Heiko Bernloehr2017-03-01-27/+27
|
* Fix order.Heiko Bernloehr2017-03-01-25/+25
|
* Fix named_scope.Heiko Bernloehr2017-03-01-24/+24
|
* Delete named_scope for_subparticipants.Heiko Bernloehr2017-03-01-1/+0
|
* Fix order.Heiko Bernloehr2017-03-01-1/+1
|
* Initial models.Heiko Bernloehr2017-03-01-0/+1239
|
* Initial commit.Heiko Bernloehr2017-03-01-0/+52