openstreetmap-website/app/controllers
2024-12-23 04:10:05 +03:00
..
account Allow users to delete their own accounts 2022-02-09 16:15:24 +00:00
api Remove check_api_readable from api messages controller 2024-12-23 04:10:05 +03:00
changeset_comments Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController 2024-08-28 18:31:36 +01:00
concerns Use resourceful routes for granting/revoking user roles 2024-11-06 18:38:26 +03:00
traces Drop redundant support for legacy trace files 2024-03-28 17:27:28 +00:00
users Move admin users list to its own controller 2024-12-10 18:38:30 +03:00
accounts_controller.rb Drop support for OAuth 1 2024-09-01 03:43:02 +03:00
api_controller.rb Merge ApiCapability class into ApiAbility 2024-12-20 18:39:08 +03:00
application_controller.rb Merge pull request #5362 from AntonKhorev/color-mode-preference-map 2024-12-11 16:53:15 +00:00
browse_controller.rb Move current element actions to their own controllers 2024-03-15 03:24:45 +03:00
changesets_controller.rb Order changeset elements for consistent pagination 2024-09-12 22:56:29 +01:00
confirmations_controller.rb Drop user tokens table 2024-02-28 21:02:54 +00:00
dashboards_controller.rb Split the non-public information off of the profile page 2021-08-18 13:32:36 +01:00
diary_comments_controller.rb Use turbo for pagination 2024-08-20 14:44:10 +01:00
diary_entries_controller.rb Remove "User's Diary" from diary entry og:title 2024-10-20 19:12:09 +03:00
directions_controller.rb Use CanCanCan for directions controller 2019-01-09 10:12:14 +01:00
errors_controller.rb Add framework for parameter validation using rails_param gem 2024-04-11 10:08:20 +01:00
export_controller.rb When downloading image, allow other map styles 2024-07-15 19:08:49 +04:00
friendships_controller.rb Fix friendships limit flash message 2024-09-12 15:42:36 +03:00
geocoder_controller.rb Merge remote-tracking branch 'upstream/pull/4984' 2024-07-14 15:40:39 +01:00
issue_comments_controller.rb Fix predicate method names in the user model 2023-08-15 18:53:14 +01:00
issues_controller.rb Don't interpolate type in issue title 2024-12-06 11:15:34 +03:00
messages_controller.rb Allowed sending follow-ups for sent messages 2024-08-28 15:11:09 +02:00
nodes_controller.rb Move current element actions to their own controllers 2024-03-15 03:24:45 +03:00
notes_controller.rb Show 'api offline' message on new note page 2024-12-17 03:34:14 +03:00
oauth2_applications_controller.rb Introduce privileged scopes that only an administrator can enable 2021-08-26 17:22:24 +01:00
oauth2_authorizations_controller.rb Check if db is writable on oauth authorization pages 2024-12-17 02:18:56 +03:00
oauth2_authorized_applications_controller.rb Add support for OAuth2 using doorkeeper 2021-05-18 12:05:32 +01:00
old_nodes_controller.rb Move element history actions to old element controllers 2024-03-14 18:10:18 +03:00
old_relations_controller.rb Move element history actions to old element controllers 2024-03-14 18:10:18 +03:00
old_ways_controller.rb Move element history actions to old element controllers 2024-03-14 18:10:18 +03:00
passwords_controller.rb Merge pull request #4550 from tomhughes/drop-user-tokens 2024-03-07 13:51:44 +00:00
preferences_controller.rb Store selected map color scheme 2024-12-01 04:58:43 +03:00
profiles_controller.rb Fix new rubocop warnings 2022-09-09 22:45:58 +01:00
redactions_controller.rb Enable the ActionOrder cop for remaining controllers 2022-11-02 11:06:00 +00:00
relations_controller.rb Move current element actions to their own controllers 2024-03-15 03:24:45 +03:00
reports_controller.rb Add database checks to issue and report controllers 2023-01-11 11:12:36 +00:00
sessions_controller.rb Make the "remember me" option work as intended 2024-11-13 12:18:23 +00:00
site_controller.rb Added bootstrap alert when body preview is empty 2024-07-31 00:24:45 +02:00
traces_controller.rb Fix page title for failed trace updates 2024-08-31 19:13:27 +03:00
user_blocks_controller.rb Simplify calls to user block path helpers 2024-12-20 06:30:21 +03:00
user_mutes_controller.rb Add basic structures for UserMute and Message muting logic 2023-12-19 12:57:47 -05:00
user_roles_controller.rb Use resourceful routes for granting/revoking user roles 2024-11-06 18:38:26 +03:00
users_controller.rb Move admin users list to its own controller 2024-12-10 18:38:30 +03:00
ways_controller.rb Move current element actions to their own controllers 2024-03-15 03:24:45 +03:00