1
0
Fork 0
mirror of https://git.sr.ht/~sircmpwn/core-go synced 2024-12-03 01:59:48 +01:00
No description
Find a file
Robin Jarry 562662dcaf graphql: add support for multipart file uploads
Inspire from the python implementation in core.sr.ht.

Link: https://git.sr.ht/~sircmpwn/core.sr.ht/tree/7bcbc8ba8f4e/item/srht/graphql/client.py
Signed-off-by: Robin Jarry <robin@jarry.cc>
2024-11-26 09:20:24 +01:00
.builds .builds/alpine.yml: upgrade to Alpine 3.20 2024-11-13 14:50:43 +01:00
auth auth: reduce scope of user_type 2024-11-22 15:33:36 +01:00
client graphql: add support for multipart file uploads 2024-11-26 09:20:24 +01:00
cmd/token go fmt 2021-08-26 13:56:41 +02:00
config config: decouple file loading from crypto init 2024-11-20 11:07:16 +01:00
crypto auth: s/OAuth2Token/BearerToken/g 2021-07-29 10:37:48 +02:00
database database: don't panic on context.DeadlineExceeded 2023-11-30 11:31:27 +01:00
email email: set Content-Type to format=flowed 2024-11-18 15:14:21 +01:00
model crypto: harden API surface 2021-01-07 09:38:30 -05:00
redis redis: use UniveralClient, support sentinel mode 2024-11-13 14:56:44 +01:00
s3 s3: add Enabled 2024-02-02 12:08:06 +01:00
server redis: use UniveralClient, support sentinel mode 2024-11-13 14:56:44 +01:00
valid valid: Add Error function 2022-03-14 12:20:44 +01:00
webhooks webhooks: do not crash when expire is NULL 2024-11-25 15:36:00 +01:00
.gitignore Initial commit 2020-08-20 09:59:23 -04:00
go.mod Upgrade Go, go mod tidy, build on Alpine 3.20 2024-11-13 14:56:55 +01:00
go.sum Upgrade Go, go mod tidy, build on Alpine 3.20 2024-11-13 14:56:55 +01:00
LICENSE Initial commit 2020-08-20 09:59:23 -04:00
placeholder.go Initial commit 2020-08-20 09:59:23 -04:00
README.md README.md: add build badge 2020-10-10 11:28:51 -04:00

This repository contains code shared among all Go sr.ht projects. For instructions on deploying or contributing to this project, visit the manual here:

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

builds.sr.ht status