Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support moving static ode to another server #3134

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Apr 10, 2024

  1. Support moving static ode to another server

    This permits serving the static portions of ode (the Javascript code
    and translations) from another web server, including via a third party
    CDN such as Cloudflare.
    
    Change-Id: Ic70ca21419c67be66e5c9011c42d53bafe9367bf
    jisqyv committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a932fec View commit details
    Browse the repository at this point in the history

Commits on May 8, 2024

  1. Remove comment from index.jsp

    Also updated the Copyright comment
    
    Change-Id: Ia1822d2a50a896a2565a8e90dd172aed0ca4dbe0
    jisqyv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    6aa62c4 View commit details
    Browse the repository at this point in the history
  2. Remove unused imports from MockFileBaseDB.java

    Also refactored the imports
    
    Change-Id: Id2b11e31d5e3c73f9c0285cabea278001fe17a7b
    jisqyv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    f201324 View commit details
    Browse the repository at this point in the history
  3. Fix indentation in ServerLayout.java

    Change-Id: Id100580089a8c2ca32da0d7dc1465779403921fb
    jisqyv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    041923f View commit details
    Browse the repository at this point in the history
  4. Remove unused import from StorageUtil.java

    Also updated copyright date
    
    Change-Id: I0aaa7614a3bf157f276b7d018d91f77c7426d904
    jisqyv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    2b63bbf View commit details
    Browse the repository at this point in the history
  5. Removed unused imports from ComponentUploadWizard.java

    Change-Id: I7eb4bc46636db1b6be95e5a42579acc6524abc98
    jisqyv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1a4400c View commit details
    Browse the repository at this point in the history
  6. Removed unused import from Downloader.java

    Change-Id: Id67c8751fc98217b9020886ba7fdd6a85f13e3e6
    jisqyv committed May 8, 2024
    Configuration menu
    Copy the full SHA
    1773532 View commit details
    Browse the repository at this point in the history