..
accounts
Use resourceful routes for terms view/accept/decline
2025-01-08 22:19:35 +03: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
display an encouragement to contribute after many anonymous notes
2025-01-13 14:36:21 +03:00
messages
Use resourceful route for message reply
2025-01-03 11:12:29 +03:00
traces
Drop redundant support for legacy trace files
2024-03-28 17:27:28 +00:00
users
Add revoke all actions to received blocks resource
2024-12-24 08:18:58 +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
Use resourceful routes for terms view/accept/decline
2025-01-08 22:19:35 +03: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
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
Allow thirdparty images on failed diary comment saves
2025-01-05 09:55:48 +03:00
diary_entries_controller.rb
Show diary entry after creation
2025-01-09 13:38:54 +00: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
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
Show outbox after sending new message
2025-01-04 18:24:47 +03:00
nodes_controller.rb
Move browse/feature template to elements/show
2025-01-07 13:41:47 +03:00
notes_controller.rb
display an encouragement to contribute after many anonymous notes
2025-01-13 14:36:21 +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_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
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 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
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
Add revoke all actions to received blocks resource
2024-12-24 08:18:58 +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 routes for terms view/accept/decline
2025-01-08 22:19:35 +03:00
ways_controller.rb
Move browse/feature template to elements/show
2025-01-07 13:41:47 +03:00