]> cat aescling's git repositories - mastodon.git/commit
Adding reblogs, favourites, improving atom generation
authorEugen Rochko <eugen@zeonfederated.com>
Tue, 23 Feb 2016 18:17:37 +0000 (19:17 +0100)
committerEugen Rochko <eugen@zeonfederated.com>
Tue, 23 Feb 2016 18:17:37 +0000 (19:17 +0100)
commitfa33750105389110a3395ca19167f789d21a149e
tree4b121a067ad46be5189301a2e3e3b2bcef8d6426
parent3b0bc18db928c455186273d9b9aa5b96d91e035e
Adding reblogs, favourites, improving atom generation
19 files changed:
app/controllers/profile_controller.rb
app/helpers/atom_helper.rb
app/models/account.rb
app/models/favourite.rb [new file with mode: 0644]
app/models/follow.rb
app/models/status.rb
app/models/stream_entry.rb
app/services/follow_remote_account_service.rb
app/services/process_interaction_service.rb
app/views/atom/entry.xml.ruby
app/views/atom/user_stream.xml.ruby
config/routes.rb
db/migrate/20160223162837_add_metadata_to_statuses.rb [new file with mode: 0644]
db/migrate/20160223164502_make_uris_nullable_in_statuses.rb [new file with mode: 0644]
db/migrate/20160223165723_add_url_to_statuses.rb [new file with mode: 0644]
db/migrate/20160223165855_add_url_to_accounts.rb [new file with mode: 0644]
db/migrate/20160223171800_create_favourites.rb [new file with mode: 0644]
db/schema.rb
spec/models/favourite_spec.rb [new file with mode: 0644]