-
-
Notifications
You must be signed in to change notification settings - Fork 1
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
base: main
Are you sure you want to change the base?
Conversation
…e main run-medley page, using the url https://online.interlisp.org/guest?notecards&rooms . Automatically does a guest login.
Add latest logo file Signed-off-by: Frank Halasz <[email protected]>
…go page, not full main page
…for the online filebrowser
…hat brings up filebrowser in another tab
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: Addresses issue #2064. |
…terfere with other buttons on right side. Add page with Run Again button when returning from noVnc in autologin case.
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: |
…oute processing, added cookie to store full url to be used later by the again.pug page after returning from novnc
Now I can access Medley when visiting the URLs and the file import/export button is placed correctly with no overlaps. |
This PR adds 3 capabilities/features to Medley Online:
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.
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.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.