Commit Graph

10447 Commits

Author SHA1 Message Date
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
Andras Bacsai
d641975040 fixes 2024-12-09 15:19:33 +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
Andras Bacsai
8f48f84bdf development should work now 2024-12-09 13:34:31 +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
Andras Bacsai
841cad8cba Merge branch 'next' into new-dockerfiles 2024-12-09 12:48:39 +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
Andras Bacsai
54176c8639 version++ 2024-12-09 12:14:42 +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
Andras Bacsai
664b718ea3 fix: always have download logs button on scheduled tasks 2024-12-09 11:53:50 +01:00
Andras Bacsai
96f95f2ae5 Merge pull request #4512 from philipheinser/logs-for-tasks
Logs for tasks
2024-12-09 11:37:32 +01:00
Andras Bacsai
6b936a3e92 feat: able to download schedule task logs 2024-12-09 11:36:39 +01:00
Andras Bacsai
e0aaed892d Merge branch 'next' into logs-for-tasks 2024-12-09 11:22:00 +01:00
Andras Bacsai
f01e7405c0 Merge pull request #4514 from lukas-heinrich/fix/search-resources-scope
fix: resolve undefined searchInput reference in Alpine.js component
2024-12-09 11:21:26 +01:00
Andras Bacsai
bfb1869f53 Merge branch 'next' into fix/search-resources-scope 2024-12-09 11:16:13 +01:00
Andras Bacsai
7744f46be6 Merge pull request #4067 from KaelWD/feat/deployment-token
feat: add deploy-only token permission
2024-12-09 11:15:28 +01:00
Andras Bacsai
3fa7d03db7 fix: root + read:sensive could read senstive data with a middlewarew 2024-12-09 11:10:35 +01:00
Andras Bacsai
ff74fb7385 feat: introduce root permission 2024-12-09 10:52:38 +01:00
Andras Bacsai
5bbcd7bf76 fix: add middleware to new abilities, better ux for selecting permissions, etc. 2024-12-09 10:28:34 +01:00
Andras Bacsai
78f0ac80c1 Merge branch 'next' into feat/deployment-token 2024-12-09 09:16:59 +01:00
🏔️ Peak
6aa87116e9 Merge branch 'main' into next 2024-12-08 16:17:23 +01:00
Lukas Eichenauer
1fd1aaabf4 fix: resolve undefined searchInput reference in Alpine.js component
The searchInput reference was not accessible due to nested x-data scopes. Moved sticky logic into searchResources() to ensure proper reference access.
2024-12-08 15:54:42 +01:00
Julien
0d5d5537be refactor: rename coolify.environment to coolify.environmentName 2024-12-08 12:46:42 +01:00
Philip Heinser
4b89b84353 paginate task logs 2024-12-08 15:26:51 +07:00
Andras Bacsai
8d779c88ff Merge pull request #4505 from coollabsio/quickfix
v4.0.0-beta.376
2024-12-07 14:36:14 +01:00
Andras Bacsai
946ab81d87 is_required is not required for shared envs 2024-12-07 14:35:14 +01:00
Andras Bacsai
ffd28de949 refresh env variable view on shared variable deletion 2024-12-07 14:35:02 +01:00
Andras Bacsai
320dd41303 fix: api endpoint 2024-12-07 14:26:44 +01:00
Andras Bacsai
3d2e0ff9e6 version++ 2024-12-07 14:26:40 +01:00