-
Notifications
You must be signed in to change notification settings - Fork 229
combined PR 20251208 #8675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
combined PR 20251208 #8675
Conversation
🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
- Add getAnonymousID function to get anonymous ID from cookie or IP - Support Cloudflare CF-Connecting-IP and X-Forwarded-For headers - Fall back to socket remote address if no cookie available - Update LLM and Jupyter APIs to use new anonymous ID logic - Rename isValidAnonID to isValidAnonymousID for consistency - Add comprehensive tests for isValidAnonymousID validation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
…re missing return types, generate a better README
…oject lifecycle as part of the cocalc-api tests
…o be admins or add existing users to orgs. Org-admins can create new users inside an org, though.
… – which is actually something a mere API call via the org management should not do
…projects. (managing an ephemeral database via the API is a bit tricky)
Bumps [validator](https://github.com/validatorjs/validator.js) from 13.15.20 to 13.15.22. - [Release notes](https://github.com/validatorjs/validator.js/releases) - [Changelog](https://github.com/validatorjs/validator.js/blob/master/CHANGELOG.md) - [Commits](validatorjs/validator.js@13.15.20...13.15.22) --- updated-dependencies: - dependency-name: validator dependency-version: 13.15.22 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
… into pr-20251208
…ages/validator-13.15.22' into pr-20251208
… and disable uploads
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
💡 Codex Review
Here are some automated review suggestions for this pull request.
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
…ckend with the same validator
... and manually updating next according to #8672