.. |
api
|
Fix various code comments
|
2021-07-21 11:24:23 +01:00 |
concerns
|
Move confirmation methods into ConfirmationsController
|
2021-04-07 16:05:32 +01:00 |
api_controller.rb
|
Add support for OAuth2 using doorkeeper
|
2021-05-18 12:05:32 +01:00 |
application_controller.rb
|
Merge remote-tracking branch 'upstream/pull/3257'
|
2021-07-21 19:24:31 +01:00 |
browse_controller.rb
|
Prefer keyword arguments when method has optional boolean arguments
|
2020-11-12 11:24:44 +00: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
|
Prefer keyword arguments when method has optional boolean arguments
|
2020-11-12 11:24:44 +00:00 |
confirmations_controller.rb
|
Move profile-related settings to their own form
|
2021-07-14 17:45:19 +01:00 |
diary_entries_controller.rb
|
Rename Notifier to UserMailer
|
2020-10-14 15:04:58 +02:00 |
directions_controller.rb
|
Use CanCanCan for directions controller
|
2019-01-09 10:12:14 +01:00 |
errors_controller.rb
|
Skip authorization checks for the errors controller
|
2019-01-16 11:44:55 +01:00 |
export_controller.rb
|
Fix new rubocop warnings
|
2020-08-06 18:42:16 +01:00 |
friendships_controller.rb
|
Add rate limiting to user friendships
|
2021-05-11 12:10:36 +01:00 |
geocoder_controller.rb
|
Fix new rubocop warnings
|
2021-01-11 19:17:31 +00:00 |
issue_comments_controller.rb
|
Remove custom deny_access handlers
|
2018-11-14 14:10:51 +01:00 |
issues_controller.rb
|
Fix various code comments
|
2021-07-21 11:24:23 +01:00 |
messages_controller.rb
|
Add additional limits on sending messages
|
2021-03-31 22:40:34 +01:00 |
notes_controller.rb
|
Rename the notes#mine action to index
|
2020-07-08 18:43:30 +02:00 |
oauth2_applications_controller.rb
|
Add support for OAuth2 using doorkeeper
|
2021-05-18 12:05:32 +01:00 |
oauth2_authorizations_controller.rb
|
Allow OAuth 2 authorizations to redirect to anywhere
|
2021-05-18 12:12:36 +01:00 |
oauth2_authorized_applications_controller.rb
|
Add support for OAuth2 using doorkeeper
|
2021-05-18 12:05:32 +01:00 |
oauth_clients_controller.rb
|
Use CanCanCan for oauth clients controller
|
2019-01-09 15:34:54 +01:00 |
oauth_controller.rb
|
Check that the permission is non-zero
|
2021-07-01 16:35:29 +01:00 |
passwords_controller.rb
|
Split password reset functionality into PasswordsController
|
2021-04-07 16:05:28 +01:00 |
preferences_controller.rb
|
Ensure that flash message is shown in the updated language
|
2021-07-21 18:58:47 +01:00 |
profiles_controller.rb
|
Move profile-related settings to their own form
|
2021-07-14 17:45:19 +01:00 |
redactions_controller.rb
|
Fix new rubocop warnings
|
2021-01-11 19:17:31 +00:00 |
reports_controller.rb
|
Fix new rubocop warnings
|
2019-07-18 16:47:08 +01:00 |
sessions_controller.rb
|
Add missing callbacks to session controller
|
2021-03-29 20:36:07 +01:00 |
site_controller.rb
|
add route to pass locale
|
2021-08-10 10:13:24 +01:00 |
traces_controller.rb
|
Traces#index: Introduce tab navigation, fix tag-filter
|
2021-06-16 15:55:55 +01:00 |
user_blocks_controller.rb
|
Prevent CSRF bypass unblocking users
|
2021-02-09 20:39:04 +00:00 |
user_roles_controller.rb
|
Use CanCanCan for user_roles auth
|
2018-11-28 21:39:26 +01:00 |
users_controller.rb
|
Fix redirect to terms path when not logged in
|
2021-07-28 16:36:13 +01:00 |