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: NdoleStudio/httpsms
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: abenable/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.
  • 5 commits
  • 25 files changed
  • 1 contributor

Commits on Apr 1, 2026

  1. batman

    abenable committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    bd2a5db View commit details
    Browse the repository at this point in the history
  2. custom db and redis

    abenable committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    7af9960 View commit details
    Browse the repository at this point in the history
  3. Prune legacy docs and fix API base URL resolution

    - Remove legacy docs (CODE_OF_CONDUCT.md, LICENSE, SECURITY.md)
    - Delete docker-compose.yml and various env files for API/Web
    - Add API base URL to Nuxt runtime config and use it in Axios
    - Refactor Axios baseURL resolution to check runtime config, env, or
      default
    - Update web/.gitignore to track .env.example and ignore real envs
    abenable committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    170d537 View commit details
    Browse the repository at this point in the history
  4. Add API Docker configs

    abenable committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    d30f9d5 View commit details
    Browse the repository at this point in the history
  5. Update Firebase hosting and Android build settings

    - Add top-level Android Gradle buildscript with Google services
      classpath
    - Remove the old com.google.gms.google-services plugin declaration
    - Update Firebase project to http-sms-1738 in web/.firebaserc
    - Update web/package.json deploy and preview scripts to use
      http-sms-1738
    - Add web hosting cache file at web/.firebase/hosting.ZGlzdA.cache
    abenable committed Apr 1, 2026
    Configuration menu
    Copy the full SHA
    170b297 View commit details
    Browse the repository at this point in the history
Loading