Lucas Michot
|
c5403b0b3f
|
Always prefer ::class notation
|
2024-10-28 14:56:13 +01:00 |
|
Lucas Michot
|
5b6e466e0c
|
Remove some useless catch blocks
|
2024-10-28 14:37:00 +01:00 |
|
🏔️ Peak
|
94e73c6d8b
|
Merge pull request #4039 from lucasmichot/feat/remove-ray
Remove all `ray()` calls
|
2024-10-28 14:28:56 +01:00 |
|
Lucas Michot
|
d557a22b91
|
Remove all ray() calls
|
2024-10-28 13:51:23 +01:00 |
|
peaklabs-dev
|
a5bcc10e05
|
remove unused variable assignements
|
2024-10-28 13:37:36 +01:00 |
|
🏔️ Peak
|
7c2d3c47eb
|
Merge branch 'next' into useless-variable-assignments
|
2024-10-28 13:32:34 +01:00 |
|
Andras Bacsai
|
a4b4b93b30
|
Refactor Member component to handle authorization checks and error handling
|
2024-10-28 10:47:29 +01:00 |
|
Andras Bacsai
|
66e9afd859
|
migrate settings backup frome legacy bind
|
2024-10-28 10:39:50 +01:00 |
|
Andras Bacsai
|
3d58b92a33
|
migrate settings from legacy model binding
|
2024-10-28 10:10:27 +01:00 |
|
Andras Bacsai
|
3cb6ba1a9d
|
Refactor code to improve server limit retrieval in Team model
|
2024-10-28 10:08:52 +01:00 |
|
Andras Bacsai
|
5a0c00977c
|
Refactor code to remove unnecessary commented out sections
|
2024-10-28 10:08:11 +01:00 |
|
Andras Bacsai
|
26ab73b330
|
Merge pull request #4032 from angelej/force-password-reset-authorization
Add authorization for force-password-resets
|
2024-10-28 09:28:27 +01:00 |
|
Andras Bacsai
|
0df717a397
|
Refactor code to add #[Locked] attribute to Member component
|
2024-10-28 08:54:58 +01:00 |
|
Jeremy Angele
|
9d82863364
|
Add authorization for force-password-resets
|
2024-10-27 20:07:37 +01:00 |
|
Andras Bacsai
|
29ad965656
|
Refactor code to use loggy() function for server storage check logging
|
2024-10-25 17:46:39 +02:00 |
|
Andras Bacsai
|
50519a86a9
|
fix: numberOfLines could be null
|
2024-10-25 17:38:14 +02:00 |
|
Andras Bacsai
|
dd3aeb1023
|
stop logdrain before restarting it
|
2024-10-25 17:29:56 +02:00 |
|
Andras Bacsai
|
8c96ab52d7
|
feat: notification rate limiter
fix: limit server up / down notification limits
|
2024-10-25 15:13:23 +02:00 |
|
Andras Bacsai
|
fb75741aa8
|
add sentinel check to servercheckjob
|
2024-10-25 12:02:41 +02:00 |
|
Andras Bacsai
|
c099936e76
|
Refactor StartSentinel handle method to use consistent variable naming conventions
|
2024-10-25 11:43:55 +02:00 |
|
Andras Bacsai
|
2263734129
|
save sentinel form update
|
2024-10-25 11:42:37 +02:00 |
|
Andras Bacsai
|
7ed0ebf106
|
fix: generateSentinelUrl method
|
2024-10-25 11:41:52 +02:00 |
|
Andras Bacsai
|
ba86a75c4f
|
Refactor ServerStatusJob to remove unnecessary coolify.yaml file
|
2024-10-25 11:41:29 +02:00 |
|
Andras Bacsai
|
2bea26584a
|
Refactor StartSentinel handle method to include latest version parameter
|
2024-10-25 11:41:25 +02:00 |
|
Andras Bacsai
|
254bae9dbd
|
Refactor variable and function names for consistency
|
2024-10-25 11:40:59 +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
|
cb9b485332
|
Merge pull request #4007 from coollabsio/fix-2-step-deletion
Fix 2 step deletion
|
2024-10-25 09:46:40 +02:00 |
|
Andras Bacsai
|
e66522308e
|
Refactor function and configuration names for experimental features
|
2024-10-25 08:39:58 +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 |
|
Andras Bacsai
|
25b0c8e354
|
Refactor license and OAuth settings to redirect non-admin users to home page
|
2024-10-24 20:49:20 +02:00 |
|
peaklabs-dev
|
d2066dd2dc
|
fix password is now checked before a user can disable 2 step confirmation
|
2024-10-24 16:21:22 +02:00 |
|
peaklabs-dev
|
ff60189285
|
fix 2 step confirmation password is now checked if it is enabled
|
2024-10-24 16:20:01 +02:00 |
|
Andras Bacsai
|
621e063bf1
|
Refactor PushServerUpdateJob to implement ShouldBeEncrypted interface
|
2024-10-24 15:16:00 +02:00 |
|
Andras Bacsai
|
55f4e77d66
|
Refactor ServerStorageCheckJob handle method to improve error handling and messaging
|
2024-10-24 15:10:07 +02:00 |
|
Andras Bacsai
|
d55b444bb8
|
Refactor ServerStorageCheckJob handle method to improve error handling and messaging
|
2024-10-24 15:08:22 +02:00 |
|
Andras Bacsai
|
d938a6ce8f
|
Refactor ShowPrivateKey component and add validation for owned private key
|
2024-10-24 14:28:14 +02:00 |
|
Andras Bacsai
|
0147919dc4
|
Refactor deleteInvitation method in Invitations component
|
2024-10-24 13:44:38 +02:00 |
|
Andras Bacsai
|
bdf9b98596
|
fix: access team's github apps only
|
2024-10-24 13:28:31 +02:00 |
|
Andras Bacsai
|
96ea755a53
|
fix: Disable Sentinel temporarily for non-dev environments
|
2024-10-24 12:50:07 +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
|
befdb71671
|
fix: Disable Sentinel temporarily
|
2024-10-24 11:35:38 +02:00 |
|
Andras Bacsai
|
7849099593
|
Refactor Server model to update SSH check wait time description
|
2024-10-22 14:49:42 +02:00 |
|
Andras Bacsai
|
cec77abaa8
|
Refactor server setting model to use waitBeforeDoingSshCheck method
|
2024-10-22 14:49:23 +02:00 |
|
Andras Bacsai
|
2e9ce3ed2a
|
feat: add notification settings to server_disk_usage
|
2024-10-22 14:47:01 +02:00 |
|
Andras Bacsai
|
6e305a33de
|
Refactor server setting model to restart Sentinel on specific config changes
|
2024-10-22 14:10:52 +02:00 |
|
Andras Bacsai
|
1f221d9791
|
fix: sentinel config changes restarts sentinel
|
2024-10-22 14:10:36 +02:00 |
|
Andras Bacsai
|
ac768e5313
|
feat: limit storage check emails
feat: sentinel should send storage usage
|
2024-10-22 14:01:36 +02:00 |
|