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/lib
ThibG 730c4053d6 Add ActivityPub actor representing the entire server (#11321)
* Add support for an instance actor

* Skip username validation for local Application accounts

* Add migration script to create instance actor

* Make Codeclimate happy

* Switch to id -99 for instance actor

* Remove unused `icon` and `image` attributes from instance actor

* Use if/elsif/else instead of return + ternary operator

* Add instance actor to fresh installs

* Use instance actor as instance representative

Use instance actor for forwarding reports, relay operations, and spam
auto-reporting.

* Seed database in test environment

* Fix single-user mode

* Fix tests

* Fix specs to accomodate for an extra `Account`

* Auto-reject follows on instance actor

Following an instance actor might make sense, but we are not handling that
right now, so auto-reject.

* Fix webfinger lookup and serialization for instance actor

* Rename instance actor

* Make it clear in the HTML view that the instance actor should not be blocked

* Raise cache time for instance actor as there's no dynamic content

* Re-use /about/more with a flash message for instance actor profile
6 years ago
..
activitypub Add ActivityPub actor representing the entire server (#11321) 6 years ago
connection_pool Add request pool to improve delivery performance (#10353) 6 years ago
ostatus Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
proof_provider Default to the web domain (eg. mastodon.lubar.me) instead of the local domain (eg. lubar.me) for keybase proofs (#10565) 6 years ago
settings Remove intermediary arrays when creating hash maps from results (#9291) 6 years ago
activity_tracker.rb Create Redisable#redis (#9633) 6 years ago
application_extension.rb Conditional validations no longer accept strings for if/unless (#3124) 8 years ago
delivery_failure_tracker.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 7 years ago
entity_cache.rb Remove intermediary arrays when creating hash maps from results (#9291) 6 years ago
exceptions.rb Detect and prevent image bombs, max. processable dimension 4096^2 (#7229) 7 years ago
extractor.rb Using double splat operator (#5859) 7 years ago
fast_geometry_parser.rb Fix avatar and header issues by using custom geometry detector (#6515) 7 years ago
feed_manager.rb Apply filters to poll options (#11174) 6 years ago
formatter.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
hash_object.rb Migrate from ledermann/rails-settings to rails-settings-cached which allows global settings 8 years ago
inline_renderer.rb Add conversations API (#8832) 6 years ago
language_detector.rb Change language detection to include hashtags as words (#11341) 6 years ago
potential_friendship_tracker.rb Create Redisable#redis (#9633) 6 years ago
proof_provider.rb Add Keybase integration (#10297) 6 years ago
request.rb Add HTTP signatures to all outgoing ActivityPub GET requests (#11284) 6 years ago
request_pool.rb Add request pool to improve delivery performance (#10353) 6 years ago
rss_builder.rb Add RSS feeds for end-users (#7259) 7 years ago
sanitize_config.rb Fix sanitizer making block level elements unreadable (#10836) 6 years ago
sidekiq_error_handler.rb Fix statsd UDP sockets not being cleaned up in Sidekiq (#11230) 6 years ago
spam_check.rb Add setting to disable the anti-spam (#11296) 6 years ago
status_filter.rb Fix n+1 queries in StatusThreadingConcern (#7321) 7 years ago
status_finder.rb Remove Atom feeds and old URLs in the form of `GET /:username/updates/:id` (#11247) 6 years ago
tag_manager.rb Refactor domain block checks (#11268) 6 years ago
themes.rb Add support for multiple themes (#4959) 7 years ago
user_settings_decorator.rb Add option to disable real-time updates in web UI (#9984) 6 years ago
webfinger_resource.rb Add ActivityPub actor representing the entire server (#11321) 6 years ago