]> cat aescling's git repositories - mastodon.git/commit
Customized more doorkeeper views, only logged in users can create oauth apps
authorEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Mar 2016 18:46:06 +0000 (19:46 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Sat, 12 Mar 2016 18:46:06 +0000 (19:46 +0100)
commit1aa477ac2f0e9195497899691bb5cc16a7034c01
treec331188d6955cbdd12e78bc6ccdb2329b5dddf67
parentaab9f57e369c492bad03bcf15411394897314b4d
Customized more doorkeeper views, only logged in users can create oauth apps
16 files changed:
app/assets/stylesheets/application.scss
app/assets/stylesheets/dashboard.scss
app/assets/stylesheets/home.scss
app/controllers/home_controller.rb
app/helpers/application_helper.rb
app/services/precompute_feed_service.rb
app/views/doorkeeper/applications/index.html.erb [deleted file]
app/views/doorkeeper/applications/index.html.haml [new file with mode: 0644]
app/views/doorkeeper/authorized_applications/_delete_form.html.erb [deleted file]
app/views/doorkeeper/authorized_applications/_delete_form.html.haml [new file with mode: 0644]
app/views/doorkeeper/authorized_applications/index.html.erb [deleted file]
app/views/doorkeeper/authorized_applications/index.html.haml [new file with mode: 0644]
app/views/home/index.html.haml
app/views/layouts/dashboard.html.haml
config/initializers/doorkeeper.rb
config/routes.rb