Server update changelog

October 8th 2020

  • Recreate the game card and game setup UI using the Vue.js framework for a more reactive UI
  • Added a new set of APIs for accessing information about the user’s game information
  • Limit the player’s usage to 10 users in the popover on a game for a better UX for large campaigns
  • Add a markdown rich editor with preview for the game description setup
  • Improve visually the dropdown selectors for public/private and FVTT version in the setup page
  • Sanitize html in a game description to prevent malicious from doing remote code injection attacks
  • Third attempt at fixing the http-proxy memory leak with websockets
  • Added service announcement notification about the Forge Contest

October 8th 2020 (Part 2)

  • Fix “Access Game” redirecting to wrong URL in the new updated UI from this morning’s update
  • Reduce Ireland’s tax rate from 23% to 21% due to COVID relief
  • Show the most accurate tax rate in a subscription’s preview when billing country doesn’t match IP country and doesn’t match credit card bank country (when payment method is already set)
  • Update user’s geo location for tax purposes when billing address changes
  • Include the taxes in the Paypal authorization when creating/upgrading a subscription to prevent voiding it once the invoice is finalized
  • Settle a Paypal authorization charge instead of voiding it if the final amount turned out to be smaller than the authorized amount.

October 12th 2020

  • Added Facebook link to social links section in page footer
  • Fix user’s email address removing subaddresses when sanitizing the input
  • Hide overflowing description from a game card and add horizontal scrollbars automatically when necessary
  • Add support for “Blocked” package updates in the Bazaar in preparation for Foundry 0.7.4 release

October 19th 2020

  • Major update to the user interface for both the main dashboard page as well as the “My Foundry” page. With a total of 44 commits, many of them massive, the best way to see what changed is to give the new UI a try and see it for yourself.
  • Add the ability to set games as favorites, so they appear at the top of your dashboard, regardless of their last access date.
  • Add the ability to clone an existing world with a new tool button in the My Foundry page
  • Add a new UI to configure/list the players who were invited to your game, see the non-cropped list with their avatar and game time
  • Add the ability to kick a player from a game they were invited to.
  • Move the games list page, game card, game setup page, game configuration form, delete content dialogs, and create shared compendiums, to using Vue.js for a more reactive UI.
    • Game List: Allow setting/unsetting a game as favorite and dynamically shuffle the dashboard based on new sorting algorithm
    • Delete content dialog: Disable the delete button until the correct confirmation code is entered
    • Delete content dialog: Crop long game/system/module descriptions so the hover popover doesn’t fill the entire screen
    • Create shared compendium: Warn and prevent creating a compendium if one with the same name already exists, to prevent overwriting it
    • Create shared compendium: Disable submit button until a valid name has been entered
    • Game Card: Correctly line up the status indicator icon for a game with the text surrounding it
    • Game Setup: Remove the vertical game card preview from the game setup page and move the table tool buttons to the top of the page as a horizontal toolbar
    • Game Setup: Remove the dropdown button for exporting worlds/modules and create modal dialogs for a less crowded selection of the worlds/modules.
    • Game Setup: You can now start/stop a server and see the change immediately without reloading the page
    • Game Setup: Use a tabbed view of games and add placeholder toggle for the game management features
    • Game Configuration: Show which fields were modified, add a button to reset changes, add a save settings button which uses the new API to do the changes without reloading the page
  • Add a one second delay after Foundry reports being usable to work around a bug in 0.7.x which causes it to ignore the first requests it receives right after startup
  • When accessing the forums link from the navigation bar, auto login users instead of requiring the one additional step of clicking ‘login’ within the forums page
  • Fix issue where a user could log into the forums, logout of the forge but remain logged in the forums.
  • Fix issue where a forum account was automatically being created if a user changes their profile information, without ever having logged into the forums first.
  • Added new API endpoints for querying and configuring games
  • Fix broken tooltip on the game status indicator
  • Fix game stop API not returning the operation status in the response
  • Fix the “New Folder” button in the Assets Library not working anymore after being opened once and dismissed
  • Add a third system to check against potential double payments when using PayPal due to possible simultaneous Stripe webhooks by limiting the number of invoices getting paid by the same user to one per minute
1 Like

October 20th 2020

  • Hide players list from a game’s page to non invited players (for public games)
  • Do not show the option to set a game as favorite from the game page to non invited players (for public games)
  • Fix issue with “Return to Setup” that stopped working after yesterday’s update
  • Show a vertical game card layout when having 3 or more games in the dashboard
  • Automatically reset invitation link to a game after kicking a player
  • Add a button for players to leave a game voluntarily

October 26th 2020

  • Prompt user for confirmation to overwrite an existing world in the Import Wizard instead of throwing an error and having the user manually delete it first and rerun the importer.
  • Add a button for quickly accessing a game in the url entry from the “My Foundry” game configuration form.
  • Show a readable/understandable error when trying to launch a world when Data quota has been exceeded
  • Fixed everyone’s nextSession fields in world.json to prevent crash due to a 0.7.5 bug
  • Fix account quota calculations for users who had both free bonuses from the Forge beta phase and who bought extras
  • Add support for loading the greensock library dependency from modules in the Bazaar’s CDN
  • Fix issue accessing core files when using relative esmodule imports from a module on the Bazaar’s CDN
  • Fix bug making it impossible to access the “My Foundry” page if a custom module is imported which had an invalid authors field
  • Show a red error message instead of yellow warning message when a user’s subscription is past due and payment failed

October 28th 2020

  • Prevent installation of piracy enabling content which was causing too many issues to Forge users
  • Fix issue that prevented overwriting an existing world during import
  • Lower padding around the site to give more space to the actual site content
  • Make the ‘save changes’ attention seeking animation in the game configuration page faster
  • Added some groundwork changes for the upcoming game management features
  • Update to the Bazaar API in preparation for the upcoming Bazaar UI interface
  • Improve Bazaar database model by adding indexes to relevant fields

October 31st 2020

  • Happy Halloween!!! :scream:
  • Switch email service to AWS SES which seems to have better reliability for users from the Yahoo domain
  • Rename the “Delete all” button of the assets library when assets are selected into “Delete” to avoid possible confusion
  • Improve the visual of the games list loading its dependency libraries before displaying the games when a user is on a slow connection
  • Fix issue with some modules on the CDN when using a relative esmodule import from one module to another
  • Update the dynamic dependency loading definitions to match the recently released Dlopen module by The Forge
  • Fix import of modules from the import wizard which stopped installing from the Bazaar in a recent update
  • Hide overflowing text when world description is large in the popover tooltip of a package list (clone world for example)

November 1st 2020

  • Another huge update, this time bringing you the new Bazaar’s User Interface with tons of quality of life features.
    • Too many features to list all of the changes, but you can view all available packages on the Bazaar and search for them by name, description, author, system compatibility, language, category, you can search for multiple terms in a ‘Match all’ or ‘Match any’.
    • Supports The League’s Manifest+ specification for displaying package cover images
    • Sort packages by Most Popular, Latest releases or Alphabetically
    • Allow installation of worlds into custom paths
    • A mass updater tool allows to visualize available updates and execute them all sequentially
  • Add support for coreVersion query parameter to the Bazaar API to limit results for compatibility with a specific version
  • Add backend support for installing packages from manifest or ZIP url.
  • Fix game description editor toolbar to look better on dark themes

November 9th 2020

  • One more gigantic update (74 commits!). The Game Manager is now done and available to all Story Teller tiers and higher! phew!!!
    • You can now enable the Game Manager to have each of your worlds made available into their own Forge Game with its own unique URL, players and configurations.
    • If you have more than one license to your account, you should be able to open multiple games simultaneously
    • The Foundry setup page is now made obsolete and is inaccessible
    • A game’s title and description will automatically sync with the world and the descriptions will be sanitized and converted from/to html<->markdown as necessary
    • Hides the “Return to setup” buttons from within Foundry’s interface
    • Adds a new + button for creating new worlds when the game manager is enabled, with a system selection screen tied with the Bazaar
    • Ability to set a default Foundry version and override it per game (use with caution)
    • Adds the ability to disable all modules in a game
    • Adds the ability to reset all user access keys in a game
  • Game Configuration page now shows the last accessed world of a foundry server, or the linked world for a game when game manager is enabled
  • Bazaar: Add the ability to install from a manifest URL directly
  • Add support for displaying and installing protected packages (Cubicle7 officially licensed content) as well as returning the list of owned content to Foundry
  • Add support for also installing the protected packages from the Bazaar interface directly by launching a Foundry instance in setup mode for the sole purpose of validating and installing the bought content
  • Added a display of the user’s Patreon pledges from the My Account page
  • Added a first iteration of support for premium Forge packages in the Bazaar, tied to specific creator Patreon and pledges, and integrate it with the Foundry premium package system
  • Added Miska’s Maps as the first Patreon-linked Premium package
  • Allow the Import Wizard to split off assets from a module even if it’s not a compendium-only module
  • Add option to the Import Wizard to disable the use of the bazaar when importing a single system or module, without requiring the user to customize the version number
  • Added tooltips to the setup tools buttons
  • Added a button in the setup tools to redirect to the bazaar for install new systems and modules
  • Automatically install a system from the Bazaar if selected during new game creation if the system was not already installed
  • Change the text fade mask method on a Bazaar package description so it doesn’t affect the text’s foreground color
  • Load more packages at once when scrolling in the Bazaar (30 at a time instead of 10 at a time)
  • Add support for automatic install of dependency modules when installing a package from the Bazaar
  • Fix an issue in the Bazaar where it would show all updates as having had errors if we do a mass update of systems before doing it for modules without reloading the page
  • Bazaar: support the new url field for Manifest+ media as we transition out of using link
  • Fix an issue with the worlds and modules not being visible in the export and clone dialogs if a world had its description set to null instead of empty string
  • Fix improbable issue where if multiple Foundry versions are tagged as ‘stable’ in the database and the currently selected version for a game is invalid, then the Forge should auto select the latest version between those marked as stable
  • Remove the large header of the Bazaar page so it requires less unnecessary scrolling and added help icons instead
  • Added access to the Bazaar for non logged in users and display it in the navigation bar
  • Bazaar API: changed the update field into updates, and added a created field to return the creation time of a package
  • Updated the Community Wiki link to point to the new Wiki
2 Likes

November 10th 2020

  • Fix the display of the wrong estimate for the maximum upload limit for Story Teller in the subscription manager (thanks Oshy)
  • Update the plans page to mark the Game Manager as an available feature
  • Improve some wording in the plans and Game Manager pages
  • Make a bazaar package with no footer (system selection for new game) appear shorter to compensate
  • Sanitize a package’s description before displaying it in the Bazaar
  • Fix installing a package dependency if only the package name is specified
  • Change the way a package’s cover appears in the Bazaar so it takes the full space reserved for it
  • If a package is installed in the wrong directory somehow and is therefore invalid, consider it as an orphan file.
1 Like

November 10th 2020 (part 2)

  • Fix issue when creating a new game with the Game Manager that caused scene thumbnails to fail being generated
  • Fix a security concern with the “export world” option that could export the wrong directory (post-mortem: was never attempted by anyone)
  • Change the “Purchase” button for Patreon-related premium content into a “Unlock” button instead. Added tooltip with instructions on how to unlock the patreon content
1 Like

November 10th 2020 (part 3)

  • Added the ability to select multiple assets in the Assets Library at the same time by holding Shift and selecting two assets, which will select anything in between the two

November 11th 2020

  • Fix issue that could cause a Game’s world.json to be corrupted if using the Game Manager and the account is over the quota limit
  • Fix issue with the package optimizer of the bazaar updater failing to consider a world having missing database files.

November 13th 2020

  • And yet another big feature gets added : The User Manager!
    • Automatically creates users in Foundry to match the invited users in a game
    • Auto login users when opening the game
    • Automatically add and remove players when a user is invited or leaves/is kicked from a game
    • Automatically update a player’s name and role when they get modified in The Forge
    • Add the ability for GMs to join the game as another player
    • Hide the old existing world users from the players list automatically and restore them when the user manager is disabled
  • Make the User Manager feature option available on managed games
  • Allow the ‘reset all access keys’ to function even when the server is already running by leveraging the User Management architecture
  • Make sure that a game always has at least one GM
  • Redirect /players endpoint to the Forge’s players configuration interface
  • Fix signing into The Forge redirecting back to API URLs when visiting the Bazaar before signing in
  • Hide the “Return to Setup” button instead of removing it in case a module expects that button to exist in the DOM (Combat Utility Belt for example)
  • Replace The Forge module’s ASCII Art welcome banner with the image logo
  • Fix module installing not appearing in Foundry’s setup page when an admin access key is set
  • Fix a bug where deleting a large game in the game manager would delete it but not refresh the view to remove it from the list
  • Fix inconsistent dialog title for the export world/export compendium table tools
  • Fix issue that prevented installing protected content via their manifest URL
  • Fix the ‘patreon link’ in My Account page being empty for some users, by falling back on displaying the user’s profile page URL if they have no Patreon username set.
  • Display all currently entitled tiers for Patreon pledges if a user is entitled to more than one tier from the same creator
  • Hide the “Show pledges” button if user has not pledged to any Patreon creator
  • Discover a Patreon’s creator tiers and consider a creator as pledging to all of their own tiers (To allow Miska to install his own premium modules on The Forge)
  • Add the ability for the GM to edit the display name of the players
  • Add the ability to set roles for the players in a game
  • Add the ability for players to see the full player list and change their own display name per game
  • Fix the “Logout” and “Return to setup” buttons from the Escape menu in Foundry to match the changes to the settings sidebar
  • Add the “install modules and systems” button in the table tools to redirect to the Bazaar
  • Add display of a player’s role in the card popover
  • Make the Bazaar’s “Update all” feature work for both systems and modules at the same time and show icons next to each item to differentiate them
  • Fix bug where the “Update all” info banner wasn’t visible when a single package was available for update
  • Fix visual bug in the “Update all” where some lines were not visible due to the scrollbar not going all the way to the bottom
  • Fix the player’s list being unreadable in dark themes
  • Do not consider a custom install of a protected module as always needing an update
  • Verify quota limits before installing packages to avoid going over the limit
2 Likes

November 14th 2020

  • User Manager: Added a system to map Forge players with Foundry users in order to retain a user’s settings and permissions
  • Fix a bug when turning the User Manager off prevented correctly reverting the users if the old user had a name matching a Forge player.
  • Fix an issue with the user manager where the temporary Player user that is created, could become a GM if a new player is invited to the game at the same time
  • Fix a bug where users generated by the User Manager could have an invalid ID when a user is invited into an offline game
  • Fix a bug where the game owner loses the ability to change user’s names or roles if they demote themselves from the Gamemaster role.
  • Too many to list all the small changes and fixes to bugs discovered during the extensive testing while working on improving the user management issues discovered from yesterday’s release.
  • Fix issue installing a protected package from its manifest URL via the bazaar interface
  • Fix issue tracking user activity for GMs that created their games during the early days of The Forge

November 16th 2020

  • Fix non responding page or error when trying to join or leave a game from a different region than the user’s account setting
  • Fix issue clicking on a user’s role to change it which caused it to switch the view to a different game.
  • Revert an unintended change that introduced a server side memory leak in the proxy
1 Like

November 20th 2020

  • Optimize the optimizer! New package releases will be optimized for use in the Bazaar faster and become available to install more quickly.
  • Migrate links to core foundry icons used by modules’ and systems’ compendium packs, into using the CDN as well.
  • Automatically convert base64 encoded scene thumbnail images (and other entities) in compendiums of Bazaar packages to files that are uploaded to the CDN, further reducing the compendium file’s size and optimizing access to the thumbnails as well.
  • Add file deduplication support for Bazaar packages, reducing storage size needed by 4x and improving performance with kernel-side caching of similar files across different package versions.
  • Add support for securing Forge Premium content from predictable URL patterns
  • Add support for a separate assets path for Premium Bazaar packages and its media files for public display
  • Add support for automatically redirecting missing Data files to Bazaar content if a package has assets that aren’t included in its module folder
  • Add backend support for browsing the assets of a Bazaar module/system via the FilePicker API
  • Fix issue of file browser showing a non existing folder when browsing with an asset that comes from a different user’s library
  • Improve support for browsing a folder in the Foundry File Picker without requiring a trailing /
  • Correctly return files in the file browser that match the extensions list requested by Foundry
  • Add protection against using the File browser API with wildcard support for discovering Premium Bazaar content
  • Stop reuse an existing running game for installing protected content from the Bazaar when the Game Manager is enabled, in preparation for a 0.7.8 API change.

November 20th 2020 (part 2)

  • Automatically create a user’s game after they subscribe, without them needing to go to the “My Foundry” page first
  • Fix a bug creating a new blank game by pressing the Enter key
  • Automatically install the game’s system if installed, when installing a world from the Bazaar
  • Fix possibly returning the wrong game data when creating a new game via the API
  • Fix a bug in the Bazaar deduplication algorithm

November 20th 2020 (part 3)

  • Busy day for someone theoretically on vacation! Still doing the Bazaar migration, Probably a couple more hours before it’s done and the updater is re-enabled.
  • Change the default Display Name of a newly created account to match the chosen username instead of the user’s name.
  • Fix the “Create Game” button in the game manager tab when no games exist, which was disabled
  • Fix the package list within Foundry’s setup page bypassing the Bazaar and returning the list from Foundry itself
  • Add a “Launch My Foundry” button at the top of the game configuration page to match the layout when the game manager is enabled
  • Automatically enable the user manager for new games being created, which have a single user, and auto assign the game owner to that user (such as when creating a game from the Bazaar).
  • When using the User Manager, if a player has no display name, default to using their role’s name instead of displaying “null” as the player name.
  • When installing a new game from the bazaar with the game manager enabled, display the newly created game rather than the disable non-game-manager server if it had been last idle into a game with the same world name.
1 Like