Skip to content

Releases: nickheyer/discopanel

DiscoPanel v2.0.6

15 Mar 08:53

Choose a tag to compare

What's Changed

  • fixed host/container path resolution for the third time, added initcommand to auto set the generated config (and for future usage) in modules, fixed data totals aggregation metrics (3be8709)

DiscoPanel v2.0.5

15 Mar 02:11

Choose a tag to compare

What's Changed

  • Added bluemap, refined module template defaults, added uid/gid to modules, fix lint/fmt err in svelte (c9d4f92)
  • fixed port info spelling (#56) (9d8d427)
  • FAQ documentation section first pass (#55) (765f20b)

DiscoPanel v2.0.4

12 Mar 07:10

Choose a tag to compare

What's Changed

  • Improved server file browser. We now have a full featured file system ui. (c34878a)
  • Added dev helper (restore) + fixed some lint errors in prep for server file management overhaul. (aa802ed)

DiscoPanel v2.0.3

11 Mar 07:29

Choose a tag to compare

What's Changed

  • Fixed server sorting using a best defaults guess. Restyled the server list view page, made ux a bit more intuitive and rm dropdown bs. (ecaebd3)
  • Mclogs upload widget implemented to call rpc (64a29b6)
  • Fixed module auth w/ inherited ephem token from creator of module. Fixed port binding defaults for proxied http modules w/ smart hostname + warnings. (408a875)

DiscoPanel v2.0.2

09 Mar 03:38

Choose a tag to compare

What's Changed

  • Fixed premature user creation (7a7d413)

DiscoPanel v2.0.1

07 Mar 02:43

Choose a tag to compare

What's Changed

DiscoPanel v2.0.0

06 Mar 08:19
b84436b

Choose a tag to compare

What's Changed

  • Merge pull request #51 from nickheyer/FEAT_RBAC_AUTH_OIDC (b84436b)
  • Merge branch 'main' into FEAT_RBAC_AUTH_OIDC (108a782)
  • Added discord oidc w/ custom role mapping. Fixed config unmarshalling from json str. Added docs, added example. (c97adca)
  • Google oidc added to provider examples. Ridiculously easy. Docs updated. (0bee796)
  • Fixed (a2a66b6)
  • Fixed release yaml package (ddc1c22)
  • Made indexers robust and introspective in terms of errors and debugging (f2e5731)
  • Broke apart getting started section in docs. (ea5f3ca)
  • OIDC provider guides added using compose templates I previously made as a reference and literal example (0c1ba81)
  • Improved docs (b85ae0e)
  • Created a proper getting-started page. (0a6a4d2)
  • Include public api doc reader in doc site, using protobuf gen yaml. (4288bce)
  • docs are pretty now (057b382)
  • Fixed domain (1a3d65e)
  • attempt at gh docs integration (eabe388)
  • fix buf to work with gnostic plugin (6f41796)
  • API Token (per user via profile) implemented. Conditionally rendering api docs templated based on existence of auth provider. Added http handler folder to rpc for one off http requirements like openapi. (ef596a3)
  • Added scoped user invite feature. Fixed bug regarding modules bind create on read only. Improved auth ui functions. Added invite to rbac mappings. (dce9f9d)
  • Fix mount shenanigans (d8f1491)
  • fix auth ws (59b3cab)
  • Little fixes (d93b259)
  • Oidc + rbac + auth-rewrite 90% complete, just need api token generation (93cc136)

DiscoPanel v1.0.37

18 Feb 08:53

Choose a tag to compare

What's Changed

  • Fix mount shenanigans (c33d800)
  • rm docker version from example cfg (4c8dfea)

DiscoPanel v1.0.36

09 Feb 21:15

Choose a tag to compare

What's Changed

  • fixed ws init on page load for console (f797334)

DiscoPanel v1.0.35

02 Feb 05:20

Choose a tag to compare

What's Changed

  • Fixed crazy logging. (5274f78)
  • Server switch on spa causes e.server was null err. Fixed. (c051924)