]> cat aescling's git repositories - mastodon.git/commit
Bind oauth applications to users
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 14 Mar 2016 16:49:13 +0000 (17:49 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 14 Mar 2016 16:49:13 +0000 (17:49 +0100)
commit6fec8afc3f91166930c8b4dfca441a5a70a24d5b
tree4cd02810b87de1dccf7b96630910921d76357921
parent25d7c1b6eaf03ddaec892c82f7d93a128b79a872
Bind oauth applications to users
12 files changed:
app/assets/javascripts/oauth/applications.coffee [new file with mode: 0644]
app/assets/stylesheets/dashboard.scss
app/assets/stylesheets/oauth/applications.scss [new file with mode: 0644]
app/controllers/oauth/applications_controller.rb [new file with mode: 0644]
app/helpers/oauth/applications_helper.rb [new file with mode: 0644]
app/models/user.rb
config/initializers/doorkeeper.rb
config/routes.rb
db/migrate/20160314164231_add_owner_to_application.rb [new file with mode: 0644]
db/schema.rb
spec/controllers/oauth/applications_controller_spec.rb [new file with mode: 0644]
spec/helpers/oauth/applications_helper_spec.rb [new file with mode: 0644]