]> git.openstreetmap.org Git - rails.git/shortlog
rails.git
2019-03-26 Andy AllanWhitespace fixes for browse erb files
2019-03-26 Andy AllanWhitespace fixes for errors erb files
2019-03-26 Andy AllanWhitespace fixes for oauth_clients erb files
2019-03-26 Andy AllanWhitespace fixes for issues erb files
2019-03-26 Andy AllanWhitespace fixes for users erb files
2019-03-26 Andy AllanWhitespace fixes for user_blocks erb files
2019-03-26 Andy AllanWhitespace fixes for notifier erb views
2019-03-26 Andy AllanWhitespace fixes for site erb files
2019-03-26 Andy AllanWhitespace fixes in traces erb files
2019-03-26 Tom HughesPrefer String#match? over butt ugly Regexp#match?
2019-03-26 Tom HughesTarget ruby 2.5.1 to match Ubuntu
2019-03-26 Andy AllanRubocop fixes for ruby 2.5
2019-03-26 Andy AllanUpgrade minimum version of ruby to 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-26 Tom HughesTarget ruby 2.5.1 to match Ubuntu
2019-03-25 translatewiki.netLocalisation updates from https://translatewiki.net.
2019-03-24 Tom HughesQueue trace related jobs in the traces queue
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-21 translatewiki.netLocalisation updates from https://translatewiki.net.
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-20 Andy AllanUse an enumerator for gpx.points, and process the the...
2019-03-20 Andy AllanRaise exception if there is an error, and import tracep...
2019-03-20 Andy AllanUse activerecord-import for bulk importing tracepoint...
2019-03-19 Tom HughesFix travis
2019-03-19 Tom HughesMerge remote-tracking branch 'upstream/pull/2182'
2019-03-18 Michael ReichertAdd banner against EU Copyright Directive
2019-03-18 translatewiki.netLocalisation updates from https://translatewiki.net.
2019-03-17 Tom HughesMove application.yml check to config initializer
2019-03-17 Tom HughesMove status into the settings object
2019-03-17 Tom HughesFix database offline mode
2019-03-16 Tom HughesSort gitignore
2019-03-16 Tom HughesAdd comment
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 AllanRubocop fix
2019-03-16 Andy AllanRubocop fixes
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-15 Tom HughesAdd missing dependency
2019-03-15 Tom HughesAdd missing dependencies
2019-03-15 Tom HughesUpdate to rails 5.2.2.1
2019-03-15 Tom HughesUpdate bundle
2019-03-15 Tom HughesAdd Spanish attribution to copyright page
2019-03-14 translatewiki.netLocalisation updates from https://translatewiki.net.
2019-03-13 Andy AllanRemove application.yml step from travis config
2019-03-13 Andy AllanProvide a helpful warning if there's an application...
2019-03-13 Andy AllanAdd some settings validations
2019-03-13 Andy AllanUpdate documentation for new approach to settings
2019-03-13 Andy AllanInstruct sprockets to recompile this file based on...
2019-03-13 Andy AllanOnly take the STATUS configuration from the environment
2019-03-13 Andy AllanDrop the old environment variable parsing
2019-03-13 Andy AllanMove all settings to settings.yml
2019-03-13 Andy AllanInstall config gem for settings management
2019-03-13 Andy AllanRubocop fixes for ruby 2.5
2019-03-13 Andy AllanUpgrade minimum version of ruby to 2.5
2019-03-11 translatewiki.netLocalisation updates from https://translatewiki.net.
2019-03-08 Tom HughesPrevent leading and trailing whitespace on email addresses
2019-03-08 Tom HughesStrip leading and trailing whitespace for email authent...
2019-03-07 translatewiki.netLocalisation updates from https://translatewiki.net.
2019-03-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2167'
2019-03-06 Andy AllanSilence the simplecov output message
2019-02-28 Richard FairhurstUpdate OS copyright year
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 AllanFix test file name
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-26 Quincy MorganUpdate to iD v2.14.3
2019-02-25 Tom HughesFlip header image horizontally on RTL pages
2019-02-25 Tom HughesPrevent reversal of sprite positions on welcome screen
2019-02-25 Tom HughesAvoid CSP issues with OpenID login
2019-02-25 translatewiki.netLocalisation updates from https://translatewiki.net.
2019-02-24 Tom HughesAllow loading of our manifest
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 AllanRename api controller test files
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-22 Tom HughesImprove detection of browsers needing ES6 shims
2019-02-21 Tom HughesMerge remote-tracking branch 'upstream/pull/2153'
2019-02-21 Quincy MorganUpdate to iD v2.14.2
2019-02-20 Tom HughesMerge remote-tracking branch 'upstream/pull/2152'
2019-02-20 Quincy MorganUpdate to iD v2.14.1
2019-02-20 Tom HughesMerge remote-tracking branch 'upstream/pull/2151'
next