-
Notifications
You must be signed in to change notification settings - Fork 1
Qoder #82
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
Merged
Merged
Qoder #82
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
72993ac
feat(server): implement secure, scalable API server with analytics an…
Jackson57279 c009629
Potential fix for code scanning alert no. 621: Bad HTML filtering regexp
Jackson57279 1ecde6c
🔒 Fix critical security vulnerabilities in API server
Jackson57279 35f888f
Enhance security of HTML parsing with improved regex patterns and ite…
Jackson57279 4f352c4
Resolve merge conflicts between dev-branch and main
Jackson57279 1ddddf3
🔒 Fix critical security vulnerabilities
Jackson57279 d9c9ac4
Thing
Jackson57279 f0d128e
different model please
Jackson57279 dab568a
fix: resolve JavaScript errors in chat interface and tRPC integration
Jackson57279 bfc239b
resolve: merge conflict in api-dev-server.ts
Jackson57279 c87a874
refactor(api): enhance file validation and error handling in API server
Jackson57279 a4d5911
refactor(api): enhance analytics, error handling, and security measures
Jackson57279 2df27bd
refactor(security): enhance PII scrubbing and validation logic
Jackson57279 a3f199d
Potential fix for code scanning alert no. 624: CORS misconfiguration …
Jackson57279 c07b38b
resolve: merge conflicts in api-dev-server.ts and src/lib/firecrawl.ts
Jackson57279 847ddce
resolve: merge conflicts in PR #78, keeping security improvements fro…
Jackson57279 ba0f990
Add current changes before merge
Jackson57279 99a167f
Resolve merge conflicts prioritizing security improvements from dev-b…
Jackson57279 776e924
idk
Jackson57279 557c799
Refactor deployment configuration to separate sensitive data
Jackson57279 8cd83ed
Refactor ResourcePreloader component to optimize resource hints and u…
Jackson57279 03f8136
resolve: merge conflicts between qoder branch and main
Jackson57279 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,131 @@ | ||
| # Dependencies | ||
| node_modules | ||
| npm-debug.log* | ||
| yarn-debug.log* | ||
| yarn-error.log* | ||
|
|
||
| # Build outputs | ||
| dist | ||
| build | ||
| .next | ||
| out | ||
|
|
||
| # Development files | ||
| .git | ||
| .gitignore | ||
| README.md | ||
| *.md | ||
| .env | ||
| .env.local | ||
| .env.development.local | ||
| .env.test.local | ||
| .env.production.local | ||
|
|
||
| # IDE files | ||
| .vscode | ||
| .idea | ||
| *.swp | ||
| *.swo | ||
| *~ | ||
|
|
||
| # OS files | ||
| .DS_Store | ||
| Thumbs.db | ||
|
|
||
| # Logs | ||
| logs | ||
| *.log | ||
|
|
||
| # Runtime data | ||
| pids | ||
| *.pid | ||
| *.seed | ||
| *.pid.lock | ||
|
|
||
| # Coverage directory used by tools like istanbul | ||
| coverage | ||
| *.lcov | ||
|
|
||
| # nyc test coverage | ||
| .nyc_output | ||
|
|
||
| # Dependency directories | ||
| jspm_packages/ | ||
|
|
||
| # Optional npm cache directory | ||
| .npm | ||
|
|
||
| # Optional eslint cache | ||
| .eslintcache | ||
|
|
||
| # Microbundle cache | ||
| .rpt2_cache/ | ||
| .rts2_cache_cjs/ | ||
| .rts2_cache_es/ | ||
| .rts2_cache_umd/ | ||
|
|
||
| # Optional REPL history | ||
| .node_repl_history | ||
|
|
||
| # Output of 'npm pack' | ||
| *.tgz | ||
|
|
||
| # Yarn Integrity file | ||
| .yarn-integrity | ||
|
|
||
| # parcel-bundler cache (https://parceljs.org/) | ||
| .cache | ||
| .parcel-cache | ||
|
|
||
| # Next.js build output | ||
| .next | ||
|
|
||
| # Nuxt.js build / generate output | ||
| .nuxt | ||
|
|
||
| # Storybook build outputs | ||
| .out | ||
| .storybook-out | ||
|
|
||
| # Temporary folders | ||
| tmp/ | ||
| temp/ | ||
|
|
||
| # Editor directories and files | ||
| .vscode/ | ||
| .idea/ | ||
| *.suo | ||
| *.ntvs* | ||
| *.njsproj | ||
| *.sln | ||
| *.sw? | ||
|
|
||
| # Test files | ||
| test | ||
| tests | ||
| __tests__ | ||
| *.test.js | ||
| *.test.ts | ||
| *.spec.js | ||
| *.spec.ts | ||
|
|
||
| # Documentation | ||
| docs/ | ||
| *.md | ||
|
|
||
| # CI/CD | ||
| .github/ | ||
| .gitlab-ci.yml | ||
| .travis.yml | ||
| .circleci/ | ||
|
|
||
| # Docker | ||
| Dockerfile* | ||
| docker-compose* | ||
| .dockerignore | ||
|
|
||
| # Kubernetes | ||
| k8s-*.yaml | ||
| *.yaml | ||
| !package.json | ||
| !bun.lock | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.