Andras Bacsai
|
b8a35be095
|
fix: always authenticate with lowercase emails
|
2024-11-03 16:14:25 +01:00 |
|
Andras Bacsai
|
d3f422a7fb
|
fix: do not error on update email
|
2024-11-03 16:14:12 +01:00 |
|
Andras Bacsai
|
f408d603cf
|
fix: change emails to lowercase on init
|
2024-11-03 15:35:17 +01:00 |
|
Andras Bacsai
|
63cff9e399
|
fix: lower case emails only
|
2024-11-03 15:30:45 +01:00 |
|
Andras Bacsai
|
6987951efe
|
add new resource check to kernel.php
|
2024-11-03 14:53:44 +01:00 |
|
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 |
|
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 |
|
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 |
|
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 |
|
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 |
|
Andras Bacsai
|
4d779f8fbc
|
Merge pull request #4043 from angelej/member-role-authorization
Add new role enum and apply authorization
|
2024-10-28 21:02:45 +01:00 |
|
Jeremy Angele
|
44f0458eb6
|
Add new role enum and apply authorization
|
2024-10-28 17:08:24 +01:00 |
|