]> cat aescling's git repositories - mastodon.git/commit
Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app
authorEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Sep 2016 21:55:21 +0000 (23:55 +0200)
committerEugen Rochko <eugen@zeonfederated.com>
Mon, 26 Sep 2016 21:56:53 +0000 (23:56 +0200)
commit7e14eefc819ce27f45406452a4f8e2039d0f0886
treea58bb240cff3a247b154362a0106369789a04ad1
parent210362e66578dae32cbf169884d3c2905fe32cb7
Replace logo, fix #57 - delete/unreblog/unfavourite API, fix #45 - app
registration API
27 files changed:
app/assets/images/logo.png [new file with mode: 0644]
app/assets/javascripts/components/actions/interactions.jsx
app/assets/stylesheets/application.scss
app/controllers/api/apps_controller.rb [new file with mode: 0644]
app/controllers/api/statuses_controller.rb
app/controllers/api_controller.rb
app/controllers/auth/sessions_controller.rb
app/controllers/home_controller.rb
app/controllers/oauth/applications_controller.rb [deleted file]
app/helpers/api/apps_helper.rb [new file with mode: 0644]
app/helpers/oauth/applications_helper.rb [deleted file]
app/services/unfavourite_service.rb [new file with mode: 0644]
app/views/api/apps/create.rabl [new file with mode: 0644]
app/views/application/_logo.html.erb [deleted file]
app/views/layouts/auth.html.haml
config/application.rb
config/initializers/doorkeeper.rb
config/routes.rb
db/migrate/20160926213048_remove_owner_from_application.rb [new file with mode: 0644]
db/schema.rb
public/favicon.ico
spec/controllers/api/apps_controller_spec.rb [new file with mode: 0644]
spec/controllers/api/statuses_controller_spec.rb
spec/controllers/auth/sessions_controller_spec.rb
spec/controllers/oauth/applications_controller_spec.rb [deleted file]
spec/helpers/api/apps_helper_spec.rb [new file with mode: 0644]
spec/helpers/oauth/applications_helper_spec.rb [deleted file]