mastodon/app/models
Evan Minto 66fd8e7821 ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197)
* Clean up collapsible components

* Expose user Outboxes and AS2 representations of statuses

* Save work thus far.

* Fix bad merge.

* Save my work

* Clean up pagination.

* First test working.

* Add tests.

* Add Forbidden error template.

* Revert yarn.lock changes.

* Fix code style deviations and use localized instead of hardcoded English text.
2017-04-23 05:21:10 +02:00
..
concerns Remove .keep in models (#1892) 2017-04-16 16:28:52 +02:00
form
web
account.rb Extract error messages to locale file (#2162) 2017-04-19 22:19:32 +02:00
account_filter.rb Admin accounts controller cleanup (#1664) 2017-04-13 13:04:23 +02:00
application_record.rb
block.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 2017-04-18 01:14:02 +02:00
domain_block.rb I18n health warnings (#1949) 2017-04-16 19:37:01 +02:00
export.rb
favourite.rb Required foreign keys (#2003) 2017-04-17 15:54:33 +02:00
feed.rb
follow.rb
follow_request.rb
import.rb Add presence validation to Import (#1928) 2017-04-16 16:28:26 +02:00
media_attachment.rb Fix #2108 - Fix gif uploads (#2171) 2017-04-19 23:21:00 +02:00
mention.rb
mute.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 2017-04-18 01:14:02 +02:00
notification.rb
preview_card.rb
remote_follow.rb strip leading & trailing spaces from remote follow acct (#997) (#2321) 2017-04-22 15:08:30 +02:00
report.rb Admin reports controller improvements (#1714) 2017-04-14 11:10:28 +02:00
report_filter.rb Admin reports with accounts (#2092) 2017-04-18 19:36:18 +02:00
setting.rb
status.rb ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197) 2017-04-23 05:21:10 +02:00
stream_entry.rb
subscription.rb Required foreign keys (#2003) 2017-04-17 15:54:33 +02:00
tag.rb
user.rb Admin UI for confirming users (#2245) 2017-04-23 04:43:42 +02:00
web.rb