Go to file
Conrad Hoffmann e5e8717908 api: fix & rename UpdateSSHKey mutation
It currently updates the key creation date. Instead, have it update the
last_used date. Rename it, to make its purposes more clear, and make it
internal, as its only intended use-case is to let the login scripts
update the last_used date. There is no reason to let users mess with
this.
2023-12-04 10:27:48 +01:00
.builds Upgrade to Alpine 3.17 2023-03-22 10:20:18 +01:00
_static Update git.jpg and repo link 2018-11-15 18:53:01 -05:00
api api: fix & rename UpdateSSHKey mutation 2023-12-04 10:27:48 +01:00
contrib/key-expiration contrib/key-expiration: update to latest go-crypto 2022-09-22 10:58:14 +02:00
metasrht Add support for OAuth 2 refresh tokens 2023-12-04 10:27:36 +01:00
scripts revoke-expired-tokens: fix typo 2019-11-20 14:27:04 -05:00
scss Implement self-service account deletion 2022-11-08 12:24:34 +01:00
.gitignore Revert "api/graph: Enable GraphQL federation" 2022-08-06 21:36:10 +02:00
LICENSE Read oauth aliases from config 2017-04-09 14:03:50 -04:00
Makefile Revert "makefile: don't re-generate if unchanged" 2023-09-14 14:29:04 +02:00
README.md Add README.md 2019-01-08 18:09:26 -05:00
config.example.ini all: drop support for user invites 2023-02-13 10:16:33 +01:00
go.mod Move go.mod to root 2023-04-11 14:50:11 +02:00
go.sum Move go.mod to root 2023-04-11 14:50:11 +02:00
metasrht-daily billing: don't try to charge admins 2023-04-11 14:50:30 +02:00
metasrht-initdb add database stamp for core.sr.ht 2020-08-11 10:46:27 -04:00
metasrht-manageuser all: drop support for user invites 2023-02-13 10:16:33 +01:00
metasrht-migrate Migrate to sr.ht-operated alembic 2018-12-31 11:27:38 -05:00
run.py Use new way to run debug/local services 2019-01-13 09:32:36 -05:00
schema.sql Add support for OAuth 2 refresh tokens 2023-12-04 10:27:36 +01:00
setup.py Switch invoice download to API endpoint 2023-02-24 12:57:27 +01:00
static Move templates and static into module 2017-04-02 10:54:09 -04:00

README.md

This repository contains the code for the sr.ht account management & billing service. For instructions on deploying or contributing to this project, visit the manual here:

https://man.sr.ht/meta.sr.ht/installation.md