listmonk/cmd
Kailash Nadh 496c89a461 Apply minor refactor in query loading logic and add missing queries.
- Remove statically hardcoded file names to globbing.
- Merge superfluous query reading functions.
- Retain old queryPath variable, readQueries() function name and the path arg.
2025-11-22 13:22:15 +05:30
..
admin.go Add support for built-in ALTCHA CAPTCHA implementation. 2025-08-16 16:48:20 +05:30
archive.go Clean up main initialization to remove app interdepencies in init. 2025-04-06 00:28:35 +05:30
auth.go Add 2FA TOTP support for authentication. 2025-11-20 23:23:54 +05:30
bounce.go Add subsriber blocklisting on the bounces UI (#2409) 2025-08-01 23:21:25 +05:30
campaigns.go Default body_source to null instead of empty string in non-visual campaigns. 2025-04-28 22:56:59 +05:30
events.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
handlers.go Add 2FA TOTP support for authentication. 2025-11-20 23:23:54 +05:30
i18n.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
import.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
init.go Apply minor refactor in query loading logic and add missing queries. 2025-11-22 13:22:15 +05:30
install.go Apply minor refactor in query loading logic and add missing queries. 2025-11-22 13:22:15 +05:30
lists.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30
main.go Apply minor refactor in query loading logic and add missing queries. 2025-11-22 13:22:15 +05:30
maintenance.go Move all HTTP handlers directly to App and remove the redundant in-between layer. 2025-04-05 19:24:25 +05:30
manager_store.go Fix a number of cosmetic inconsistenies across handlers and functions. 2025-04-05 13:41:31 +05:30
media.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30
public.go Suppress optin e-mail send errors on subscriber insert/edit APIs. 2025-09-09 21:12:01 +05:30
roles.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30
settings.go Add CORS configuration to security settings. 2025-10-25 14:33:25 +05:30
subscribers.go feat: add subscriber activity tracking UI in admin panel (#2756) 2025-11-18 22:22:16 +05:30
templates.go Fix broken template funcs in visual campaign update. 2025-05-24 17:22:41 +05:30
tx.go Fix tx handler incorrectly sanitizing subscriber_emails[]. Closes #2726. 2025-10-25 17:36:50 +05:30
updates.go Refactor all HTTP handlers and attach them to a single struct. 2025-04-05 15:42:35 +05:30
upgrade.go Add CORS configuration to security settings. 2025-10-25 14:33:25 +05:30
users.go Add 2FA TOTP support for authentication. 2025-11-20 23:23:54 +05:30
utils.go Remove repetitive URL param :id validation and simplify handlers. 2025-04-06 14:01:21 +05:30