Commit Graph

667 Commits

Author SHA1 Message Date
Andras Bacsai
e891318396 refactor(configuration): centralize configuration management in ConfigurationRepository 2025-03-24 21:01:27 +01:00
Andras Bacsai
e7e0cb6666 Merge pull request #5162 from notm1ke/main
feat(oauth): Add support for configuring and passing hd parameter to Google
2025-03-10 19:25:18 +01:00
Andras Bacsai
c9939a438b version: Bump Coolify to 4.0.0-beta.400 2025-03-10 11:13:30 +01:00
Andras Bacsai
ebcc6508af version: Bump Coolify to 4.0.0-beta.398 2025-03-01 12:10:20 +01:00
Andras Bacsai
8292961a6c version++ 2025-02-28 13:41:17 +01:00
Andras Bacsai
53dba89599 fix(mail): Set default mailer to array when not specified 2025-02-27 12:56:44 +01:00
Andras Bacsai
64f44f3f8b fix(config): Update default PostgreSQL host to coolify-db instead of postgres 2025-02-27 11:56:51 +01:00
Andras Bacsai
27e4882d57 feat(core): You can validate compose files with docker compose config
fix(core): labels are now accepted with both compose styles
refactor: remove lots of ray's
2025-02-27 11:29:04 +01:00
peaklabs-dev
044abb0d6f chore: bump helper and realtime version 2025-02-24 18:36:54 +01:00
Andras Bacsai
b0853046c2 chore: bump Coolify version to 4.0.0-beta.396 2025-02-22 13:31:45 +01:00
Andras Bacsai
09133d7d46 chore: bump Coolify version to 4.0.0-beta.395 2025-02-22 12:50:56 +01:00
Andras Bacsai
ac62d94b99 chore: bump Coolify version to 4.0.0-beta.394 2025-02-17 09:52:03 +01:00
Mike M
4a0cab8be3 Added support for passing hd parameter to Google via existing tenant column in oauth_settings 2025-02-16 16:44:22 -08:00
Andras Bacsai
457ab24155 chore: bump Coolify version to 4.0.0-beta.393 2025-02-15 13:22:58 +01:00
Andras Bacsai
570b46d50e chore: rollback Coolify version to 4.0.0-beta.392 2025-02-13 13:32:36 +01:00
Andras Bacsai
94fce20113 version++
feat(service): add convex
2025-02-13 13:27:21 +01:00
Andras Bacsai
4efcb0e8f4 chore: bump Coolify version to 4.0.0-beta.392/393 2025-02-04 15:23:16 +01:00
Andras Bacsai
f554764b55 chore(version): bump Coolify version to 4.0.0-beta.391 2025-01-28 14:18:24 +01:00
peaklabs-dev
9184d0bdfe chore(versions): update coolify versions to v4.0.0-beta.3909 2025-01-23 18:52:11 +01:00
peaklabs-dev
edd4512f2b fix(helper): downgrade Nixpacks to v1.29.0 2025-01-23 13:22:14 +01:00
peaklabs-dev
0d85f57db2 chore(versions): update coolify versions to v4.0.0-beta.389 2025-01-22 18:13:44 +01:00
Andras Bacsai
c9869e13e0 refactor(workflows): replace jq with PHP script for version retrieval in workflows 2025-01-22 14:05:29 +01:00
Andras Bacsai
6a03bb369e chore(versions): update coolify versions to v4.0.0-beta.389 and add helper version retrieval script 2025-01-22 14:01:05 +01:00
Andras Bacsai
f8f361a2b7 chore(versions): update coolify versions to v4.0.0-beta.388 2025-01-22 11:54:39 +01:00
Andras Bacsai
185ddd48f2 chore(dep): version++ 2025-01-22 10:21:51 +01:00
Andras Bacsai
1c39b133d3 version++ 2025-01-21 13:18:02 +01:00
Andras Bacsai
d41c874d2a version++ 2025-01-21 11:16:24 +01:00
Andras Bacsai
815abb823c version++ 2025-01-17 17:31:17 +01:00
Andras Bacsai
254e32a6bc fix: root user seeder should be the last (why? no idea. we will figure it out)
version ++
2025-01-17 11:06:09 +01:00
peaklabs-dev
8a80401f15 feat: Purify for better sanitization 2025-01-07 13:47:16 +01:00
Andras Bacsai
2b8c559662 refactor: server limit
remove envs from constants related to server limit
2024-12-28 14:10:26 +01:00
Andras Bacsai
f575d1249e Merge branch 'main' into next 2024-12-27 11:09:29 +01:00
Andras Bacsai
cec7ea8a83 set the minimum docker version to 24 to support old installations 2024-12-27 10:49:13 +01:00
peaklabs-dev
23c406179b chore: version ++ 2024-12-23 18:14:14 +01:00
peaklabs-dev
e51207a35e fix: bind() to 0.0.0.0:80 failed 2024-12-23 15:33:12 +01:00
Andras Bacsai
c4cee62ff6 version++ 2024-12-16 09:45:47 +01:00
Andras Bacsai
e822749db3 fix: saving oauth 2024-12-13 12:35:57 +01:00
Andras Bacsai
b6ea36f74e fix: socialite for azure and authentik 2024-12-13 12:13:01 +01:00
Andras Bacsai
28de478801 version++ 2024-12-13 10:55:17 +01:00
Andras Bacsai
2e1f9b5119 refactor: remove unused Azure and Authentik service configurations from services.php 2024-12-12 09:00:58 +01:00
Andras Bacsai
147240b527 Merge branch 'next' into authentik 2024-12-12 08:45:38 +01:00
Andras Bacsai
d2ff8c6521 feat: add seeder command and configuration for database seeding 2024-12-11 21:31:24 +01:00
🏔️ Peak
c2748de6a4 Merge pull request #3840 from danilomartinelli/feature/authentik-provider
feature: Integrate Authentik Authentication with Coolify
2024-12-11 17:07:24 +01:00
Andras Bacsai
a5b48caeb9 do prod migration with custom command 2024-12-11 17:01:06 +01:00
🏔️ Peak
d9aefae207 Merge branch 'next' into feature/authentik-provider 2024-12-11 15:24:26 +01:00
🏔️ Peak
fdf757c7ae Merge branch 'next' into separate-success-and-failure-notifications 2024-12-09 18:15:41 +01:00
Andras Bacsai
54176c8639 version++ 2024-12-09 12:14:42 +01:00
peaklabs-dev
d9248508b4 chore: remove unused waitlist stuff 2024-12-09 12:00:54 +01:00
Andras Bacsai
c4d326da3e version++ 2024-12-05 10:14:00 +01:00
Andras Bacsai
15ac12e131 test: setup database for upcoming tests 2024-12-04 12:43:52 +01:00