Andras Bacsai
96cf9abef8
fix(api): docker compose based apps creationg through api
2025-03-10 11:18:14 +01:00
Andras Bacsai
c9939a438b
version: Bump Coolify to 4.0.0-beta.400
2025-03-10 11:13:30 +01:00
Gergely Lonyai
bc2e4a8049
Update install.sh
2025-03-10 10:58:52 +01:00
Manish Gupta
291e7d0a9c
updated version to v0.25.1
2025-03-10 11:04:28 +05:30
Sandro Circi
2e024c293c
feat(service): Neon
2025-03-09 16:02:21 +01:00
github-actions[bot]
5ec674e6d6
docs: update changelog
2025-03-09 14:58:24 +00:00
Djalma Araújo
d43e50a718
Update evolution-api.yaml
2025-03-07 16:22:17 -03:00
Djalma Araújo
dcfd236b8c
Fix logo path
2025-03-07 16:21:24 -03:00
Djalma Araujo
4e7c3d83a7
feat(service): Add Evolution API template
2025-03-07 16:16:42 -03:00
dependabot[bot]
1ef84f9736
chore(deps): bump laravel/framework from 11.44.0 to 11.44.1
...
Bumps [laravel/framework](https://github.com/laravel/framework ) from 11.44.0 to 11.44.1.
- [Release notes](https://github.com/laravel/framework/releases )
- [Changelog](https://github.com/laravel/framework/blob/12.x/CHANGELOG.md )
- [Commits](https://github.com/laravel/framework/compare/v11.44.0...v11.44.1 )
---
updated-dependencies:
- dependency-name: laravel/framework
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-03-05 23:47:08 +00:00
Manish Gupta
439148b890
Merge branch 'next' into plane-app
2025-03-04 17:13:05 +05:30
think
e3b419257d
fix(ui): Correct grammatical error in 404 page
2025-03-02 22:23:02 -07:00
github-actions[bot]
f28eefe603
docs: update changelog
2025-03-01 11:49:40 +00:00
Andras Bacsai
c9b364e03a
Merge pull request #5262 from coollabsio/next
...
v4.0.0-beta.398
2025-03-01 12:49:14 +01:00
Andras Bacsai
c305688554
feat(ui): Add past due subscription warning banner
2025-03-01 12:43:29 +01:00
Andras Bacsai
1909865a33
refactor(billing): Enhance Stripe subscription status handling and notifications
2025-03-01 12:43:21 +01:00
Andras Bacsai
07cbec7ddc
feat(billing): Add Stripe past due subscription status tracking
2025-03-01 12:43:12 +01:00
Andras Bacsai
3169803259
fix(billing): Restrict Stripe subscription status update to 'active' only
2025-03-01 12:10:28 +01:00
Andras Bacsai
ebcc6508af
version: Bump Coolify to 4.0.0-beta.398
2025-03-01 12:10:20 +01:00
github-actions[bot]
717f0f228b
docs: update changelog
2025-02-28 19:29:19 +00:00
Andras Bacsai
e50da14349
Merge pull request #5258 from coollabsio/next
...
v4.0.0-beta.397
2025-02-28 20:28:56 +01:00
Andras Bacsai
f1b98f5ce9
fix(helpers): Initialize command variable in parseCommandFromMagicEnvVariable
2025-02-28 20:28:35 +01:00
Andras Bacsai
a402c28606
fix(revert): label parsing
2025-02-28 20:25:19 +01:00
Andras Bacsai
5ac43fd426
fix(billing): Handle 'past_due' subscription status in Stripe processing
2025-02-28 14:41:54 +01:00
Andras Bacsai
8292961a6c
version++
2025-02-28 13:41:17 +01:00
github-actions[bot]
98f8924020
docs: update changelog
2025-02-28 11:50:24 +00:00
Andras Bacsai
b66fb87472
Merge pull request #5217 from coollabsio/next
...
4.0.0-beta.396
2025-02-28 12:49:58 +01:00
Andras Bacsai
1c21652d5d
fix(core): Improve label generation and merging for applications and services
2025-02-28 12:44:20 +01:00
Andras Bacsai
fb3f5e0a3e
fix(core): Clean up unnecessary files during application image build
2025-02-28 11:23:54 +01:00
Andras Bacsai
2f826c56e8
fix(core): Adding a new server should not try to make the default docker network
2025-02-28 11:23:08 +01:00
janwiebe-jump
37553e79b7
Gitea webhook sends action synchronized
2025-02-27 17:25:33 +01:00
Andras Bacsai
9c4395e6de
feat(database): Add index to scheduled database backup executions
2025-02-27 14:04:22 +01:00
Andras Bacsai
cd1fc649e3
feat(database): Add index to scheduled task executions for improved query performance
2025-02-27 13:54:10 +01:00
Andras Bacsai
3f62225ec3
refactor(scheduled-tasks): Improve scheduled task creation and management
2025-02-27 13:26:35 +01:00
Andras Bacsai
1e28cf56ac
fix(ui): Correct redirect routes after task deletion
2025-02-27 13:26:24 +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
dea125f679
refactor(notifications): Improve transactional email settings handling
...
- Replace `! $type` checks with `blank($type)` for consistency
- Modify email settings configuration to handle null/disabled states
- Ensure proper fallback and configuration of email providers
2025-02-27 12:56:37 +01:00
Andras Bacsai
73e0735aa2
fix(core): Only validate custom compose files
2025-02-27 12:18:03 +01:00
Andras Bacsai
f98c58a0a3
fix(ui): Restrict service retrieval to current team
2025-02-27 12:17:23 +01:00
Andras Bacsai
e1c5ace342
fix(docker): Improve Docker compose file validation process
...
- Increase UUID length for better uniqueness
- Add server existence check before validation
- Implement cleanup of temporary compose file in finally block
2025-02-27 12:17:12 +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
4e38872f71
fix(notifications): Correct environment URL path in application notifications
2025-02-27 11:56:39 +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
Andras Bacsai
359806472b
fix(ui): Set default SMTP encryption to starttls
2025-02-27 10:08:34 +01:00
Andras Bacsai
6455012109
feat(ui): Add wire:key to two-step confirmation settings
2025-02-26 08:36:50 +01:00
Andras Bacsai
fd09b5b30f
refactor(ui): Simplify file storage modal confirmations
2025-02-26 08:22:55 +01:00
Andras Bacsai
0798eb714d
fix(ui): Update storage configuration guidance link
2025-02-26 08:22:45 +01:00
Manish Gupta
de379552a8
Merge branch 'next' into plane-app
2025-02-25 14:33:25 +05:30
Manish Gupta
2df6b344d4
updated plane version to v0.25.0
2025-02-25 14:32:13 +05:30
peaklabs-dev
044abb0d6f
chore: bump helper and realtime version
2025-02-24 18:36:54 +01:00