]> git.openstreetmap.org Git - rails.git/history - app/controllers
Lazy translation lookup and key renames for fixthemap page.
[rails.git] / app / controllers /
2018-04-18 Tom HughesMerge remote-tracking branch 'upstream/pull/1827'
2018-04-18 Tom HughesMerge remote-tracking branch 'upstream/pull/1826'
2018-04-18 Tom HughesMerge remote-tracking branch 'upstream/pull/1824'
2018-04-18 Andy AllanPluralise user_preferences_controller
2018-04-15 Tom HughesMerge remote-tracking branch 'upstream/pull/1815'
2018-04-15 Tom HughesMerge remote-tracking branch 'upstream/pull/1820'
2018-04-15 Tom HughesMerge remote-tracking branch 'upstream/pull/1816'
2018-04-15 Tom HughesMerge remote-tracking branch 'upstream/pull/1814'
2018-04-11 Andy AllanRefactor @this_user to @user
2018-03-29 Tom HughesMerge remote-tracking branch 'upstream/pull/1796'
2018-03-28 Tom HughesMerge remote-tracking branch 'upstream/pull/1799'
2018-03-28 Andy AllanBe more consistent with 'my' vs 'your' for objects...
2018-03-26 Tom HughesFix new rubocop warnings
2018-03-25 Tom HughesMerge remote-tracking branch 'upstream/pull/1788'
2018-03-21 Andy AllanUse user_path links. Fixes #1785
2018-03-09 Andy AllanMerge branch 'pull/1765'
2018-03-09 Andy AllanSimplify redirect.
2018-03-03 biswesh456Change test case
2018-02-24 biswesh456Allow admins and moderators to delete traces
2018-02-23 Andy AllanMerge pull request #1758 from ardean80/patch-1
2018-02-23 Andy AllanMerge pull request #1732 from tomhughes/npemap
2018-02-09 Tom HughesUse https when redirecting to the render server
2018-02-05 Tom HughesUse configured protocol for URLs in diary feeds
2018-02-04 Tom HughesRemove npemap as a source for UK postcodes
2018-02-04 Tom HughesMerge remote-tracking branch 'upstream/pull/1704'
2018-02-03 Tom HughesMerge remote-tracking branch 'upstream/pull/1693'
2018-01-22 Tom HughesFix new rubocop warnings
2018-01-13 Tom HughesMerge remote-tracking branch 'upstream/pull/1707'
2018-01-08 Tom HughesConvert various URLs to https
2018-01-08 Tom HughesUse https for nominatim
2018-01-02 Tom HughesRemove dependencies on mapzen services
2017-12-19 mmd-osmRevoking administrator role on current user should...
2017-12-16 Guillaume RISCHARDRemove support for soon discontinued josm remote https...
2017-12-16 mmd-osmAllow (un)subscribing discussions also when changeset...
2017-12-04 Tom HughesMake changeset#query preload users, tags and comments
2017-12-01 Tom HughesMake the AMF getway_old call parse times as UTC
2017-11-29 Tom HughesUse decoded strings when parsing XML responses from...
2017-11-25 Tom HughesExtend form-action policies for Chrome
2017-11-24 Tom HughesAllow iD to fetch gpx files from arbitrary locations
2017-11-24 Tom HughesFix security policy for mapillary in iD
2017-11-24 Tom HughesFix remote editing security policy
2017-11-24 Tom HughesAdd security policy for remote control editing
2017-11-24 Tom HughesAllow iD to connect to nominatim
2017-11-23 Tom HughesAllow third party images in user content
2017-11-22 Andy AllanMerge branch 'pull/843' into titles
2017-11-22 Andy AllanMerge branch 'p' of https://github.com/jfirebaugh/opens...
2017-11-16 Tom HughesAdd openstreetcam.org to security policy for iD
2017-11-15 Andy AllanMerge branch 'wheres_this' of https://github.com/pnorma...
2017-10-29 Tom HughesFix rubocop warnings
2017-10-27 Tom HughesUpdate for ActionView::Template::Error change
2017-10-25 Tom HughesMerge remote-tracking branch 'upstream/pull/1652'
2017-10-24 Tom HughesMerge remote-tracking branch 'upstream/pull/1659'
2017-10-24 Tom HughesMerge remote-tracking branch 'upstream/pull/1658'
2017-10-22 Andy AllanAvoid using or comparing explicit model ids
2017-10-16 Tom HughesMerge remote-tracking branch 'upstream/pull/1580'
2017-10-09 Tom HughesUse send_data for GPX traces intead of monkey patching...
2017-10-05 Tom HughesFix rubocop warnings
2017-09-25 Tom HughesDrop geocoder.us from search engines
2017-08-30 Tom HughesMerge remote-tracking branch 'upstream/pull/1614'
2017-08-30 Andy AllanRename xml processing methods with an update_ prefix
2017-08-18 Andy AllanRefactor the from_xml methods to act on existing trace...
2017-08-02 Andy AllanMerge pull request #1588 from Georeactor/master
2017-08-02 Tom HughesMerge remote-tracking branch 'upstream/pull/1603'
2017-07-28 Andy AllanMerge pull request #1597 from tomhughes/current-user
2017-07-27 Tom HughesReplace @user with @current_user
2017-07-27 Tom HughesChange user forms to use current user instead of @user
2017-07-27 Tom HughesMerge remote-tracking branch 'upstream/pull/1595'
2017-07-27 Andy AllanConvert @user to current_user
2017-07-27 Andy AllanUse a current_user helper for accessing the logged...
2017-07-27 Andy AllanConvert remaining controller code to use current_user
2017-07-18 Tom HughesMark account suspended flash message as HTML safe
2017-07-12 Tom HughesMerge remote-tracking branch 'upstream/pull/1583'
2017-07-12 Andy AllanUse current_user to represent the currently logged...
2017-06-29 Tom HughesFix more parameter sanitisation issues and add tests
2017-06-29 Tom HughesDisable forgery protection for notes API methods
2017-06-29 Tom HughesSanitize parameters for various paged views
2017-06-29 Tom HughesMerge remote-tracking branch 'upstream/pull/1561'
2017-06-27 Tom HughesFix some tests for changes in rails 5
2017-06-27 Tom HughesUpdate to rails 5.0.4
2017-06-13 Tom HughesConvert XML document to a string when returning it
2017-06-05 Tom HughesUse explicit to_unsafe_h method when converting paramet...
2017-06-05 Tom HughesReplace deprecated ActiveModel::Errors get/set methods
2017-06-05 Tom HughesReplace deprecated env method with request.env
2017-06-04 Tom HughesUse distinct instead of uniq which is deprecated
2017-06-04 Tom HughesReplace render :nothing with non-deprecated alternatives
2017-06-04 Tom HughesSanitise parameters used in URL generation
2017-06-04 Tom HughesReplace render :nothing with head
2017-06-03 Tom HughesReplace deprecated Mime::XXX with Mime[:xxx]
2017-06-03 Tom HughesAvoid using format as a URL parameter name
2017-06-02 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1553'
2017-06-02 Tom HughesSanitise parameters used in URL generation
2017-06-02 Tom HughesRemove all use of the :text option to render
2017-06-02 Tom HughesRemove conditions from delete_all
2017-06-01 Tom HughesFix rubocop warnings
2017-06-01 Andy AllanEnsure closed changesets appear in the feed, and update...
2017-03-15 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1491'
2017-03-15 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1488'
2017-03-13 Tom HughesThrow an exception if adding a note comment fails
2017-03-13 Simon PooleReturn maximum size of bounding box for note retrieval
2017-03-10 Tom HughesShow offline/readonly messages as normal flash messages
next