sharded-gotify/api
Jannis Mattheis d45e0da6a8 Allow delete for > uint32 ids
For ids uint is used, this is platform specific and either uint32
or uint64. The parsing for parameters in the api expected the ids to
have 32bit size.

I thought about changing all our ids to int64 but we sadly have one uint
usage in the plugin api:
b0e2eca8e3/plugin.go (L13-L14)
2020-07-01 19:44:06 +02:00
..
stream Use v2 in package path 2020-05-08 10:43:17 +02:00
application.go Use int64 as input 2020-06-24 18:32:35 +02:00
application_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00
client.go Use int64 as input 2020-06-24 18:32:35 +02:00
client_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00
errorHandling.go Return 500 server error on database failures (#191) 2019-05-25 08:37:24 +02:00
errorHandling_test.go Return 500 server error on database failures (#191) 2019-05-25 08:37:24 +02:00
health.go Use v2 in package path 2020-05-08 10:43:17 +02:00
health_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00
internalutil.go Allow delete for > uint32 ids 2020-07-01 19:44:06 +02:00
message.go Use int64 as input 2020-06-24 18:32:35 +02:00
message_test.go Don't use id provided from POST /message api 2020-06-23 18:39:43 +02:00
plugin.go Use int64 as input 2020-06-24 18:32:35 +02:00
plugin_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00
tokens.go Use v2 in package path 2020-05-08 10:43:17 +02:00
tokens_test.go Use crypto/rand for token generation (#161) 2019-03-16 11:10:28 +01:00
user.go Use int64 as input 2020-06-24 18:32:35 +02:00
user_test.go Use v2 in package path 2020-05-08 10:43:17 +02:00