Commit Graph

10036 Commits

Author SHA1 Message Date
peaklabs-dev
adaef2d341 feat: use new table or instance settings for email 2024-12-09 17:37:15 +01:00
peaklabs-dev
dd9d10c717 feat: get Slack Webhook form new table 2024-12-09 17:36:32 +01:00
peaklabs-dev
6cab8b4598 feat: get discord Webhook form new table 2024-12-09 17:36:23 +01:00
peaklabs-dev
ec1c91fb75 feat: notification trait 2024-12-09 17:03:40 +01:00
peaklabs-dev
bf58547082 feat: scheduled task success notification 2024-12-09 17:00:33 +01:00
peaklabs-dev
a849bfdc3e feat: always sent notifications 2024-12-09 17:00:07 +01:00
peaklabs-dev
b6500142c4 feat: use new notification event names 2024-12-09 16:57:15 +01:00
peaklabs-dev
bc726ddd6e feat: new telegram UI 2024-12-09 16:49:09 +01:00
peaklabs-dev
b4b48692af feat: New Slack notification UI 2024-12-09 16:39:19 +01:00
peaklabs-dev
5210218a45 feat: New Discord notification UI 2024-12-09 16:38:25 +01:00
peaklabs-dev
c27e2e328f chore: remove waitlist redirect 2024-12-09 16:37:36 +01:00
peaklabs-dev
119c18468a chore: public settings for email notification 2024-12-09 16:03:43 +01:00
peaklabs-dev
868d80bde6 feat: Slack notification settings Model 2024-12-09 15:54:52 +01:00
peaklabs-dev
2166899721 feat: Discord notification settings Model 2024-12-09 15:52:50 +01:00
peaklabs-dev
b5351448ed feat: Telegram notification settings Model 2024-12-09 15:50:23 +01:00
peaklabs-dev
cf21ae13f1 feat: Email Notification Settings Model 2024-12-09 15:47:05 +01:00
peaklabs-dev
d289f41ff6 chore: remove functions from shared.php
- Removed all notification functions from shared.php to make it easier to maintain and test.
2024-12-09 15:38:21 +01:00
peaklabs-dev
df6c5c55e1 feat: new shared notifications functions 2024-12-09 15:37:11 +01:00
peaklabs-dev
b13d77377c feat: new shared function name is_transactional_emails_enabled() 2024-12-09 15:34:24 +01:00
peaklabs-dev
ee7a901a77 fix: Email Notification saving
- fix: SMTP and resend should only save their respective settings
- chore: improve component validation and code to make it much smaller (less code - same functionality)
2024-12-09 15:23:32 +01:00
peaklabs-dev
67438e28ca fix: make sure resend is false if SMTP is true and vice versa 2024-12-09 15:19:59 +01:00
peaklabs-dev
2aacb1dc28 fix: Instance email settins
- fix: resend, smtp save button should only save respective settings
- feat: ability to send test email
2024-12-09 14:39:50 +01:00
peaklabs-dev
208766455d fix: email notification channel enabled function 2024-12-09 14:30:56 +01:00
peaklabs-dev
e36ccd3d78 chore: remove resale license reference 2024-12-09 14:29:41 +01:00
peaklabs-dev
a6086ee38b feat: New email notification settings 2024-12-09 13:56:52 +01:00
peaklabs-dev
586a1a86f0 chore: some reordering 2024-12-09 13:27:58 +01:00
peaklabs-dev
0c08e11b53 feat: some more notification settings and better defaults
- add reachable and unreachable notifications
- add docker cleanup notifications
- better defaults
2024-12-09 13:11:12 +01:00
peaklabs-dev
060c8262bc chore: remove comment out code 2024-12-09 12:48:54 +01:00
peaklabs-dev
4428b95a65 chore: fix typo 2024-12-09 12:36:33 +01:00
peaklabs-dev
c995819ed3 chore: remove unused code 2024-12-09 12:34:45 +01:00
peaklabs-dev
e40f377879 chore: remove more waitlist stuff 2024-12-09 12:34:16 +01:00
peaklabs-dev
bd36149f09 feat: use new notification stuff inside team model
- Use new notification relationships
- Use trait
- Make sure that when a new team is created, notification settings are also created
- reorder team model for better readability
2024-12-09 12:33:27 +01:00
peaklabs-dev
2da4e9a274 feat: enable success messages again 2024-12-09 12:08:27 +01:00
peaklabs-dev
5515f07f14 chore: remove commented out notification 2024-12-09 12:05:18 +01:00
peaklabs-dev
fd21a4a2a8 chore: remove more waitlist stuff 2024-12-09 12:03:23 +01:00
peaklabs-dev
9ed2e37236 chore: remove commented out internal notification 2024-12-09 12:03:04 +01:00
peaklabs-dev
6438c08096 chore: remove unused resale license job 2024-12-09 12:02:08 +01:00
peaklabs-dev
27b880e177 chore: remove wired.php (not used anymore) 2024-12-09 12:01:23 +01:00
peaklabs-dev
d9248508b4 chore: remove unused waitlist stuff 2024-12-09 12:00:54 +01:00
peaklabs-dev
19064beb2a chore: remove unused seeder 2024-12-06 15:50:20 +01:00
peaklabs-dev
cc894defc5 feat: add slack notifications to a new table 2024-12-06 15:25:37 +01:00
peaklabs-dev
4ff317001d fix: backward compatibility
- Add migrations that move email, discord and telegram notifications to the new settings tables for each notification
- drop now unused columns form the teams table
2024-12-06 15:19:31 +01:00
🏔️ Peak
38aa46bc6b Merge pull request #33 from peaklabs-dev/next
Next into notifications
2024-12-06 14:51:15 +01:00
Andras Bacsai
1184fafd3d Merge pull request #4264 from marvinvr/main
feat: add slack notifications
2024-12-06 14:35:55 +01:00
peaklabs-dev
4927590fc8 Update service-templates.json 2024-12-06 14:33:45 +01:00
Andras Bacsai
08d992a1c2 fix 2024-12-06 14:33:22 +01:00
🏔️ Peak
58f11c7285 Merge pull request #4493 from dr-diffie/dr-diffie-patch-1
Updated all missing One Click Service Logos
2024-12-06 14:30:05 +01:00
Andras Bacsai
00882eeb31 feat: add TLS configuration for default redirect in Server model 2024-12-06 14:19:09 +01:00
Andras Bacsai
1886347b55 fix: proxy change behaviour 2024-12-06 14:08:37 +01:00
🏔️ Peak
03d53b06d6 Merge pull request #4492 from mohanlokesh/patch-1
fix: display actual values for disk space checks in installer script
2024-12-06 14:06:49 +01:00