Commit Graph

4663 Commits

Author SHA1 Message Date
Jan Jakeš
4907d01b8e Remove old Setting model usage from Newsletters API
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
4779506f82 Use Doctrine in SettingsController
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
0d04df570c Add SettingEntity and SettingsRepository
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
388ced8b53 Remove static behavior from SettingsController
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
d970dda637 Replace "new SettingsController()" with fetch from DI container
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
c91cd1255a Eliminate SettingsController creation in Helpscout Beacon
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
486e39af7c Eliminate SettingsController creation in analytics
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
456cdacf26 Use constants from SettingsController instead of Setting model
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
6ebae4edd0 Remove unused constants
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
Jan Jakeš
bd3c42cd26 Remove deprecated method
[MAILPOET-2436]
2019-11-06 16:32:32 +00:00
wxa
70c73295d7 Fix bulk trashing/deletion of subscribers with wp_user_id = 0 [MAILPOET-2489] 2019-11-06 16:22:37 +00:00
wxa
31d224ea4f Use CronHelper service in API and UI classes [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
wxa
81caa04479 Use CronHelper service in cron workers [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
wxa
3436fed6e7 Use CronHelper service in cron core classes [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
wxa
ed7784d945 Refactor CronHelper to a service [MAILPOET-2459] 2019-11-06 09:58:36 +00:00
Pavel Dohnal
f94fc9b6de Fix namespace
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
1418abbdb1 Better method name
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
ab1e398241 Move function to a better repository
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
bda3bd3f63 Fix entities mistakes
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
07214f9c87 Fix association
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
4a49565553 Fix total count
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
8fa6321b7e Remove redundant property
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
622c726fe3 Rename properties
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
b1782bb34d Fix association
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
d492231222 Remove alias
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
ee9f886ce2 Simplify method
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
37a97d966f Use better alias for queries
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
7a0eb82aad Use better code for transactions
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
0e6ee238e9 Remove code that is not needed
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
cf08200c5d Rename functions
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
0b88eccc91 Remove unneeded join
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
5b6b21b23f Make method more clear
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
f1934ff880 Use a better name for method
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
45eb3d39c2 Remove default annotation
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
b81c2497cb Use singular in entity names
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
ac9761228a Simplify fetching a single result from database
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
95564cfa32 Use doctrine in stats notifications for auto emails
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
5a2edff9fe Add newsletter statistics to doctrine
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
ad6e6009d2 Use Newsletter Link Entity in Stats Notifications
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
4c960a1a44 Remove unneeded relation
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
6b338a14fc Use doctrine in stats notifications worker
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
c6c7320737 Use Doctrine in Scheduler
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
368ed59f2a Create a new repository
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
2a3445f806 Remove the old model
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
16926f609a Use newsletter entity in Stats Notifications
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
92bbb3f4e8 Create StatsNotifications entity
[MAILPOET-2439]
2019-11-05 13:38:51 +00:00
Pavel Dohnal
1095cba1f1 Add missing translation domains
[MAILPOET-2494]
2019-11-05 10:34:17 +00:00
Ján Mikláš
0b836c14ed Add test for blacklisting domains
[MAILPOET-2509]
2019-11-04 20:53:06 +00:00
Ján Mikláš
f9c6ce66f2 Allow blacklisting domains
[MAILPOET-2509]
2019-11-04 20:53:06 +00:00
Ján Mikláš
c80e806774 Better name for blacklisted emails
[MAILPOET-2509]
2019-11-04 20:53:06 +00:00