+45
-1
appview/db/email.go
+45
-1
appview/db/email.go
······
+5
-2
appview/pages/pages.go
+5
-2
appview/pages/pages.go
·········
+6
-1
appview/pages/templates/repo/commit.html
+6
-1
appview/pages/templates/repo/commit.html
···-<a href="mailto:{{ $commit.Author.Email }}" class="no-underline hover:underline text-gray-500">{{ $commit.Author.Name }}</a>+<a href="/@{{ $handle }}" class="no-underline hover:underline text-gray-500">@{{ $handle }}</a>+<a href="mailto:{{ $commit.Author.Email }}" class="no-underline hover:underline text-gray-500">{{ $commit.Author.Name }}</a>
+3
-2
appview/pages/templates/repo/index.html
+3
-2
appview/pages/templates/repo/index.html
···
+18
appview/pages/templates/repo/log.html
+18
appview/pages/templates/repo/log.html
······
+4
-10
appview/pages/templates/settings.html
+4
-10
appview/pages/templates/settings.html
···+<p class="mb-8">SSH public keys added here will be broadcasted to knots that you are a member of, <br> allowing you to push to repositories there.</p>·········+<p class="mb-8">Commits authored using emails listed here will be associated with your Tangled profile.</p>······
+12
-56
appview/state/repo.go
+12
-56
appview/state/repo.go
············
+113
appview/state/repo_util.go
+113
appview/state/repo_util.go
···
+3
-45
appview/state/state.go
+3
-45
appview/state/state.go
·········-recordURL := fmt.Sprintf("%s/xrpc/com.atproto.repo.getRecord?repo=%s&collection=app.bsky.actor.profile&rkey=self", pds, did)