Skip to content

v0.2.0

Compare
Choose a tag to compare
@github-actions github-actions released this 31 Oct 07:39
· 33 commits to develop since this release

What's Changed

  • ci: remove node_modules, update versioner action by @pcfreak30 in #24
  • ci: remove node_modules by @pcfreak30 in #25
  • ci: add node_modules to .gitignore by @pcfreak30 in #26
  • ci: update golang-versioner-action by @pcfreak30 in #27
  • refactor: need to update login flow to 302 redirect to PORTAL/api/aut… by @pcfreak30 in #28
  • refactor: update usage of GetUserFromContext and GetAuthTokenFromCont… by @pcfreak30 in #29
  • refactor: remove custom middleware as core provides a default FindToken by @pcfreak30 in #30
  • refactor: update api usages based on core updates by @pcfreak30 in #31
  • Core updates by @pcfreak30 in #32
  • refactor: update package name from account to dashboard by @pcfreak30 in #33
  • refactor: re-structure plugin by @pcfreak30 in #34
  • feat(social-login): implement social login functionality by @pcfreak30 in #35
  • refactor: make /api/auth/otp/generate a post endpoint by @pcfreak30 in #36
  • refactor: re-organize routes and ensure all otp are under auth by @pcfreak30 in #37
  • refactor: if the error is ErrInvalidOTPCode return a user error rathe… by @pcfreak30 in #38
  • refactor: add otp status to the account info endpoint by @pcfreak30 in #39
  • refactor(auth): implement OTP flow and refactor login process by @pcfreak30 in #40
  • feat: implement API keys support by @pcfreak30 in #41
  • feat: add support for requesting account deletion at /api/account/delete by @pcfreak30 in #42
  • refactor: remove unneeded corsHandler use, and don't auth protect the… by @pcfreak30 in #43
  • fix: update the error handling in deleteAccount to use new account er… by @pcfreak30 in #44
  • refactor: use AccountError HttpStatus by @pcfreak30 in #45
  • fix: bad json tag by @pcfreak30 in #46
  • feat: add support for serving the app from a live local folder rather… by @pcfreak30 in #47
  • refactor: improve CORS handling and update dependencies by @pcfreak30 in #48
  • fix: /api/account/password-reset/request needs to support OPTIONS by @pcfreak30 in #49
  • refactor: update password reset template variables by @pcfreak30 in #50
  • fix: wrong argument order to ResetPassword by @pcfreak30 in #51
  • refactor: if the email is not, found, return ok for security to not g… by @pcfreak30 in #52
  • refactor: verify-email should no longer be auth protected and verify-… by @pcfreak30 in #53
  • refactor: update core, update struct tags for config, and implement n… by @pcfreak30 in #54
  • feat(config): add theme support by @pcfreak30 in #55
  • fix: need to fix tag names and add yaml tags by @pcfreak30 in #56
  • refactor: update portal core, implement access control, and optimize route registration by @pcfreak30 in #57
  • Refactor routes by @pcfreak30 in #58
  • chore(ci): update versioner and release workflow configs by @pcfreak30 in #59
  • chore(ci): update versioner and release workflow configs by @pcfreak30 in #60
  • chore(ci): enable dependabot by @pcfreak30 in #61
  • chore(ci): update golang-versioner-action by @pcfreak30 in #62
  • chore(ci): update golang-versioner-action by @pcfreak30 in #64
  • chore(ci): woops, dependabot.yml put in wrong folder by @pcfreak30 in #65
  • chore(ci): wrong golang-versioner-action version by @pcfreak30 in #66
  • chore(ci): update golang-versioner-action by @pcfreak30 in #70
  • chore(deps): bump go.lumeweb.com/portal from 0.1.2-0.20241019044743-6233b2e01648 to 0.2.0 by @dependabot in #69
  • chore(deps): bump github.com/gorilla/sessions from 1.2.1 to 1.4.0 by @dependabot in #68
  • chore(deps): bump gorm.io/datatypes from 1.2.2 to 1.2.4 by @dependabot in #67
  • chore(deps): update dashboard by @pcfreak30 in #71
  • chore: release by @pcfreak30 in #73
  • Version Packages by @github-actions in #74

New Contributors

Full Changelog: v0.1.1...v