listmonk/cmd
2024-11-05 00:18:22 +05:30
..
admin.go
archive.go
auth.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
bounce.go
campaigns.go
events.go
handlers.go Fix broken individual list GET API. Closes #2117. 2024-10-29 10:17:05 +05:30
i18n.go
import.go
init.go Remove redundant campaign manager config validations (#2095) 2024-10-27 17:25:48 +05:30
install.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
lists.go Replace hardcoded perm literal with const. 2024-10-20 23:50:06 +05:30
main.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
maintenance.go
manager_store.go Fix and refactor subscriber batch fetching in campaign processing. 2024-10-13 17:03:59 +05:30
media.go
notifications.go
public.go Fix list auth by adding an explicit 'getAll' flag to query. 2024-10-13 17:03:59 +05:30
roles.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
settings.go
subscribers.go Reject blocklist-by-query API requests with no query. 2024-11-05 00:18:22 +05:30
templates.go
tx.go
updates.go Fix update check looping on failed HTTP requests. 2024-10-13 16:59:52 +05:30
upgrade.go Rename migration to v4.0.0 2024-10-13 17:03:59 +05:30
users.go Add first-time Super Admin setup UI on fresh install. 2024-10-26 19:47:01 +05:30
utils.go