Commit Graph

10447 Commits

Author SHA1 Message Date
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
5780828f0f Refactor registration form view 2024-10-29 10:20:02 +01:00
Andras Bacsai
46a26aa10e Merge pull request #4056 from coollabsio/global-password-policy
fix: register/login page
2024-10-29 10:14:12 +01:00
Andras Bacsai
a17e3caf97 Merge pull request #4053 from angelej/global-password-policy
Remove deprecated fortify password policy and add a stricter one
2024-10-29 10:13:10 +01:00
Andras Bacsai
f87b158c9b fix: login / register view 2024-10-29 10:13:06 +01:00
Andras Bacsai
0938c60c1e Merge branch 'next' into global-password-policy 2024-10-29 10:02:58 +01:00
Andras Bacsai
898433bc4a Refactor modal-confirmation component 2024-10-28 23:02:05 +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
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
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
🏔️ Peak
a421fdaee5 Merge pull request #4042 from lucasmichot/feat/class-notation
Always prefer `::class` notation
2024-10-28 17:21:19 +01:00
Jeremy Angele
44f0458eb6 Add new role enum and apply authorization 2024-10-28 17:08:24 +01:00
LibiaMLany
38da39d0f8 fix volume mediawiki.yaml 2024-10-28 12:06:43 -04:00
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
f5b39d4117 Merge pull request #3847 from lucasmichot/useless-variable-assignments
Remove some useless variable assignments
2024-10-28 13:33:54 +01:00
🏔️ Peak
7c2d3c47eb Merge branch 'next' into useless-variable-assignments 2024-10-28 13:32:34 +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
peaklabs-dev
294bc91174 fix bitcoin core 2024-10-28 13:21:25 +01:00
🏔️ Peak
a61f99f338 Merge pull request #4026 from ALsJourney/main
Adjusted bitcoin core service, especially how to run the rpc in a sec…
2024-10-28 13:16:38 +01:00
peaklabs-dev
b223513a84 fix coder 2024-10-28 13:15:03 +01:00
🏔️ Peak
e28248ce2f Merge pull request #3704 from danielalves96/add-coder-service
feat: add coder service
2024-10-28 13:07:20 +01:00
🏔️ Peak
736ded6c89 Merge pull request #4023 from TimKochDev/upgrade-keycloak-to-v26
Upgrade Keycloak Template to v26.0
2024-10-28 12:52:47 +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
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
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
8c88dfdd50 Merge pull request #4029 from angelej/gitlab-authorization
Add team authorization for gitlab sources
2024-10-28 09:28:44 +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
Kael
786c8bc3a3 Merge branch 'next' into feat/disable-default-redirect 2024-10-28 19:20:52 +11: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
Jeremy Angele
6bc9e77714 Add team authorization for gitlab sources 2024-10-27 17:08:14 +01:00
ALsJourney
e34d214ad5 Adjusted bitcoin core service, especially how to run the rpc in a secure manner 2024-10-26 23:23:14 +02:00
Tim Koch
776cd5496e Upgrade keycloak template to v26.0
Upgrades the keycloak template from 25.0.2 to 26.0.
Slightly modifies the health check to work with v26.
The previous health check resulted in an error:
https://gist.github.com/sarath-soman/5d9aec06953bbd0990c648605d4dba07?permalink_comment_id=5225055#gistcomment-5225055

The new health check was taken from the same discussion:
https://gist.github.com/sarath-soman/5d9aec06953bbd0990c648605d4dba07?permalink_comment_id=5225953#gistcomment-5225953
2024-10-26 15:26:45 +02: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
394dfe9e64 Refactor code to remove unused import and update loggy() function signature 2024-10-25 17:49:16 +02: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