listmonk/cmd
Kailash Nadh 4eabd967d8 Refactor update check.
- Switch away from GitHub releases API to a statically hosted custom
  JSON message to include richer data.
- Instead of checking 24 hours post-boot, check 15 mins later post boot
  and then every 24 hours.
- Add provision for messages to display on the admin dashboard to
  communicate important / urgent announcements.
  (Fingers crossed, this never has to be used!)
2024-10-13 16:59:52 +05:30
..
admin.go
archive.go
auth.go
bounce.go
campaigns.go Increase campaign subject char limit. Closes #1909. 2024-07-17 19:38:11 +05:30
events.go
handlers.go
i18n.go
import.go
init.go
install.go
lists.go Add tag/type/optin filter options to lists and campaigns APIs. Closes #1631. 2023-12-23 14:45:55 +05:30
main.go
maintenance.go
manager_store.go
media.go
notifications.go
public.go
roles.go
settings.go
subscribers.go
templates.go
tx.go
updates.go Refactor update check. 2024-10-13 16:59:52 +05:30
upgrade.go
users.go
utils.go