Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cgraph-dev/httpsms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: NdoleStudio/httpsms
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 10 files changed
  • 4 contributors

Commits on Jun 25, 2026

  1. chore: add gradle

    AchoArnold committed Jun 25, 2026
    Configuration menu
    Copy the full SHA
    16a2a7c View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2026

  1. ci: fix deploy script

    AchoArnold committed Jun 26, 2026
    Configuration menu
    Copy the full SHA
    1309899 View commit details
    Browse the repository at this point in the history

Commits on Jun 29, 2026

  1. Configuration menu
    Copy the full SHA
    67099eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4eb8851 View commit details
    Browse the repository at this point in the history
  3. 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>
    AchoArnold and Copilot committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    27f7116 View commit details
    Browse the repository at this point in the history
  4. Update web/app/pages/settings/index.vue

    Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
    AchoArnold and greptile-apps[bot] authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    4d2a4bf View commit details
    Browse the repository at this point in the history
  5. Merge pull request NdoleStudio#930 from NdoleStudio/feat/settings-ver…

    …ify-email-button
    
    feat(web): add verify email button on settings page
    AchoArnold authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    0cc27fb View commit details
    Browse the repository at this point in the history
  6. 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>
    AchoArnold and Copilot authored Jun 29, 2026
    Configuration menu
    Copy the full SHA
    d4cacea View commit details
    Browse the repository at this point in the history
  7. ci: pin node to 34

    AchoArnold committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    ad9673a View commit details
    Browse the repository at this point in the history
  8. ci: pin node to 24.18

    AchoArnold committed Jun 29, 2026
    Configuration menu
    Copy the full SHA
    5021d18 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2026

  1. Configuration menu
    Copy the full SHA
    1777e8d View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2026

  1. 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>
    dependabot[bot] authored and AchoArnold committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    9e3a7a6 View commit details
    Browse the repository at this point in the history
  2. 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>
    dependabot[bot] authored and AchoArnold committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    ca3d12d View commit details
    Browse the repository at this point in the history
  3. 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>
    dependabot[bot] authored and AchoArnold committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    1cbe388 View commit details
    Browse the repository at this point in the history
  4. 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>
    dependabot[bot] authored and AchoArnold committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    ae480ac View commit details
    Browse the repository at this point in the history
  5. 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>
    dependabot[bot] authored and AchoArnold committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    c48b994 View commit details
    Browse the repository at this point in the history
  6. ci: change auth domain

    AchoArnold committed Jul 1, 2026
    Configuration menu
    Copy the full SHA
    714bf2e View commit details
    Browse the repository at this point in the history
Loading