]> git.openstreetmap.org Git - rails.git/commit
Add frozen_string_literal comments to ruby files
authorTom Hughes <tom@compton.nu>
Sun, 27 Apr 2025 10:05:06 +0000 (11:05 +0100)
committerTom Hughes <tom@compton.nu>
Thu, 4 Sep 2025 17:46:47 +0000 (18:46 +0100)
commitde04e98147b904b7e79020d5aa7b0f9c3057f040
treed852987f0f249e27c8272e023d8665baf7989869
parent059df79b21f8140bee9df5533c1825004a98e2b7
Add frozen_string_literal comments to ruby files
887 files changed:
.rubocop.yml
.rubocop_todo.yml
Dangerfile
Gemfile
Rakefile
Vagrantfile
app/controllers/accounts/deletions_controller.rb
app/controllers/accounts/homes_controller.rb
app/controllers/accounts/pd_declarations_controller.rb
app/controllers/accounts/terms_controller.rb
app/controllers/accounts_controller.rb
app/controllers/api/capabilities_controller.rb
app/controllers/api/changeset_comments/visibilities_controller.rb
app/controllers/api/changeset_comments_controller.rb
app/controllers/api/changeset_subscriptions_controller.rb
app/controllers/api/changesets/closes_controller.rb
app/controllers/api/changesets/downloads_controller.rb
app/controllers/api/changesets/uploads_controller.rb
app/controllers/api/changesets_controller.rb
app/controllers/api/maps_controller.rb
app/controllers/api/messages/inboxes_controller.rb
app/controllers/api/messages/mailboxes_controller.rb
app/controllers/api/messages/outboxes_controller.rb
app/controllers/api/messages_controller.rb
app/controllers/api/nodes/relations_controller.rb
app/controllers/api/nodes/ways_controller.rb
app/controllers/api/nodes_controller.rb
app/controllers/api/note_subscriptions_controller.rb
app/controllers/api/notes_controller.rb
app/controllers/api/old_elements/redactions_controller.rb
app/controllers/api/old_elements_controller.rb
app/controllers/api/old_nodes/redactions_controller.rb
app/controllers/api/old_nodes_controller.rb
app/controllers/api/old_relations/redactions_controller.rb
app/controllers/api/old_relations_controller.rb
app/controllers/api/old_ways/redactions_controller.rb
app/controllers/api/old_ways_controller.rb
app/controllers/api/permissions_controller.rb
app/controllers/api/relations/relations_controller.rb
app/controllers/api/relations_controller.rb
app/controllers/api/tracepoints_controller.rb
app/controllers/api/traces/data_controller.rb
app/controllers/api/traces_controller.rb
app/controllers/api/user_blocks/active_lists_controller.rb
app/controllers/api/user_blocks_controller.rb
app/controllers/api/user_preferences_controller.rb
app/controllers/api/users/traces_controller.rb
app/controllers/api/users_controller.rb
app/controllers/api/versions_controller.rb
app/controllers/api/ways/relations_controller.rb
app/controllers/api/ways_controller.rb
app/controllers/api_controller.rb
app/controllers/application_controller.rb
app/controllers/changeset_comments/feeds_controller.rb
app/controllers/changeset_subscriptions_controller.rb
app/controllers/changesets_controller.rb
app/controllers/concerns/email_methods.rb
app/controllers/concerns/nominatim_methods.rb
app/controllers/concerns/pagination_methods.rb
app/controllers/concerns/query_methods.rb
app/controllers/concerns/session_methods.rb
app/controllers/concerns/user_methods.rb
app/controllers/confirmations_controller.rb
app/controllers/dashboards_controller.rb
app/controllers/diary_comments_controller.rb
app/controllers/diary_entries_controller.rb
app/controllers/directions_controller.rb
app/controllers/elements_controller.rb
app/controllers/errors_controller.rb
app/controllers/export_controller.rb
app/controllers/feature_queries_controller.rb
app/controllers/follows_controller.rb
app/controllers/issue_comments_controller.rb
app/controllers/issues/reporters_controller.rb
app/controllers/issues_controller.rb
app/controllers/layers_panes_controller.rb
app/controllers/legend_panes_controller.rb
app/controllers/messages/inboxes_controller.rb
app/controllers/messages/mailboxes_controller.rb
app/controllers/messages/muted_inboxes_controller.rb
app/controllers/messages/mutes_controller.rb
app/controllers/messages/outboxes_controller.rb
app/controllers/messages/read_marks_controller.rb
app/controllers/messages/replies_controller.rb
app/controllers/messages_controller.rb
app/controllers/nodes_controller.rb
app/controllers/notes_controller.rb
app/controllers/oauth2_applications_controller.rb
app/controllers/oauth2_authorizations_controller.rb
app/controllers/oauth2_authorized_applications_controller.rb
app/controllers/old_elements_controller.rb
app/controllers/old_nodes_controller.rb
app/controllers/old_relation_members_controller.rb
app/controllers/old_relations_controller.rb
app/controllers/old_ways_controller.rb
app/controllers/passwords_controller.rb
app/controllers/preferences/advanced_preferences_controller.rb
app/controllers/preferences/basic_preferences_controller.rb
app/controllers/preferences/preferences_controller.rb
app/controllers/profiles/companies_controller.rb
app/controllers/profiles/descriptions_controller.rb
app/controllers/profiles/images_controller.rb
app/controllers/profiles/links_controller.rb
app/controllers/profiles/locations_controller.rb
app/controllers/profiles/profile_sections_controller.rb
app/controllers/redactions_controller.rb
app/controllers/relation_members_controller.rb
app/controllers/relations_controller.rb
app/controllers/reports_controller.rb
app/controllers/searches/latlon_queries_controller.rb
app/controllers/searches/nominatim_queries_controller.rb
app/controllers/searches/nominatim_reverse_queries_controller.rb
app/controllers/searches/queries_controller.rb
app/controllers/searches_controller.rb
app/controllers/sessions_controller.rb
app/controllers/share_panes_controller.rb
app/controllers/site_controller.rb
app/controllers/traces/data_controller.rb
app/controllers/traces/feeds_controller.rb
app/controllers/traces/icons_controller.rb
app/controllers/traces/pictures_controller.rb
app/controllers/traces_controller.rb
app/controllers/user_blocks_controller.rb
app/controllers/user_mutes_controller.rb
app/controllers/user_roles_controller.rb
app/controllers/users/changeset_comments_controller.rb
app/controllers/users/comments_controller.rb
app/controllers/users/diary_comments_controller.rb
app/controllers/users/heatmaps_controller.rb
app/controllers/users/issued_blocks_controller.rb
app/controllers/users/lists_controller.rb
app/controllers/users/received_blocks_controller.rb
app/controllers/users/statuses_controller.rb
app/controllers/users_controller.rb
app/controllers/ways_controller.rb
app/helpers/application_helper.rb
app/helpers/asset_helper.rb
app/helpers/authorization_helper.rb
app/helpers/banner_helper.rb
app/helpers/browse_helper.rb
app/helpers/browse_tags_helper.rb
app/helpers/changesets_helper.rb
app/helpers/copyright_helper.rb
app/helpers/geocoder_helper.rb
app/helpers/heatmap_helper.rb
app/helpers/issues_helper.rb
app/helpers/note_helper.rb
app/helpers/numbered_pagination_helper.rb
app/helpers/open_graph_helper.rb
app/helpers/pagination_helper.rb
app/helpers/reports_helper.rb
app/helpers/share_buttons_helper.rb
app/helpers/svg_helper.rb
app/helpers/title_helper.rb
app/helpers/trace_helper.rb
app/helpers/user_blocks_helper.rb
app/helpers/user_helper.rb
app/helpers/user_mailer_helper.rb
app/jobs/application_job.rb
app/jobs/trace_destroyer_job.rb
app/jobs/trace_importer_job.rb
app/mailers/application_mailer.rb
app/mailers/user_mailer.rb
app/models/acl.rb
app/models/application_record.rb
app/models/changeset.rb
app/models/changeset_comment.rb
app/models/changeset_subscription.rb
app/models/changeset_tag.rb
app/models/community.rb
app/models/concerns/consistency_validations.rb
app/models/concerns/geo_record.rb
app/models/concerns/not_redactable.rb
app/models/concerns/redactable.rb
app/models/diary_comment.rb
app/models/diary_entry.rb
app/models/diary_entry_subscription.rb
app/models/follow.rb
app/models/issue.rb
app/models/issue_comment.rb
app/models/language.rb
app/models/message.rb
app/models/node.rb
app/models/node_tag.rb
app/models/note.rb
app/models/note_comment.rb
app/models/note_subscription.rb
app/models/oauth2_application.rb
app/models/old_node.rb
app/models/old_node_tag.rb
app/models/old_relation.rb
app/models/old_relation_member.rb
app/models/old_relation_tag.rb
app/models/old_way.rb
app/models/old_way_node.rb
app/models/old_way_tag.rb
app/models/redaction.rb
app/models/relation.rb
app/models/relation_member.rb
app/models/relation_tag.rb
app/models/report.rb
app/models/social_link.rb
app/models/trace.rb
app/models/tracepoint.rb
app/models/tracetag.rb
app/models/user.rb
app/models/user_block.rb
app/models/user_mute.rb
app/models/user_preference.rb
app/models/user_role.rb
app/models/way.rb
app/models/way_node.rb
app/models/way_tag.rb
app/validators/characters_validator.rb
app/validators/image_validator.rb
app/validators/normalized_uniqueness_validator.rb
app/validators/utf8_validator.rb
app/validators/whitespace_validator.rb
app/validators/width_validator.rb
app/views/api/_root_attributes.json.jbuilder
app/views/api/capabilities/show.builder
app/views/api/capabilities/show.json.jbuilder
app/views/api/changeset_comments/_changeset_comment.json.jbuilder
app/views/api/changeset_comments/_changeset_comment.xml.builder
app/views/api/changeset_comments/index.json.jbuilder
app/views/api/changeset_comments/index.xml.builder
app/views/api/changeset_comments/visibilities/create.json.jbuilder
app/views/api/changeset_comments/visibilities/create.xml.builder
app/views/api/changeset_comments/visibilities/destroy.json.jbuilder
app/views/api/changeset_comments/visibilities/destroy.xml.builder
app/views/api/changeset_subscriptions/create.json.jbuilder
app/views/api/changeset_subscriptions/create.xml.builder
app/views/api/changeset_subscriptions/destroy.json.jbuilder
app/views/api/changeset_subscriptions/destroy.xml.builder
app/views/api/changesets/_changeset.json.jbuilder
app/views/api/changesets/_changeset.xml.builder
app/views/api/changesets/downloads/show.xml.builder
app/views/api/changesets/index.json.jbuilder
app/views/api/changesets/index.xml.builder
app/views/api/changesets/show.json.jbuilder
app/views/api/changesets/show.xml.builder
app/views/api/maps/_bounds.json.jbuilder
app/views/api/maps/_bounds.xml.builder
app/views/api/maps/show.json.jbuilder
app/views/api/maps/show.xml.builder
app/views/api/messages/_message.json.jbuilder
app/views/api/messages/_message.xml.builder
app/views/api/messages/mailboxes/show.json.jbuilder
app/views/api/messages/mailboxes/show.xml.builder
app/views/api/messages/show.json.jbuilder
app/views/api/messages/show.xml.builder
app/views/api/nodes/_node.json.jbuilder
app/views/api/nodes/_node.xml.builder
app/views/api/nodes/index.json.jbuilder
app/views/api/nodes/index.xml.builder
app/views/api/nodes/relations/index.json.jbuilder
app/views/api/nodes/relations/index.xml.builder
app/views/api/nodes/show.json.jbuilder
app/views/api/nodes/show.xml.builder
app/views/api/nodes/ways/index.json.jbuilder
app/views/api/nodes/ways/index.xml.builder
app/views/api/notes/_note.gpx.builder
app/views/api/notes/_note.json.jbuilder
app/views/api/notes/_note.rss.builder
app/views/api/notes/_note.xml.builder
app/views/api/notes/feed.rss.builder
app/views/api/notes/index.gpx.builder
app/views/api/notes/index.json.jbuilder
app/views/api/notes/index.rss.builder
app/views/api/notes/index.xml.builder
app/views/api/notes/show.gpx.builder
app/views/api/notes/show.json.jbuilder
app/views/api/notes/show.rss.builder
app/views/api/notes/show.xml.builder
app/views/api/old_nodes/_old_node.json.jbuilder
app/views/api/old_nodes/_old_node.xml.builder
app/views/api/old_nodes/index.json.jbuilder
app/views/api/old_nodes/index.xml.builder
app/views/api/old_nodes/show.json.jbuilder
app/views/api/old_nodes/show.xml.builder
app/views/api/old_relations/_old_relation.json.jbuilder
app/views/api/old_relations/_old_relation.xml.builder
app/views/api/old_relations/index.json.jbuilder
app/views/api/old_relations/index.xml.builder
app/views/api/old_relations/show.json.jbuilder
app/views/api/old_relations/show.xml.builder
app/views/api/old_ways/_old_way.json.jbuilder
app/views/api/old_ways/_old_way.xml.builder
app/views/api/old_ways/index.json.jbuilder
app/views/api/old_ways/index.xml.builder
app/views/api/old_ways/show.json.jbuilder
app/views/api/old_ways/show.xml.builder
app/views/api/permissions/show.json.jbuilder
app/views/api/permissions/show.xml.builder
app/views/api/relations/_relation.json.jbuilder
app/views/api/relations/_relation.xml.builder
app/views/api/relations/index.json.jbuilder
app/views/api/relations/index.xml.builder
app/views/api/relations/relations/index.json.jbuilder
app/views/api/relations/relations/index.xml.builder
app/views/api/relations/show.json.jbuilder
app/views/api/relations/show.xml.builder
app/views/api/tracepoints/index.gpx.builder
app/views/api/traces/_trace.builder
app/views/api/traces/_trace.json.jbuilder
app/views/api/traces/show.builder
app/views/api/traces/show.json.jbuilder
app/views/api/user_blocks/_user_block.json.jbuilder
app/views/api/user_blocks/_user_block.xml.builder
app/views/api/user_blocks/active_lists/show.json.jbuilder
app/views/api/user_blocks/active_lists/show.xml.builder
app/views/api/user_blocks/show.json.jbuilder
app/views/api/user_blocks/show.xml.builder
app/views/api/user_preferences/_user_preference.xml.builder
app/views/api/user_preferences/index.json.jbuilder
app/views/api/user_preferences/index.xml.builder
app/views/api/users/_user.json.jbuilder
app/views/api/users/_user.xml.builder
app/views/api/users/index.json.jbuilder
app/views/api/users/index.xml.builder
app/views/api/users/show.json.jbuilder
app/views/api/users/show.xml.builder
app/views/api/users/traces/index.builder
app/views/api/users/traces/index.json.jbuilder
app/views/api/versions/show.builder
app/views/api/versions/show.json.jbuilder
app/views/api/ways/_way.json.jbuilder
app/views/api/ways/_way.xml.builder
app/views/api/ways/index.json.jbuilder
app/views/api/ways/index.xml.builder
app/views/api/ways/relations/index.json.jbuilder
app/views/api/ways/relations/index.xml.builder
app/views/api/ways/show.json.jbuilder
app/views/api/ways/show.xml.builder
app/views/changeset_comments/feeds/_comment.rss.builder
app/views/changeset_comments/feeds/show.rss.builder
app/views/changeset_comments/feeds/timeout.rss.builder
app/views/changesets/index.atom.builder
app/views/changesets/timeout.atom.builder
app/views/diary_entries/rss.rss.builder
app/views/traces/feeds/show.rss.builder
bin/brakeman
bin/bundle
bin/dev
bin/rails
bin/rake
bin/rubocop
bin/setup
bin/thrust
bin/update
bin/yarn
config.ru
config/application.rb
config/boot.rb
config/environment.rb
config/environments/development.rb
config/environments/production.rb
config/environments/test.rb
config/initializers/abstract_adapter.rb
config/initializers/action_mailer.rb
config/initializers/active_storage.rb
config/initializers/application_controller_renderer.rb
config/initializers/assets.rb
config/initializers/backtrace_silencers.rb
config/initializers/banners.rb
config/initializers/better_errors.rb
config/initializers/bootstrap_form.rb
config/initializers/brotli.rb
config/initializers/browse_icons.rb
config/initializers/canonical_rails.rb
config/initializers/compressed_requests.rb
config/initializers/config.rb
config/initializers/content_security_policy.rb
config/initializers/cookies_serializer.rb
config/initializers/cors.rb
config/initializers/errors.rb
config/initializers/filter_parameter_logging.rb
config/initializers/gd2.rb
config/initializers/i18n.rb
config/initializers/inflections.rb
config/initializers/inline_svg.rb
config/initializers/libxml.rb
config/initializers/mail_delivery_job.rb
config/initializers/migrate.rb
config/initializers/mime_types.rb
config/initializers/oauth.rb
config/initializers/omniauth.rb
config/initializers/omniauth_oauth2.rb
config/initializers/osm_community_index.rb
config/initializers/permissions_policy.rb
config/initializers/policy_headers.rb
config/initializers/rate_limits.rb
config/initializers/router.rb
config/initializers/rtlcss.rb
config/initializers/sanitize.rb
config/initializers/session_store.rb
config/initializers/strong_migrations.rb
config/initializers/tag2link.rb
config/initializers/uri.rb
config/initializers/uri_sanitizer.rb
config/initializers/wiki_pages.rb
config/initializers/wrap_parameters.rb
config/initializers/zeitwerk.rb
config/puma.rb
config/routes.rb
config/spring.rb
db/migrate/001_create_osm_db.rb
db/migrate/002_cleanup_osm_db.rb
db/migrate/003_sql_session_store_setup.rb
db/migrate/004_user_enhancements.rb
db/migrate/005_tile_tracepoints.rb
db/migrate/006_tile_nodes.rb
db/migrate/007_add_relations.rb
db/migrate/008_remove_segments.rb
db/migrate/009_way_nodes_node_idx.rb
db/migrate/010_diary_comments.rb
db/migrate/011_add_user_image.rb
db/migrate/012_add_admin_flag.rb
db/migrate/013_add_email_valid.rb
db/migrate/014_add_new_email.rb
db/migrate/015_add_user_visible.rb
db/migrate/016_add_creation_ip.rb
db/migrate/017_add_gpx_indexes.rb
db/migrate/018_create_acls.rb
db/migrate/019_add_timestamp_indexes.rb
db/migrate/020_populate_node_tags_and_remove.rb
db/migrate/021_move_to_innodb.rb
db/migrate/022_key_constraints.rb
db/migrate/023_add_changesets.rb
db/migrate/024_order_relation_members.rb
db/migrate/025_add_end_time_to_changesets.rb
db/migrate/026_add_changeset_user_index.rb
db/migrate/027_add_changeset_indexes.rb
db/migrate/028_add_more_changeset_indexes.rb
db/migrate/029_add_user_foreign_keys.rb
db/migrate/030_add_foreign_keys.rb
db/migrate/031_create_countries.rb
db/migrate/032_add_user_locale.rb
db/migrate/033_change_diary_entries_language.rb
db/migrate/034_create_languages.rb
db/migrate/035_change_user_locale.rb
db/migrate/036_add_visible_to_message.rb
db/migrate/037_add_sender_visible_to_message.rb
db/migrate/038_add_message_sender_index.rb
db/migrate/039_add_more_controls_to_gpx_files.rb
db/migrate/040_create_oauth_tables.rb
db/migrate/041_add_fine_o_auth_permissions.rb
db/migrate/042_add_foreign_keys_to_oauth_tables.rb
db/migrate/043_add_referer_to_user_token.rb
db/migrate/044_create_user_roles.rb
db/migrate/045_create_user_blocks.rb
db/migrate/046_alter_user_roles_and_blocks.rb
db/migrate/047_add_visible_to_diaries.rb
db/migrate/048_add_diary_creation_indexes.rb
db/migrate/049_improve_changeset_user_index.rb
db/migrate/050_add_user_index_to_diary_comments.rb
db/migrate/051_add_status_to_user.rb
db/migrate/052_add_contributor_terms_to_user.rb
db/migrate/053_add_map_bug_tables.rb
db/migrate/054_refactor_map_bug_tables.rb
db/migrate/055_change_map_bug_comment_type.rb
db/migrate/056_add_date_closed.rb
db/migrate/057_add_map_bug_comment_event.rb
db/migrate/20100513171259_add_user_date_index_to_changeset.rb
db/migrate/20100516124737_add_open_id.rb
db/migrate/20100910084426_add_callback_to_oauth_tokens.rb
db/migrate/20101114011429_add_editor_preference_to_user.rb
db/migrate/20110322001319_add_terms_seen_to_user.rb
db/migrate/20110508145337_cleanup_bug_tables.rb
db/migrate/20110521142405_rename_bugs_to_notes.rb
db/migrate/20110925112722_rename_ids.rb
db/migrate/20111116184519_update_oauth.rb
db/migrate/20111212183945_add_lowercase_user_indexes.rb
db/migrate/20120123184321_switch_to_paperclip.rb
db/migrate/20120208122334_merge_acl_address_and_mask.rb
db/migrate/20120208194454_add_domain_to_acl.rb
db/migrate/20120214210114_add_text_format.rb
db/migrate/20120219161649_add_user_image_fingerprint.rb
db/migrate/20120318201948_create_redactions.rb
db/migrate/20120328090602_drop_session_table.rb
db/migrate/20120404205604_add_user_and_description_to_redaction.rb
db/migrate/20120808231205_add_counter_caches.rb
db/migrate/20121005195010_add_diary_entry_counter_caches.rb
db/migrate/20121012044047_add_image_use_gravatar_to_users.rb
db/migrate/20121119165817_drop_nearby_place_from_notes.rb
db/migrate/20121202155309_remove_author_name_from_note_comment.rb
db/migrate/20121203124841_change_note_address_to_inet.rb
db/migrate/20130328184137_add_write_notes_permission.rb
db/migrate/20131212124700_add_created_at_index_to_note_comments.rb
db/migrate/20140115192822_add_text_index_to_note_comments.rb
db/migrate/20140117185510_drop_countries.rb
db/migrate/20140210003018_add_user_image_content_type.rb
db/migrate/20140507110937_create_changeset_comments.rb
db/migrate/20140519141742_add_join_table_between_users_and_changesets.rb
db/migrate/20150110152606_change_default_formats.rb
db/migrate/20150111192335_subscribe_old_changesets.rb
db/migrate/20150222101847_rename_openid_url.rb
db/migrate/20150818224516_set_default_gravatar_to_false_for_privacy.rb
db/migrate/20160822153055_create_issues_and_reports.rb
db/migrate/20161002153425_add_join_table_between_users_and_diary_entries.rb
db/migrate/20161011010929_subscribe_authors_to_diary_entries.rb
db/migrate/20170222134109_add_user_indexes.rb
db/migrate/20180204153242_tile_users.rb
db/migrate/20181020114000_add_user_tou_agreed.rb
db/migrate/20181031113522_create_delayed_jobs.rb
db/migrate/20190518115041_add_acl_indexes.rb
db/migrate/20190623093642_add_mx_acls.rb
db/migrate/20190702193519_create_active_storage_tables.rb
db/migrate/20190716173946_remove_user_images.rb
db/migrate/20191120140058_remove_nearby_from_users.rb
db/migrate/20201006213836_add_author_index_to_changeset_comments.rb
db/migrate/20201006220807_add_changeset_index_to_changeset_comments.rb
db/migrate/20201214144017_expand_nonce_id.rb
db/migrate/20210510083027_add_service_name_to_active_storage_blobs.active_storage.rb
db/migrate/20210510083028_create_active_storage_variant_records.active_storage.rb
db/migrate/20210511104518_add_time_to_friendships.rb
db/migrate/20211216185316_remove_not_null_on_active_storage_blobs_checksum.active_storage.rb
db/migrate/20220201183346_add_author_index_to_note_comments.rb
db/migrate/20220223140543_remove_id_defaults.rb
db/migrate/20230816135800_use_microsoft_graph.rb
db/migrate/20230825162137_restore_author_index_to_changeset_comments.rb
db/migrate/20230830115219_create_doorkeeper_openid_connect_tables.rb
db/migrate/20230830115220_validate_create_doorkeeper_openid_connect_tables.rb
db/migrate/20231007141103_add_primary_key_to_changeset_tags.rb
db/migrate/20231010194809_correct_relation_members_primary_key.rb
db/migrate/20231010201451_create_user_mutes.rb
db/migrate/20231010203028_add_muted_flag_to_messages.rb
db/migrate/20231029151516_add_importer_role.rb
db/migrate/20231101222146_api_rate_limit.rb
db/migrate/20231117170422_add_closed_at_index_to_changesets.rb
db/migrate/20231206141457_alter_sequences_bigint.rb
db/migrate/20231213182102_add_canonical_user_index.rb
db/migrate/20240117185445_drop_lowercase_user_index.rb
db/migrate/20240228205723_drop_user_tokens.rb
db/migrate/20240307180830_add_check_constraint_to_redaction_title_and_description.rb
db/migrate/20240307181018_validate_and_modify_redaction_title_and_description.rb
db/migrate/20240405083825_add_creator_index_to_user_blocks.rb
db/migrate/20240605134916_add_notes_and_diary_comments_counter_caches.rb
db/migrate/20240618193051_api_size_limit.rb
db/migrate/20240724194738_drop_oauth1_tables.rb
db/migrate/20240813070506_add_deactivates_at_to_user_blocks.rb
db/migrate/20240822121603_backfill_deactivates_at_in_user_blocks.rb
db/migrate/20240910175616_add_user_creation_address.rb
db/migrate/20240912181413_backfill_user_creation_address.rb
db/migrate/20240913171951_drop_user_creation_ip.rb
db/migrate/20241022141247_create_note_subscriptions.rb
db/migrate/20241023004427_backfill_note_subscriptions.rb
db/migrate/20241030090336_add_user_location_name.rb
db/migrate/20250104140952_add_description_to_notes.rb
db/migrate/20250105154621_validate_foreign_key_on_notes.rb
db/migrate/20250121191749_add_user_comment_indexes.rb
db/migrate/20250206202905_add_text_index_to_notes.rb
db/migrate/20250212160355_backfill_note_descriptions.rb
db/migrate/20250217140049_create_social_links.rb
db/migrate/20250304172758_add_gpx_files_user_id_id_index.rb
db/migrate/20250304172798_add_notes_user_id_created_at_index.rb
db/migrate/20250506052030_add_company_to_users.rb
db/migrate/20250704143751_add_created_modified_deleted_counts_to_changesets.rb
db/seeds.rb
lib/auth.rb
lib/bounding_box.rb
lib/country.rb
lib/database_functions.rb
lib/diff_reader.rb
lib/editors.rb
lib/gpx.rb
lib/id.rb
lib/locale.rb
lib/map_layers.rb
lib/nominatim.rb
lib/oauth.rb
lib/osm.rb
lib/osm_community_index.rb
lib/osm_community_index/resource_backend.rb
lib/password_hash.rb
lib/rate_limiter.rb
lib/session_persistence.rb
lib/tasks/annotate_rb.rake
lib/tasks/backfill_changeset_stats.rake
lib/tasks/cleanup.rake
lib/tasks/eslint.rake
lib/tasks/register_oauth_apps.rake
lib/tasks/subscribe_diary_authors.rake
lib/tasks/subscribe_old_changesets.rake
lib/tasks/update_functions.rake
lib/utf8.rb
script/deliver-message
script/statistics
script/update-spam-blocks
test/application_system_test_case.rb
test/controllers/accounts/pd_declarations_controller_test.rb
test/controllers/accounts/terms_controller_test.rb
test/controllers/accounts_controller_test.rb
test/controllers/api/capabilities_controller_test.rb
test/controllers/api/changeset_comments/visibilities_controller_test.rb
test/controllers/api/changeset_comments_controller_test.rb
test/controllers/api/changeset_subscriptions_controller_test.rb
test/controllers/api/changesets/closes_controller_test.rb
test/controllers/api/changesets/downloads_controller_test.rb
test/controllers/api/changesets/uploads_controller_test.rb
test/controllers/api/changesets_controller_test.rb
test/controllers/api/elements_test_helper.rb
test/controllers/api/maps_controller_test.rb
test/controllers/api/messages/inboxes_controller_test.rb
test/controllers/api/messages/outboxes_controller_test.rb
test/controllers/api/messages_controller_test.rb
test/controllers/api/nodes/relations_controller_test.rb
test/controllers/api/nodes/ways_controller_test.rb
test/controllers/api/nodes_controller_test.rb
test/controllers/api/note_subscriptions_controller_test.rb
test/controllers/api/notes_controller_test.rb
test/controllers/api/old_nodes/redactions_controller_test.rb
test/controllers/api/old_nodes_controller_test.rb
test/controllers/api/old_redactions/redactions_controller_test.rb
test/controllers/api/old_relations_controller_test.rb
test/controllers/api/old_ways/redactions_controller_test.rb
test/controllers/api/old_ways_controller_test.rb
test/controllers/api/permissions_controller_test.rb
test/controllers/api/relations/relations_controller_test.rb
test/controllers/api/relations_controller_test.rb
test/controllers/api/tracepoints_controller_test.rb
test/controllers/api/traces/data_controller_test.rb
test/controllers/api/traces_controller_test.rb
test/controllers/api/user_blocks/active_lists_controller_test.rb
test/controllers/api/user_blocks_controller_test.rb
test/controllers/api/user_preferences_controller_test.rb
test/controllers/api/users/traces_controller_test.rb
test/controllers/api/users_controller_test.rb
test/controllers/api/versions_controller_test.rb
test/controllers/api/ways/relations_controller_test.rb
test/controllers/api/ways_controller_test.rb
test/controllers/changeset_comments/feeds_controller_test.rb
test/controllers/changeset_subscriptions_controller_test.rb
test/controllers/changesets_controller_test.rb
test/controllers/confirmations_controller_test.rb
test/controllers/dashboards_controller_test.rb
test/controllers/diary_comments_controller_test.rb
test/controllers/diary_entries_controller_test.rb
test/controllers/directions_controller_test.rb
test/controllers/errors_controller_test.rb
test/controllers/export_controller_test.rb
test/controllers/feature_queries_controller_test.rb
test/controllers/follows_controller_test.rb
test/controllers/issue_comments_controller_test.rb
test/controllers/issues/reporters_controller_test.rb
test/controllers/issues_controller_test.rb
test/controllers/layers_panes_controller_test.rb
test/controllers/legend_panes_controller_test.rb
test/controllers/messages/inboxes_controller_test.rb
test/controllers/messages/muted_inboxes_controller_test.rb
test/controllers/messages/mutes_controller_test.rb
test/controllers/messages/outboxes_controller_test.rb
test/controllers/messages/read_marks_controller_test.rb
test/controllers/messages/replies_controller_test.rb
test/controllers/messages_controller_test.rb
test/controllers/nodes_controller_test.rb
test/controllers/notes_controller_test.rb
test/controllers/oauth2_applications_controller_test.rb
test/controllers/oauth2_authorizations_controller_test.rb
test/controllers/oauth2_authorized_applications_controller_test.rb
test/controllers/old_nodes_controller_test.rb
test/controllers/old_relation_members_controller_test.rb
test/controllers/old_relations_controller_test.rb
test/controllers/old_ways_controller_test.rb
test/controllers/passwords_controller_test.rb
test/controllers/preferences/advanced_preferences_controller_test.rb
test/controllers/preferences/basic_preferences_controller_test.rb
test/controllers/profiles/companies_controller_test.rb
test/controllers/profiles/descriptions_controller_test.rb
test/controllers/profiles/images_controller_test.rb
test/controllers/profiles/links_controller_test.rb
test/controllers/profiles/locations_controller_test.rb
test/controllers/redactions_controller_test.rb
test/controllers/relation_members_controller_test.rb
test/controllers/relations_controller_test.rb
test/controllers/reports_controller_test.rb
test/controllers/searches/latlon_queries_controller_test.rb
test/controllers/searches/nominatim_queries_controller_test.rb
test/controllers/searches/nominatim_reverse_queries_controller_test.rb
test/controllers/searches/queries_controller_test.rb
test/controllers/searches_controller_test.rb
test/controllers/sessions_controller_test.rb
test/controllers/share_panes_controller_test.rb
test/controllers/site_controller_test.rb
test/controllers/traces/data_controller_test.rb
test/controllers/traces/feeds_controller_test.rb
test/controllers/traces/icons_controller_test.rb
test/controllers/traces/pictures_controller_test.rb
test/controllers/traces_controller_test.rb
test/controllers/user_blocks/table_test_helper.rb
test/controllers/user_blocks_controller_test.rb
test/controllers/user_mutes_controller_test.rb
test/controllers/user_roles_controller_test.rb
test/controllers/users/changeset_comments_controller_test.rb
test/controllers/users/diary_comments_controller_test.rb
test/controllers/users/heatmaps_controller_test.rb
test/controllers/users/issued_blocks_controller_test.rb
test/controllers/users/lists_controller_test.rb
test/controllers/users/received_blocks_controller_test.rb
test/controllers/users/statuses_controller_test.rb
test/controllers/users_controller_test.rb
test/controllers/ways_controller_test.rb
test/factories/access_tokens.rb
test/factories/acls.rb
test/factories/changeset_comments.rb
test/factories/changeset_tags.rb
test/factories/changesets.rb
test/factories/diary_comments.rb
test/factories/diary_entries.rb
test/factories/diary_entry_subscriptions.rb
test/factories/follows.rb
test/factories/issue_comment.rb
test/factories/issues.rb
test/factories/languages.rb
test/factories/messages.rb
test/factories/node.rb
test/factories/node_tags.rb
test/factories/note_comments.rb
test/factories/note_subscriptions.rb
test/factories/notes.rb
test/factories/oauth_access_grant.rb
test/factories/oauth_access_token.rb
test/factories/oauth_applications.rb
test/factories/old_node.rb
test/factories/old_node_tags.rb
test/factories/old_relation.rb
test/factories/old_relation_member.rb
test/factories/old_relation_tags.rb
test/factories/old_way.rb
test/factories/old_way_node.rb
test/factories/old_way_tags.rb
test/factories/redaction.rb
test/factories/relation.rb
test/factories/relation_member.rb
test/factories/relation_tags.rb
test/factories/reports.rb
test/factories/social_link.rb
test/factories/tracepoints.rb
test/factories/traces.rb
test/factories/tracetags.rb
test/factories/user.rb
test/factories/user_blocks.rb
test/factories/user_mute.rb
test/factories/user_preferences.rb
test/factories/user_role.rb
test/factories/way.rb
test/factories/way_node.rb
test/factories/way_tags.rb
test/helpers/application_helper_test.rb
test/helpers/asset_helper_test.rb
test/helpers/browse_helper_test.rb
test/helpers/browse_tags_helper_test.rb
test/helpers/changesets_helper_test.rb
test/helpers/geocoder_helper_test.rb
test/helpers/issues_helper_test.rb
test/helpers/note_helper_test.rb
test/helpers/numbered_pagination_helper_test.rb
test/helpers/share_buttons_helper_test.rb
test/helpers/svg_helper_test.rb
test/helpers/title_helper_test.rb
test/helpers/user_blocks_helper_test.rb
test/helpers/user_helper_test.rb
test/integration/changeset_bbox_test.rb
test/integration/changeset_upload_download_test.rb
test/integration/compressed_requests_test.rb
test/integration/cors_test.rb
test/integration/login_test.rb
test/integration/node_versions_test.rb
test/integration/oauth2_test.rb
test/integration/page_locale_test.rb
test/integration/redirect_test.rb
test/integration/relation_versions_test.rb
test/integration/short_links_test.rb
test/integration/user_blocks_test.rb
test/integration/user_creation_test.rb
test/integration/user_diaries_test.rb
test/integration/user_terms_seen_test.rb
test/integration/way_versions_test.rb
test/jobs/trace_destroyer_job_test.rb
test/jobs/trace_importer_job_test.rb
test/lib/bounding_box_test.rb
test/lib/country_test.rb
test/lib/i18n_test.rb
test/lib/locale_test.rb
test/lib/nominatim_test.rb
test/lib/osm_community_index/resource_backend_test.rb
test/lib/osm_community_index_test.rb
test/lib/osm_test.rb
test/lib/password_hash_test.rb
test/lib/rich_text_test.rb
test/lib/short_link_test.rb
test/lib/utf8_test.rb
test/mailers/user_mailer_test.rb
test/models/acl_test.rb
test/models/changeset_comment_test.rb
test/models/changeset_tag_test.rb
test/models/changeset_test.rb
test/models/diary_comment_test.rb
test/models/diary_entry_test.rb
test/models/friend_test.rb
test/models/issue_comment_test.rb
test/models/issue_test.rb
test/models/language_test.rb
test/models/message_test.rb
test/models/node_tag_test.rb
test/models/node_test.rb
test/models/note_comment_test.rb
test/models/note_test.rb
test/models/old_node_tag_test.rb
test/models/old_node_test.rb
test/models/old_relation_tag_test.rb
test/models/old_relation_test.rb
test/models/old_way_tag_test.rb
test/models/old_way_test.rb
test/models/redaction_test.rb
test/models/relation_member_test.rb
test/models/relation_tag_test.rb
test/models/relation_test.rb
test/models/report_test.rb
test/models/social_link_test.rb
test/models/trace_test.rb
test/models/tracepoint_test.rb
test/models/tracetag_test.rb
test/models/user_mute_test.rb
test/models/user_preference_test.rb
test/models/user_test.rb
test/models/way_node_test.rb
test/models/way_tag_test.rb
test/models/way_test.rb
test/system/account_deletion_test.rb
test/system/account_home_test.rb
test/system/account_pd_declaration_test.rb
test/system/account_rename_test.rb
test/system/account_terms_test.rb
test/system/browse_comment_links_test.rb
test/system/changeset_comments_test.rb
test/system/changeset_elements_test.rb
test/system/changeset_test.rb
test/system/create_note_test.rb
test/system/dashboard_test.rb
test/system/diary_entry_test.rb
test/system/directions_test.rb
test/system/element_current_version_test.rb
test/system/element_history_test.rb
test/system/element_old_version_test.rb
test/system/embed_test.rb
test/system/fixthemap_test.rb
test/system/follows_test.rb
test/system/history_test.rb
test/system/index_test.rb
test/system/issues_test.rb
test/system/messages_test.rb
test/system/note_comments_test.rb
test/system/note_layer_test.rb
test/system/oauth2_test.rb
test/system/preferences_test.rb
test/system/profile_company_change_test.rb
test/system/profile_description_change_test.rb
test/system/profile_image_change_test.rb
test/system/profile_links_change_test.rb
test/system/profile_location_change_test.rb
test/system/query_features_test.rb
test/system/redaction_destroy_test.rb
test/system/report_diary_comment_test.rb
test/system/report_diary_entry_test.rb
test/system/report_note_test.rb
test/system/report_user_test.rb
test/system/resolve_note_test.rb
test/system/rich_text_test.rb
test/system/search_test.rb
test/system/select_language_test.rb
test/system/site_test.rb
test/system/user_blocks_test.rb
test/system/user_email_change_test.rb
test/system/user_login_test.rb
test/system/user_logout_test.rb
test/system/user_muting_test.rb
test/system/user_notes_test.rb
test/system/user_signup_test.rb
test/system/user_status_change_test.rb
test/system/user_suspension_test.rb
test/system/users_test.rb
test/system/view_communities_test.rb
test/teaspoon_env.rb
test/test_helper.rb
test/validators/characters_validator_test.rb
test/validators/whitespace_validator_test.rb