openstreetmap-website/app/controllers/api
Andy Allan 15865b5a8d Remove node/way/relation Search API
This API clearly shows its age, having never been fully implemented
and simply returning 100 ways (or 2000 relations) at random matching
the provided tags.

It is, as far as I'm aware, completely unused. While it provides a
good amount of humour to anyone who reads the code, the time as come
for it to be retired.
2019-10-23 11:41:05 +02:00
..
amf_controller.rb Fix numericality validation to use correct integer only constraint 2019-08-22 12:14:06 +01:00
capabilities_controller.rb Simplify deny_access handling 2019-03-20 14:39:17 +01:00
changes_controller.rb Simplify deny_access handling 2019-03-20 14:39:17 +01:00
changeset_comments_controller.rb Simplify deny_access handling 2019-03-20 14:39:17 +01:00
changesets_controller.rb Fix numericality validation to use correct integer only constraint 2019-08-22 12:14:06 +01:00
map_controller.rb Rubocop 2019-06-28 22:05:38 +02:00
nodes_controller.rb Rubocop 2019-06-28 22:05:38 +02:00
notes_controller.rb Merge remote-tracking branch 'upstream/pull/1926' 2019-08-28 17:23:10 +01:00
old_controller.rb Rubocop 2019-06-28 22:05:38 +02:00
old_nodes_controller.rb Move node/way/relation/old_* controllers into the api namespace 2019-02-28 17:12:28 +01:00
old_relations_controller.rb Move node/way/relation/old_* controllers into the api namespace 2019-02-28 17:12:28 +01:00
old_ways_controller.rb Move node/way/relation/old_* controllers into the api namespace 2019-02-28 17:12:28 +01:00
permissions_controller.rb Simplify deny_access handling 2019-03-20 14:39:17 +01:00
relations_controller.rb Rubocop 2019-06-28 22:05:38 +02:00
tracepoints_controller.rb Fix new rubocop warnings 2019-04-23 09:33:34 +01:00
traces_controller.rb Rework to ensure views are named after the controller method name 2019-06-26 13:45:40 +02:00
user_preferences_controller.rb Refactor api controllers to inherit from a common ApiController 2019-03-20 14:16:15 +01:00
users_controller.rb Merge remote-tracking branch 'upstream/pull/2207' 2019-06-26 14:30:30 +01:00
versions_controller.rb Add support for an unversioned 'versions' API call 2019-06-26 16:52:10 +02:00
ways_controller.rb Rubocop 2019-06-28 22:05:38 +02:00