SimpleCloudNotifier/server
2022-12-14 18:43:32 +01:00
..
.idea TestData-Factory [WIP] 2022-12-09 00:13:10 +01:00
api Tests[CreateProUser] 2022-12-14 18:38:30 +01:00
cmd/scnserver Move to own sql abstraction on top of jmoiron/sqlx 2022-12-07 22:11:44 +01:00
common TestData-Factory [WIP] 2022-12-09 00:40:50 +01:00
db Only soft-delete messages 2022-12-14 12:29:55 +01:00
docs added template for new golang backend 2022-11-13 19:25:44 +01:00
google TestData-Factory [WIP] 2022-12-09 00:13:10 +01:00
jobs Only soft-delete messages 2022-12-14 12:29:55 +01:00
logic Move sq + ParseDurShortString() to goext and change conf values by env 2022-12-07 23:32:58 +01:00
models Tests[QuotaExeededNoPro] 2022-12-14 17:56:03 +01:00
push Tests[TestSendSimpleMessageJSON] 2022-11-30 17:58:04 +01:00
swagger Tests[CreateProUser] 2022-12-14 18:38:30 +01:00
test Tests[CreateProUser] 2022-12-14 18:38:30 +01:00
website Tests[SendWithPriority] 2022-11-30 21:39:14 +01:00
.gitignore added template for new golang backend 2022-11-13 19:25:44 +01:00
config.go Fix wrong env keys in config.go 2022-12-14 18:43:32 +01:00
Dockerfile switch to debian base-image (no more static linking) 2022-11-20 22:18:48 +01:00
go.mod Tests[CreateChannel, CreateChannelNameTooLong, ChannelNameNormalization] 2022-12-14 18:27:22 +01:00
go.sum Tests[CreateChannel, CreateChannelNameTooLong, ChannelNameNormalization] 2022-12-14 18:27:22 +01:00
Makefile Move to own sql abstraction on top of jmoiron/sqlx 2022-12-07 22:11:44 +01:00
README.md Tests[CreateProUser] 2022-12-14 18:38:30 +01:00
util.go DeliveryRetryJob 2022-11-20 15:40:22 +01:00

TODO


  • migration script for existing data

  • app-store link in HTML

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

  • tests (!)

  • deploy


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

  • (?) return subscribtions in list-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?)