..
account
Allow users to delete their own accounts
2022-02-09 16:15:24 +00:00
api
Rename api OldController to OldElementsController
2024-04-02 16:11:09 +03:00
concerns
Add preferred provider social signup
2024-04-29 11:32:54 +00:00
traces
Use "visible" scope when finding traces
2024-03-28 08:34:18 +03:00
accounts_controller.rb
Disallow account deletion after confirmation
2023-11-22 17:37:04 +03:00
api_controller.rb
Remove assert_method from api controllers
2024-03-25 07:15:16 +03:00
application_controller.rb
Drop user tokens table
2024-02-28 21:02:54 +00:00
browse_controller.rb
Move current element actions to their own controllers
2024-03-15 03:24:45 +03:00
changeset_comments_controller.rb
Prefer keyword arguments when method has optional boolean arguments
2020-11-12 11:24:44 +00:00
changesets_controller.rb
Merge remote-tracking branch 'upstream/pull/4632'
2024-03-28 17:11:58 +00: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_entries_controller.rb
Make "include" and "limit" keyword args of pagination method
2024-03-26 04:41:07 +03:00
directions_controller.rb
Use CanCanCan for directions controller
2019-01-09 10:12:14 +01:00
errors_controller.rb
Set the locale when rendering a generic error page
2023-03-12 16:10:14 +00:00
export_controller.rb
Mark redirects which need to be open with allow_other_host
2022-03-09 22:43:02 +00:00
friendships_controller.rb
Merge pull request #4193 from AntonKhorev/lookup-friend
2023-08-30 15:17:11 +01:00
geocoder_controller.rb
Take exclude_place_ids from Nominatim results directly
2023-08-08 18:27:53 +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
Avoid using _id in queries
2023-08-30 17:08:16 +01:00
messages_controller.rb
Enable Turbo Drive with morphing for Messages#{destroy,mark}
2024-03-21 14:55:16 +01:00
nodes_controller.rb
Move current element actions to their own controllers
2024-03-15 03:24:45 +03:00
notes_controller.rb
Lookup user before action in user's notes list
2023-08-21 17:31:59 +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
Restore form_action restrictions for ouath2_authorizations#create
2022-01-17 11:00:41 +00:00
oauth2_authorized_applications_controller.rb
Add support for OAuth2 using doorkeeper
2021-05-18 12:05:32 +01:00
oauth_clients_controller.rb
Allow registration of OAuth 1.0 applications to be disabled
2024-01-31 19:18:16 +00:00
oauth_controller.rb
Mark redirects which need to be open with allow_other_host
2022-03-09 22:43:02 +00: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
Fix new rubocop warnings
2022-09-09 22:45:58 +01: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
Add preferred provider social signup
2024-04-29 11:32:54 +00:00
site_controller.rb
Allow arrays of names in map key entries
2023-12-20 04:03:22 +03:00
traces_controller.rb
Use "visible" scope when finding traces
2024-03-28 08:34:18 +03:00
user_blocks_controller.rb
Use before/after pagination on users page
2024-03-29 18:21:15 +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
Avoid using _id in queries
2023-08-30 17:08:16 +01:00
users_controller.rb
Improve flash message handling in users#new
2024-05-06 09:14:49 +01:00
ways_controller.rb
Move current element actions to their own controllers
2024-03-15 03:24:45 +03:00