]> gitweb.mndrdr.org Git - arelpe.git/commit
User styling, new migration for API key tracking
authorAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 03:10:52 +0000 (13:40 +1030)
committerAidan Cornelius-Bell <[email protected]>
Thu, 9 Jan 2025 03:10:52 +0000 (13:40 +1030)
commit72ceb0812a4ebdffcd5e94a798c169765f3d1e3d
tree97110ef3f6a7d6f8592c225410007d63f3fe11fd
parent7249b036a48cd29a0acd49c76e35035515c7fbb7
User styling, new migration for API key tracking
13 files changed:
app/assets/stylesheets/application.css
app/controllers/api/v2/api_controller.rb
app/models/api_key.rb
app/models/user.rb
app/views/devise/confirmations/new.html.erb
app/views/devise/passwords/new.html.erb
app/views/devise/registrations/edit.html.erb
app/views/devise/registrations/new.html.erb
app/views/devise/sessions/new.html.erb
app/views/devise/shared/_links.html.erb
app/views/devise/unlocks/new.html.erb
db/migrate/20250109020738_add_user_and_tracking_to_api_keys.rb [new file with mode: 0644]
db/schema.rb