todo.sr.ht/api/graph
Thorben Günther 1f552accae parseColor: Fix panic in hex.Decode
An input like '#AAAAAAAA' causes hex.Decode to panic. While this
solution does not allow color codes with length 3, those return an error
in hex.Decode either way.
2022-03-14 12:25:24 +01:00
..
api API: Allow getting tickets from their scoped id 2022-02-01 09:28:45 +01:00
model API: Implement defaultACL 2022-02-01 09:28:46 +01:00
events.go go fmt 2022-02-01 09:28:45 +01:00
generate.go api: import github.com/99designs/gqlgen 2022-02-01 09:28:45 +01:00
mentions.go API: Fix nit with variable declarations 2022-02-01 09:28:46 +01:00
resolver.go parseColor: Fix panic in hex.Decode 2022-03-14 12:25:24 +01:00
schema.graphqls API: Allow getting tickets from their scoped id 2022-02-01 09:28:45 +01:00
schema.resolvers.go api/graph: Remove usage of database.Apply 2022-03-14 12:13:05 +01:00