05 Jan, 2016

2 commits


04 Jan, 2016

7 commits


30 Dec, 2015

2 commits


29 Dec, 2015

2 commits


28 Dec, 2015

5 commits


18 Dec, 2015

2 commits


17 Dec, 2015

1 commit


16 Dec, 2015

3 commits


15 Dec, 2015

5 commits


14 Dec, 2015

3 commits


12 Dec, 2015

6 commits


11 Dec, 2015

2 commits

  • bugfix in xss permission - map in my_profile
    
    This fixes a bug that happens when loading the map in my_profile (probably started happening in rails 4):
    
    
    An ActionController::InvalidCrossOriginRequest occurred in maps#google_map:
    
      Security warning: an embedded <script> tag on another site requested protected JavaScript. If you know what you're doing, go ahead and disable forgery protection on this action to permit cross-origin JavaScript embedding.
      actionpack (4.2.4) lib/action_controller/metal/request_forgery_protection.rb:225:in `verify_same_origin_request'
    
    See merge request !746
    Braulio Bhavamitra
     
  • Vinicius Brand