Commit Graph

392 Commits

Author SHA1 Message Date
MayaTheShy
4f22aeb155 feat: update authorization URL construction to use /server path instead of /api/v1 2025-11-09 19:49:00 -05:00
MayaTheShy
a12f940c00 feat: ensure /api/v1 path is included in token URL for OAuth endpoint 2025-11-09 19:04:34 -05:00
MayaTheShy
80caffa8a3 feat: update token URL construction to ensure /api/v1 path is included for OAuth endpoints 2025-11-09 19:04:29 -05:00
MayaTheShy
a9b0a578e3 feat: add OAuth Authentication Testing Guide with detailed test cases and troubleshooting steps 2025-11-09 17:58:18 -05:00
MayaTheShy
1bef50c55f feat: update README to reflect completion of OAuth 2.0 authentication with browser flow 2025-11-09 17:58:15 -05:00
MayaTheShy
49977dfb98 feat: implement OAuth 2.0 browser authentication with token management and refresh 2025-11-09 17:57:12 -05:00
MayaTheShy
813558ec97 feat: add OAuth authentication support with username/password and browser flow 2025-11-09 17:56:30 -05:00
MayaTheShy
3fa779def3 fix: correct typo in login function parameter type 2025-11-09 17:56:22 -05:00
MayaTheShy
1b0d2452fc feat: implement OAuth browser flow with token management and callback server 2025-11-09 17:56:11 -05:00
MayaTheShy
50ae97dde8 refactor: remove deprecated OverteAuth_new.cpp file 2025-11-09 17:56:08 -05:00
MayaTheShy
91f60fa3b6 feat: implement enhanced OAuth flow with browser support in OverteAuth class 2025-11-09 17:55:45 -05:00
MayaTheShy
7adc00bf05 refactor: enhance OverteAuth class with additional methods and improved token handling 2025-11-09 17:54:53 -05:00
MayaTheShy
09db44810c fix: improve logging for Overte connection status and provide usage tips 2025-11-09 17:09:14 -05:00
MayaTheShy
da64a119c7 docs: remove systemd service start instructions from README 2025-11-09 17:01:34 -05:00
MayaTheShy
284dd9d540 docs: enhance README with clearer instructions for StardustXR server requirements 2025-11-09 16:59:42 -05:00
MayaTheShy
902c875f78 fix: remove unnecessary closing brace in sdxr_start function 2025-11-09 16:58:16 -05:00
MayaTheShy
ee5fcb0570 fix: implement connection timeout handling in sdxr_start function 2025-11-09 16:58:07 -05:00
MayaTheShy
5457146b4e fix: update connection status flags on successful and failed connection attempts 2025-11-09 16:57:56 -05:00
MayaTheShy
adaa5e052d fix: reset connection status flags on startup 2025-11-09 16:57:50 -05:00
MayaTheShy
daf2810c78 fix: add connection status variables for startup handling 2025-11-09 16:57:40 -05:00
MayaTheShy
4d5307af1b fix: improve connection retry logic for Stardust compositor with error handling 2025-11-09 16:57:31 -05:00
MayaTheShy
d3043636f4 feat: add future enhancements documentation for Overte to Stardust entity rendering 2025-11-09 16:55:35 -05:00
MayaTheShy
f520ff909d feat: add quick test guide for Overte entity rendering 2025-11-09 16:53:50 -05:00
MayaTheShy
1abf095e4b feat: add comprehensive implementation documentation for Overte to Stardust entity rendering 2025-11-09 16:53:02 -05:00
MayaTheShy
dc5c7466db fix: add missing #[allow(dead_code)] attribute to clear_cache method 2025-11-09 16:51:35 -05:00
MayaTheShy
c5959cfde2 refactor: clean up unused imports and enhance logging for model reification 2025-11-09 16:51:31 -05:00
MayaTheShy
e0b149b84e feat: enhance model loading with URL support and downloader initialization 2025-11-09 16:49:23 -05:00
MayaTheShy
b32db37ef0 chore: remove placeholder license section from README.md
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 03:19:05 -05:00
MayaTheShy
5f9def40d9 docs: add DIRECTORY_STRUCTURE.md to document project organization and file layout
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 03:13:09 -05:00
MayaTheShy
50c094ca2c fix: update file permissions for build_and_test.sh to make it executable 2025-11-09 03:12:23 -05:00
MayaTheShy
dbb43ec3ab docs: update documentation structure and build scripts for clarity 2025-11-09 03:11:55 -05:00
MayaTheShy
e147a6fee3 Implement Overte Authentication and Add Test Entities
- Added documentation for Overte authentication implementation in `docs/OVERTE_AUTH.md`.
- Introduced new GLB files for cube and sphere primitives in `examples/primitives/`.
- Created a JSON file `examples/test_entities.json` containing sample entities for testing.
- Added a build and test script `scripts/build_and_test.sh` for streamlined building and verification of the project.
- Implemented a CI test runner script `scripts/ci-test.sh` to automate testing processes.
- Created a script `scripts/run_with_auth.sh` to facilitate running the Starworld client with Overte authentication.
2025-11-09 03:11:12 -05:00
MayaTheShy
bbbd1e7aed docs: update asset pipeline and network protocol phases to reflect current progress
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 03:05:23 -05:00
MayaTheShy
86cc4973d9 docs: add references section with links to Overte OAuth implementation and related resources
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 03:02:52 -05:00
MayaTheShy
e239ae43ca docs: expand resources section with detailed links for StardustXR and Overte 2025-11-09 03:02:12 -05:00
MayaTheShy
59dee0a6d6 docs: enhance README with technology details and additional references for StardustXR and Overte 2025-11-09 03:02:04 -05:00
MayaTheShy
af934cc4f2 docs: enhance documentation structure with quick reference and development workflow
Some checks failed
CI / build-and-test (push) Has been cancelled
2025-11-09 02:53:47 -05:00
MayaTheShy
8327cdca3b docs: add comprehensive developer guide with build, run, test, and debugging commands 2025-11-09 02:53:32 -05:00
MayaTheShy
ed747b85fd docs: update protocol implementation details and NLPacket format specifications 2025-11-09 02:52:56 -05:00
MayaTheShy
12d1b79da3 docs: add comprehensive changelog for Overte protocol implementation and connection updates 2025-11-09 02:52:52 -05:00
MayaTheShy
52f0f09d6d docs: update testing instructions for local domain and simulation mode 2025-11-09 02:51:48 -05:00
MayaTheShy
53c056741c docs: update implementation status and details for Overte Assignment Client Discovery 2025-11-09 02:51:27 -05:00
MayaTheShy
594fbd544f docs: enhance troubleshooting section with additional connection verification steps 2025-11-09 02:51:06 -05:00
MayaTheShy
899d866888 docs: update project phases to reflect completion of network and protocol features 2025-11-09 02:51:01 -05:00
MayaTheShy
eb591d4197 docs: update known limitations to include OAuth authentication status and clarify entity update constraints 2025-11-09 02:50:40 -05:00
MayaTheShy
9c96411766 docs: update README to clarify connection methods and OAuth status 2025-11-09 02:50:30 -05:00
MayaTheShy
af63d8d744 feat: update Cargo.lock to add new dependencies and specify versions for existing ones
Some checks failed
CI / build-and-test (push) Has been cancelled
Rust Quality Checks / rust-checks (push) Has been cancelled
2025-11-09 02:47:52 -05:00
MayaTheShy
72c279b45b feat: enhance URL parsing in connect method to support host:port format with optional path 2025-11-09 02:45:34 -05:00
MayaTheShy
504894c525 docs: enhance Overte authentication implementation notes with current status and required changes 2025-11-09 02:45:31 -05:00
MayaTheShy
27e77f0e03 feat: add TODO comments for OAuth authentication implementation in connect method 2025-11-09 02:22:54 -05:00