]> git.openstreetmap.org Git - rails.git/history - app/controllers/application_controller.rb
Fix new rubocop warnings
[rails.git] / app / controllers / application_controller.rb
2020-08-06 Tom HughesFix new rubocop warnings
2020-08-05 Tom HughesMerge remote-tracking branch 'upstream/pull/2667'
2020-08-02 Tom HughesFix some rubocop todos
2020-08-02 Tom HughesRegister warning and error flash types
2020-07-22 Tom HughesMerge remote-tracking branch 'upstream/pull/2727'
2020-07-22 Tom HughesMerge remote-tracking branch 'upstream/pull/2725'
2020-07-22 Tom HughesFix the Redirect warnings from Brakeman
2020-07-08 Tom HughesMerge remote-tracking branch 'upstream/pull/2670'
2020-07-07 Tom HughesFix new rubocop warnings
2020-06-07 Tom HughesMore improvements to locale selection for the data...
2020-06-03 Andy AllanMerge pull request #2624 from francois2metz/diary-entry
2020-05-12 Tom HughesFix new rubocop warnings
2020-04-15 Tom HughesMerge remote-tracking branch 'upstream/pull/2431'
2020-02-27 Anton MelnichukMerge branch 'master' of github.com:openstreetmap/opens...
2020-02-26 Andy AllanMerge pull request #2542 from boubascript/master
2020-02-26 Andy AllanMerge pull request #2485 from mmd-osm/patch/json2
2020-01-22 mmd-osmJSON: return HTTP 406 for unsupported formats
2019-08-31 Stefan BaeblerMerge branch 'master' into tag-colour-preview-rebase
2019-08-28 Tom HughesMerge remote-tracking branch 'upstream/pull/1926'
2019-06-27 mmdMerge branch 'master' into patch/view_migration
2019-06-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2207'
2019-06-12 Tom HughesMerge remote-tracking branch 'upstream/pull/2228'
2019-06-10 Tom HughesMerge remote-tracking branch 'upstream/pull/2204'
2019-04-23 Tom HughesFix new rubocop warnings
2019-03-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2190'
2019-03-27 Tom HughesMerge remote-tracking branch 'upstream/pull/2192'
2019-03-27 Andy AllanDisentangle the api abilities from the web abilities
2019-03-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2175'
2019-03-23 Tom HughesMerge remote-tracking branch 'upstream/pull/2131'
2019-03-23 Tom HughesMerge remote-tracking branch 'upstream/pull/2186'
2019-03-23 Tom HughesUse strings consistently for database/api/gpx status
2019-03-20 Andy AllanMove more api-only methods into api_controller
2019-03-20 Andy AllanMark all methods in api_controller and application_cont...
2019-03-20 Andy AllanMove the authorize method to api_controller
2019-03-20 Andy AllanSimplify deny_access handling
2019-03-19 Tom HughesMerge remote-tracking branch 'upstream/pull/2182'
2019-03-17 Tom HughesMove status into the settings object
2019-03-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2177'
2019-03-13 Andy AllanMove all settings to settings.yml
2019-03-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2167'
2019-02-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2136'
2019-02-06 Andy AllanRemove the require_terms_seen configuration option
2019-01-29 Tom HughesMerge remote-tracking branch 'upstream/pull/2063'
2019-01-29 Simon PooleRemove old MapQuest Directions routing support
2019-01-29 Simon PooleRemove old OSRM routing support
2019-01-29 Simon PooleAdd support for FOSSGIS routing server
2019-01-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2120'
2019-01-16 Andy AllanMerge pull request #1151 from polarbearing/patch-1
2019-01-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2118'
2019-01-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2117'
2019-01-16 Andy AllanRemove old authorization helpers
2019-01-16 Andy AllanEnsure authorization checks happen for all controller...
2018-12-31 Tom HughesAllow inline styling on pages that display the map
2018-12-12 Tom HughesAllow abilities that require no login for token based...
2018-12-12 Tom HughesMerge remote-tracking branch 'upstream/pull/2083'
2018-12-12 Andy AllanUse only token capabilities when a token is provided
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2072'
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2075'
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2074'
2018-11-28 Andy AllanRemove the unused require_moderator filter
2018-11-28 Andy AllanUse CanCanCan for notes authorization
2018-11-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2073'
2018-11-28 Andy AllanUse CanCanCan for changeset comments
2018-11-15 Tom HughesTake security policy URLs from the configuration file
2018-11-08 Tom HughesAttempt to send pretty 403 errors to web browsers
2018-11-04 Tom HughesMerge remote-tracking branch 'upstream/pull/2009'
2018-11-04 Tom HughesMerge remote-tracking branch 'upstream/pull/2042'
2018-11-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2023'
2018-10-31 Andy AllanMerge branch 'master' into cancancan
2018-10-29 Tom HughesUpdate translation keys for renaming of user to users
2018-10-24 Andy AllanCheck the oauth token and then use the capabilities...
2018-10-24 Andy AllanRework the default denied access handler to give differ...
2018-10-10 Andy AllanRemove temporary development code
2018-10-10 Andy AllanFix typo in method name
2018-10-10 Andy AllanMerge branch 'authz' of https://github.com/rubyforgood...
2018-10-09 ENT8RMerge branch 'master' into notes-search
2018-10-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2010'
2018-10-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2014'
2018-10-03 Andy AllanRename user_controller to users_controller
2018-10-03 Andy AllanMerge branch 'master' into messages
2018-09-22 Tom HughesFix Style/SafeNavigation rubocop warnings
2018-06-18 Chris FlipseMake rubocop happy
2018-06-17 Chris Flipseseparate ability and capability
2018-06-17 Chris FlipseUse cancancan to authorize user_preference_controller
2018-06-17 Chris Flipseuse a controller method to handle cancan denials
2018-06-17 Chris Flipseuse token in ability checks
2018-06-17 Chris Flipsedon't check authorization everywhere
2018-06-17 Andy AllanAdd cancancan and the first ability definitions for...
2018-06-17 Tom HughesAllow inline javascript and CSS in better_errors pages
2018-06-10 Tom HughesMerge branch 'master' into next
2018-05-27 J GuthrieChange language immediately after updating settings
2018-05-18 hikemaniacRebase to current master
2018-05-17 Peter KarichUse XHR instead of jsonp for GraphHopper
2018-05-15 Tom HughesMerge remote-tracking branch 'upstream/pull/1863'
2018-05-15 Tom HughesUse https to launch the remote editor except for modern...
2018-05-15 Tom HughesAdd frame-src to allow http://127.0.0.1:8111
2018-05-14 Tom HughesMerge remote-tracking branch 'upstream/pull/1858'
2018-05-14 Tom HughesMerge remote-tracking branch 'upstream/pull/1857'
2018-05-13 Tom HughesMake CSP rule for the remote control explicitly allow...
2018-04-29 J GuthrieMerge branch 'convert_roundabout_exits' of https:/...
next