Commit 97717a2
release: dev → main (implement SPA with subscriber, campaign, list, template and bounce management) (#73)
* dev
* CodeRabbit config
* Remove ApiClient
* Login
* PublicRoute Attr
* SessionAuthenticator
* Vue dashboard
* Icons
* Feat: subscribers (#78)
* Css
* Css + bootstrap
* Sidebar
* grid
* sticky
* routes
* Update rest-client and core
* Redirect to home if logged in
* Exclude api from firewall
* ApiSessionListener
* SubscribersController
* testing
* Use tailwind
* Subscribers
* Subscribers pass data
* Color ext-wf1
* Align icon with text
* Mobile
* Filter subscribers
* Filter subscribers
* Fix: created
* ref: SubscribersController
* Fix: loading for SPA
* Fix: test
* Fix: style
* Fix: tests
* spa.html.twig
* subscriberFilters
* find subscriber by email
* find subscriber by email, foreign key and unique id
* download csv
* Export CSV
* Apache config
* Export filtered
* Sort
* Fix: logout
* Fix: autowiring
* Add: auth user data retrieval
* remove example page
* Logout button
* Add subscriber modal
* Add details to subscriber modal
* install js client
* Fix: js client
* Fix: filter
* ImportSubscribers
* coderabbit config
* After review 0
* After review 1
---------
Co-authored-by: Tatevik <tatevikg1@gmail.com>
* Feat: dashboard (#76)
* Dashboard stats from api
* VueApexCharts
* Quick Actions Card
* After review 0
---------
Co-authored-by: Tatevik <tatevikg1@gmail.com>
* Feat: lists (#79)
New Features
Mailing lists UI: directory, create/edit/delete modals, add-subscribers modal, per-list subscribers view with selection, pagination, copy/move/delete actions
Export UI for list subscribers with selectable columns and date-range options; export panel added to subscribers view
New frontend routes for Lists and List Subscribers
Refactor
CSV export now proxied from upstream export service
Chores
API client surface extended; runtime dependency bumped
Removed
Legacy subscribers table component removed
* Feat: campaigns (#81)
New Features
Campaigns area: directory with filtering, pagination and per-campaign actions (View, Edit, Delete, Suspend, Requeue, Copy to draft)
Create/Edit campaign pages and routes; multi-step edit workflow with templates, lists, scheduling, test send and save flows
Campaign details modal with preview and “Resend to lists”
Topbar global search across subscribers and campaigns
Style / Layout
Sidebar responsiveness updated for improved desktop behavior
Frontend asset loading changed to explicit asset package and deferred scripts; favicon served via frontend asset package
Chores
Expanded REST API client surface and added a paginated fetch helper for lists
Added CKEditor rich-text editor integration
Documentation
Installation guidance for publishing bundle assets to the host app public path
---------
Co-authored-by: Tatevik <tatevikg1@gmail.com>
* Feat: templates (#84)
New Features
Templates section: listing, create and edit pages; responsive template library with add-from-default, preview, edit, and delete flows; full template editor with save, create, update, and derive-text utility.
UI Changes
Updated action buttons and icons across dashboard, lists, campaigns, subscribers and subscriber list views; renamed headings and adjusted navigation targets.
Chore
Internal dependency updated.
---------
Co-authored-by: Tatevik <tatevikg1@gmail.com>
* Feat: bounces (#85)
* Feat: bounces
* Bounces paginated
* Bounces rules
* Bounces filter by status
* Per List/Campaign
* Create bounce rule
* Create form errors
* Update dependencies to main branches
* After review 0
* Set auth error handler
* Remove unused authentication error handlers and related logic
---------
Co-authored-by: Tatevik <tatevikg1@gmail.com>
* Add git attributes file
* SessionAuthenticator
---------
Co-authored-by: Tatevik <tatevikg1@gmail.com>1 parent d6333ed commit 97717a2
109 files changed
Lines changed: 23082 additions & 926 deletions
File tree
- .github/workflows
- apache
- assets
- images
- router
- styles
- vue
- components
- base
- bounces
- campaigns
- dashboard
- lists
- sidebar
- subscribers
- templates
- composables
- layouts
- views
- config
- packages
- src
- Controller
- DependencyInjection
- Compiler
- EventListener
- EventSubscriber
- Security
- Service
- templates
- auth
- tests
- Integration
- Auth
- Controller
- System/ApplicationBundle
- Unit
- Controller
- EventSubscriber
- Security
- Service
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
| 12 | + | |
| 13 | + | |
12 | 14 | | |
13 | 15 | | |
14 | 16 | | |
| |||
31 | 33 | | |
32 | 34 | | |
33 | 35 | | |
34 | | - | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
35 | 50 | | |
36 | 51 | | |
37 | 52 | | |
| |||
43 | 58 | | |
44 | 59 | | |
45 | 60 | | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
| 61 | + | |
| 62 | + | |
52 | 63 | | |
53 | 64 | | |
| 65 | + | |
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
| |||
60 | 72 | | |
61 | 73 | | |
62 | 74 | | |
63 | | - | |
64 | | - | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
65 | 78 | | |
66 | 79 | | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | | - | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
| 123 | + | |
| 124 | + | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
| 148 | + | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
31 | 39 | | |
32 | 40 | | |
33 | 41 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
1 | 2 | | |
2 | 3 | | |
| 4 | + | |
3 | 5 | | |
4 | | - | |
5 | 6 | | |
| 7 | + | |
6 | 8 | | |
7 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
8 | 12 | | |
9 | 13 | | |
Loading
Loading
Loading
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
0 commit comments