openstreetmap-website/app/controllers/api
2023-11-23 16:56:07 +00:00
..
capabilities_controller.rb Make the capabilities call default to XML 2023-08-13 12:48:02 +01:00
changeset_comments_controller.rb Move changeset comment rate limit check to a predicate method 2023-08-30 18:36:33 +01:00
changesets_controller.rb Remove 'need to return bbox' comment on conditions_bbox 2023-11-21 13:55:35 +03:00
map_controller.rb Check required bbox parameter presence outside of BoundingBox class 2023-09-03 09:47:27 +03:00
nodes_controller.rb Enforce rate limit for API calls which make changes 2023-11-02 08:59:57 +00:00
notes_controller.rb Drop ACL check from notes#comment as we no longer allow anonymous comments 2023-11-23 16:56:07 +00:00
old_controller.rb Check API status before authorizing access 2022-04-11 20:47:52 +01: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 Check API status before authorizing access 2022-04-11 20:47:52 +01:00
relations_controller.rb Enforce rate limit for API calls which make changes 2023-11-02 08:59:57 +00:00
tracepoints_controller.rb Check required bbox parameter presence outside of BoundingBox class 2023-09-03 09:47:27 +03:00
traces_controller.rb Prefer find_by() instead of where().first 2023-10-04 17:53:58 +01:00
user_blocks_controller.rb Add show user block api endpoint 2023-09-09 15:53:22 +03:00
user_preferences_controller.rb Fix various code comments 2021-07-21 11:24:23 +01:00
users_controller.rb Restore ordering of results from the users#index API call 2023-08-26 17:41:22 +01:00
versions_controller.rb Make the versions call default to XML 2023-08-18 19:26:53 +01:00
ways_controller.rb Enforce rate limit for API calls which make changes 2023-11-02 08:59:57 +00:00