Commit Graph

  • 88ab6e808b feat(admin): add security and activity management features feat/security Daniel Legt 2026-05-01 13:10:23 +03:00
  • dd8dd7cdc2 feat(versioning): Implemented APP_VERSION from build tags master v1.0.2 Daniel Legt 2026-05-01 03:45:15 +03:00
  • fc54f7bb86 fix(ci/cd): Naming fix v1.0.1 Daniel Legt 2026-05-01 03:41:32 +03:00
  • 42030003d3 feat(ci/cd): Implemented simple package publishing to registry v1.0.0 Daniel Legt 2026-05-01 03:39:33 +03:00
  • 25bc095412 feat(docker): add healthcheck and wget dependency Daniel Legt 2026-05-01 03:31:01 +03:00
  • 54bb68642f chore(docker): update build path and volume comment Daniel Legt 2026-05-01 02:58:16 +03:00
  • 9b57b2a535 feat(routing): add user admin panel support Daniel Legt 2026-05-01 02:34:47 +03:00
  • 1cf38d126d refactor(storage): standardize size limits to use GB units Daniel Legt 2026-05-01 02:14:05 +03:00
  • d0aa86205f feat(setting): Implemented the settings administrative menu Daniel Legt 2026-05-01 01:51:06 +03:00
  • 36d49a970e feat(admin): add full alerts dashboard functionality Daniel Legt 2026-05-01 00:46:10 +03:00
  • 3844473eb3 feat(admin): implement full admin dashboard structure Daniel Legt 2026-05-01 00:29:06 +03:00
  • 5f3f63b710 'cleanup(admin): This large-scale refactoring effort involves cleaning up redundant logic and standardizing database interactions across several modules Daniel Legt 2026-04-30 22:08:12 +03:00
  • 9951cfc8b6 cleanup(admin): This large-scale refactoring effort involves cleaning up redundant logic and standardizing database interactions across several modules. Daniel Legt 2026-04-30 22:06:45 +03:00
  • 82d4dc815b feat(users): implement comprehensive user listing and control old-admin Daniel Legt 2026-04-30 21:45:09 +03:00
  • 89c885f637 feat(models): add box activity tracking Daniel Legt 2026-04-30 19:55:32 +03:00
  • e103829870 feat(models): add alert and box models Adds comprehensive data structures for Alert and Box functionality across models. Daniel Legt 2026-04-30 19:45:22 +03:00
  • 2714907ff4 feat(config): add box owner policy settings Daniel Legt 2026-04-30 19:30:13 +03:00
  • b8bb75f7e0 feat(cli): add robust box listing filters and sorting Daniel Legt 2026-04-30 12:46:44 +03:00
  • b0bdf798a9 chore(script): update run script path Daniel Legt 2026-04-30 12:43:19 +03:00
  • 877ac90574 feat(cli): add comprehensive command suite + Adds new commands for managing boxes, environment variables, and running the server. * The command structure is greatly expanded to improve user experience and coverage for core service functionalities. Daniel Legt 2026-04-30 11:31:43 +03:00
  • f0b723e35d refactor(code): Cleaned-up the code base Daniel Legt 2026-04-30 11:05:56 +03:00
  • a729b641b2 feat(one-time-downloads): add expiry and retry configuration Daniel Legt 2026-04-30 04:24:49 +03:00
  • 7d70a0c2ed feat(boxstore): add configurable expiry for one-time downloads Daniel Legt 2026-04-30 03:54:50 +03:00
  • 6b9f6ac291 feature(docker): Implemented DockerFile, docker compose .env and updated the run.sh file. Daniel Legt 2026-04-30 03:12:58 +03:00
  • 0f630b9dca chore(cleanup) Daniel Legt 2026-04-30 02:34:05 +03:00
  • 903b4eeed8 docs: update README and tech docs for BadgerDB and thumbnails Daniel Legt 2026-04-30 02:32:45 +03:00
  • ac6e8c591b feat(ui): add reusable warpbox wrapper and improve upload documentation Daniel Legt 2026-04-29 11:51:04 +03:00
  • fb80f11e72 fix: bugs in general Daniel Legt 2026-04-29 02:35:23 +03:00
  • e330fb04b3 feat(ui): add clear queue flow and expose ISO expiry Daniel Legt 2026-04-29 02:29:49 +03:00
  • a8c0666b5a style: normalize spacing in FAQ shortcut descriptions Daniel Legt 2026-04-29 01:47:21 +03:00
  • 6035ea1eb2 feat(config): support *_MB env vars for upload size limits Daniel Legt 2026-04-29 01:42:41 +03:00
  • 82acaffdd8 style(update): Updated the styling amd layout to be much better! Daniel Legt 2026-04-29 01:16:17 +03:00
  • cb026d4fd1 feat(security): use bcrypt hashes and safe paths for boxes Daniel Legt 2026-04-28 21:42:36 +03:00
  • a5d6d69be0 docs: expand configuration docs for admin and BadgerDB Daniel Legt 2026-04-28 21:11:37 +03:00
  • fc3de58b5b docs: add comprehensive README with features and setup guidedocs: add comprehensive README with features and setup guide Daniel Legt 2026-04-28 20:35:29 +03:00
  • 9dececcc7d feat(boxstore): add one-time download retention mode Daniel Legt 2026-04-28 19:41:23 +03:00
  • f1600faa8d feat: add thumbnail metadata and download endpoint Daniel Legt 2026-04-28 18:44:16 +03:00
  • c1489d1fbb feat(ui): add file-type icons and clamp window titles Daniel Legt 2026-04-27 18:37:05 +03:00
  • 041a9798a7 feat(boxstore): add retention options and box deletion support Daniel Legt 2026-04-27 18:18:53 +03:00
  • 2f37958c31 refactor(server): use boxstore helpers and file status consts Daniel Legt 2026-04-27 18:01:02 +03:00
  • cf90e08f98 refactor: extract models/routes and env-based server config Daniel Legt 2026-04-27 17:49:19 +03:00
  • 698166d23d feat(server): track upload status via manifest and /status API Daniel Legt 2026-04-27 17:33:52 +03:00
  • b69ec8b99f feat(ui): add overall upload progress and improve file icons Daniel Legt 2026-04-27 17:26:57 +03:00
  • 6a0b3dbe2f feat(server): add box file listing and download routes Daniel Legt 2026-04-27 17:20:57 +03:00
  • b5f39d714a Icons Daniel Legt 2026-04-27 17:11:56 +03:00
  • 184dcf0e84 Icons Daniel Legt 2026-04-27 17:11:51 +03:00
  • 65b57695a4 style(index): add class to Win98 menu options for stylingstyle(index): add class to Win98 menu options for styling Daniel Legt 2026-04-27 17:02:07 +03:00
  • 9e6e48e68f refactor(css): trim app.css and unify pointer cursors Daniel Legt 2026-04-27 16:49:44 +03:00
  • f06a2c544f feat(server): add box create/upload endpoints and improve UI Daniel Legt 2026-04-25 18:57:08 +03:00
  • fb7e378b3a feat(server): add multipart upload endpoint with box IDs Daniel Legt 2026-04-25 18:46:16 +03:00
  • 87aa4cc6f2 chore(deps): add gin-contrib/gzip for response compression Daniel Legt 2026-04-25 18:04:10 +03:00
  • 6e29f644ba feat(cli): add cobra-based CLI to run WarpBox server Daniel Legt 2026-04-25 17:40:39 +03:00
  • b54e96adb0 first commit Daniel Legt 2026-04-25 17:34:17 +03:00