..
accounts
Remove account terms code unreachable for unregistered users
2025-01-16 19:05:53 +03:00
api
Map 'full' to api relation show action
2025-02-05 21:07:19 +03:00
changeset_comments
Rename Feeds::ChangesetCommentsController to ChangesetComments::FeedsController
2024-08-28 18:31:36 +01:00
concerns
display an encouragement to contribute after many anonymous notes
2025-01-13 14:36:21 +03:00
messages
Create message mute resource
2025-01-24 04:36:04 +03:00
traces
Create trace data resource
2025-01-23 06:08:27 +03:00
users
Preload parent objects for user comments
2025-01-21 19:03:03 +00:00
accounts_controller.rb
Drop support for OAuth 1
2024-09-01 03:43:02 +03:00
api_controller.rb
Move scope_enabled? to ApiController
2025-01-24 05:56:23 +03:00
application_controller.rb
Merge remote-tracking branch 'upstream/pull/5543'
2025-01-24 15:00:25 +00:00
browse_controller.rb
Move current element actions to their own controllers
2024-03-15 03:24:45 +03:00
changeset_subscriptions_controller.rb
Create changeset subscription resource
2025-01-22 19:50:41 +03:00
changesets_controller.rb
Create changeset subscription resource
2025-01-22 19:50:41 +03:00
confirmations_controller.rb
display an encouragement to contribute after many anonymous notes
2025-01-13 14:36:21 +03: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
Create diary_comments resources for users
2025-01-19 02:40:13 +03:00
diary_entries_controller.rb
Refactor friendships controller and model
2025-01-14 11:33:56 +04:00
directions_controller.rb
Use CanCanCan for directions controller
2019-01-09 10:12:14 +01:00
elements_controller.rb
Add ElementsController base class
2025-01-07 13:40:25 +03:00
errors_controller.rb
Add framework for parameter validation using rails_param gem
2024-04-11 10:08:20 +01:00
export_controller.rb
Create api map resource
2025-01-24 10:47:58 +03:00
follows_controller.rb
Replace lookup_friend with lookup_user in FollowsController
2025-01-18 19:35:30 +03:00
geocoder_controller.rb
Fix new rubocop warnings
2025-01-14 18:31:52 +00:00
issue_comments_controller.rb
Fix predicate method names in the user model
2023-08-15 18:53:14 +01:00
issues_controller.rb
Select user ids from reports using pluck
2025-01-29 19:00:55 +03:00
messages_controller.rb
Create message mute resource
2025-01-24 04:36:04 +03:00
nodes_controller.rb
Move browse/feature template to elements/show
2025-01-07 13:41:47 +03:00
notes_controller.rb
Removes dropping note's first comment
2025-02-06 11:43:53 +01: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_elements_controller.rb
Add OldElementsController base class
2025-01-04 17:00:43 +03:00
old_nodes_controller.rb
Make browse not found pages consistent
2025-01-06 20:15:57 +03:00
old_relations_controller.rb
Make browse not found pages consistent
2025-01-06 20:15:57 +03:00
old_ways_controller.rb
Make browse not found pages consistent
2025-01-06 20:15:57 +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
Make preferences page editable without clicking 'Edit Preferences'
2024-12-29 20:08:17 +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 browse/feature template to elements/show
2025-01-07 13:41:47 +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
Fix new rubocop warnings
2025-01-14 18:31:52 +00:00
traces_controller.rb
Create trace data resource
2025-01-23 06:08:27 +03:00
user_blocks_controller.rb
Set needs_view by default for new blocks
2025-01-22 02:26:07 +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
Use resourceful route for user status
2025-01-16 02:17:06 +03:00
ways_controller.rb
Move browse/feature template to elements/show
2025-01-07 13:41:47 +03:00