Commit Graph

113 Commits

Author SHA1 Message Date
sbwalker
147ee8b1e7 resolve issue with Change Detection group 2026-03-04 09:09:07 -05:00
sbwalker
573a914699 provide an indicator in Module Settings when a module is shared across multiple pages 2026-02-25 11:44:15 -05:00
sbwalker
9aad400038 add copy page functionality to control panel 2026-02-24 15:35:45 -05:00
sbwalker
458c8534c7 improve change detection notification logic 2026-02-24 08:59:40 -05:00
sbwalker
36789495df refactor synchronization job 2026-02-23 08:11:29 -05:00
sbwalker
a6006ce1fe resolve DbContext issue 2026-02-19 13:27:19 -05:00
sbwalker
5c2bd8093a remove unecessary using statements 2026-02-19 12:42:04 -05:00
sbwalker
060eaa7aff change JobTask to SiteTask 2026-02-19 10:47:30 -05:00
sbwalker
0fd97d34d9 add Job Tasks to enable the execution of adhoc asynchronous site-based workloads 2026-02-19 08:23:11 -05:00
sbwalker
13a58ed099 add new global replace service for bulk updating content 2026-02-18 13:59:25 -05:00
sbwalker
3e0b5bfa09 changed terminology from Comparison to Change Detection for Site Group Type 2026-02-17 09:49:24 -05:00
sbwalker
e85b1001c6 remove assemblies.log logic 2026-02-16 15:20:46 -05:00
sbwalker
d13e6fcdad improvements to ISynchronizable 2026-02-11 08:59:10 -05:00
sbwalker
e95a6b774e site group improvements 2026-02-10 13:16:12 -05:00
sbwalker
ad300a58c1 improvements to site synchronization 2026-02-10 12:32:09 -05:00
sbwalker
3dcb391a14 improve log messages 2026-02-10 09:13:39 -05:00
sbwalker
6f2e676c00 improvements to site groups 2026-02-10 08:55:11 -05:00
sbwalker
ddd6dfc475 refactoring of site groups 2026-02-09 13:58:38 -05:00
sbwalker
aab0dd96dd fix issue when loading languages for content localization 2026-02-06 15:37:24 -05:00
sbwalker
57deeb6acf improvements for site groups 2026-02-06 11:53:10 -05:00
sbwalker
d6458eeaf6 add defensive logic 2026-01-29 11:12:45 -05:00
sbwalker
738ad9bbfa resolve issue replicating files 2026-01-29 10:59:31 -05:00
sbwalker
ce905499b0 refactor Site Groups 2026-01-28 19:06:18 -05:00
sbwalker
912c01cdf8 refactorimg Site Groups 2026-01-28 10:47:39 -05:00
sbwalker
c95725d444 only host users can synchronize sites 2026-01-27 17:05:31 -05:00
sbwalker
3be2b9c720 introducing Site Groups 2026-01-27 16:51:30 -05:00
sbwalker
b0211b2e6e remove SMTP Relay setting 2026-01-19 10:45:02 -05:00
sbwalker
e98d84784a utilize ReplyTo in NotificationJob 2026-01-16 11:35:30 -05:00
sbwalker
0d0efaf4ca improve Edit Job UI 2026-01-14 08:20:30 -05:00
sbwalker
ef20d870ee fix #5930 - NotificationJob not sending emails (reverting #5848) 2025-12-30 08:33:28 -05:00
Jon Welfringer
171f9c84a0 Fix SMTPRelay condition for sender email validation
Prior change was leaving sender null and not properly setting "From" address when used in a relay configuration. This caused emails to go to the deleted state and not be delivered.
2025-12-01 16:36:19 -08:00
sbwalker
e7ae1b26d1 fix #5705 - improve error handling and efficiency in NotificationJob - credit @beolafsen 2025-10-19 14:02:56 -04:00
sbwalker
52745b1946 use MailboxAddress approach sugested by @jstedfast 2025-09-21 08:09:11 -04:00
sbwalker
05b37080c1 improve NotificationJob validation logic 2025-09-19 12:45:55 -04:00
sbwalker
442ec291a1 optimizations to NotificationJob 2025-09-19 09:05:35 -04:00
sbwalker
1995a96a98 fix issues with NotificationJob related to MailKit behavior 2025-09-18 17:19:30 -04:00
Jon Welfringer
b049be9d83 Change IsStarted to follow IsEnabled value upon startup.
Changes behavior of IsStarted to follow the same value of IsEnabled.
2025-09-04 21:44:14 -07:00
sbwalker
96192e2e06 add additional SSL connection options for SMTP 2025-08-19 13:16:37 -04:00
sbwalker
cceda1db1e add OAuth support to Notification Job (#5372) 2025-07-28 09:06:36 -04:00
David Montesinos
6b567364f9 feat: use appropriate UseSSL equivalent in MailKit 2025-07-04 14:55:02 +02:00
David Montesinos
711de49571 feat: replace System.Net.Mail with MailKit (#5372) 2025-07-04 12:55:40 +02:00
sbwalker
da1e859fda use new GetSettingValue() method 2025-04-30 14:34:54 -04:00
sbwalker
6aff27778d use new GetSettingValue() method 2025-04-30 14:18:29 -04:00
sbwalker
753ab3bdd7 resolve issue with host setting overrides 2025-04-30 13:46:52 -04:00
sbwalker
e6ba2cce62 fix #5194 - improve performance of retrieving scheduled job logs 2025-03-31 13:16:35 -04:00
sbwalker
1ee92a248e fix #5193 - prevent scheduled jobs from blocking startup 2025-03-25 19:07:01 -04:00
sbwalker
9f231421be notifications should only convert line breaks to HTML for plain text messages 2025-03-17 13:44:40 -04:00
sbwalker
f158a222f4 improve HostedServiceBase so that scheduled jobs can be registered during installation 2025-02-18 11:35:38 -05:00
sbwalker
2df05b4afd make purge job output more readable 2025-02-18 08:53:23 -05:00
sbwalker
ed353461da enhance purge job to trim broken urls based on retention policy 2025-02-09 13:02:07 -05:00