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

Direct access URLs for Online & Now can invoke the browser-based FileBrowser from within Online Medley #62

Open
wants to merge 27 commits into
base: main
Choose a base branch
from

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.

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