sourcegraph/cmd
Milan Freml 6e3abcef6a
Fix Account Security Page (#45901)
* Show account security by default for all users

* Add graphql resolver to get public external account data

* Cleanup graphql resolver & incorporate PR feedback

* Cleanup UI

* Incorporate feedback from Petri

* Extend Provider interface with ExternalAccountData function

This way each provider is responsible for extracting the account data
from JSON blob that we store in the user_external_accounts table.

* Get provider by service type only

* Add graphql resolver test

* Update enterprise/cmd/frontend/internal/auth/oauth/provider.go

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>

* Add docstrings to graphql schema

* Attempt to fix UI unit test for password page

* Support bitbucket as well

* PR feedback

* Remove obsolete test

* Fix weird graphql typescript errors after recent merge from main

* Fix typescript complaining about wrong types

* Add redirect from the old password url to account security page

* Fix ESLint complaining about import order

* Try to fix the failing puppeteer test

* Fix puppeteer test not going to the right path :(

Co-authored-by: Thorsten Ball <mrnugget@gmail.com>
2023-01-18 12:36:18 +01:00
..
blobstore Use new alpine base image (#45937) 2022-12-22 19:57:05 +01:00
frontend Fix Account Security Page (#45901) 2023-01-18 12:36:18 +01:00
github-proxy Use new alpine base image (#45937) 2022-12-22 19:57:05 +01:00
gitserver all: update git to 2.39.1 (#46620) 2023-01-18 10:53:36 +02:00
loadtest Use new alpine base image (#45937) 2022-12-22 19:57:05 +01:00
migrator Use new alpine base image (#45937) 2022-12-22 19:57:05 +01:00
repo-updater permissions-center: fill reason of permission syncs. (#46568) 2023-01-17 17:33:00 +04:00
searcher remove beyang from CODENOTIFY files (#46182) 2023-01-06 09:13:47 -08:00
server all: update git to 2.39.1 (#46620) 2023-01-18 10:53:36 +02:00
sitemap logging: migrate to sglog (#45108) 2022-12-05 10:08:40 -05:00
symbols faster function-incomplete local dev builds without cgo (#46230) 2023-01-07 12:41:05 -08:00
worker webhooks: add outbound helpers (#46011) 2023-01-17 17:12:30 -08:00
README.md Reminder to keep architecture diagram in-sync (#36869) 2022-06-08 19:40:36 -07:00

This directory contains Sourcegraph services and binaries.

When a services is added, removed, or when a service's dependencies change, update our architecture diagram.