16 Commits

Author SHA1 Message Date
99536bea56 Remove JWT references from requirements docs 2026-01-13 20:42:52 +00:00
13c01ae49b Merge pull request #12 from johndoe6345789/feat/require-login-for-publish
Require login for publishing; tighten read access by default
2026-01-09 01:48:45 +00:00
openhands
ae0ccca59c frontend: require login to access Publish page and hide Publish link when logged out; use stored token for uploads\n\nbackend: add ALLOW_ANON_READ env toggle (default false) to require auth for reads\n\nCo-authored-by: openhands <openhands@all-hands.dev> 2026-01-09 01:35:56 +00:00
copilot-swe-agent[bot]
7cf7768477 Add clarifying comment about empty string handling in getApiUrl
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:44:53 +00:00
copilot-swe-agent[bot]
cdbb39513f Fix code review issues: remove /api route, add missing routes, fix localhost fallback
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:43:39 +00:00
copilot-swe-agent[bot]
26d9e9988f Add Next.js rewrites for API proxy to fix /auth/login routing
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 23:39:26 +00:00
copilot-swe-agent[bot]
09f894ac4a Improve documentation for API URL detection logic
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 19:05:01 +00:00
copilot-swe-agent[bot]
e79dc38cce Add intelligent API URL detection for deployed environments
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2026-01-08 19:00:40 +00:00
copilot-swe-agent[bot]
aae989ec29 Implement RocksDB with HTTP endpoints and fix Docker build
- Replace in-memory KV store with RocksDB persistent storage
- Add RocksDB wrapper class with stats tracking
- Create HTTP endpoints: /rocksdb/stats, /rocksdb/keys, /rocksdb/dashboard
- Add interactive HTML dashboard for monitoring RocksDB
- Fix frontend Dockerfile to handle missing public directory

Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 09:50:41 +00:00
copilot-swe-agent[bot]
89ebf57d8a Add plain English operation labels in frontend with technical keys available on expansion
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 09:23:03 +00:00
copilot-swe-agent[bot]
8a085ecbce Fix npm ci failure by adding package-lock.json
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 08:27:05 +00:00
copilot-swe-agent[bot]
eb1acaf711 Fix Docker build context paths and add runtime API URL configuration
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 08:09:02 +00:00
copilot-swe-agent[bot]
c82d94e0f4 Complete database schema covering all schema.json features - database is now source of truth
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:49:11 +00:00
copilot-swe-agent[bot]
a0e4803b82 Add SQLite-backed configuration database and initial admin panel structure
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:45:31 +00:00
copilot-swe-agent[bot]
289ead9be7 Fix backend Dockerfile and frontend layout for client-side rendering
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:36:51 +00:00
copilot-swe-agent[bot]
e0d353fe69 Implement complete package repository with Flask, Next.js, auth, and e2e tests
Co-authored-by: johndoe6345789 <224850594+johndoe6345789@users.noreply.github.com>
2025-12-29 07:33:05 +00:00