You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
8 years ago
..
concerns
form
web
account.rb Extract error messages to locale file (#2162) 8 years ago
account_filter.rb
application_record.rb
block.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 8 years ago
domain_block.rb
export.rb
favourite.rb Required foreign keys (#2003) 8 years ago
feed.rb
follow.rb
follow_request.rb
import.rb
media_attachment.rb Fix #2108 - Fix gif uploads (#2171) 8 years ago
mention.rb
mute.rb Rename cache key to exclude_account_ids_for:id, adjust formatting 8 years ago
notification.rb
preview_card.rb
remote_follow.rb strip leading & trailing spaces from remote follow acct (#997) (#2321) 8 years ago
report.rb
report_filter.rb Admin reports with accounts (#2092) 8 years ago
setting.rb
status.rb ActivityPub: Add basic, read-only support for Outboxes, Notes, and Create/Announce Activities (#2197) 8 years ago
stream_entry.rb
subscription.rb Required foreign keys (#2003) 8 years ago
tag.rb
user.rb Admin UI for confirming users (#2245) 8 years ago
web.rb