]> git.openstreetmap.org Git - rails.git/history - app/controllers
Refactor diary entries to use create and update methods
[rails.git] / app / controllers /
2019-05-29 Andy AllanRefactor diary entries to use create and update methods
2019-05-19 Tom HughesMerge remote-tracking branch 'upstream/pull/2028'
2019-05-13 Simon PooleAdd checkbox for contributor terms and improve text
2019-05-13 Simon PooleRemove unnecessary test for 0
2019-05-13 Simon PooleRubocop fixes and increase per method complexity limit...
2019-05-13 Simon PooleRequire that tou_read checkbox is set
2019-05-13 Simon PooleAdd links to the ToU and include them in signup
2019-04-23 Tom HughesFix new rubocop warnings
2019-04-14 Tom HughesMerge remote-tracking branch 'upstream/pull/2205'
2019-04-10 Andy AllanResourceful(ish) naming for api/users_controller
2019-04-10 Andy AllanResourceful route names for api/trace_controller
2019-04-03 Tom HughesFix queuing of trace imports for API uploads
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 Tom HughesMerge remote-tracking branch 'upstream/pull/2191'
2019-03-27 Andy AllanDisentangle the api abilities from the web abilities
2019-03-27 Andy AllanRefactor notes#mine to simplify code
2019-03-27 Tom HughesMerge remote-tracking branch 'upstream/pull/2189'
2019-03-27 Tom HughesMerge remote-tracking branch 'upstream/pull/2188'
2019-03-27 Andy AllanUse the trace jobs for creating and destroy traces...
2019-03-27 Andy AllanCheck validity token in changesets controller
2019-03-26 Tom HughesPrefer String#match? over butt ugly Regexp#match?
2019-03-26 Andy AllanRubocop fixes for ruby 2.5
2019-03-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2175'
2019-03-26 Tom HughesPrefer String#match? over butt ugly Regexp#match?
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 AllanUse a lambda in order to pass parameters in before_actions
2019-03-20 Andy AllanMove the authorize method to api_controller
2019-03-20 Andy AllanSimplify deny_access handling
2019-03-20 Andy AllanRefactor api controllers to inherit from a common ApiCo...
2019-03-19 Tom HughesMerge remote-tracking branch 'upstream/pull/2182'
2019-03-17 Tom HughesMove status into the settings object
2019-03-17 Tom HughesFix database offline mode
2019-03-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2177'
2019-03-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2164'
2019-03-16 Andy AllanMove changeset builder views to the api namespace
2019-03-16 Frederik RammMove changeset XML generation to a view
2019-03-13 Andy AllanMove all settings to settings.yml
2019-03-13 Andy AllanRubocop fixes for ruby 2.5
2019-03-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2167'
2019-02-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2161'
2019-02-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2160'
2019-02-28 Andy AllanMove the api trace methods into a separate controller...
2019-02-28 Andy AllanMove the amf and swf controllers into the api namespace
2019-02-28 Andy AllanMove the notes api methods into a controller in the...
2019-02-28 Andy AllanMove the user api methods into a separate controller...
2019-02-28 Andy AllanMove node/way/relation/old_* controllers into the api...
2019-02-25 Tom HughesAvoid CSP issues with OpenID login
2019-02-24 Andy AllanMove the user preferences controller into the api namespace
2019-02-24 Andy AllanMove the search controller to the api namespace
2019-02-24 Andy AllanMove the api methods from changeset_comments_controller...
2019-02-24 Andy AllanMove the api methods from changesets_controller into...
2019-02-24 Andy AllanMove map method to its own controller
2019-02-24 Andy AllanMove the changes api to its own controller
2019-02-24 Andy AllanMove the permissions call out of api_controller
2019-02-24 Andy AllanMove the trackpoints call into its own controller ...
2019-02-24 Andy AllanMove the capabilities call out of api_controller
2019-02-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2136'
2019-02-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2135'
2019-02-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2134'
2019-02-06 Andy AllanRemove require_terms_agreed configuration option
2019-02-06 Andy AllanRemove the require_terms_seen configuration option
2019-02-06 Andy AllanRemove unnecessary requires from app
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 Andy AllanMore resourceful routing for nodes, ways, relations...
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...
2019-01-16 Andy AllanSkip authorization checks for the errors controller
2019-01-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2116'
2019-01-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2115'
2019-01-16 Andy AllanAdd a configuration flag for using the job queue to...
2019-01-16 Andy AllanSketch out how to use the jobs queue for trace insertio...
2019-01-16 Andy AllanUse CanCanCan to control access to oauth controller...
2019-01-16 Andy AllanMark non-action methods as protected
2019-01-16 Andy AllanUse CanCanCan for nodes, ways, relations, old and api...
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2109'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2108'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2107'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2106'
2019-01-09 Tom HughesMerge remote-tracking branch 'upstream/pull/2105'
2019-01-09 Andy AllanUse CanCanCan for oauth clients controller
2019-01-09 Andy AllanUse CanCanCan for messages controller
2019-01-09 Andy AllanUse a builder view for the capabilities call
2019-01-09 Andy AllanUse CanCanCan for changesets controller
2019-01-09 Andy AllanUse CanCanCan for traces controller
2019-01-09 Andy AllanUse CanCanCan for swf controller
2019-01-09 Andy AllanSkip authorization checks for amf controller
2019-01-09 Andy AllanAdd missing authorize_resource declaration to geocoder...
2019-01-09 Andy AllanUse CanCanCan for directions controller
next