Andras Bacsai
63fcc0ebc3
feat(acl): Change views/backend code to able to use proper ACL's later on. Currently it is not enabled.
2025-08-26 10:27:38 +02:00
Andras Bacsai
5c4a265542
refactor(validation): implement centralized validation patterns across components
...
- Introduced `ValidationPatterns` class to standardize validation rules and messages for various fields across multiple components.
- Updated components including `General`, `StackForm`, `Create`, and `Show` to utilize the new validation patterns, ensuring consistent validation logic.
- Enhanced error messages for required fields and added regex validation for names and descriptions to improve user feedback.
- Adjusted styling in the `create.blade.php` view for better visual hierarchy.
2025-08-19 14:15:31 +02:00
Andras Bacsai
e746e212cb
refactor(user): streamline user deletion process and enhance team management logic
2025-06-25 12:14:35 +02:00
Andras Bacsai
7fb85314e5
refactor(invitation): rename methods for consistency and enhance invitation deletion logic
2025-06-25 11:45:55 +02:00
Andras Bacsai
41aadb7f8f
refactor new team creation
2024-11-05 11:52:24 +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
Andras Bacsai
52b4e6216c
fix: cloud admin view
2024-11-03 13:43:28 +01:00
Lucas Michot
b1d04912a0
Remove all useless catch block useless variables.
2024-10-31 15:19:37 +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
Lucas Michot
d557a22b91
Remove all ray() calls
2024-10-28 13:51:23 +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
0df717a397
Refactor code to add #[Locked] attribute to Member component
2024-10-28 08:54:58 +01: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
8182305ac4
fix: admins should now invite owner
2024-10-24 21:47:39 +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
0147919dc4
Refactor deleteInvitation method in Invitations component
2024-10-24 13:44:38 +02:00
peaklabs-dev
6dfe6a8142
fix disable tow step confirmation when there is a password
2024-10-22 12:29:48 +02:00
Andras Bacsai
b570ccd7d3
format
2024-09-23 19:51:31 +02:00
ayntk-ai
f4263ee022
Feat: User deletion confirmation
2024-09-04 21:14:18 +02:00
andrasbacsai
f76d45b826
Fix styling
2024-07-24 12:27:21 +00:00
Andras Bacsai
2c92cc40e1
refactor: Update code to use str() instead of Str::of() for string manipulation
2024-06-25 10:37:10 +02:00
Thijmen
d86274cc37
Fix styling
2024-06-10 20:43:34 +00:00
Andras Bacsai
ca934e7cdf
fix: allow invitations via email
2024-05-31 11:03:43 +02:00
Andras Bacsai
b6d129a5c1
fix: show first 20 users only in admin view
2024-05-22 14:23:55 +02:00
Andras Bacsai
98b6aec203
feat: admin view for deleting users
2024-05-21 14:29:06 +02:00
Andras Bacsai
f952553c76
fix: move s3 storages to separate view
2024-04-26 14:09:54 +02:00
Andras Bacsai
ec051eba38
Delete unused notification components and update notification navbar
2024-03-22 13:25:43 +01:00
Andras Bacsai
f931ebece8
feat: make user owner
...
fix: ownership check
2024-02-23 12:34:36 +01:00
Andras Bacsai
c7218f2856
Update success messages
2024-02-22 14:53:42 +01:00
Andras Bacsai
c76e8bb0de
fix: migrate to new modal
2024-01-31 16:14:12 +01:00
Andras Bacsai
75fe005055
fix: sentry error
2024-01-31 14:19:45 +01:00
Andras Bacsai
4c3907c296
refactor routes
2024-01-07 16:23:41 +01:00
Andras Bacsai
f03aa57758
fix: routing, switch back to old one
2023-12-27 16:45:01 +01:00
Andras Bacsai
f934dfef33
wip livewire migration
2023-12-07 22:56:55 +01:00
Andras Bacsai
718603e37e
wip: migrate to livewire 3
2023-12-07 19:06:32 +01:00