]> git.openstreetmap.org Git - rails.git/history - app/controllers
Remove column sorting
[rails.git] / app / controllers /
2017-11-29 Andy AllanRemove column sorting
2017-11-29 Andy AllanMerge branch 'master' into moderation
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-09-13 Andy AllanCreate an IssueCommentsController for managing IssueCom...
2017-09-13 Andy AllanRework the 'issues not found' notice slightly.
2017-09-06 Andy AllanRefactor creating a new report to use a ReportsController
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-08-02 Andy AllanUse current_user instead of @user.
2017-08-02 Andy AllanMerge branch 'master' into moderation
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-07-12 Andy AllanUse rails 5 version of redirect_back.
2017-07-12 Andy AllanRemove indirection.
2017-07-12 Andy AllanSet the reported_user in a callback
2017-07-12 Andy AllanRubocop autofixes.
2017-07-12 Andy AllanRename association to reported_user, for clarity
2017-07-12 Andy AllanMerge branch 'master' into moderation
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
2017-03-07 Tom HughesDo more preloading in browse controller methods
2017-03-06 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1477'
2017-03-06 Tom HughesDetect a timeout encapsulated in ActionView::Template...
2017-03-05 Han ChaoUse local api to export map.osm
2017-03-05 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1437'
2017-03-01 Tom HughesImprove the content security policy
2017-02-26 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1467'
2017-02-26 Simon PooleExternalize message about missing OAuth capabilities...
2017-02-26 Tom HughesAdd support for Content-Security-Policy
2017-02-23 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1436'
2017-02-21 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1449'
2017-02-18 Tom HughesMerge branch 'contextmenu'
2017-02-18 Tom HughesFix rubocop warnings
2017-02-18 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1443'
2017-02-18 Simon PooleActually use user_block
2017-02-18 Simon PooleAdd functionality to return a specific message for...
2017-02-17 Tom HughesInitialise locale before looking up user blocked error
2017-02-13 Tom HughesAllow a POST with no arguments to trace#edit to fetch...
2017-02-12 Herve Saint-Amandmerging master into html-mail-fixes
2017-02-12 Tom HughesMerge remote-tracking branch 'openstreetmap/pull/1030...
2017-02-09 Tom HughesOnly add traces for POST requests
2017-02-09 Tom HughesOnly create diary entries for POST requests
2017-02-09 Tom HughesRender message properly on error
2017-02-09 Tom HughesOnly send messages for POST requests
next