CodingPhoenix
  • Joined on 2025-06-04
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-06-15 05:56:19 +00:00
4d5d57a367 Refactor constructor parameter for clarity in LeakyBucketLimiter
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-06-15 05:54:14 +00:00
4a7167ed7b Update project configuration: adjust JDK name and VCS directory mapping
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-06-15 05:50:21 +00:00
02688a2f47 Reformat code for improved readability and consistency across classes
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-06-15 05:27:11 +00:00
893bb0b7bd Reformat code comments for consistency and clarity across all classes
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-06-15 05:25:04 +00:00
6de7e26f33 Remove redundant code comments for improved readability and maintainability
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-06-15 05:17:40 +00:00
a0790400e2 Add security headers functionality with opt-in HSTS, CSP, and other browser-hardening features
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 11:22:45 +00:00
bcf5572aeb Introduce authentication framework with AuthConfig, AuthGate, and Authenticator classes, alongside comprehensive tests for rules, modes, and schemes.
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 07:24:31 +00:00
d9b639a539 Update ci.yml: adjust check-and-publish dependencies to run after tests instead of release creation
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 07:23:14 +00:00
2bcf9117c7 Remove unused comments in ci.yml to improve readability and maintain consistency across workflow steps.
3515c67a20 Restore check-and-publish job in ci.yml to reintroduce Maven repository publishing after release creation.
Compare 2 commits »
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 07:20:44 +00:00
f4feb77b14 Bump project version to 0.0.4 in build.gradle and updated CI-Pipeline
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 07:19:39 +00:00
e2449be3c8 Add test.yml for pull request testing and enhance ci.yml with JAR build and upload steps
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 07:15:00 +00:00
ac2d1efec7 Consolidate and streamline workflows: merge test.yml and publish.yml into a unified ci.yml for testing, publishing, and release automation.
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 07:05:17 +00:00
d2ce4592d4 Bump project version to 0.0.3 in build.gradle
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-29 07:00:45 +00:00
a7b65c031d Add constructors and Javadoc comments to improve clarity and completeness across server components, including WebSocket and routing classes.
5d6e8622bf Add comprehensive Javadoc documentation to server components, including annotations, request/response handling, routing, and WebSocket support.
Compare 2 commits »
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 11:59:56 +00:00
f00a1098b4 Revert "Streamline test report packaging and uploading in test.yml: archive reports, handle missing directories, and upload to Gitea packages."
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 11:56:59 +00:00
0d8ee099a0 Streamline test report packaging and uploading in test.yml: archive reports, handle missing directories, and upload to Gitea packages.
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 11:48:14 +00:00
efd302f625 Expand test coverage for routing and annotation scanning: validate distinct handlers for same path with different methods, ensure correct MethodNotAllowed responses, and handle overwriting/parameterized paths.
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 11:40:33 +00:00
78d90855c5 Add test coverage for core server components: annotation scanning, routing, rate limiting, CORS, and JSON handling
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 11:24:11 +00:00
2531f87c31 Bump project version to 0.0.2 in build.gradle
994e7fa80c Add WebSocket support with routing, origin validation, session management, and broadcasting
Compare 2 commits »
CodingPhoenix pushed to master at CodingPhoenix/Nextus-Web 2026-05-28 11:11:20 +00:00
b75e1e5c6e Remove redundant comments and unused imports to improve code clarity and maintainability