openstreetmap-website/app/controllers
2009-05-31 11:14:19 +00:00
..
amf_controller.rb fix #1849 2009-05-25 10:19:50 +00:00
api_controller.rb Raising an exception in Ruby requires a .new. Add a timeout line to the capabilities call. 2009-05-21 14:05:09 +00:00
application.rb Rationalise API error classes by getting of the render_opts method which 2009-05-21 19:28:39 +00:00
browse_controller.rb Optimise data loading for browsing ways. 2009-05-31 11:14:19 +00:00
changeset_controller.rb Using an around_handler for catching and rendering errors in most of the API controller methods. This simplifies the code and makes errors and error messages a bit more consistent. Also added a utility method for checking the HTTP method. 2009-05-20 17:39:59 +00:00
changeset_tag_controller.rb initial changeset support 2008-05-04 10:41:42 +00:00
diary_entry_controller.rb Merge 14394:14533 from trunk. 2009-04-16 21:11:12 +00:00
export_controller.rb Merge api06 branch to trunk. 2009-04-20 09:12:03 +00:00
friend_controller.rb added messaging and friend stuff that wasn't checked in 2007-05-06 10:36:06 +00:00
geocoder_controller.rb Add an internal geocoder for lat/lon positions. 2009-05-10 11:57:10 +00:00
message_controller.rb Send replies to the right user. Closes #1720. 2009-04-19 10:36:04 +00:00
node_controller.rb Add a global timeout that is applied to most API requests. 2009-05-20 22:18:36 +00:00
old_node_controller.rb Add a global timeout that is applied to most API requests. 2009-05-20 22:18:36 +00:00
old_relation_controller.rb Add a global timeout that is applied to most API requests. 2009-05-20 22:18:36 +00:00
old_relation_member_controller.rb - add old_relation_controller and stuff so that relation history works. fixes #557. 2008-03-16 23:16:18 +00:00
old_relation_tag_controller.rb - add old_relation_controller and stuff so that relation history works. fixes #557. 2008-03-16 23:16:18 +00:00
old_way_controller.rb Add a global timeout that is applied to most API requests. 2009-05-20 22:18:36 +00:00
old_way_node_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
old_way_tag_controller.rb rails way bits 2006-11-27 10:35:10 +00:00
relation_controller.rb Add a global timeout that is applied to most API requests. 2009-05-20 22:18:36 +00:00
relation_member_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
relation_tag_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
search_controller.rb Optimise retrieval of full relations. 2009-05-15 09:10:50 +00:00
site_controller.rb Remove unused method. 2008-04-17 17:47:35 +00:00
swf_controller.rb Apply #1824. 2009-05-14 08:38:32 +00:00
trace_controller.rb Actually mark a trace as being public based on the saved preference, rather than simply ignoring the saved preference. 2009-05-12 15:29:27 +00:00
tracepoint_controller.rb various gpx bits 2006-12-01 15:59:13 +00:00
tracetag_controller.rb add tags to gpx files 2006-12-06 17:10:59 +00:00
user_controller.rb Add a warning about whitelisting webmaster@openstreetmap.org in antispam 2009-05-09 16:46:36 +00:00
user_preference_controller.rb Use the right keyword this time... 2009-04-09 23:18:21 +00:00
way_controller.rb Optimise data loading for browsing ways. 2009-05-31 11:14:19 +00:00
way_node_controller.rb preliminary commit 0.5 API with relations / untested after entity-relation rename, some changes still in queue 2007-08-29 22:00:26 +00:00
way_tag_controller.rb fixes for search 2007-04-07 19:07:45 +00:00