All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- New
ctrl+click
to open a embeded Jitsi Meet in a new Tab. - Now we are using
jest
for backend tests - Added new kind
ROOMS_SOURCE=REMOTE
to load room via remote fileROOMS_DATA=https://myroomsdatafile.json
- New Issues templates (Bug, Feature, Cleanup, Documentation)
- New ChangeLog file
- New Contributors Session managed by all-contributors
- We removed
mocha
for backend tests
- Improve heroku urlcallback in app.json from
http://localhost:8080/auth/google/callback
tohttps://${app.name}.herokuapp.com/auth/google/callback
- The Environment variable
WHITELIST_DOMAINS
now is not necessary to use@
(eg.@mydomain.com
) to run this versiion is necessary to remove@
(eg.mydomain.com
)
- Following more security, We changed the way to execute oauth login with google button.
- New Layout called Mortheus