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/spec/lib
Eugen Rochko 9c4cbdbafb
Add Keybase integration (#10297)
* create account_identity_proofs table

* add endpoint for keybase to check local proofs

* add async task to update validity and liveness of proofs from keybase

* first pass keybase proof CRUD

* second pass keybase proof creation

* clean up proof list and add badges

* add avatar url to keybase api

* Always highlight the “Identity Proofs” navigation item when interacting with proofs.

* Update translations.

* Add profile URL.

* Reorder proofs.

* Add proofs to bio.

* Update settings/identity_proofs front-end.

* Use `link_to`.

* Only encode query params if they exist.

URLs without params had a trailing `?`.

* Only show live proofs.

* change valid to active in proof list and update liveness before displaying

* minor fixes

* add keybase config at well-known path

* extremely naive feature flagging off the identity proof UI

* fixes for rubocop

* make identity proofs page resilient to potential keybase issues

* normalize i18n

* tweaks for brakeman

* remove two unused translations

* cleanup and add more localizations

* make keybase_contacts an admin setting

* fix ExternalProofService my_domain

* use Addressable::URI in identity proofs

* use active model serializer for keybase proof config

* more cleanup of keybase proof config

* rename proof is_valid and is_live to proof_valid and proof_live

* cleanup

* assorted tweaks for more robust communication with keybase

* Clean up

* Small fixes

* Display verified identity identically to verified links

* Clean up unused CSS

* Add caching for Keybase avatar URLs

* Remove keybase_contacts setting
6 years ago
..
activitypub Set and store report URIs (#10303) 6 years ago
ostatus rubocop issues - Cleaning up (#8912) 6 years ago
proof_provider/keybase Add Keybase integration (#10297) 6 years ago
settings Add a test for Settings::Extend#settings (#5720) 7 years ago
delivery_failure_tracker_spec.rb After 7 days of repeated delivery failures, give up on inbox (#5131) 7 years ago
extractor_spec.rb Spec Extractor (#3540) 8 years ago
feed_manager_spec.rb Add scheduled statuses (#9706) 6 years ago
formatter_spec.rb Fix URL linkifier grabbing full-width spaces and quotations (#9997) 6 years ago
hash_object_spec.rb Spec HashObject (#3544) 8 years ago
language_detector_spec.rb Fix language detection of non-latin alphabets even at few characters (#10276) 6 years ago
request_spec.rb Fix connect timeout not being enforced (#9329) 6 years ago
status_filter_spec.rb Fix regression from #3490 - filter out hidden statuses from ancestors/descendants even if the viewer is anonymous (#3752) 8 years ago
status_finder_spec.rb Add tests for embeds controller (#7719) 7 years ago
tag_manager_spec.rb Append '.test' to hostname in stub data (#7260) 7 years ago
user_settings_decorator_spec.rb Enable updating additional account information from user preferences via rest api (#6789) 7 years ago
webfinger_resource_spec.rb Fix randomly fail (regression from #3560) (#3580) 8 years ago