Releases: LumeWeb/portal-plugin-dashboard
Releases · LumeWeb/portal-plugin-dashboard
v0.2.6
What's Changed
- chore(deps): bump go.lumeweb.com/portal from 0.3.2 to 0.4.1 by @dependabot in #109
- chore(deps): bump golang.org/x/crypto from 0.31.0 to 0.32.0 by @dependabot in #108
Full Changelog: v0.2.5...v0.2.6
v0.2.5
What's Changed
- chore(deps): bump golang.org/x/crypto from 0.28.0 to 0.29.0 by @dependabot in #102
- chore(deps): bump go.lumeweb.com/portal from 0.3.1 to 0.3.2 by @dependabot in #101
- chore(deps): bump golang.org/x/crypto from 0.29.0 to 0.30.0 by @dependabot in #104
- chore(deps): bump gorm.io/datatypes from 1.2.4 to 1.2.5 by @dependabot in #103
- chore(deps): bump golang.org/x/crypto from 0.30.0 to 0.31.0 by @dependabot in #105
- chore: update UI dependency to 0.2.4 by @pcfreak30 in #106
Full Changelog: v0.2.4...v0.2.5
v0.2.4
What's Changed
- chore(deps): bump go.lumeweb.com/portal from 0.2.0 to 0.2.1 by @dependabot in #97
- feat: add build information support by @pcfreak30 in #98
- chore: release by @github-actions in #99
- Version Packages by @github-actions in #100
Full Changelog: v0.2.3...v0.2.4
v0.2.3
What's Changed
- chore: update UI dependency to 0.2.4 by @pcfreak30 in #94
- chore: release by @github-actions in #95
- Version Packages by @github-actions in #96
Full Changelog: v0.2.2...v0.2.3
v0.2.2
What's Changed
- chore(ci): add workflow to update ui on repository_dispatch and create a pr by @pcfreak30 in #79
- chore(ci): use GOPROXY=direct by @pcfreak30 in #80
- Revert "chore(deps): need to cheat and use a direct commit hash for now due to vanity resolution funkiness" by @pcfreak30 in #81
- chore(deps): remove mux and oauth override by @pcfreak30 in #82
- chore(ci): use develop as base by @pcfreak30 in #83
- chore(ci): update pot token secret name by @pcfreak30 in #84
- ci: add temp debug workflow by @pcfreak30 in #85
- chore(ci): fix debug workflow by @pcfreak30 in #86
- chore(ci): remove debug workflow by @pcfreak30 in #88
- chore(ci): add workflow to trigger a release pr, which will trigger changesets by @pcfreak30 in #90
- chore: update UI dependency to 0.2.3 by @pcfreak30 in #89
- chore(ci): fix processing of generated file name by @pcfreak30 in #91
- chore: release by @github-actions in #92
- Version Packages by @github-actions in #93
Full Changelog: v0.2.1...v0.2.2
v0.2.1
What's Changed
- chore(ci): update golang-versioner-action by @pcfreak30 in #75
- chore(deps): need to cheat and use a direct commit hash for now due to vanity resolution funkiness by @pcfreak30 in #76
- chore: release by @pcfreak30 in #77
- Version Packages by @github-actions in #78
Full Changelog: v0.2.0...v0.2.1
v0.2.0
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
- @dependabot made their first contribution in #69
Full Changelog: v0.1.1...v
v0.1.1
What's Changed
- chore: update LICENSE by @pcfreak30 in #9
- chore: add CHANGELOG.md by @pcfreak30 in #10
- Subdomain event by @pcfreak30 in #11
- Update events by @pcfreak30 in #12
- refactor: make cors handler router level by @pcfreak30 in #13
- refactor: use new MailerTemplates field on PluginInfo with MailerTemp… by @pcfreak30 in #14
- chore: update dashboard by @pcfreak30 in #15
- chore: update dashboard by @pcfreak30 in #16
- ci: setup github actions by @pcfreak30 in #18
- ci: github actions re-design by @pcfreak30 in #19
- chore: changeset by @pcfreak30 in #20
- ci: only run release on develop by @pcfreak30 in #23
- Version Packages by @github-actions in #21
New Contributors
- @github-actions made their first contribution in #21
Full Changelog: v0.1.0...v0.1.1
v0.1.0
What's Changed
- fix: use a dedicated PathPrefix route under assets to the dashboard h… by @pcfreak30 in #1
- refactor: update to use new core plugin, context & api interfaces by @pcfreak30 in #2
- refactor: use new config api, and replace user verify service with us… by @pcfreak30 in #3
- refactor: rename plugin to dashboard from account by @pcfreak30 in #4
- refactor: rename account.go to dashboard.go by @pcfreak30 in #5
- ci: add changeset config by @pcfreak30 in #6
- ci: changeset by @pcfreak30 in #7
- chore: release by @pcfreak30 in #8
New Contributors
- @pcfreak30 made their first contribution in #1
Full Changelog: https://github.com/LumeWeb/portal-plugin-dashboard/commits/v0.1.0