-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: ankush1802/httpsms
base: main
head repository: NdoleStudio/httpsms
compare: main
- 18 commits
- 12 files changed
- 4 contributors
Commits on Jun 25, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 16a2a7c - Browse repository at this point
Copy the full SHA 16a2a7cView commit details
Commits on Jun 26, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1309899 - Browse repository at this point
Copy the full SHA 1309899View commit details
Commits on Jun 29, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 67099eb - Browse repository at this point
Copy the full SHA 67099ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4eb8851 - Browse repository at this point
Copy the full SHA 4eb8851View commit details -
feat(web): add verify email button on settings page
Show a small Vuetify button to trigger email verification when the user's email is not verified, replacing the verified badge. The button disables after sending to prevent duplicate requests. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 27f7116 - Browse repository at this point
Copy the full SHA 27f7116View commit details -
Update web/app/pages/settings/index.vue
Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4d2a4bf - Browse repository at this point
Copy the full SHA 4d2a4bfView commit details -
Merge pull request NdoleStudio#930 from NdoleStudio/feat/settings-ver…
…ify-email-button feat(web): add verify email button on settings page
Configuration menu - View commit details
-
Copy full SHA for 0cc27fb - Browse repository at this point
Copy the full SHA 0cc27fbView commit details -
feat(web): improve login error messages and add forgot password flow (N…
…doleStudio#931) * feat(web): improve login error messages and add forgot password flow - Map Firebase error codes to user-friendly messages from Firebase UI translations (e.g. 'Incorrect password' instead of raw error strings) - Add field-level error display using :error and :error-messages on v-text-field components so invalid fields turn red - Add client-side validation for empty/invalid email and empty password - Implement inline forgot password flow with email input, reset link submission via sendPasswordResetEmail, and success confirmation Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * feat: use small font for forgot password * fix(web): address PR review feedback on login error handling - Map auth/invalid-credential to both email and password fields since modern Firebase returns this code for either wrong email or password - Trim email before passing to Firebase in submitEmail to match the pattern already used in submitPasswordReset Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for d4cacea - Browse repository at this point
Copy the full SHA d4caceaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ad9673a - Browse repository at this point
Copy the full SHA ad9673aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5021d18 - Browse repository at this point
Copy the full SHA 5021d18View commit details
Commits on Jun 30, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 1777e8d - Browse repository at this point
Copy the full SHA 1777e8dView commit details
Commits on Jul 1, 2026
-
fix(deps): bump gorm.io/gorm from 1.31.1 to 1.31.2 in /api (NdoleStud…
…io#937) Bumps [gorm.io/gorm](https://github.com/go-gorm/gorm) from 1.31.1 to 1.31.2. - [Release notes](https://github.com/go-gorm/gorm/releases) - [Commits](go-gorm/gorm@v1.31.1...v1.31.2) --- updated-dependencies: - dependency-name: gorm.io/gorm dependency-version: 1.31.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 9e3a7a6 - Browse repository at this point
Copy the full SHA 9e3a7a6View commit details -
fix(deps): bump actions/setup-node from 4 to 6 (NdoleStudio#934)
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4 to 6. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@v4...v6) --- updated-dependencies: - dependency-name: actions/setup-node dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ca3d12d - Browse repository at this point
Copy the full SHA ca3d12dView commit details -
fix(deps): bump actions/checkout from 6 to 7 (NdoleStudio#933)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 1cbe388 - Browse repository at this point
Copy the full SHA 1cbe388View commit details -
fix(deps): bump google.golang.org/api from 0.286.0 to 0.287.0 in /api (…
…NdoleStudio#936) Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client) from 0.286.0 to 0.287.0. - [Release notes](https://github.com/googleapis/google-api-go-client/releases) - [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md) - [Commits](googleapis/google-api-go-client@v0.286.0...v0.287.0) --- updated-dependencies: - dependency-name: google.golang.org/api dependency-version: 0.287.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for ae480ac - Browse repository at this point
Copy the full SHA ae480acView commit details -
fix(deps): bump cloud.google.com/go/storage in /api (NdoleStudio#935)
Bumps [cloud.google.com/go/storage](https://github.com/googleapis/google-cloud-go) from 1.62.3 to 1.63.0. - [Release notes](https://github.com/googleapis/google-cloud-go/releases) - [Changelog](https://github.com/googleapis/google-cloud-go/blob/main/CHANGES.md) - [Commits](googleapis/google-cloud-go@storage/v1.62.3...compute/v1.63.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/storage dependency-version: 1.63.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c48b994 - Browse repository at this point
Copy the full SHA c48b994View commit details -
Configuration menu - View commit details
-
Copy full SHA for 714bf2e - Browse repository at this point
Copy the full SHA 714bf2eView commit details
Commits on Jul 3, 2026
-
fix(deps): bump golang.org/x/net from 0.50.0 to 0.55.0 in /tests (Ndo…
…leStudio#940) Bumps [golang.org/x/net](https://github.com/golang/net) from 0.50.0 to 0.55.0. - [Commits](golang/net@v0.50.0...v0.55.0) --- updated-dependencies: - dependency-name: golang.org/x/net dependency-version: 0.55.0 dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for 4ff3e23 - Browse repository at this point
Copy the full SHA 4ff3e23View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff main...main