High performance, self-hosted, newsletter and mailing list manager with a modern dashboard. Single binary app.
Find a file
Kailash Nadh ac8c7ed93b Add custom theme overhaul
- Use 'config-overrides.js' with less loader to load ant.design's less files instead of the compiled css to override theme variables
- Change logo, favicon, and primary theme colours
- Add pageTitle() to App() to let components set page titles
- Move all notifications to bottomRight to avoid blocking action items on the UI
2018-11-03 17:53:22 +05:30
frontend Add custom theme overhaul 2018-11-03 17:53:22 +05:30
messenger
models Refactor and move FirstName LastName functions to the Subscriber model 2018-11-02 16:08:54 +05:30
public Add custom theme overhaul 2018-11-03 17:53:22 +05:30
runner Refactor and move FirstName LastName functions to the Subscriber model 2018-11-02 16:08:54 +05:30
subimporter Fixed bugs in importer 2018-10-30 18:17:26 +05:30
.gitignore
admin.go Make image inserts use full root URL 2018-11-02 23:57:44 +05:30
campaigns.go Load global configuration into the frontend as a JS dict using a <script> inclusion 2018-11-02 23:33:00 +05:30
config.toml.sample Load global configuration into the frontend as a JS dict using a <script> inclusion 2018-11-02 23:33:00 +05:30
default-template.html Make image inserts use full root URL 2018-11-02 23:57:44 +05:30
generate-subs.py
handlers.go
import.go Fix bad exception handling in cases of 0 CSVs in import ZIPs 2018-10-30 18:44:51 +05:30
install.go
lists.go
main.go Sanitize config paths 2018-11-02 23:57:07 +05:30
Makefile
media.go
package.json
public.go Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
queries.go Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
queries.sql Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
runner_db.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30
schema.sql Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
sqlboiler.toml
stats.sql Add support for campaign view tracking with {{ TrackView }} pixel tag 2018-11-02 13:20:32 +05:30
subscribers.go Add simple sanitsation to subscriber name 2018-11-01 21:59:38 +05:30
templates.go Refactor template previewing with better dummy data 2018-11-02 13:19:18 +05:30
todo Refactor and move FirstName LastName functions to the Subscriber model 2018-11-02 16:08:54 +05:30
users.go
utils.go - Refactor and move template compilation from runner to models.Campaign to support adhoc template funcs 2018-10-31 18:24:21 +05:30