SimpleCloudNotifier/scnserver
2022-12-22 16:51:04 +01:00
..
.idea move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
api Fix SQL unmarshalling of optional nested structs (LEFT JOIN) 2022-12-22 12:43:40 +01:00
cmd/scnserver move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
db Fix sql-preprocessor leading to deadlocks in parallel requests 2022-12-22 16:51:04 +01:00
google move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
jobs move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
logic Save internal_name and display_name in channel 2022-12-22 11:22:36 +01:00
models Fix SQL unmarshalling of optional nested structs (LEFT JOIN) 2022-12-22 12:43:40 +01:00
push move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
swagger Fix SQL unmarshalling of optional nested structs (LEFT JOIN) 2022-12-22 12:43:40 +01:00
test Fix sql-preprocessor leading to deadlocks in parallel requests 2022-12-22 16:51:04 +01:00
website move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
.gitignore move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
config.go move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
Dockerfile move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
go.mod Fix SQL unmarshalling of optional nested structs (LEFT JOIN) 2022-12-22 12:43:40 +01:00
go.sum Fix SQL unmarshalling of optional nested structs (LEFT JOIN) 2022-12-22 12:43:40 +01:00
init.go move server/* to scnserver/* 2022-12-21 12:35:56 +01:00
Makefile Added a SQL-Preprocessor - this way we can unmarshal recursive structures (LEFT JOIN etc) 2022-12-21 18:14:13 +01:00
README.md Fix SQL unmarshalling of optional nested structs (LEFT JOIN) 2022-12-22 12:43:40 +01:00
util.go move server/* to scnserver/* 2022-12-21 12:35:56 +01:00

TODO


  • migration script for existing data

  • app-store link in HTML

  • route to re-check all pro-token (for me)

  • tests (!)

  • deploy

  • diff my currently used scnsend script vs the one in the docs here

  • Pagination for ListChannels / ListSubscriptions / ListClients / ListChannelSubscriptions / ListUserSubscriptions


  • in my script: use (backupname || hostname) for sendername

  • (?) default-priority for channels

  • (?) ack/read deliveries && return ack-count (? or not, how to query?)

  • (?) "login" on website and list/search/filter messages

  • (?) make channels deleteable (soft-delete) (what do with messages in channel?)