Andras Bacsai
|
9ff73d62e1
|
fix: queries in kernel.php
|
2024-11-03 14:18:43 +01:00 |
|
Andras Bacsai
|
52b4e6216c
|
fix: cloud admin view
|
2024-11-03 13:43:28 +01:00 |
|
Andras Bacsai
|
ed03cd33b0
|
fix: only run server storage every 10 mins if sentinel is not active
|
2024-11-03 09:10:36 +01:00 |
|
Andras Bacsai
|
ca7c214775
|
fix: new way to update container statuses
|
2024-11-03 09:02:14 +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
|
2eab9296cf
|
check server functionality before status
|
2024-11-02 18:33:23 +01:00 |
|
Andras Bacsai
|
e4d20c1d02
|
add database labels
|
2024-11-02 14:04:59 +01:00 |
|
Andras Bacsai
|
8b2563088d
|
Refactor Server model to remove redundant code
|
2024-11-02 12:38:51 +01:00 |
|
Andras Bacsai
|
0c77a826c3
|
Refactor ServerCheckJob to remove unused properties and improve performance
|
2024-11-02 12:38:38 +01:00 |
|
Andras Bacsai
|
1c9844cc87
|
Refactor Kernel.php to improve server scheduling logic
|
2024-11-02 12:38:22 +01:00 |
|
Andras Bacsai
|
7296f726a7
|
fix: add telescope only in dev mode
|
2024-11-02 12:09:33 +01:00 |
|
Andras Bacsai
|
9ddc40f35c
|
Refactor Server model to remove redundant code
|
2024-11-02 10:17:24 +01:00 |
|
Andras Bacsai
|
77a019405a
|
Refactor Livewire server show view to remove redundant code
|
2024-11-01 23:52:43 +01:00 |
|
Andras Bacsai
|
0a3b5cc4e3
|
Refactor livewire server show view to remove redundant code
|
2024-11-01 23:52:43 +01:00 |
|
Andras Bacsai
|
27b0c02ba9
|
Refactor cleanup:database command signature to include optional --keep-days parameter
|
2024-11-01 23:52:43 +01:00 |
|
Andras Bacsai
|
5967d70713
|
Refactor cleanup:database command signature to include optional --keep-days parameter
|
2024-11-01 23:52:43 +01: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
|
4fa533aae8
|
Refactor webhook event handling logic
|
2024-11-01 00:07:01 +01:00 |
|
Andras Bacsai
|
5ce2422b90
|
fix: stripe webhooks
fix: add custome created webhook
|
2024-10-31 23:26:40 +01:00 |
|
Lucas Michot
|
1ec224fde1
|
Inline many variables.
|
2024-10-31 18:20:11 +01:00 |
|
Lucas Michot
|
8e1444eaa7
|
Get rid of many useless blank lines
|
2024-10-31 17:44:01 +01:00 |
|
🏔️ Peak
|
a6b560a649
|
Merge pull request #4089 from lucasmichot/feat/carbon
Prefer `Carbon` methods when possible.
|
2024-10-31 17:00:12 +01:00 |
|
Lucas Michot
|
702ee5cd70
|
Prefer Carbon methods when possible.
|
2024-10-31 16:47:08 +01:00 |
|
🏔️ Peak
|
988ffa5827
|
Merge pull request #4088 from lucasmichot/feat/useless-imports
Delete some useless imports
|
2024-10-31 16:39:34 +01:00 |
|
🏔️ Peak
|
1e6eebe18a
|
Merge pull request #3830 from lucasmichot/feat/services-generation
Simplify and optimize the `service-templates.yaml` generation command
|
2024-10-31 16:37:55 +01:00 |
|
Lucas Michot
|
0c133b113c
|
Delete some useless imports
|
2024-10-31 16:33:49 +01:00 |
|
🏔️ Peak
|
588080d12d
|
Merge pull request #4086 from lucasmichot/feat/useless-catch-variable
Remove all useless catch block useless variables.
|
2024-10-31 16:26:31 +01:00 |
|
🏔️ Peak
|
732be30ff7
|
Merge pull request #4085 from lucasmichot/feat/match
Use match when possible.
|
2024-10-31 16:24:50 +01:00 |
|
Lucas Michot
|
601f1a4717
|
Always prefer stricter string comparisons.
|
2024-10-31 15:23:19 +01:00 |
|
Lucas Michot
|
b1d04912a0
|
Remove all useless catch block useless variables.
|
2024-10-31 15:19:37 +01:00 |
|
Lucas Michot
|
e2b396a0f0
|
Use match when possible.
|
2024-10-31 15:14:30 +01:00 |
|
Lucas Michot
|
fc1b43cd89
|
Adapt command
|
2024-10-31 14:59:17 +01:00 |
|
Lucas Michot
|
9a93e4511e
|
Simplify and optimize the service-templates.yaml generation command
|
2024-10-31 14:02:03 +01:00 |
|
Kael
|
133ddc09d2
|
Merge branch 'next' into feat/disable-default-redirect
|
2024-10-31 23:57:51 +11:00 |
|
Andras Bacsai
|
8fbd0b44d5
|
Refactor Server model to remove SSH multiplexing file and add ServerCleanupMux job
- Remove SSH multiplexing file from the Server model
- Add ServerCleanupMux job to cleanup multiplexed connections every hour
|
2024-10-30 21:33:06 +01:00 |
|
Andras Bacsai
|
86cf1ae319
|
Refactor Server model to remove SSH multiplexing file
|
2024-10-30 21:33:01 +01:00 |
|
Andras Bacsai
|
96ca72fcdb
|
refactor server view (phuuu)
|
2024-10-30 20:03:30 +01:00 |
|
Andras Bacsai
|
7385d7a478
|
fix: changing private key manually won't trigger a notification
|
2024-10-30 10:01:58 +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
|
491b228580
|
remove unused job
|
2024-10-29 20:56:58 +01:00 |
|
Andras Bacsai
|
329a94dbcf
|
Refactor Form.php: Remove unused variable
|
2024-10-29 10:49:53 +01:00 |
|
Andras Bacsai
|
74411e89e6
|
feat: debug mode for sentinel
|
2024-10-29 10:48:49 +01:00 |
|
Andras Bacsai
|
c2a2757103
|
fix: restart sentinel once a day
|
2024-10-29 10:28:05 +01:00 |
|
Andras Bacsai
|
0938c60c1e
|
Merge branch 'next' into global-password-policy
|
2024-10-29 10:02:58 +01:00 |
|
Andras Bacsai
|
2eef8ee433
|
add dusk tests
|
2024-10-28 22:57:56 +01:00 |
|
Jeremy Angele
|
6842904cb5
|
Remove deprecated fortify password policy and add a stricter one
|
2024-10-28 21:57:00 +01:00 |
|
Andras Bacsai
|
bb7184b3ff
|
Merge pull request #4041 from lucasmichot/feat/try-catch
Remove some useless `catch` blocks
|
2024-10-28 21:15:08 +01:00 |
|