Commit Graph

89 Commits

Author SHA1 Message Date
Mr. Algorithm 5ecdf7c17c
Merge branch 'Open-Dev-Society:main' into main 2026-02-01 04:23:57 +05:30
Mr. Algorithm d6d6323077 feat: implement watchlist sorting by symbol 2026-02-01 04:20:04 +05:30
Mr. Algorithm 719d2df4dd
Merge pull request #45 from ravixalgorithm/main
feat: implement expandable TradingView widgets with immersive full-screen mode, fixing issue #44
2026-02-01 04:10:35 +05:30
Mr. Algorithm a4d18dc06d Merge branch 'main' of https://github.com/ravixalgorithm/OpenStock 2026-02-01 04:08:04 +05:30
Mr. Algorithm c2af42f260 feat: implement expandable TradingView widgets with immersive full-screen mode 2026-02-01 04:06:51 +05:30
Mr. Algorithm ecf0a445e4
Update README with new contributor details
Added contributor information for ettoreciolli1.
2026-02-01 03:52:18 +05:30
Mr. Algorithm b6e290c2e2
Merge pull request #42 from ettoreciolli1/main
Fix links in readme
2026-02-01 02:10:10 +05:30
Mr. Algorithm 2f05090799
Update README.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-02-01 02:09:42 +05:30
Ettore 625cdebd9e
Fix links in readme 2026-01-31 13:52:16 +01:00
Ettore 36fb9d0f66
Update README.md
add a tag for intro
2026-01-31 13:49:39 +01:00
Mr. Algorithm c229dd3c72
Merge pull request #40 from ravixalgorithm/main
feat: Integrate Siray.ai fallback, modernize docs, and migrate users
2026-01-30 00:12:47 +05:30
Mr. Algorithm bc56a585af feat: Integrate Siray.ai fallback, modernize docs, and migrate users 2026-01-30 00:10:35 +05:30
Mr. Algorithm a4cd4db632
Merge pull request #32 from ravixalgorithm/main
added donation
2025-12-13 01:36:59 +05:30
Mr. Algorithm ff6cfc42f3 added donation 2025-12-13 01:35:52 +05:30
Mr. Algorithm 8cc53a1152
Create FUNDING.yml 2025-12-12 23:48:52 +05:30
Mr. Algorithm 756fca8f7d
Merge pull request #31 from Open-Dev-Society/vercel/vercel-web-analytics-to-nextjs-fjy8we
Add Vercel Web Analytics to Next.js
2025-12-12 23:44:57 +05:30
Mr. Algorithm c2d0daa7fa
Add OpenStock link and HelloGitHub widget
Added a link to the OpenStock repository and a featured widget.
2025-12-12 23:24:22 +05:30
Vercel d03d8764ce Add Vercel Web Analytics to Next.js
## Vercel Web Analytics Implementation for OpenStock

Successfully implemented Vercel Web Analytics for the OpenStock Next.js project.

### Changes Made

1. **Package Installation**
   - Installed `@vercel/analytics` (v1.6.1) using npm package manager
   - Updated package.json and package-lock.json with the new dependency

2. **App Router Configuration**
   - Identified the project uses Next.js App Router (app directory structure)
   - Added import statement: `import { Analytics } from "@vercel/analytics/next"`
   - Placed `<Analytics />` component in the root layout file (app/layout.tsx)
   - Component is positioned inside the `<body>` tag, after the Toaster component

### Files Modified

- **app/layout.tsx**
  - Added Analytics import at the top with other imports
  - Added `<Analytics />` component within the body, maintaining existing code structure
  - All existing functionality (Toaster, metadata, fonts, styling) preserved

- **package.json**
  - Added `@vercel/analytics: ^1.6.1` to dependencies

- **package-lock.json**
  - Updated with new dependency and all related package information

### Verification Steps Completed

✓ Explored project structure and confirmed App Router usage
✓ Installed @vercel/analytics package successfully
✓ Added Analytics component to root layout file
✓ Verified no linting errors (eslint passed without issues)
✓ TypeScript syntax is correct for the modifications
✓ Existing code structure preserved with minimal, focused changes

### Implementation Notes

- The project uses Next.js 15.5.7 with Turbopack
- The Analytics component is properly positioned in the body tag after all children
- No breaking changes introduced; all existing components and functionality remain unchanged
- The implementation follows Next.js App Router best practices as specified in the @vercel/analytics documentation
- The package is production-ready and will automatically collect analytics data when deployed to Vercel

### Dependencies Added

- @vercel/analytics@^1.6.1 (701 packages total installed during setup)

The implementation is complete and ready for deployment. Analytics will be automatically collected when the application is deployed to Vercel.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-12 17:43:52 +00:00
Mr. Algorithm 17b22b757c
Merge pull request #30 from Open-Dev-Society/vercel/packages-for-react-flight-rce-ppl122
Fix React Server Components RCE vulnerability
2025-12-10 21:53:41 +05:30
Vercel 3837961ad1 Update packages for React Flight RCE advisory
Updated dependencies to fix Next.js CVE vulnerabilities.

The fix-react2shell-next tool automatically updated the following packages to their secure versions:
- next
- react-server-dom-webpack
- react-server-dom-parcel  
- react-server-dom-turbopack

All package.json files have been scanned and vulnerable versions have been patched to the correct fixed versions based on the official React advisory.

Co-authored-by: Vercel <vercel[bot]@users.noreply.github.com>
2025-12-10 16:19:39 +00:00
Mr. Algorithm 547b017299
Update README.md 2025-10-24 10:55:40 +05:30
Mr. Algorithm cef689a058
Clarify project license in README
Updated license information to specify AGPL-3.0 License.
2025-10-22 22:22:28 +05:30
Mr. Algorithm f2b10a2165
Enhance contributor section in README
Updated contributor acknowledgments with specific contributions.
2025-10-18 00:39:21 +05:30
Mr. Algorithm f849ef39a0
Merge pull request #25 from koevoet1221/main
Fix #23
2025-10-18 00:32:54 +05:30
Nick 844307ca63
Update docker-compose.yml
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2025-10-16 17:00:59 +00:00
Nick c35d930f21 use a host mapping so that mongodb resolves to 127.0.0.1 in the builder 2025-10-16 18:30:29 +02:00
Nick 5ed18338f7 Fix the build error in #23 by starting mongodb before building and allowing the builder access to mongodb 2025-10-16 17:51:00 +02:00
Mr. Algorithm 46c8efca83
Update security contact email in README 2025-10-12 18:40:32 +05:30
Mr. Algorithm dcffe60b03
Revise license statement and add Docker setup section
Updated license credit and added Docker setup instructions.
2025-10-12 18:39:28 +05:30
Mr. Algorithm 0b10b7e341
Enable pnpm start command in Dockerfile
Uncomment pnpm start command in Dockerfile.
2025-10-12 18:36:55 +05:30
Mr. Algorithm 53d26a8693
Add MongoDB service to docker-compose 2025-10-12 18:36:35 +05:30
Mr. Algorithm 973e1d65ae
Improve email validation regex in sign-in form 2025-10-12 18:24:18 +05:30
Mr. Algorithm 15459d0f80
Improve email validation regex in sign-up page 2025-10-12 18:23:54 +05:30
Mr. Algorithm 3ed4c36189
Update README.md 2025-10-11 12:40:54 +05:30
Mr. Algorithm caf7050722
Update README with license and contributors
Added licensing information and contributor credits.
2025-10-11 12:39:55 +05:30
Mr. Algorithm d2d26dc6f9
Update README.md 2025-10-08 21:06:26 +05:30
Mr. Algorithm 14c867b05d
Merge pull request #17 from chinnsenn/main
support docker/docker compose
2025-10-08 16:30:48 +05:30
chinnsenn c8f7adecd9 improve Dockerfile 2025-10-08 14:39:00 +09:00
chinnsenn 78c9224dea support docker/docker compose 2025-10-08 14:25:29 +09:00
Mr. Algorithm 23f372c062
Add LICENSE file 2025-10-06 22:19:34 +05:30
Mr. Algorithm 1c7637a522
Create LICENSE 2025-10-06 22:18:33 +05:30
Mr. Algorithm 601f6eda73
Merge pull request #14 from ravixalgorithm/main
updated wrong paths and defaults
2025-10-04 22:30:12 +05:30
Mr. Algorithm fff6efe0e8 updated defauts 2025-10-04 22:29:25 +05:30
Mr. Algorithm ccaaf9298a updated logo path 2025-10-04 22:28:26 +05:30
Mr. Algorithm 35e86f5cd3
Update README.md 2025-10-04 22:24:24 +05:30
Mr. Algorithm fce44f9f3f
Merge pull request #13 from ravixalgorithm/main
updated links
2025-10-04 22:11:09 +05:30
Mr. Algorithm 6341e1a6d5 updated links 2025-10-04 22:10:44 +05:30
Mr. Algorithm 255826ff34
Merge pull request #12 from ravixalgorithm/main
fixed deployment errors
2025-10-04 22:01:02 +05:30
Mr. Algorithm e2a334eeaa fixed deployment errors 2025-10-04 22:00:38 +05:30
Mr. Algorithm 1da9dd46d3
Merge pull request #11 from ravixalgorithm/main
readme file created
2025-10-04 21:52:21 +05:30