mastodon/app/controllers
Eugen Rochko 9c4cbdbafb
Add Keybase integration ()
* 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
2019-03-18 21:00:55 +01:00
..
activitypub Add specs for activitypub collections controller () 2018-12-10 21:39:25 +01:00
admin Admission-based registrations mode () 2019-03-14 05:28:30 +01:00
api Add Keybase integration () 2019-03-18 21:00:55 +01:00
auth Admission-based registrations mode () 2019-03-14 05:28:30 +01:00
concerns Admission-based registrations mode () 2019-03-14 05:28:30 +01:00
oauth Fix authorized applications list page design () 2019-02-04 22:25:42 +01:00
settings Add Keybase integration () 2019-03-18 21:00:55 +01:00
well_known Add Keybase integration () 2019-03-18 21:00:55 +01:00
about_controller.rb Redesign landing page () 2019-03-12 17:34:00 +01:00
account_follow_controller.rb Restful refactor of accounts/ routes () 2017-04-19 13:52:37 +02:00
account_unfollow_controller.rb Restful refactor of accounts/ routes () 2017-04-19 13:52:37 +02:00
accounts_controller.rb Reduce server load caused by anonymous viewing. () 2019-03-17 15:39:25 +01:00
application_controller.rb Reduce server load caused by anonymous viewing. () 2019-03-17 15:39:25 +01:00
authorize_interactions_controller.rb Add remote interaction dialog for toots () 2018-08-18 03:03:12 +02:00
custom_css_controller.rb Add admin custom CSS setting () 2018-08-24 04:33:27 +02:00
directories_controller.rb Fix directory showing tags that have no currently eligible accounts () 2019-01-20 12:56:53 +01:00
emojis_controller.rb Unuse ActiveRecord::Base#cache_key () 2018-08-19 15:52:38 +02:00
filters_controller.rb Set @body_classes to admin layout () 2018-10-25 00:10:01 +02:00
follower_accounts_controller.rb Reduce server load caused by anonymous viewing. () 2019-03-17 15:39:25 +01:00
following_accounts_controller.rb Add preference to hide following/followers lists () 2018-05-18 02:26:51 +02:00
home_controller.rb Ensure single user is a local user (fixes ) () 2018-08-11 11:53:10 +02:00
intents_controller.rb Add remote interaction dialog for toots () 2018-08-18 03:03:12 +02:00
invites_controller.rb Set @body_classes to admin layout () 2018-10-25 00:10:01 +02:00
manifests_controller.rb Make Chrome splash screen same color as web UI's background color () 2017-10-02 01:23:32 +02:00
media_controller.rb fix CSP / X-Frame-Options for media embeds () 2018-12-18 16:40:30 +01:00
media_proxy_controller.rb Raise Mastodon::RaceConditionError if Redis lock failed () 2018-05-16 12:29:45 +02:00
public_timelines_controller.rb Redesign landing page () 2019-03-12 17:34:00 +01:00
relationships_controller.rb Add dormant filter to relationship manager, rename other filters () 2019-03-18 03:53:17 +01:00
remote_follow_controller.rb Add remote interaction dialog for toots () 2018-08-18 03:03:12 +02:00
remote_interaction_controller.rb Change remote interaction dialog to use specific actions () 2019-01-07 15:36:26 +01:00
remote_unfollows_controller.rb Add tests for remote_unfollows_controller () 2018-06-24 19:55:55 +09:00
shares_controller.rb Add REST API for Web Push Notifications subscriptions () 2018-05-11 11:49:12 +02:00
statuses_controller.rb Reduce server load caused by anonymous viewing. () 2019-03-17 15:39:25 +01:00
stream_entries_controller.rb Fix "Show more" URL on paginated threads for remote statuses () 2018-04-30 01:59:42 +02:00
tags_controller.rb Fix tagged param not being normalized before querying tags () 2019-03-13 13:02:13 +01:00