]> git.openstreetmap.org Git - rails.git/history - app/models
Whitespace fixes in traces erb files
[rails.git] / app / models /
2019-03-26 Andy AllanRubocop fixes for ruby 2.5
2019-03-23 Tom HughesMerge remote-tracking branch 'upstream/pull/2131'
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 HughesMerge remote-tracking branch 'upstream/pull/2182'
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 Frederik RammMove changeset XML generation to a view
2019-03-13 Andy AllanMove all settings to settings.yml
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-06 Tom HughesMerge remote-tracking branch 'upstream/pull/2167'
2019-02-07 Tom HughesAlways look to the global scope for the GPX module
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 unnecessary requires from app
2019-02-06 Andy AllanMove utf8 validator into app/validators
2019-01-16 Andy AllanMerge pull request #1151 from polarbearing/patch-1
2018-11-08 Tom HughesMerge remote-tracking branch 'upstream/pull/2051'
2018-11-08 Tom HughesMerge remote-tracking branch 'upstream/pull/2050'
2018-11-07 Tom HughesMerge remote-tracking branch 'upstream/pull/2049'
2018-11-07 Tom HughesAvoid ordering points from public and private traces
2018-11-05 Tom HughesMerge remote-tracking branch 'upstream/pull/2044'
2018-11-05 Tom HughesUse character validate to exclude URL characters for...
2018-11-05 Tom HughesMerge character validators
2018-11-05 Tom HughesMerge leading and trailing whitespace validators
2018-11-05 Tom HughesImprove consistency of text validations
2018-11-05 J GuthrieAdded tests for validators
2018-11-05 J GuthrieChanged User model to not allow nil display_name (w...
2018-11-05 J GuthrieCreate invalid_char validators and apply to models
2018-11-05 J GuthrieAdded more non-ascii chars to validation (matching...
2018-11-05 J GuthrieFix rubucop errors
2018-11-05 J GuthrieMake invalid char list more explicit (between ascii...
2018-11-05 J GuthrieAdded trailing/leading whitespace errors to locale
2018-11-05 J GuthrieSpecifiy invalid chars in username error message
2018-11-05 Tom HughesAllow note comments with no body
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 mmd-osmLimit notes sizes to 2000 characters
2018-11-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2023'
2018-11-03 Tom HughesMove abilities to a sepatarate top level directory
2018-11-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2038'
2018-11-01 Tom HughesMerge remote-tracking branch 'upstream/pull/2037'
2018-10-31 Tom HughesMerge remote-tracking branch 'upstream/pull/2039'
2018-10-31 Andy AllanMove notifier.rb into app/mailers
2018-10-31 Andy AllanMerge branch 'master' into cancancan
2018-10-29 Tom HughesConvert some model mixins to concerns
2018-10-24 Andy AllanCheck the oauth token and then use the capabilities...
2018-10-24 Andy AllanRework capabilities to avoid assumptions about missing...
2018-10-21 Simon PooleCalculate bounding box when deleting relations
2018-10-17 Andy AllanCombine site permissions declarations
2018-10-10 Andy AllanMove issues and reports to authorization system
2018-10-10 Andy AllanRefactor site#welcome to use abilities instead of requi...
2018-10-10 Andy AllanChange abilities based on upstream renamings
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 Tom HughesMerge remote-tracking branch 'upstream/pull/2012'
2018-10-03 Andy AllanRename user_controller to users_controller
2018-10-03 Andy AllanMerge branch 'master' into messages
2018-09-22 Xuyang JiaFix any_relations always being false
2018-09-22 Tom HughesFix Style/NumericPredicate rubocop warnings
2018-09-22 Tom HughesFix Style/SafeNavigation rubocop warnings
2018-09-22 Tom HughesFix new rubocop warnings
2018-09-05 Tom HughesMerge remote-tracking branch 'upstream/pull/1974'
2018-09-05 Tom HughesMerge remote-tracking branch 'upstream/pull/1973'
2018-09-05 Tom HughesMerge remote-tracking branch 'upstream/pull/1972'
2018-09-05 Andy AllanRename diary_entry#view to diary_entry#show
2018-09-05 Andy AllanRename user#view to user#show
2018-09-05 Andy AllanUse resourceful routing for message replies
2018-09-04 Tom HughesHide note comments made by deleted users
2018-08-29 Andy AllanMerge pull request #1938 from jguthrie100/fix_no_trace_...
2018-08-28 Tom HughesMerge remote-tracking branch 'upstream/pull/1948'
2018-08-14 mmd-osmInclude num_changes in changeset xml response
2018-06-18 Tom HughesUpdate to rails 5.2.0
2018-06-18 Chris FlipseMake rubocop happy
2018-06-17 Chris Flipseseparate ability and capability
2018-06-17 Benjamin ReynoldsAuthorize actions on GeocoderController with CanCanCan...
2018-06-17 Chris FlipseUpdate capabilities check to actually reflect the exist...
2018-06-17 Chris FlipseUse cancancan to authorize user_preference_controller
2018-06-17 Chris FlipseImplement the cancan filters for diary entries
2018-06-17 Chris Flipseuse token in ability checks
2018-06-17 Chris Flipsefix tests for site controller
2018-06-17 Andy AllanAdd cancancan and the first ability definitions for...
2018-06-17 Tom HughesAssign vandalism reports for users to moderators
2018-06-17 Tom HughesOnly include issues visible to the current user in...
2018-06-16 Tom HughesMerge remote-tracking branch 'upstream/pull/1576'
2018-06-10 Tom HughesMerge branch 'master' into next
2018-06-10 Tom HughesAdd some extra indexes on issues
2018-05-27 J GuthrieChange language immediately after updating settings
2018-05-18 hikemaniacRebase to current master
2018-05-15 Tom HughesMerge remote-tracking branch 'upstream/pull/1863'
2018-05-15 Andy AllanRename messages#read to #show
2018-05-14 Tom HughesMerge remote-tracking branch 'upstream/pull/1857'
2018-05-13 Tom HughesMerge remote-tracking branch 'upstream/pull/1851'
2018-05-13 Tom HughesMerge remote-tracking branch 'upstream/pull/1850'
2018-05-09 Andy AllanUse named paths for messages
next