Skip to content

Conversation

fghalasz
Copy link
Member

This PR adds 3 capabilities/features to Medley Online:

  1. Medley Online can now be accessed directly (no login, no Run Medley page) using the following URLs:
    https://online.interlisp.org[:8081]/guest -- starts Medley without Rooms or Notecards activated
    https://online.interlisp.org[:8081]/guest?notecards -- starts Medley with just Notecards activated
    https://online.interlisp.org[:8081]/guest?rooms -- starts Medley with just Rooms activated
    https://online.interlisp.org[:8081]/guest?notecards&rooms -- starts Medley with both Notecards and Rooms activated
    These direct access URLs login as guest. Have to use the unadorned https://online.interlisp.org[:8081] if you want to login to, e.g.,, preserve your files between sessions.

  2. From within Online Medley (ShellBrowse (UNIX-GETENV "OIO_FB_URL")) will open the browser-based FileBrowser in a new tab in the browser. The previous method of opening this FileBrowser from the Novnc menu on the left side of the browser window continues to work as before.

  3. There is now a FILES-Import/Export button at the bottom of the button stack on the right side of the Medley screen. Clicking on this button calls (ShellBrowse (UNIX-GETENV "OIO_FB_URL")) - thus opening the web-based FileBrowser.

All this is currently running on the Dev system: https://online.interlisp.org:8081.

@pamoroso
Copy link

The URLs and the access to the noVCN file manager work as expected with Firefox and Chrome on Linux. The file import/export button overlaps with the other buttons but otherwise works fine:

import-export-button

Addresses issue #2064.

…terfere with other buttons on right side. Add page with Run Again button when returning from noVnc in autologin case.
@pamoroso
Copy link

After 37572f2, when I click any of the links from Firefox or Chrome under Linux Mint I get a blank gray page like this for https://online.interlisp.org:8081/guest:

medley-online-blank

@pamoroso
Copy link

Now I can access Medley when visiting the URLs and the file import/export button is placed correctly with no overlaps.

Copy link

@pamoroso pamoroso left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

@pamoroso
Copy link

As per issue #2064.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants