Commit graph

2821 commits

Author SHA1 Message Date
Zakher Masri
36a987eb9d
fix(ui): missing underline for docs link in the Swarm section (#4860) 2025-01-20 11:33:25 +01:00
Andras Bacsai
618b89f648
Merge pull request #4842 from peaklabs-dev/docker-cleanup-executions-ui
feat: Docker cleanup execution UI and some UI improvements
2025-01-16 21:42:02 +01:00
Andras Bacsai
e77c04a1e3 Add 'System Wide' checkbox for GitHub App configuration 2025-01-16 21:26:58 +01:00
Andras Bacsai
3c83c7fd6c
Merge pull request #4754 from coollabsio/improve-git-and-service-provider
Improves: GitHub handling, AppServiceProvider and 500 error message rendering
2025-01-16 21:09:08 +01:00
peaklabs-dev
e0aeb35316
fix: Cancelled deployments should not show end and duration time 2025-01-16 15:43:48 +01:00
peaklabs-dev
794e5357c9
chore: remove unused code and fix import 2025-01-16 15:39:53 +01:00
peaklabs-dev
30f36f96db
fix: use finished_at for the end time instead of created_at 2025-01-16 15:12:57 +01:00
peaklabs-dev
48b10de4f3
feat: improve deployment UI
- show full commit message with an expand button
- show only the first 7 characters of the commit hash, like on GitHub
2025-01-16 14:53:49 +01:00
peaklabs-dev
1169a49373
chore: remove dayjs 2025-01-16 14:48:41 +01:00
🏔️ Peak
11d1a9e6fd
Merge branch 'next' into docker-cleanup-executions-ui 2025-01-16 14:41:23 +01:00
Andras Bacsai
7a8f66b2ec fix: logs icons everywhere + terminal 2025-01-16 12:40:37 +01:00
Andras Bacsai
55d61ffaee fix: add finished_at to app deployment jobs
fix: show deployment job running measurements
fix: terminal should not be wire:navigated
2025-01-16 12:05:59 +01:00
🏔️ Peak
e2a9cb61aa
Merge branch 'next' into docker-cleanup-executions-ui 2025-01-16 11:28:09 +01:00
peaklabs-dev
f5bc80b580
fix: use wire:navigate on server sidebar 2025-01-16 11:24:22 +01:00
Andras Bacsai
11414d347f feat: enhance import command options with additional guidance and improved checkbox label 2025-01-16 11:14:06 +01:00
🏔️ Peak
881914dc86
Merge branch 'next' into docker-cleanup-executions-ui 2025-01-16 11:13:57 +01:00
Andras Bacsai
433dff2684 improve navigation 2025-01-16 11:04:50 +01:00
Andras Bacsai
3f92c1e37b
Merge pull request #4796 from peaklabs-dev/fix-navigation
Feat: Improve navigation performance
2025-01-16 10:42:42 +01:00
peaklabs-dev
65a2629237
feat: Docker cleanup executions UI 2025-01-15 20:11:40 +01:00
peaklabs-dev
684d3dd312
feat: new sidebar menu and order 2025-01-15 20:02:44 +01:00
peaklabs-dev
85f38b7cb5
refactor: improve data formatting and UI
- move date and duration functions to a shared function
- remove duplicate code
- redesigned the deployment executions tab
- added start and end times for backups, scheduled tasks, deployments and docker cleanup executions
- calculated the duration for backups, scheduled tasks, deployments and Docker cleanup executions
- redesigned status badges with colors to make it easier to see your current status
- removed dependency on dayjs
- fixed calculation of execution time was sometimes incorrect
2025-01-15 18:35:20 +01:00
peaklabs-dev
23ae0677eb
feat: move docker cleanup to its own tab 2025-01-15 14:02:33 +01:00
Andras Bacsai
d9965fbdbe fix: wording 2025-01-14 09:22:15 +01:00
Andras Bacsai
b01ea8b46d
Merge pull request #4818 from peaklabs-dev/feat-backup-retention
Feat: Improve backup retention (for database backups)
2025-01-14 09:10:33 +01:00
Andras Bacsai
6a8cc0f80d
Merge branch 'next' into fix-cloning 2025-01-14 08:50:22 +01:00
Andras Bacsai
aab5398b80 fix: monaco editor disabled state 2025-01-14 08:49:03 +01:00
peaklabs-dev
e9f691bf45
fix: storage retention setting
- feat: add storage retention to local storage as well
- fix: UI input for max storage now allows exact decimals so MB input is now also possible
- fix: Database column is now decimal instead of integer
- fix: variable naming of storage check no longer overwrites $backup - renamed it to $backupExecution
2025-01-13 19:49:12 +01:00
peaklabs-dev
71edab4192
fix: UI 2025-01-13 16:54:22 +01:00
peaklabs-dev
a8b77b389a
feat: use new backup deletion functions 2025-01-13 16:38:16 +01:00
peaklabs-dev
e037ed738a
feat: UI for backup retention settings 2025-01-13 16:36:41 +01:00
Andras Bacsai
e6692c95c9 feat: add is_coolify_host to the server api responses 2025-01-13 12:31:03 +01:00
Andras Bacsai
dd2d306abc feat: force deployment of services
fix: added advanced ui dropdown to services
2025-01-13 12:03:03 +01:00
peaklabs-dev
36b16e9d62
chore: disable volume data cloning for now 2025-01-13 11:14:00 +01:00
Andras Bacsai
7eaf5d73f6 refactor: improve checkbox component accessibility and styling 2025-01-12 18:45:15 +01:00
peaklabs-dev
b94fc07d7c
fix: service navigation 2025-01-10 16:46:31 +01:00
peaklabs-dev
6a429c46d3
fix: even more wire:navigate 2025-01-10 16:45:08 +01:00
peaklabs-dev
a1dbcb5f4d
fix: more wire:navigate 2025-01-10 15:20:01 +01:00
peaklabs-dev
26b394195a
fix: use wire:navigate on projects page 2025-01-10 14:46:12 +01:00
peaklabs-dev
829fc00af6
fix: use wire:navigate on dashboard 2025-01-10 14:39:40 +01:00
peaklabs-dev
b8efff4eb4
fix: use wire:navigate on sidebar
- This makes the app feel like a single page application because it does not reload anything - before it reloaded each time.
- It makes the whole navigation experience much smoother.
2025-01-10 14:36:33 +01:00
🏔️ Peak
c1504fa5ff
Merge branch 'next' into improve-git-and-service-provider 2025-01-09 21:18:30 +01:00
peaklabs-dev
34873b2c59
feat: volume cloning for ResourceOperations 2025-01-09 14:13:09 +01:00
peaklabs-dev
1c357f987d
fix: view text and helpers 2025-01-09 13:56:00 +01:00
peaklabs-dev
3723c84624
feat: docker volume data cloning
- UI implementation
- functional implementation for databases - volume gets cloned successfully
2025-01-08 23:13:05 +01:00
peaklabs-dev
3d4e8b9867
chore: switch up readonly lables to make more sense 2025-01-08 17:05:11 +01:00
Andras Bacsai
c702ebff6d fix: ui bug on pw confirmation 2025-01-07 14:39:31 +01:00
Andras Bacsai
40d9e05c0b feat: restore backup from server file 2025-01-07 14:39:31 +01:00
peaklabs-dev
8a80401f15
feat: Purify for better sanitization 2025-01-07 13:47:16 +01:00
peaklabs-dev
70f93b1513
fix: sanitize html error messages 2025-01-07 13:38:21 +01:00
Andras Bacsai
5064fa246e feat/fix: able to import full db backups for pg/mysql/mariadb 2025-01-07 13:00:41 +01:00
Andras Bacsai
326d0ccdb6 fix: import backups due to js stuff should not be navigated 2025-01-07 11:04:03 +01:00
Andras Bacsai
86ce9f3ddf fix: local dropzonejs 2025-01-07 11:03:41 +01:00
Andras Bacsai
2fc5893e98 fix: update Livewire button click method to use camelCase 2025-01-07 11:03:23 +01:00
Andras Bacsai
af482f0572 fix: show if only build servers are added to your team 2025-01-07 10:43:21 +01:00
Andras Bacsai
7f9e54516b fix: prevent default link behavior for resource and settings actions in dashboard 2025-01-07 09:51:25 +01:00
Piotr Wojcik
736cf20141 Custom network aliases for other deployment options (not for compose and swarm) 2025-01-07 01:59:51 +01:00
peaklabs-dev
49f468c4b7
fix: potential fix for permissions update 2025-01-06 19:37:51 +01:00
peaklabs-dev
fdb5f069fc
chore: ajust time to 50s (tests done) 2025-01-06 18:32:05 +01:00
peaklabs-dev
d0c84bc6fa
fix: indent 2025-01-06 18:22:12 +01:00
peaklabs-dev
0991898853
chore: final css touches 2025-01-06 18:16:30 +01:00
peaklabs-dev
cb75ca8bea
chore: more css as it still looks like shit 2025-01-06 18:11:04 +01:00
peaklabs-dev
0f77e282cb
chore: css 2025-01-06 18:05:58 +01:00
peaklabs-dev
3c623d6553
chore: improve error styling 2025-01-06 17:59:17 +01:00
peaklabs-dev
3adc9cf335
fix: render html correctly now 2025-01-06 17:55:37 +01:00
peaklabs-dev
a29547b3ba
fix: error rendering 2025-01-06 17:49:55 +01:00
peaklabs-dev
2c4bdb76bd chore: use new functions 2025-01-06 16:58:20 +01:00
Andras Bacsai
5ad6b86735 fix: disappearing UI after livewire event received 2025-01-06 14:05:20 +01:00
🏔️ Peak
74524221a3
Merge pull request #4739 from biostaz/main
Improve modal closing logic for intentional user interaction
2025-01-06 12:06:39 +01:00
Piotr Wojcik
9acde06795 Custom network aliases for Dockerfile and Docker Image apps 2025-01-05 07:47:57 +01:00
Adam
8bcb39ad5f
Improve modal closing logic for intentional user interaction 2025-01-04 22:40:35 +01:00
Andras Bacsai
c33132d8d9 fix: show backup timezone on the UI 2025-01-03 20:39:27 +01:00
Andras Bacsai
f575d1249e Merge branch 'main' into next 2024-12-27 11:09:29 +01:00
peaklabs-dev
f2cb040ba9
feat: new encryption options 2024-12-23 15:26:26 +01:00
Andras Bacsai
ad1651282a fix: use local monaco-editor instead of Cloudflare 2024-12-18 13:52:35 +01:00
Andras Bacsai
07984ce74f Merge branch 'next' into fix-postgres-init-scripts 2024-12-18 10:35:16 +01:00
🏔️ Peak
f92ddd77f3
Merge branch 'next' into fix-docker-cleanup-notifications 2024-12-17 15:25:20 +01:00
peaklabs-dev
ed2ccaf8af
fix: Advanced server UI 2024-12-17 15:22:10 +01:00
Andras Bacsai
9e3467578f feat: add environment_uuid support and update API documentation
- Introduced `environment_uuid` as a required field in various API endpoints and schemas.
- Updated descriptions to clarify that either `environment_name` or `environment_uuid` must be provided.
- Modified routes and controller methods to accommodate the new UUID parameter.
- Adjusted frontend components to utilize `environment_uuid` for better consistency and clarity.
- Removed deprecated fields related to environment handling.

This change enhances the API's flexibility in identifying environments, improving overall usability.
2024-12-17 13:42:16 +01:00
Andras Bacsai
0ce01238d7 fix: html css 2024-12-17 13:40:07 +01:00
Andras Bacsai
bf9d89f279
Merge branch 'next' into fix-environement-route 2024-12-17 12:17:50 +01:00
Andras Bacsai
38256af9b3 fix: refactor database view 2024-12-17 12:10:55 +01:00
Andras Bacsai
b7748479d4 fix: service ui structure 2024-12-17 11:13:17 +01:00
Andras Bacsai
2a9d499251 feat: migrate env variables to polymorphic relationship
fix: proxy status query ui
2024-12-17 10:38:42 +01:00
Andras Bacsai
7edd2285b5 Refactor PostgreSQL selection UI in project creation form for improved layout and documentation links 2024-12-17 10:38:42 +01:00
Andras Bacsai
e76817d401 improve application view 2024-12-16 14:11:45 +01:00
Andras Bacsai
a0ad4bc90e better impersonate 2024-12-16 12:48:09 +01:00
🏔️ Peak
f8a2d92ea0
Merge branch 'next' into fix-postgres-init-scripts 2024-12-16 12:36:50 +01:00
Andras Bacsai
acf10f39f3 fix: compose loading seq 2024-12-16 10:19:11 +01:00
peaklabs-dev
8c07a36d9c
Revert as this probably breaks other error code
This reverts commit 382acad3aa.
2024-12-13 21:19:12 +01:00
peaklabs-dev
382acad3aa
fix: render html on error page correctly 2024-12-13 21:12:12 +01:00
peaklabs-dev
260e44d3db
fix: only show copy button on secure context 2024-12-13 20:57:58 +01:00
peaklabs-dev
94bc604fbe
never mind fuck the fallback just use https 2024-12-13 14:15:18 +01:00
peaklabs-dev
89a0fb1dd6
new fallback approach 2024-12-13 14:10:37 +01:00
peaklabs-dev
b25463b084
fix: maybe fallback is now working 2024-12-13 14:05:31 +01:00
peaklabs-dev
9701c8aa6b
fix: copy the right text 2024-12-13 13:56:59 +01:00
peaklabs-dev
a374e09d19
fix: fallback for copy button 2024-12-13 13:50:39 +01:00
peaklabs-dev
4f015efefc
Merge branch 'next' of https://github.com/coollabsio/coolify into next 2024-12-13 12:09:27 +01:00
peaklabs-dev
1d413e10a2
fix: monaco editor light and dark mode switching 2024-12-13 12:09:24 +01:00
Andras Bacsai
4901b12279 fix: service status indicator + oauth saving 2024-12-13 12:03:10 +01:00
peaklabs-dev
82a1478ca1
fix: typo 2024-12-12 16:59:57 +01:00
Andras Bacsai
ab819c6b9d fix: adjust spacing in login form for improved layout 2024-12-12 11:36:50 +01:00
Andras Bacsai
78eb956870 fix: correct heading display for OAuth settings in settings-oauth.blade.php 2024-12-12 10:11:46 +01:00
Andras Bacsai
147240b527 Merge branch 'next' into authentik 2024-12-12 08:45:38 +01:00
Andras Bacsai
e5f534b6ef fix: pushover 2024-12-12 08:40:34 +01:00
peaklabs-dev
f88438edd3
chore: rename topicID to threadId like in the telegram API response 2024-12-11 23:13:13 +01:00
peaklabs-dev
92fec9582c
fix: make pushover settings more clear
- Rename User to User Key
- Rename Token to API Token
- fix: helper and docs links
2024-12-11 19:18:39 +01:00
peaklabs-dev
1568e55b05
fix: discord helper 2024-12-11 19:16:28 +01:00
peaklabs-dev
21ddaa317f
fix: telegram helper 2024-12-11 19:16:17 +01:00
peaklabs-dev
1dade36253
fix: slack helper 2024-12-11 19:16:07 +01:00
peaklabs-dev
9572c8498e
chore: reorder navbar 2024-12-11 18:42:55 +01:00
Zao Soula
ef35429533 feat(notification): add Pushover 2024-12-11 18:13:16 +01:00
🏔️ Peak
d9aefae207
Merge branch 'next' into feature/authentik-provider 2024-12-11 15:24:26 +01:00
Andras Bacsai
9ffae89a71 fix: remove resale_license from db as well 2024-12-11 12:04:58 +01:00
Andras Bacsai
b442965976 fix: test notifications to only send it to the right channel 2024-12-11 11:57:56 +01:00
Andras Bacsai
fcc94e6306 fixes 2024-12-11 11:28:56 +01:00
Andras Bacsai
6a7b283844 fix: docker cleanup email notifications 2024-12-11 10:50:10 +01:00
Andras Bacsai
1257ab6ff4 fix: ui + migrations 2024-12-11 10:14:12 +01:00
peaklabs-dev
eaeacb6f7b
feat: scheduled task success email 2024-12-10 16:12:58 +01:00
peaklabs-dev
0375db0d7c
feat: Docker cleanup success and failure notification files 2024-12-10 16:12:32 +01:00
peaklabs-dev
78d07f00f8
feat: docker cleanup email views 2024-12-10 16:11:58 +01:00
peaklabs-dev
9453981f0b
feat: UI for docker cleanup success and failure notification 2024-12-10 16:04:54 +01:00
peaklabs-dev
b4dd7cd263
fix: add missing deployment notifications to telegram 2024-12-10 15:31:00 +01:00
peaklabs-dev
ba6d05b563
chore: comment status changes as it is disabled for now 2024-12-10 15:30:17 +01:00
peaklabs-dev
ddfd7777c2
fix: docker cleanup email template 2024-12-10 14:16:35 +01:00
peaklabs-dev
bdfd68b74f
chore: remove unused email component 2024-12-09 21:41:22 +01:00
🏔️ Peak
12a48a1439
Merge branch 'next' into fix-postgres-init-scripts 2024-12-09 19:50:54 +01:00
🏔️ Peak
fdf757c7ae
Merge branch 'next' into separate-success-and-failure-notifications 2024-12-09 18:15:41 +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
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
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
a6086ee38b
feat: New email notification settings 2024-12-09 13:56:52 +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
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
bfb1869f53 Merge branch 'next' into fix/search-resources-scope 2024-12-09 11:16:13 +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
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
Philip Heinser
4b89b84353 paginate task logs 2024-12-08 15:26:51 +07:00
Andras Bacsai
1184fafd3d
Merge pull request #4264 from marvinvr/main
feat: add slack notifications
2024-12-06 14:35:55 +01:00
Andras Bacsai
2b8b856181 fix: ui 2024-12-06 13:39:28 +01:00
Marvin von Rappard
f7eccefda3
Merge branch 'next' into main 2024-12-06 06:29:35 +01:00
🏔️ Peak
27395615e6
Merge branch 'next' into feat/disable-default-redirect 2024-12-05 14:46:33 +01:00
Andras Bacsai
a500daac98 fixes 2024-12-05 12:42:31 +01:00
Andras Bacsai
e98eb21b9e
Merge pull request #4470 from coollabsio/rename-github-app
Feat: Ability to rename GitHub App
2024-12-05 11:01:53 +01:00
Andras Bacsai
e67a93e6a5 feat: able to deploy without cache on every commit 2024-12-05 10:46:27 +01:00
Andras Bacsai
7519dff04d ui update on logs 2024-12-05 10:30:04 +01:00
Andras Bacsai
f535ed2359 Enhance modal input component and storage forms
- Added 'minWidth' attribute to modal input component for better responsiveness.
- Updated modal input instantiation in storage view to set a minimum width of 64rem.
- Improved layout and user guidance in the storage add forms by adding descriptive text for volume, file, and directory mounts.
- Changed button labels from 'Save' to 'Add' for clarity in storage forms.
2024-12-04 14:00:49 +01:00
Andras Bacsai
94c264c6d7 Fix deployment status border color in deployment index view 2024-12-04 13:49:19 +01:00
🏔️ Peak
7328724f3d
Merge branch 'coollabsio:main' into fix-postgres-init-scripts 2024-12-04 13:15:58 +01:00
🏔️ Peak
c8e2cd32e5
Merge branch 'next' into rename-github-app 2024-12-04 13:08:09 +01:00
Jeremy Angele
51b1fb45ab Use computed property for timezones on settings index page 2024-12-04 00:30:39 +01:00
Jeremy Angele
26ba433fd3 Use computed property for timezones 2024-12-03 22:24:36 +01:00
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
Andras Bacsai
ec9315f24e remove unnecessary things 2024-12-03 14:09:51 +01:00
peaklabs-dev
737e81aa38
wip button to sync new app name 2024-12-03 13:12:58 +01:00
peaklabs-dev
c74728162e
wip: test rename GitHub app 2024-12-03 12:41:56 +01:00
Andras Bacsai
ec1312a3f8 able to change zoom 2024-12-02 22:12:07 +01:00
🏔️ Peak
51883d091a
Merge pull request #4453 from oliverfrost1/main
Added slogan to be included, when searching resources
2024-12-02 11:10:26 +01:00
Andras Bacsai
062c198d1d test zoom out 2024-12-02 08:08:09 +01:00
Oliver Frost
99fcd98e63 Added slogan to be included, when searching resources 2024-12-01 14:51:47 +07:00
kleintonno
0bc823108d
fix deploy selection in applications source menu 2024-11-28 10:40:44 +01:00
Marvin von Rappard
02a20729c7
Merge branch 'next' into main 2024-11-27 11:09:45 +01:00
Andras Bacsai
5e4926ad00 fix: Alpine in body layout 2024-11-26 16:15:41 +01:00
Andras Bacsai
7f0094ed55 feat: add hex magic env var 2024-11-26 13:01:42 +01:00
Andras Bacsai
3011a0046e
Merge pull request #4398 from carstenjaksch/patch-1
Fix 404
2024-11-26 10:29:04 +01:00
Carsten Jaksch
86c95e4bd5
Fix 404 2024-11-26 09:00:45 +01:00
peaklabs-dev
a014bf1713
fix docs link hover background 2024-11-25 22:20:37 +01:00
peaklabs-dev
642cc6a9ca
fix light mode sticky search is dark 2024-11-25 22:12:34 +01:00
Andras Bacsai
16763372fc fix: search should be more visible on scroll on new resource 2024-11-25 15:46:23 +01:00
Andras Bacsai
504caefb8c fix: new resource icons 2024-11-25 15:33:42 +01:00
peaklabs-dev
d87cb67229
fix body section 2024-11-25 15:10:21 +01:00
Marvin von Rappard
a4910880e0
Merge branch 'next' into main 2024-11-25 13:44:24 +01:00
Andras Bacsai
f2063939d4 fix: websocket connections autoreconnect 2024-11-25 12:55:21 +01:00
Andras Bacsai
56365368e3 fix: sentry error 2024-11-25 12:55:05 +01:00
Andras Bacsai
37d4d5f98c fix: version should come from constants + fix stripe webhook error reporting 2024-11-25 11:28:08 +01:00
Marvin von Rappard
1aea60f1f0
Merge branch 'next' into main 2024-11-25 09:06:24 +01:00
Andras Bacsai
68174ea825 add sentry to cloud 2024-11-22 18:47:07 +01:00
Andras Bacsai
569560f46c fix: view issue 2024-11-22 18:09:43 +01:00
peaklabs-dev
277fd78769
new uuid routes 2024-11-22 16:03:20 +01:00
peaklabs-dev
5f1adc98d8
fix environment select 2024-11-22 15:45:46 +01:00
peaklabs-dev
4c21807b7a
navigate to environment via uuid 2024-11-22 15:38:54 +01:00
🏔️ Peak
e29c202e61
Merge branch 'next' into fix-environement-route 2024-11-22 15:32:28 +01:00
peaklabs-dev
1361863cfe
use uuid instead of name shared vars 2024-11-22 15:31:16 +01:00
peaklabs-dev
e776302a25
use new route for dash and project 2024-11-22 15:28:06 +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
truemiller
d38110f3ef
fix: refine helper text for metrics input fields 2024-11-16 09:04:11 +00:00
truemiller
0ac3505c06
fix: improve helper text for metrics input fields 2024-11-16 09:03:42 +00:00
Andras Bacsai
1fc4c7872e fix 2024-11-15 21:47:31 +01:00
Andras Bacsai
b43d62f51b fix: AUTOUPDATE + checkbox opacity 2024-11-15 21:44:05 +01:00
🏔️ Peak
8515a18ead
Merge pull request #4310 from LEstradioto/fix-add-dynamic
fix: modal (+ add) on dynamic config was not opening, removed x-cloak
2024-11-15 21:39:30 +01:00
Luan Estradioto
94e8ee4a99 fix: modal (+ add) on dynamic config was not opening, removed x-cloak 2024-11-15 16:50:44 -03:00
Andras Bacsai
020cb5b3aa fix: modal-input 2024-11-15 17:13:32 +01:00
peaklabs-dev
8754742a0d
fix deploy key selection 2024-11-15 15:46:00 +01:00
Andras Bacsai
3ecda1b497 fix: cf tunnel menu should be visible when server is not validated 2024-11-14 16:17:41 +01:00
peaklabs-dev
7ec6f632fd
Update upgrade.blade.php 2024-11-14 13:58:39 +01:00
peaklabs-dev
5d5ac6b5e0
Update upgrade.blade.php 2024-11-14 13:56:38 +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
b0f3f5378f fix: terminal opening issue 2024-11-14 12:33:59 +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
552f563162 fix: poll with modal issue 2024-11-14 12:29:39 +01:00
Andras Bacsai
b0b81e4416 fix: timezone settings validation 2024-11-14 10:02:37 +01:00
peaklabs-dev
3bfa21be59
fix confirmation setting UI 2024-11-13 19:40:36 +01:00
🏔️ Peak
021312e8e5
Merge pull request #4273 from Bilge/checkbox
Expanded checkbox clickable area to include label
2024-11-13 19:29:20 +01:00
Bilge
bff8e6b3ab
Expanded checkbox clickable area to include label. 2024-11-13 18:19:30 +00:00
peaklabs-dev
1be3423bcc
Delete license.blade.php 2024-11-13 18:38:33 +01:00
peaklabs-dev
f55bb5b0fb
remove resale license 2024-11-13 18:38:22 +01:00
🏔️ Peak
70cd88a460
Merge branch 'next' into dep-and-remove-unused-stuff 2024-11-13 18:26:46 +01:00
David R
6ed9259547
Correct tab name
There is no General tab, and the Compose file is reachable on the Service Stack tab.
2024-11-13 07:59:11 -05:00
🏔️ Peak
50e09b684b
Merge branch 'next' into dep-and-remove-unused-stuff 2024-11-13 13:46:20 +01:00
Marvin von Rappard
eb0686fe20 feat: slack notifications 2024-11-12 22:37:55 +01:00
Luan Estradioto
403b692a34 fix: autocompletes 2024-11-12 16:24:28 -03:00
peaklabs-dev
1d517b4b39
remove some unused files 2024-11-12 15:55:47 +01:00
peaklabs-dev
1ffa88acf0
use config instead of env() 2024-11-12 15:53:05 +01:00
peaklabs-dev
97f868a285
Delete bootstrap.js 2024-11-12 15:29:59 +01:00
peaklabs-dev
1c5ddab30d
use one constants file 2024-11-12 15:18:48 +01:00
🏔️ Peak
442b0e837c
Merge branch 'next' into dep-and-remove-unused-stuff 2024-11-12 13:58:51 +01:00
Andras Bacsai
7253041e15 feat: add internal api docs to /docs/api with auth 2024-11-12 13:49:40 +01:00
🏔️ Peak
0ce2fbff40
Merge pull request #4169 from easilok/fix-invalid-docker-version-check
Fix invalid docker version check
2024-11-12 13:21:17 +01:00
Andras Bacsai
99eaedf5cf ui: improve s3 add view 2024-11-12 13:12:05 +01:00
Andras Bacsai
2381eb94ed fix: admin view 2024-11-12 12:51:13 +01:00
Andras Bacsai
e00c692e33 ui: separate resources by type in projects view 2024-11-12 12:14:23 +01:00
Andras Bacsai
f14cef0651 fix: cool 500 error (thanks hugodos) 2024-11-12 10:01:53 +01:00
Andras Bacsai
b58cc05b8a fix: terminal view loading in async 2024-11-12 09:52:22 +01:00
🏔️ Peak
a43c12cf9e
Merge branch 'next' into dep-and-remove-unused-stuff 2024-11-11 21:12:24 +01:00
peaklabs-dev
644da632e3
Revert "remove unused dev files"
This reverts commit eeb6330791.
2024-11-11 19:04:25 +01:00
peaklabs-dev
eeb6330791
remove unused dev files 2024-11-11 18:57:44 +01:00
Andras Bacsai
b379e50d90 feat: custom nginx configuration for static deployments + fix 404 redirects in nginx conf 2024-11-11 14:37:36 +01:00
peaklabs-dev
026fcdaf52
remove unused packages and add new tailwind scrollbar package 2024-11-11 12:55:47 +01:00
Luis Pereira
770163d54c
using docker version constant as user feedback 2024-11-10 21:28:12 +00:00
Andras Bacsai
704e25100a fix: manual update should be executed only once + better UX 2024-11-10 21:26:52 +01:00
Andras Bacsai
15c00bcdd7 fix: serverTimezone update 2024-11-08 18:07:40 +01:00
peaklabs-dev
b7451802a6
css fix 2024-11-08 15:14:13 +01:00
peaklabs-dev
a6d71bb7ee
Merge branch 'next' of https://github.com/coollabsio/coolify into next 2024-11-08 15:10:10 +01:00
peaklabs-dev
2676f9a8db
fix disable 2 stp confirmation UI 2024-11-08 15:09:54 +01:00
Andras Bacsai
31dd2176b2 fix: github app name is too long 2024-11-08 15:03:25 +01:00
🏔️ Peak
ac500219d2
Merge branch 'next' into include-tip-in-www-redirect-helper 2024-11-08 14:40:09 +01:00
Andras Bacsai
373e715e8d fix: disable cloudflare tunnel on "localhost" 2024-11-08 14:03:26 +01:00
Andras Bacsai
138c721566 fix: server wildcard 2024-11-08 12:18:34 +01:00
peaklabs-dev
822c0c634b
Merge branch 'next' of https://github.com/coollabsio/coolify into next 2024-11-08 11:53:47 +01:00
peaklabs-dev
19616283db
fix: Confirmation Settings css for light mode 2024-11-08 11:53:44 +01:00
Andras Bacsai
9f439e2672 fix: disable wire:navigate 2024-11-08 11:51:06 +01:00
peaklabs-dev
653cfcc766
fix 2 advanced settings 2024-11-08 11:38:07 +01:00
Luis Pereira
3fe636aab6
update docker minimum version to 26 2024-11-07 21:50:53 +00:00
Johnny Kessler
b6f8562231 chore: edit www helper 2024-11-07 18:09:47 +01:00
Andras Bacsai
a9832e2783
Merge pull request #3949 from peaklabs-dev/fix-project-deletion
Fix: Projects can be deleted with resources
2024-11-07 13:43:56 +01:00
Andras Bacsai
3f8208e81b fix: loading indicator for db proxies 2024-11-07 12:32:44 +01:00
Andras Bacsai
a297c9fcab fix: better invitation errors 2024-11-07 12:32:23 +01:00
Andras Bacsai
376a2341af refactor scheduled task job (and related stuffs) 2024-11-07 11:09:38 +01:00
Andras Bacsai
a097f3b830 ui 2024-11-06 12:49:57 +01:00
Andras Bacsai
f8e6e925b6 cleanup 2024-11-05 17:17:34 +01:00
Luis Pereira
752ae4a110
add feedback on docker version check failure 2024-11-05 13:23:03 +00:00
Andras Bacsai
a07605205e refactor application advanced view 2024-11-05 12:28:33 +01:00
Andras Bacsai
f9465790f7 delete unused component 2024-11-05 11:51:58 +01:00
Andras Bacsai
9995663f01 fix notifications 2024-11-05 11:33:33 +01:00
Andras Bacsai
5ce6c3ded1 refactor server limit check job + email notifications view 2024-11-05 11:22:23 +01:00
Andras Bacsai
ae7d88df9f fix: refactor tags view / remove obsolete one 2024-11-05 10:11:15 +01:00
Andras Bacsai
d24d1394f7 refactor telegram notifications view 2024-11-04 17:48:39 +01:00
Andras Bacsai
e1d105606d fix: add user/pw to db view 2024-11-04 14:33:00 +01:00
Andras Bacsai
2baea6e89f fix 2024-11-04 14:23:21 +01:00
Andras Bacsai
ffb1e10248 fix dragonfly view 2024-11-04 14:22:42 +01:00
Andras Bacsai
7fb1a1fc75 fix: use Auth(), add new db proxy stop event refactor clickhouse view 2024-11-04 14:18:16 +01:00
Kael
400d3f66b0
Merge branch 'next' into feat/disable-default-redirect 2024-11-04 23:33:48 +11:00
Kael
56c8056a8f
Merge branch 'next' into feat/deployment-token 2024-11-04 23:33:26 +11:00
Andras Bacsai
1ab459a09b fix: reworded 2024-11-04 12:54:42 +01:00
Andras Bacsai
34c7aa122c refactor backup edit view 2024-11-04 12:40:10 +01:00
Andras Bacsai
c11dfdee1f refactor create scheduled backup livewire 2024-11-04 11:53:32 +01:00
Andras Bacsai
e30dcf1101 refactor application preview livewire 2024-11-04 11:32:03 +01:00
Andras Bacsai
e4d5969326 refactor swarm view livewire 2024-11-04 11:25:45 +01:00
Andras Bacsai
83b3f6fe49 refactor application source view 2024-11-04 00:14:44 +01:00
Andras Bacsai
ca7290cebe refactor project env edit livewire 2024-11-04 00:00:58 +01:00
Andras Bacsai
2f0f244382 refactor project edit livewire 2024-11-03 23:55:04 +01:00
Andras Bacsai
3b4a81be2a refactor add environment + remove unnecessary livewire component 2024-11-03 23:49:31 +01:00
Andras Bacsai
e99155b13d remove unnecessary leftover 2024-11-03 23:49:06 +01:00
Andras Bacsai
8854eeb911 refactor new project 2024-11-03 23:42:00 +01:00
Andras Bacsai
1bdc2c6d7c refactor discord notification view 2024-11-03 23:19:44 +01:00
Andras Bacsai
fd546cec9d fix: refactor destination/docker view 2024-11-03 23:08:24 +01:00
Andras Bacsai
4ed76f88f8 fix: destinations livewire refactor
removed unnecessary livewire components, renamed them ,etc etc
2024-11-03 22:19:41 +01:00
Andras Bacsai
ec81b4ce5c fix: transactional email livewire 2024-11-03 21:45:17 +01:00
Andras Bacsai
8c9989136b fix: remove livewire legacy from help view 2024-11-03 21:27:26 +01:00
Andras Bacsai
c211227141 fix: add min/max length to input/texarea 2024-11-03 21:27:02 +01:00
Andras Bacsai
cc7c25aafd fix: dashboard refactor 2024-11-03 21:11:35 +01:00
Andras Bacsai
46c218d773 fix ui 2024-11-03 15:07:16 +01:00
Andras Bacsai
52b4e6216c fix: cloud admin view 2024-11-03 13:43:28 +01:00
Kael
970b30b2e7
Merge branch 'next' into feat/disable-default-redirect 2024-11-03 18:58:59 +11:00
Kael
41f98d64e6
Merge branch 'next' into feat/deployment-token 2024-11-03 18:58:07 +11:00
Andras Bacsai
b77ee11da5 Refactor livewire server show view to remove redundant code 2024-11-01 23:52:43 +01:00
Ted
c9f2e192e4
Merge branch 'next' into next 2024-11-01 09:33:54 +00:00
Kael
b9597e53e1 Merge branch 'next' into feat/deployment-token 2024-11-01 16:55:00 +11:00
Kael
1408bc58fb
Merge branch 'next' into feat/disable-default-redirect 2024-11-01 16:52:09 +11:00
Andras Bacsai
5ce2422b90 fix: stripe webhooks
fix: add custome created webhook
2024-10-31 23:26:40 +01:00
Ted
2ca6da1517
fix: fix my own grammar
Didn't feel like "versions of" was needed...
2024-10-31 19:52:38 +00:00
Ted
ced0d1f6e9
fix: grammar for helper 2024-10-31 19:46:11 +00:00
🏔️ Peak
231ce49817
Merge pull request #4068 from TimKochDev/design
Design: More Space and Visual Hierarchy
2024-10-31 16:33:24 +01:00
Tim Koch
23211c3d14 Utilize <section> on dashboard page 2024-10-31 18:03:16 +04:00
Tim Koch
c3fc22479a Apply mb-12 to <section> elements
I think Coolify's design would benefit from a bit more space
between groups of content throughout the site.
HTML's section elements are a perfect fit to
a) semantically group related content and
b) add spacing/visual coherence to it at the same time
2024-10-31 18:03:16 +04:00
Tim Koch
1a668d6c46 Make h1 text size even larger
This is to make it even easier to visually distringuish between h1 and other heading elements.
For example, on pages with a h1 heading and multiple section headings,
this makes it easier to understand the structure of the page subconciously.
2024-10-31 18:03:16 +04:00
Tim Koch
f073d01a5f Give more space to navbar
Especially in full width and mobile view, the navbar looked cramped
because there was very little padding to the left end of the screen.
This commit adds horizontal padding to the navbar
and increases its width from 48 to 56 tailwind units.
2024-10-31 18:03:16 +04:00
Tim Koch
a35e2f427b Fix inconsistent navbar padding
"Coolify" had pl-3 while the SwitchTeam element and the menu items below had px-2
2024-10-31 18:03:16 +04:00
Tim Koch
fca1815216 Apply tailwind shadow to .box class
Makes .box elements appear raised above the background.
Only works in light mode!
2024-10-31 18:03:15 +04:00
Kael
133ddc09d2
Merge branch 'next' into feat/disable-default-redirect 2024-10-31 23:57:51 +11:00
peaklabs-dev
567fe73df7
remove duplicated step 3 2024-10-31 13:45:26 +01:00
🏔️ Peak
01bdde2f2b
Merge branch 'next' into fix-autocompletes 2024-10-31 13:41:00 +01:00
peaklabs-dev
6be0affa79
fix typo 2024-10-31 11:35:16 +01:00
🏔️ Peak
0cf356937f
Revert "fix typo" 2024-10-31 11:33:51 +01:00
🏔️ Peak
2568cad86b
Merge branch 'next' into main 2024-10-31 11:31:42 +01:00
Alberto Rizzi
5d5a06dcf6 fix typo 2024-10-30 22:21:52 +01:00
Andras Bacsai
96ca72fcdb refactor server view (phuuu) 2024-10-30 20:03:30 +01:00
Kael
6520235667 middleware should allow, not deny 2024-10-30 19:06:50 +11:00
Kael
d4d63ff273 feat: add deploy-only token permission 2024-10-30 17:00:55 +11:00
Andras Bacsai
6462af2d24 Refactor server show blade view: Enable metrics tab and remove commented code 2024-10-29 13:31:15 +01:00
Andras Bacsai
74411e89e6 feat: debug mode for sentinel 2024-10-29 10:48:49 +01:00
Andras Bacsai
5780828f0f Refactor registration form view 2024-10-29 10:20:02 +01:00
Andras Bacsai
f87b158c9b fix: login / register view 2024-10-29 10:13:06 +01:00
Andras Bacsai
898433bc4a Refactor modal-confirmation component 2024-10-28 23:02:05 +01:00
Andras Bacsai
9217d5aa96
Merge pull request #4017 from coollabsio/fix-rendering-glitch
Fix: 2-step confirmation button rendering bug
2024-10-28 21:04:32 +01:00
🏔️ Peak
ec22162384
Merge pull request #4021 from cngJo/patch-1
docs: update link to deploy api docs
2024-10-28 13:22:39 +01:00
Andras Bacsai
66e9afd859 migrate settings backup frome legacy bind 2024-10-28 10:39:50 +01:00
Andras Bacsai
af35612c15 Refactor backup-edit.blade.php to conditionally display the "Backup All Databases" checkbox based on the database type and ID 2024-10-28 10:39:34 +01:00
Andras Bacsai
3d58b92a33 migrate settings from legacy model binding 2024-10-28 10:10:27 +01:00
Kael
786c8bc3a3
Merge branch 'next' into feat/disable-default-redirect 2024-10-28 19:20:52 +11:00
Johannes Przymusinski
9fe8204158
docs: update link to deploy api docs 2024-10-26 13:58:09 +02:00
peaklabs-dev
7da9b28c48
fix step 2 button 2024-10-25 21:09:10 +02:00
peaklabs-dev
34ff8e9a98
fix rendering glitch with tow step confirmation 2024-10-25 20:58:17 +02:00
Andras Bacsai
62c0eba139 Refactor code to remove experimental features and update documentation links 2024-10-25 17:15:02 +02:00
Andras Bacsai
2263734129 save sentinel form update 2024-10-25 11:42:37 +02:00
Andras Bacsai
d26a0f194b Refactor flexbox layout and button styles in show-private-key.blade.php 2024-10-25 11:17:17 +02:00
Andras Bacsai
2877080a39 Refactor variable and function names for consistency 2024-10-25 10:59:12 +02:00
Andras Bacsai
35a1307e7b Refactor variable and function names for consistency 2024-10-25 10:59:05 +02:00
Andras Bacsai
b1d2914c08 Refactor function and configuration names for experimental features 2024-10-24 22:00:26 +02:00
Andras Bacsai
0c34e81b2b fix: add experimental flag 2024-10-24 21:48:51 +02:00
Andras Bacsai
8182305ac4 fix: admins should now invite owner 2024-10-24 21:47:39 +02:00
Kael
7e03a80df5
Merge branch 'next' into feat/disable-default-redirect 2024-10-25 01:28:08 +11:00
Andras Bacsai
23f7932964 Refactor isExperimentalEnabled function and remove its usage 2024-10-24 13:28:12 +02:00
Andras Bacsai
9a227dbad6 feat: terminal views for servers
improvement: connect to container if only one available
2024-10-24 12:21:36 +02:00
Andras Bacsai
a310a13016 Refactor server navbar and resources views 2024-10-24 11:43:15 +02:00
Andras Bacsai
70aa61c59e fix: disable sentinel for now 2024-10-24 11:10:02 +02:00
Andras Bacsai
f9bf2e3eaf
Merge pull request #3999 from coollabsio/fix-otp
fixes for new otp view
2024-10-24 10:14:37 +02:00
Andras Bacsai
11b98a4f25
Merge pull request #3927 from peaklabs-dev/fix-otp
Fix and improve OTP UI
2024-10-24 10:11:42 +02:00
Andras Bacsai
d11d8f234e Refactor profile index.blade.php to improve OTP display and functionality 2024-10-24 10:07:18 +02:00
Andras Bacsai
2e9ce3ed2a feat: add notification settings to server_disk_usage 2024-10-22 14:47:01 +02:00
Andras Bacsai
ac768e5313 feat: limit storage check emails
feat: sentinel should send storage usage
2024-10-22 14:01:36 +02:00
Andras Bacsai
50ab5ea35d Refactor health check form labels and placeholders 2024-10-22 12:05:36 +02:00
Andras Bacsai
b282c8412c Refactor StartSentinel to handle build servers 2024-10-22 11:40:44 +02:00
Andras Bacsai
b5146c0dda fix: charts ui 2024-10-22 11:39:38 +02:00
Andras Bacsai
d7efe8a6d1 fix: no sentinel for swarm yet 2024-10-22 11:29:43 +02:00
Andras Bacsai
c338eef57b fix: should be able to reset labels in read-only mode with manual click 2024-10-22 11:25:03 +02:00
Andras Bacsai
d9a9205e49 Refactor settings index.blade.php to add missing div tag 2024-10-22 11:11:29 +02:00
Andras Bacsai
388929be30 Refactor status component to use title instead of lastDeploymentInfo 2024-10-22 10:58:23 +02:00
Andras Bacsai
e8854c3101 fix: sentinel start fixed 2024-10-22 08:31:53 +02:00
Andras Bacsai
3e729ee928 fix: metrics for dbs 2024-10-21 22:57:00 +02:00
Kael
ebdc99f617
Merge branch 'next' into feat/disable-default-redirect 2024-10-22 00:50:12 +11:00
Andras Bacsai
28667a32c1 fix: able to update ipv4 / ipv6 instance settings 2024-10-21 14:26:34 +02:00
Andras Bacsai
8eac7c209a Refactor server resources view to use flexbox for sidebar layout 2024-10-21 14:22:07 +02:00
Andras Bacsai
a1d35deefe Refactor server resources view to add loading indicators for managed and unmanaged containers 2024-10-21 14:15:35 +02:00
Andras Bacsai
2809083f61 Refactor Redis password handling and migration to use environment variables 2024-10-21 13:43:34 +02:00
Andras Bacsai
bf7b0f9e06 fix: redis database user and password 2024-10-21 12:13:42 +02:00
Andras Bacsai
bc05070f4c Refactor modal-confirmation.blade.php for improved readability and maintainability 2024-10-21 11:02:44 +02:00
Andras Bacsai
67c69b4ba4
Merge branch 'next' into disable-2-step-confirmation-if-needed 2024-10-21 10:58:04 +02:00
Andras Bacsai
056758e3ff
Merge pull request #3184 from peaklabs-dev/fix-redis-db-ui
Fix: Redis DB UI
2024-10-21 10:00:20 +02:00
Andras Bacsai
97aab8ba28 feat: show warning if people would like to use sslip with https 2024-10-20 22:26:30 +02:00
peaklabs-dev
7f393eb2c2
fix indexing after deletion and make sure init script is removed form the server 2024-10-18 20:51:51 +02:00
peaklabs-dev
5a38b21d95
fix project deletion and refactor some code 2024-10-18 13:48:41 +02:00
Nathan James
4572bf0fba change heading to match others 2024-10-17 17:44:05 +01:00
Andras Bacsai
2315bdb93f ui updates on server 2024-10-17 14:56:36 +02:00
peaklabs-dev
8b114f5558
fix button text kind of 2024-10-17 13:05:58 +02:00
peaklabs-dev
83c7e1b78b
fix typos 2024-10-17 12:36:18 +02:00
peaklabs-dev
8284cdfb02
add password confirmation to disable two step confirmation 2024-10-17 12:23:13 +02:00
peaklabs-dev
b67f4d1975
disable tow step confirmation 2024-10-17 12:07:48 +02:00
peaklabs-dev
2cb424ed7b
setting to disable tow step confirmation 2024-10-17 12:07:35 +02:00
peaklabs-dev
08da5aaf04
fix and improve OTP 2024-10-16 15:59:42 +02:00
peaklabs-dev
85c3270dcc
update helper and disable input if variable is shared 2024-10-16 13:44:17 +02:00
peaklabs-dev
edad4fcd5c
update helper text 2024-10-15 17:38:11 +02:00
🏔️ Peak
937666b177
Merge branch 'fix-redis-db-ui' into fix-redis 2024-10-15 15:48:57 +02:00
Andras Bacsai
46ec8eed64 fix: generate sentinel url 2024-10-15 15:43:53 +02:00
Andras Bacsai
567ce172dc Refactor server form view to conditionally display Sentinel section based on server settings 2024-10-15 13:54:25 +02:00
Andras Bacsai
d446cd4f31 sentinel updates 2024-10-15 13:39:19 +02:00
Andras Bacsai
bea492165f sentinel updates 2024-10-14 21:05:33 +02:00
Andras Bacsai
fdeb9353be chore: Update project service configuration view 2024-10-14 19:45:03 +02:00
Andras Bacsai
bdd6597451 chore: Update project resource index page 2024-10-14 19:42:44 +02:00
🏔️ Peak
c1126accd3
Merge pull request #3819 from MarioCakeDev/feature/project_settings
Add settings button to projects page
2024-10-14 17:37:03 +02:00
Kael
9a1b6449c8 Merge branch 'next' into feat/disable-default-redirect 2024-10-14 22:53:37 +11:00
Andras Bacsai
b2e515f770 sentinel 2024-10-14 13:32:36 +02:00
Kael
9d553c3a30 Merge branch 'next' into feat/disable-default-redirect 2024-10-14 21:25:56 +11:00
Andras Bacsai
1f193d465d sentinel updates 2024-10-14 12:07:37 +02:00
Danilo Martinelli
96ef0ef749 feat: 🛂 integrate Authentik authentication with Coolify
- Configured Authentik as the OAuth provider in Coolify.
2024-10-13 10:28:24 -03:00
Kael
beb6d04804
Merge branch 'next' into feat/disable-default-redirect 2024-10-12 03:50:45 +11:00
Andras Bacsai
88f1e58c63 feat: required envs 2024-10-11 14:38:22 +02:00
Andras Bacsai
920607029a fix: do not allow to change number of lines when streaming logs 2024-10-11 12:29:13 +02:00
Kael
97c8194588 Merge branch 'next' into feat/disable-default-redirect 2024-10-11 20:37:08 +11:00
Andras Bacsai
77654faa36 chore: fix form submission and keydown event handling in modal-confirmation.blade.php 2024-10-11 09:41:49 +02:00
🏔️ Peak
cf0262d7a3
Merge pull request #3820 from thereis/feat/open-version-new-tab
feat: open a new tab when clicked on the version
2024-10-10 21:55:42 +02:00
🏔️ Peak
41290f5e56
Merge pull request #3800 from ideabrian/main
add s to pluralize "application" - change "much much more" to "Coolify Home"
2024-10-10 21:54:12 +02:00
Kael
2f3503d8b8 fix: don't allow editing traefik config 2024-10-11 03:24:46 +11:00
Kael
b997b7393b feat: allow disabling default redirect, set status to 503 2024-10-11 02:44:52 +11:00
Lucas Reis
927a8adcc7
Merge branch 'next' into feat/open-version-new-tab 2024-10-10 14:55:27 +02:00
Andras Bacsai
e1ff2118f0
Merge pull request #3812 from LEstradioto/fix-ctrl-v-terminal
fix ctrl v terminal
2024-10-10 14:06:00 +02:00
Lucas Reis
cc7f741b5b
Merge branch 'next' into feat/open-version-new-tab 2024-10-10 13:41:49 +02:00
Andras Bacsai
9330a3f354 feat: add customHelper to stack-form 2024-10-10 13:28:42 +02:00
Andras Bacsai
e6ff801559 feat: Improve search functionality in project selection 2024-10-10 11:52:19 +02:00
Andras Bacsai
0e2889b857 improvement: Add link to duplicate domain
fix: duplicate domain error
fix: remove fqdn constraint from db, because it is checked on app level
2024-10-10 10:24:11 +02:00
MarioCake
76d631d7ba Rename route attribute to settingsRoute attribute. 2024-10-10 09:45:13 +02:00
Lucas Reis
b8bcfb06a7 Merge branch 'next' of https://github.com/coollabsio/coolify into feat/open-version-new-tab 2024-10-10 00:34:50 +02:00
Lucas Reis
7d1f6b9d77 feat: open version in a new tab 2024-10-10 00:32:29 +02:00
MarioCake
62e67eff89 Remove click handler for settings div. 2024-10-09 23:49:54 +02:00
MarioCake
f95f44f4cc Add settings button to projects page. 2024-10-09 23:45:57 +02:00
Luan Estradioto
764a24ba30 fix ctrl v terminal 2024-10-09 11:44:29 -03:00
Luan Estradioto
e6c249ffea add to resend too 2024-10-09 01:20:13 -03:00
Luan Estradioto
83bcf981c2 fix autocompletes 2024-10-09 00:14:27 -03:00
Brian Ball
22a48bff74
add s to plrualize application
Changed <a> text to Coolify Home - because "much much more" linked to the home page is a distraction at best while the person is onboarding.
2024-10-08 09:53:44 -07:00
Andras Bacsai
ab8bb8dc4e fix: select server view 2024-10-08 17:16:23 +02:00
Andras Bacsai
742df4f5df fix: select server view 2024-10-08 17:08:35 +02:00
Andras Bacsai
974b4b92c1 wip: coolify.json 2024-10-08 15:11:19 +02:00
Andras Bacsai
3f8324d09e chore: Refactor loadServices2 method and remove unused code 2024-10-07 14:03:04 +02:00
Andras Bacsai
dd29827a14
Merge pull request #3749 from mkilinskidev/mki
Fix subtitle typo in server navbar
2024-10-07 13:23:40 +02:00
Andras Bacsai
673081ffb3 chore: Update select.blade.php with improved search functionality 2024-10-07 12:22:00 +02:00
Andras Bacsai
1c10a43321 fix: new resource selection view
fix: new services
2024-10-07 11:19:14 +02:00
Mateusz Kilinski
9f2e7851f7 Fix subtitle typo in server navbar 2024-10-06 17:43:22 +02:00
Andras Bacsai
4624a381b1 new search input on "new resource" view 2024-10-05 20:55:23 +02:00
Andras Bacsai
a1124a885d feat: project search on frontend 2024-10-05 15:03:40 +02:00
Andras Bacsai
a4c8f83d17 chore: Update password form submission in modal-confirmation component 2024-10-04 20:10:40 +02:00
Andras Bacsai
c2c0afa0ba fix: service env orders, application env orders 2024-10-04 12:08:57 +02:00
Andras Bacsai
2ca73695b3 fix: tag mass redeployments 2024-10-04 10:22:58 +02:00
Andras Bacsai
81b8a58415 fix: scheduled backup for services view 2024-10-03 22:38:37 +02:00
Andras Bacsai
358f6575f8 chore: Refactor modal-confirmation component 2024-10-03 21:38:08 +02:00
Andras Bacsai
5f07b473e9 fix: parse proxy config and check the set ports usage 2024-10-03 21:29:55 +02:00
Andras Bacsai
d637675ce3 chore: Update service application view 2024-10-03 21:02:42 +02:00
Andras Bacsai
14c9f25c57 feat: restart service without pulling the latest image 2024-10-03 13:17:35 +02:00
Andras Bacsai
1c7ca56756 feat: backup all databases for mysql,mariadb,postgresql 2024-10-03 12:39:45 +02:00
Andras Bacsai
bb6cb8edc9 improvement: show backup button on supported db service stacks 2024-10-03 10:48:25 +02:00
Andras Bacsai
c4e702f096 fix: able to select root permission easier 2024-10-03 09:57:37 +02:00
Andras Bacsai
ceccd093d2 refactor: Improve socket reconnection interval in terminal.js 2024-10-02 21:24:05 +02:00
Andras Bacsai
69553ec314 refactor: Improve popup component styling and button behavior 2024-10-02 18:26:51 +02:00
Andras Bacsai
a1a8f1336a refactor: Fix indentation in modal-confirmation.blade.php 2024-10-02 17:35:48 +02:00
Andras Bacsai
207fe1d709 wtf wtf wtf 2024-10-02 17:27:02 +02:00
Andras Bacsai
e03e4f2e91 refactor: Improve SSH command generation in Terminal.php and terminal-server.js 2024-10-02 15:16:55 +02:00
Andras Bacsai
ec216254b5 chore: Update modal input in server form to prevent closing on outside click 2024-10-02 13:36:09 +02:00
Andras Bacsai
fbb36bfe8e revert modal-confirmation in dev 2024-10-02 12:01:12 +02:00
Andras Bacsai
dd782e75f5 fix: local dev s3 uploads
fix: hetzner s3 uploads (mc alias instead of mc host)
2024-10-02 11:45:30 +02:00
Andras Bacsai
2be2f0ac79 feat: support Hetzner S3 2024-10-02 10:25:45 +02:00
Andras Bacsai
223cd37031 fix: remove autofocuses 2024-10-01 21:36:16 +02:00
Norman
888e96448c
Merge branch 'main' into main 2024-10-01 13:33:02 +03:00
Andras Bacsai
8065da9fa0 Refactor input fields to include autocomplete="off" 2024-10-01 11:55:01 +02:00
Andras Bacsai
5a770f9ddb fix: Handle deletion of 'hello' in confirmation modal for dev environment 2024-10-01 11:16:16 +02:00
Andras Bacsai
903d84e0dd fix: confirmation text could be empty, then skip that part
fix: confirmation modal should not be closed by clicking away
2024-10-01 10:53:20 +02:00
Andras Bacsai
16ccc87fbe chore: Add "Not Usable" indicator for storage items 2024-10-01 10:45:03 +02:00
Andras Bacsai
83549965ca Refactor instanceSettings() function for improved code readability 2024-10-01 10:37:40 +02:00
Andras Bacsai
cec0d7d1f7
Merge pull request #3651 from LEstradioto/fix-enhance-terminal-2
Fix Terminal: no more exit fallback
2024-10-01 09:52:38 +02:00
Andras Bacsai
bcc92e1f32 fix: in dev mode do not ask confirmation on delete 2024-10-01 09:31:01 +02:00
Andras Bacsai
31b2196ad9
Merge pull request #3650 from ImBIOS/patch-1
chore: fix docs link in running state
2024-10-01 07:40:59 +02:00
Luan Estradioto
2c38af1df0 - fixes: no more exit fallback to server 2024-10-01 01:42:09 -03:00
Imamuzzaki Abu Salam
89e84c5b48
chore: fix docs link in running state 2024-10-01 10:16:16 +07:00
Andras Bacsai
987b90ead2 fix: new dev volumes and service files
fix: new parser version (4) that will fix data layout (applications goes to /applications, services goes to /services)
2024-09-30 14:16:37 +02:00
Andras Bacsai
b6b4d93658 fix: compose based terminal 2024-09-30 11:58:28 +02:00
Norman
b84576ce87
Merge branch 'main' into main 2024-09-28 18:18:47 +03:00
Andras Bacsai
71e4b0f9d6 Refactor server form blade template 2024-09-28 11:12:03 +02:00
Norman
f2a9a04461 refactor: Update search input placeholder in resource index view 2024-09-28 01:14:54 +00:00
Andras Bacsai
d3898ee320 chore: Update database startup heading title 2024-09-27 17:31:48 +02:00
Andras Bacsai
8e6c7eaeda chore: Update API Tokens view to include link to Settings menu 2024-09-27 17:23:36 +02:00
Andras Bacsai
8d02fb9254 chore: Refactor API Tokens component to use isApiEnabled flag 2024-09-27 16:48:17 +02:00
Andras Bacsai
c52fe571f5
Merge pull request #3576 from peaklabs-dev/fix-api-enabeled
Fix: Disable API by default and do not allow API key creation when API is disabled
2024-09-27 16:46:21 +02:00
Andras Bacsai
9a766aedc1
Merge branch 'next' into improve-cleanup 2024-09-27 16:40:48 +02:00
Andras Bacsai
96b8ddf664 chore: Add autocomplete attribute to input fields 2024-09-27 16:32:03 +02:00
Andras Bacsai
8adf4051fd refactor: Update delete server confirmation modal buttons 2024-09-27 15:45:59 +02:00
Andras Bacsai
dedf2cf87b fix: proxy fixes 2024-09-27 15:36:51 +02:00
peaklabs-dev
44969d84e7
Merge branch 'coollabsio:main' into fix-redis-db-ui 2024-09-27 12:31:29 +02:00
Andras Bacsai
a807016cab
Merge pull request #3574 from LEstradioto/fix-enhance-terminal
Terminal fixes
2024-09-27 09:49:31 +02:00
peaklabs-dev
03b736177d
Merge branch 'coollabsio:main' into fix-redis-db-ui 2024-09-26 20:02:05 +02:00
Andras Bacsai
84b2af53d8 refactor: Fix modal input closeOutside prop in configuration.blade.php 2024-09-26 13:20:06 +02:00
Andras Bacsai
f3ec4ca4a3 refactor: Improve modal confirmation titles and button labels 2024-09-26 13:07:01 +02:00
peaklabs-dev
111e9ba3a3
Fix: Disable API by default 2024-09-26 10:45:18 +02:00
peaklabs-dev
47920f1191
Feat: If API is disabeled do not show API token creation stuff 2024-09-26 10:32:12 +02:00
Luan Estradioto
6bd8583eab - resize check to int
- modularize, tree-shake terminal, idempotency on navigations
2024-09-25 22:14:05 -03:00
Andras Bacsai
bd2e1ad9fe refactor: Fix typo in execute-container-command.blade.php 2024-09-25 10:25:35 +02:00
Andras Bacsai
1a8d15390d refactor: Update confirmation label in danger.blade.php template 2024-09-25 09:27:17 +02:00
Andras Bacsai
4af6caa79c refactor: Update checkbox component to support full width option 2024-09-25 09:16:28 +02:00
Andras Bacsai
8e91d958be refactor: Improve layout and add checkbox for task enablement in scheduled task form 2024-09-24 21:29:55 +02:00
Andras Bacsai
70dfa101ef refactor: Improve label positioning in input and checkbox components 2024-09-24 21:04:04 +02:00
peaklabs-dev
f9dbc30812
Feat: Use the new confirmation flow 2024-09-24 13:06:03 +02:00
Andras Bacsai
688c27c901 fix: cloudflare tunnel configuration, ui, etc 2024-09-23 23:18:23 +02:00
Andras Bacsai
12a0d71e47
Merge pull request #3543 from peaklabs-dev/cf-production-ready
Feat: Make cloudflare production ready
2024-09-23 21:53:23 +02:00
peaklabs-dev
6934a746f7
Fix: Make helper text more clean to use a FQDN and not an URL 2024-09-23 19:57:42 +02:00
Andras Bacsai
b570ccd7d3 format 2024-09-23 19:51:31 +02:00
peaklabs-dev
7aab44645f
Merge branch 'cf-production-ready' into next 2024-09-23 18:50:08 +02:00
Andras Bacsai
6639379ba6
Merge pull request #3522 from InfiniBrains/main
Add hint to "build variable" check in the enviroment variable tab. Remember the user what should be doing in order to make it work.
2024-09-23 10:49:59 +02:00
Andras Bacsai
9281dda03f refactor: Fix typo in subscription URLs 2024-09-23 10:46:19 +02:00
Andras Bacsai
6f8c4a4ce4 refactor: Update select.blade.php to improve trademarks policy display 2024-09-23 09:44:33 +02:00
Andras Bacsai
85ab772acd refactor: Update select.blade.php to improve trademarks policy display 2024-09-23 09:43:17 +02:00
Andras Bacsai
6336125ca2
Merge pull request #3516 from nathanialhenniges/main
Added link for more services to the coolfiy docs
2024-09-23 09:42:49 +02:00
Andras Bacsai
b84d39ba56 refactor: Update confirmation button text for deletion actions 2024-09-23 08:58:04 +02:00