Add tracking of OAuth app that posted a status, extend OAuth apps to have optional website field, add application details to API, show application name and website on detailed status views. Resolves #11
This commit is contained in:
parent
f63f0c4625
commit
d6bc0e8db4
13 changed files with 38 additions and 6 deletions
5
db/migrate/20170114194937_add_application_to_statuses.rb
Normal file
5
db/migrate/20170114194937_add_application_to_statuses.rb
Normal file
|
@ -0,0 +1,5 @@
|
|||
class AddApplicationToStatuses < ActiveRecord::Migration[5.0]
|
||||
def change
|
||||
add_column :statuses, :application_id, :int
|
||||
end
|
||||
end
|
Loading…
Add table
Add a link
Reference in a new issue