]> git.openstreetmap.org Git - rails.git/commit
Limit new trace uploads to trackable and identifiable
authorRub21 <rub2106@gmail.com>
Wed, 15 Jul 2026 15:09:09 +0000 (10:09 -0500)
committerRub21 <rub2106@gmail.com>
Fri, 24 Jul 2026 15:17:13 +0000 (10:17 -0500)
commit18b5d3c605196ff65e06dc02a3713ede1ac7b5bb
tree6526399c7c2aec4d5e40b9dde56f44fd1b02bad8
parent192394b35ba2725b32315c5bc3722cae95661bef
Limit new trace uploads to trackable and identifiable
22 files changed:
.rubocop_todo.yml
app/controllers/api/traces_controller.rb
app/controllers/traces_controller.rb
app/helpers/trace_helper.rb
app/models/trace.rb
app/models/user.rb
app/views/traces/edit.html.erb
app/views/traces/new.html.erb
config/locales/en.yml
test/controllers/api/tracepoints_controller_test.rb
test/controllers/api/traces/data_controller_test.rb
test/controllers/api/traces_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/factories/traces.rb
test/helpers/trace_helper_test.rb [new file with mode: 0644]
test/models/trace_test.rb
test/models/user_test.rb