aboutsummaryrefslogtreecommitdiff
path: root/cgi/servers.go (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2023-01-04back to PKIXJulio Capote1-1/+1
2023-01-04replace newlinesJulio Capote1-7/+3
2023-01-04ensure decoded pem object is an rsa pubkeyJulio Capote1-2/+10
2023-01-04use ParsePKIXPublicKey insteadJulio Capote1-1/+1
2023-01-04decode pem key firstJulio Capote1-3/+4
2023-01-04attempt at verifying follow requestsJulio Capote1-3/+7
2023-01-04try to resolve publickey jsonJulio Capote1-3/+17
2023-01-04fix typoJulio Capote1-1/+1
2023-01-04ask for json backJulio Capote1-1/+5
2023-01-04fix nilJulio Capote1-1/+1
2023-01-04start of remote public key fetchingJulio Capote2-6/+40
2023-01-04typoJulio Capote1-1/+1
2023-01-04content or description, add logging to cgi handlersJulio Capote1-11/+22
2023-01-04render publickeypem in actor endpointsJulio Capote3-2/+54
2023-01-04wsJulio Capote1-0/+1
2023-01-04start of keypair model and persisting keypairsJulio Capote9-31/+153
2023-01-03Revert "try person instead"Julio Capote1-1/+1
2023-01-03add extra href to webfingerJulio Capote1-5/+12
2023-01-02try person insteadJulio Capote1-1/+1
2023-01-02adjust content typesJulio Capote1-1/+2
2023-01-02add webfinger alias for actor profile page and add attributedTo to outboxJulio Capote2-5/+11
2023-01-02return ordered collection for outbox instead of pageJulio Capote4-70/+10
2023-01-02fix webfingerJulio Capote3-28/+41
2023-01-02rename profile to actorJulio Capote3-4/+4
2023-01-02clean up error/response/not found handlingJulio Capote3-48/+37
2023-01-02fix activity and note viewsJulio Capote4-102/+103
2023-01-02refactor create and note objects in viewsJulio Capote1-47/+88
2023-01-02fill out rest of fieldsJulio Capote1-0/+12
2023-01-02followers and following endpointsJulio Capote5-17/+140
2023-01-02clean up urls, scheme:host:port now configurableJulio Capote2-26/+16
2023-01-02execute tick on boot, add real world handler exampleJulio Capote3-11/+36
2023-01-02logging cleanupJulio Capote2-6/+6
2023-01-02working dedupJulio Capote8-22/+68