]> git.openstreetmap.org Git - rails.git/history - app
Show deleted diary entries to administrators, if the user isn't also deleted
[rails.git] / app /
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-06-05 Tom HughesFix rubocop warning
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 Allanrubocop and erblint fixes
2019-05-29 Andy AllanAllow a configurable delay to keep diary entries from...
2019-05-29 Andy AllanRefactor diary entry form
2019-05-29 Andy AllanRefactor some diary entry routes to use resources
2019-05-29 Andy AllanRefactor diary entries to use create and update methods
2019-05-29 Tom HughesMerge remote-tracking branch 'upstream/pull/2236'
2019-05-29 Andy AllanUpdate annotations to show 'using' clause on indexes
2019-05-29 Andy AllanUpdate annotations to correctly show bigint types
2019-05-19 Tom HughesMerge remote-tracking branch 'upstream/pull/2028'
2019-05-18 Tom HughesAdd some extra indexes for ACL lookups
2019-05-15 Andy AllanAllow user_blocks to be created for longer periods
2019-05-13 Simon PooleReduce es lint moaning
2019-05-13 Simon PooleTry to make erblint happy
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 PooleStyle fixes
2019-05-13 Simon PooleRequire that tou_read checkbox is set
2019-05-13 Simon PooleUse jquery
2019-05-13 Simon PooleRename string to avoid translation confusion
2019-05-13 Simon PooleMove link to ToU to attribution footer
2019-05-13 Simon PooleMove onclick handling of tou checkbox to ujs
2019-05-13 Simon PooleAdd links to the ToU and include them in signup
2019-04-27 J GuthrieAdd geolink class to login/logout referer links
2019-04-24 Tom HughesAvoid error when there is no layer with a keyid
2019-04-23 Tom HughesReturn correct base layer ID
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-07 Tom HughesEnable a number of eslint style rules
2019-04-06 Tom HughesEnable some more eslint checks
2019-04-06 Tom HughesUse double quotes consistently in javascript code
2019-04-06 Tom HughesEnable some more eslint rules from iD rules
2019-04-03 Tom HughesFix queuing of trace imports for API uploads
2019-04-03 Tom HughesMerge remote-tracking branch 'upstream/pull/2196'
2019-04-01 Tom HughesFix issues found by eslint
2019-03-30 Tom HughesFormat closed_at correctly in changeset API responses
2019-03-28 Tom HughesMerge remote-tracking branch 'upstream/pull/2190'
2019-03-28 Tom Hugheserblint: use consistent spacing in HTML tags
2019-03-28 Tom Hugheserblint: remove leading blank lines
2019-03-27 Tom Hugheserblint: avoid dynamic find_by methods
2019-03-27 Tom Hugheserblint: add rel=noopener to links that open in a new tab
2019-03-27 Tom Hugheserblint: use conditional assignment
2019-03-27 Tom Hugheserblint: use word arrays
2019-03-27 Tom Hugheserblint: use parentheses for nested function calls
2019-03-27 Tom Hugheserblint: use symbols as procs
2019-03-27 Tom Hugheserblint: avoid negated if conditions
2019-03-27 Tom Hugheserblint: prefer symbolic logical operators over and...
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 AllanSet image dimensions in order to avoid a reflow after...
2019-03-27 Andy AllanRefactor notes#mine to simplify code
2019-03-27 Tom Hugheserblint: fix remaining single quoted strings
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 Tom HughesMerge remote-tracking branch 'upstream/pull/2187'
2019-03-27 Andy AllanCheck validity token in changesets controller
2019-03-27 Andy Allanerblint: avoid parentheses for method calls with no...
2019-03-27 Andy Allanerblint: prefer double quoted strings
2019-03-27 Andy Allanerblint: Add or remove curly braces around hash paramet...
2019-03-27 Andy Allanerblint: use hash rocket syntax
2019-03-26 Tom HughesMerge remote-tracking branch 'upstream/pull/2168'
2019-03-26 Tom HughesFix capitalisation of div tag
2019-03-26 Andy AllanWhitespace fixes to various erb files
2019-03-26 Andy AllanWhitespace fixes for messages erb files
2019-03-26 Andy AllanWhitespace fixes for layouts erb files
2019-03-26 Andy AllanWhitespace fixes for diary_entry erb files
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 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-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-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...
next