• Joined on 2026-01-19
fanilo pushed to develop_like at fanilo/Sage100-vps 2026-01-20 17:28:31 +01:00
c1f4c66e8c refactor(api): remove user dependency from all endpoints
fanilo pushed to develop_like at fanilo/Sage100-vps 2026-01-20 17:26:50 +01:00
43da1b09ed Merge branch 'develop' into develop_like
a7457c3979 fix(security): improve auth handling and logging in middleware
5eec115d1d Merge branch 'main' into develop
d89c9fd35b chore: ignore clean scripts in gitignore
211dd4fd23 fix(security): improve api key authentication and error handling
Compare 35 commits »
fanilo pushed to develop_like at fanilo/Sage100-vps 2026-01-20 17:26:31 +01:00
6d5f8594d0 chore: ignore python clean scripts in gitignore
fanilo pushed to develop at fanilo/Sage100-vps 2026-01-20 17:14:12 +01:00
a7457c3979 fix(security): improve auth handling and logging in middleware
fanilo pushed to develop at fanilo/Sage100-vps 2026-01-20 14:29:44 +01:00
5eec115d1d Merge branch 'main' into develop
d89c9fd35b chore: ignore clean scripts in gitignore
211dd4fd23 fix(security): improve api key authentication and error handling
67ef83c4e3 refactor(security): improve authentication logging and endpoint checks
82d1d92e58 refactor(scripts): improve import handling and path management
Compare 44 commits »
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 14:18:08 +01:00
211dd4fd23 fix(security): improve api key authentication and error handling
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 14:02:17 +01:00
67ef83c4e3 refactor(security): improve authentication logging and endpoint checks
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 13:35:10 +01:00
82d1d92e58 refactor(scripts): improve import handling and path management
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 13:27:31 +01:00
28c8fb3008 refactor(security): improve user management and session handling
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 13:13:23 +01:00
f8cec7ebc5 refactor(security): improve security scripts and api documentation
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 13:02:00 +01:00
1a08894b47 refactor(scripts): improve logging format and endpoint handling in security management
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 12:47:18 +01:00
3cdb490ee5 refactor(security): improve middleware structure and configuration handling
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 12:25:10 +01:00
c84e4ddc20 refactor(auth): simplify authentication logic and improve error handling
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 12:19:51 +01:00
41ca202d4b refactor(security): move security config to environment variables and improve error handling
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 12:06:13 +01:00
918f5d3f19 docs(api): fix incorrect comment syntax in openapi configuration
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 11:56:40 +01:00
fa95d0d117 refactor(api): replace get_current_user with get_sage_client_for_user in dependencies
a1150390f4 Merge branch 'fix/security' into main_2
0001dbe634 docs(api): add comments for security schemas and openapi setup
5b584bf969 refactor(security): improve auth middleware and logging
Compare 4 commits »
fanilo pushed to fix/security at fanilo/Sage100-vps 2026-01-20 11:51:17 +01:00
5b584bf969 refactor(security): improve auth middleware and logging
fanilo created branch fix/security in fanilo/Sage100-vps 2026-01-20 11:51:17 +01:00
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 11:46:45 +01:00
022149c237 refactor(api): replace get_sage_client_for_user with get_current_user for dependency injection
fanilo pushed to main at fanilo/Sage100-vps 2026-01-20 10:41:00 +01:00
72d1ac58d1 refactor(security): reorganize imports and improve logging message