Commit Graph

19 Commits

Author SHA1 Message Date
jon ander 1df99d3ea0 Rename generic_list.html to list.html; update UserController and SecurityConfig for new user and department list endpoints 2025-04-14 20:18:58 +02:00
jon ander 8146848e8f Add generic list functionality for users and departments; implement new endpoints and update security configuration 2025-04-14 19:30:42 +02:00
jon ander 458d79d401 Refactor button management in UserController; implement role-based button filtering and update views to use dynamic button lists 2025-04-14 19:00:10 +02:00
jon ander bde7cc3407 Implement filtered button rendering based on user roles; update home page to use new endpoint for dynamic button display 2025-04-11 18:23:26 +02:00
jon ander d60b10f4d8 Refactor button rendering logic in home page; update button URLs and integrate button fragment for improved dynamic rendering 2025-04-11 18:03:15 +02:00
jon ander b56442d48b Add BotonDTO class and update home page to use button fragments for dynamic button rendering 2025-04-11 17:54:32 +02:00
jon ander 37afb26f59 Add Factura and Proveedor entities; establish relationships with Item and update SQL schema 2025-04-11 16:33:54 +02:00
jon ander 5df6894c10 Refactor entity classes to change ID type from Long to Integer; update User registration method to accept Departamento object 2025-04-10 19:26:37 +02:00
jon ander 0551d35bab Add Producto entity and establish relationships with Categoria, Departamento, and Item; update existing entities to include new relationships 2025-04-10 19:13:06 +02:00
jon ander cf17b8ed17 Add new entity classes for Categoria, Item, Propiedad, TipoDato, and Ubicacion; update Departamento and User entities for improved relationships and validation 2025-04-09 19:58:42 +02:00
jon ander a880ee6d92 Add Departamento entity and repository; fix registration endpoint typo 2025-04-08 20:36:26 +02:00
jon ander 4ad3ed7f51 Enhance user registration process by adding optional department association and update related UI components 2025-04-08 20:24:38 +02:00
jon ander 4f86df1ca1 Implement user deletion functionality and enhance user management UI with new button styles 2025-04-07 20:32:56 +02:00
jon ander ee4b48354d Fix user management routes, enhance user management page with a table, and add CSS for styling 2025-04-02 20:32:57 +02:00
jon ander 995a0cb2d4 Add 403 error page, update security configuration, and implement user management features 2025-03-28 16:16:00 +01:00
jon ander 4d8ad412ee Add email field to user registration and update related methods 2025-03-27 19:51:14 +01:00
jon ander 1ce78dc4bf Fix package naming convention for services in AuthController, UserController, UserDetailsServiceImpl, and UserService 2025-03-26 15:54:51 +01:00
jon ander 096efe5866 Refactor HTML structure and update security configuration for role-based access 2025-03-25 19:21:12 +01:00
jon ander 53965dafd3 First commit 2025-03-24 19:55:09 +01:00