Commit Graph

24 Commits

Author SHA1 Message Date
Edouard Vanbelle badf35f08f chore: remove all executable attributes on non bash files 2026-04-01 23:14:42 +02:00
BillionClaw 2d4fa1e17f docs(readme): add feature status table 2026-03-17 05:47:09 +08:00
Nathan Shepperd 017e82aca0 Update README.md 2026-03-11 08:48:14 +00:00
Dionisio Pozo 6e9c88f06c Fix formatting in architecture diagram in README 2026-03-06 21:46:58 +01:00
Dionisio f2d35ca792 feat: auto-persist JWT secret, remove setup token requirement
- JWT secret auto-generates and persists to <STORAGE_PATH>/.jwt_secret
- Remove setup token: first admin setup is open until system initialized
- Fix schema.sql: move CREATE EXTENSION pg_trgm/ltree to top
- Update login UI and auth.js to remove setup token fields
2026-03-05 22:12:53 +01:00
George Wu bb304d3f5b docs: remove migration command from README
Migrations are now automatically handled at server startup, so the
manual 'cargo run --bin migrate --features migrations' step is no
longer needed.
2026-02-25 08:59:01 -08:00
Dionisio 7bfe411661 docs: rewrite README with full feature list, comparison table & docs index
- Add tagline and CI/Rust/Docker badges
- Add OxiCloud vs NextCloud comparison table with real metrics
  (image size, RAM, cold start, dedup, DB pools, protocols)
- List all implemented features categorised: Storage, Protocols,
  Security, Infrastructure
- Add Client Setup table (WebDAV/CalDAV/CardDAV/WOPI URLs)
- Add Configuration reference table
- Add Documentation index linking all 35 doc pages
- Update Architecture diagram with protocol layer
- Add Project stats (170 files, ~50K LoC, 112 tests)
- Update Quick Start: Docker first, correct Rust version (1.93+)
- Replace outdated 'What's Next' with accurate Roadmap
- Fix language count: 9 (was 3)
2026-02-25 11:29:30 +01:00
George Wu 2c428678b6 docs: add example.env and document all environment variables
- Create example.env with all 31 environment variables documented
- Update docker-compose.yml to use env_file directive
- Update doc/deployment.md with Quick Start and missing variables
- Add OXICLOUD_BASE_URL and WOPI configuration docs
- Update README.md Docker section with .env setup
- Remove duplicate port mapping (incorporates 4577e56)
- Fix server port default from 8085 to 8086
2026-02-21 18:44:38 -08:00
Dionisio bc169de8f6 docs: add Star History chart to README 2026-02-11 21:27:25 +01:00
Goudarz Jafari f9cac2037d docs(i18n): document Persian(fa) language support 2026-02-06 10:31:48 +03:30
Dionisio Pozo bb45526f9c Fix formatting in README architecture section 2026-02-03 18:00:34 +01:00
Dionisio 8f2b0a354c big refactoring 2026-02-03 17:59:04 +01:00
DioCrafts 8f1d213526 improve postgresql performance 2025-04-09 00:21:20 +02:00
dionidev e79ca8304b adding comments, moving technical documentation, improve Dockerfile, delete unuseful files 2025-03-30 14:17:09 +00:00
dionidev f152c67c4d adding README details 2025-03-29 16:40:38 +00:00
Dionisio Pozo da520db0b3 Update README.md 2025-03-28 09:05:58 +01:00
DioCrafts e22c0ac855 fix trash and additional bugs 2025-03-26 18:33:22 +01:00
DioCrafts 8b1f6d71c8 adding license, code of conduct, templates... etc) 2025-03-26 10:40:57 +01:00
Dionisio Pozo 838ae6e0d4 Update README.md 2025-03-24 12:52:54 +01:00
DioCrafts 9ce2b63d7b adding README screenshot 2025-03-23 23:27:56 +01:00
DioCrafts 27e5381ba1 adding README screenshot 2025-03-23 23:25:15 +01:00
DioCrafts 1c9dca662a adding README screenshot 2025-03-23 23:13:02 +01:00
DioCrafts 6e055c3043 adding features 2025-03-19 19:52:12 +01:00
DioCrafts d9bbd575d2 adding several features 2025-03-19 00:44:27 +01:00