]> git.openstreetmap.org Git - rails.git/history - app/controllers
Localisation updates from https://translatewiki.net.
[rails.git] / app / controllers /
2019-07-18 Tom HughesFix new rubocop warnings
2019-07-16 Tom HughesUpdate gravatar methods to check for Active Storage...
2019-07-16 Tom HughesMerge remote-tracking branch 'upstream/pull/2313'
2019-07-16 Tom HughesDefer deletion of avatars to a background job
2019-07-15 Tom HughesMerge remote-tracking branch 'upstream/pull/2296'
2019-07-09 Tom HughesMove user images to Active Storage with paperclip as...
2019-07-07 Tom HughesMerge remote-tracking branch 'upstream/pull/2223'
2019-06-28 mmd-osmRubocop
2019-06-28 mmd-osmReplace respond_to with render xml format
2019-06-27 mmdMerge branch 'master' into patch/view_migration
2019-06-27 mmd-osmRefactoring
2019-06-27 mmd-osmRemove non functioning changeset_cache, user_display_na...
2019-06-27 mmd-osmAvoid unnecessary arrays
2019-06-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2280'
2019-06-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2282'
2019-06-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2281'
2019-06-26 Andy AllanRename @edits variable to @changesets, for clarity
2019-06-26 Andy AllanAdd support for an unversioned 'versions' API call
2019-06-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2207'
2019-06-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2279'
2019-06-26 Andy AllanAvoid stating the action to render when it just matches...
2019-06-26 Andy AllanRework to ensure views are named after the controller...
2019-06-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2271'
2019-06-23 Tom HughesAllow signups to be blocked by MX host
2019-06-20 Tom HughesMerge remote-tracking branch 'upstream/pull/2267'
2019-06-20 Tom HughesMerge remote-tracking branch 'upstream/pull/2270'
2019-06-20 Tom HughesMerge remote-tracking branch 'upstream/pull/2269'
2019-06-19 Andy AllanPass the models, not the ids, when dealing with friendships
2019-06-19 Andy AllanRename user.friend_users to user.friends
2019-06-19 Andy AllanRename Friend model to Friendship
2019-06-18 Tom HughesMerge remote-tracking branch 'upstream/pull/2226'
2019-06-12 Tom HughesMerge remote-tracking branch 'upstream/pull/2257'
2019-06-12 Tom HughesMerge remote-tracking branch 'upstream/pull/2228'
2019-06-10 Tom HughesMerge remote-tracking branch 'upstream/pull/2204'
2019-06-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2248'
2019-06-06 Andy AllanShow all diary comments to administrators
2019-06-06 Andy AllanAllow admins to unhide diary comments, if they wish
2019-06-06 Andy AllanShow deleted diary entries to administrators, if the...
2019-06-06 Andy AllanAllow administrators to unhide diary entries, if they...
2019-05-30 Tom HughesMerge remote-tracking branch 'upstream/pull/2225'
2019-05-30 Tom HughesMerge remote-tracking branch 'upstream/pull/2237'
2019-05-29 Tom HughesMerge remote-tracking branch 'upstream/pull/2239'
2019-05-29 Tom HughesMerge remote-tracking branch 'upstream/pull/2238'
2019-05-29 Andy AllanAllow a configurable delay to keep diary entries from...
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-19 mmd-osmRemove SWF gpx trackpoints feature for Potlatch1
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-05-07 mmd-osmMove xml gen. into view for (old) nodes, ways, relation...
2019-04-23 Tom HughesFix new rubocop warnings
2019-04-14 Frederik RammMove generation of gpx_file XML from model to builder
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
next