Commit Graph

966 Commits

Author SHA1 Message Date
peaklabs-dev
fef8d0c62c fix: typos and naming 2024-12-03 15:50:45 +01:00
🏔️ Peak
24cd57ca8d Merge branch 'next' into rename-github-app 2024-12-03 15:35:23 +01:00
peaklabs-dev
5f985426ab feat: update private key nam with new slug as well 2024-12-03 15:27:20 +01:00
peaklabs-dev
56f6bdf7a7 use private key to make a jwt 2024-12-03 15:11:35 +01:00
peaklabs-dev
6d43bbc6b9 fix naming 2024-12-03 14:43:11 +01:00
peaklabs-dev
a2860971a6 try jwt 2024-12-03 14:36:30 +01:00
Andras Bacsai
869eaedaf5 revert query logic 2024-12-03 14:02:12 +01:00
peaklabs-dev
737e81aa38 wip button to sync new app name 2024-12-03 13:12:58 +01:00
peaklabs-dev
f38196c421 fix: URL and sync new app name 2024-12-03 12:54:20 +01:00
peaklabs-dev
c74728162e wip: test rename GitHub app 2024-12-03 12:41:56 +01:00
peaklabs-dev
7f449c3b72 fix: test email should not be required 2024-12-02 22:37:11 +01:00
Andras Bacsai
d1a1ecbe28 fix: only able to select the right keys 2024-12-02 22:12:07 +01:00
Andras Bacsai
d7703efcdc optimize db query 2024-12-02 13:12:25 +01:00
Marvin von Rappard
02a20729c7 Merge branch 'next' into main 2024-11-27 11:09:45 +01:00
Andras Bacsai
0d6c21d77b fix: application view loading 2024-11-27 08:07:54 +01:00
peaklabs-dev
33435a1bdb Use placeholder and not the Coolify logo if no logo is provided. 2024-11-25 22:08:51 +01:00
Andras Bacsai
0bfe0fd877 fix: ui 2024-11-25 17:56:19 +01:00
Andras Bacsai
40cc49537e fix: logdrain settings 2024-11-25 17:48:01 +01:00
Andras Bacsai
504caefb8c fix: new resource icons 2024-11-25 15:33:42 +01:00
Vishwanath Martur
94525b6cff Merge branch 'next' into add-no-encryption-option 2024-11-25 19:00:56 +05:30
Andras Bacsai
a836d78f0b remove unnecessary function 2024-11-25 14:07:50 +01:00
Marvin von Rappard
a4910880e0 Merge branch 'next' into main 2024-11-25 13:44:24 +01:00
Andras Bacsai
53d709467a fix: sentry error 2024-11-25 13:22:05 +01:00
Marvin von Rappard
1aea60f1f0 Merge branch 'next' into main 2024-11-25 09:06:24 +01:00
Andras Bacsai
3b427dbbdc fix: heading 2024-11-23 20:44:27 +01:00
Vishwanath Martur
1f499c1488 Add no encryption option for SMTP settings
Related to #4311

Add option to configure SMTP settings without encryption.

* Update `app/Livewire/Notifications/Email.php` and `app/Livewire/SettingsEmail.php` to include "No Encryption" option in the `smtpEncryption` field and update validation rules.
* Modify `app/Notifications/Channels/EmailChannel.php` to handle the "No Encryption" option in the `bootConfigs` method.
* Add `set_transanctional_email_settings` function in `app/Livewire/Help.php` to support the "No Encryption" option.
* Update `config/mail.php` to handle the "No Encryption" option in the mail configuration.
2024-11-23 13:04:54 +05:30
Andras Bacsai
546bcd0dad fix 2024-11-22 18:14:47 +01:00
Andras Bacsai
75b7a323fd Merge pull request #4352 from peaklabs-dev/fix-test-email
Fix: Test email 500 Error
2024-11-22 13:06:14 +01:00
Andras Bacsai
7dc65dfd79 fix: make sure important jobs/actions are running on high prio queue 2024-11-22 11:16:01 +01:00
peaklabs-dev
81f837138d fix validation 2024-11-21 15:59:00 +01:00
peaklabs-dev
19ce01f7d8 fix send test email 2024-11-21 15:48:47 +01:00
Kael
bc89b84539 Merge branch 'next' into feat/disable-default-redirect 2024-11-18 21:02:20 +11:00
Andras Bacsai
50cb303804 Merge pull request #4286 from peaklabs-dev/fix-server-ip-valdiation
Fix: Server IP/Domain validation
2024-11-15 10:51:06 +01:00
Andras Bacsai
469e009600 Merge pull request #4287 from peaklabs-dev/fix-backups
Fix: Backups
2024-11-15 10:49:48 +01:00
Andras Bacsai
fba1242213 Merge pull request #4288 from retrymp3/XSS-vuln-fix 2024-11-14 22:01:24 +01:00
retrymp3
e66e59048f Fix for the XSS vulnerability 2024-11-14 23:00:30 +05:30
peaklabs-dev
4cc4e28f29 fix clear frequency on exit and error 2024-11-14 18:27:06 +01:00
peaklabs-dev
67bd06d4f2 fix s3 is always set to true if you make an error like invalid cron 2024-11-14 18:25:04 +01:00
peaklabs-dev
b282c1f3ed fix backup job without s3 can not be added 2024-11-14 18:20:26 +01:00
peaklabs-dev
0a36fbddec Revert "dispatch an error message"
This reverts commit b18d4b9564.
2024-11-14 17:52:54 +01:00
peaklabs-dev
b18d4b9564 dispatch an error message 2024-11-14 17:51:58 +01:00
peaklabs-dev
465dfbdf53 fix check if IP is already in used in this team 2024-11-14 17:48:35 +01:00
peaklabs-dev
ca4b91c51f Update ByIp.php 2024-11-14 17:48:14 +01:00
peaklabs-dev
a2c0b68730 fix validation 2024-11-14 17:38:20 +01:00
Andras Bacsai
33183ab344 fix: fallback to local coolify.png 2024-11-14 13:12:27 +01:00
Andras Bacsai
a77ed93695 fix: if service img not found, use github as a source 2024-11-14 13:04:51 +01:00
Marvin von Rappard
7bdac8b42f Merge branch 'next' into main 2024-11-14 12:54:04 +01:00
Andras Bacsai
c9f7863fff Merge pull request #4238 from peaklabs-dev/dep-and-remove-unused-stuff
Chore: Remove unused stuff, update dependecies
2024-11-14 12:31:09 +01:00
Andras Bacsai
b0b81e4416 fix: timezone settings validation 2024-11-14 10:02:37 +01:00
peaklabs-dev
f55bb5b0fb remove resale license 2024-11-13 18:38:22 +01:00