Fork of https://github.com/bigbluebutton/greenlight with Debian packaging.
This repository has been archived on 2021-10-24. You can view files and clone it, but cannot push or open issues or pull requests.
Go to file
John Ma b3f37cd3b3 Fixed #323 Allow users to select a language in settings (GRN-17) (#324)
* <Added ui for language setting and migration>

* <Option to choose languages added>

* <Fixed code style>

* <Added Rspec tests>

* <sync db>

* <Sync db>

* <Generalized language settings>

* <Fixed flash message>

* Fixed las issue with i18n fallback

* <Modified fallback config>

* <Fixed code style>
2018-12-06 16:00:22 -05:00
app Fixed #323 Allow users to select a language in settings (GRN-17) (#324) 2018-12-06 16:00:22 -05:00
bin Added step for precompiling assets (#302) 2018-10-17 14:40:55 -04:00
config Fixed #323 Allow users to select a language in settings (GRN-17) (#324) 2018-12-06 16:00:22 -05:00
db Fixed #323 Allow users to select a language in settings (GRN-17) (#324) 2018-12-06 16:00:22 -05:00
lib Fixed #305 Added smtp check to rakefile (GRN-42) (#313) 2018-11-15 14:33:59 -05:00
log initial commit 2018-05-07 16:06:01 -04:00
public add favicon 2018-06-14 16:39:03 -04:00
scripts Helper scripts (#298) 2018-10-16 14:28:21 -04:00
spec Fixed #280 Search/Paginate recordings (GRN-12) (#281) 2018-12-06 10:24:22 -05:00
test Fixed #267 Email verification feature (#268) 2018-10-09 14:22:02 -04:00
tmp initial commit 2018-05-07 16:06:01 -04:00
vendor/assets initial commit 2018-05-07 16:06:01 -04:00
.dockerignore Adding Jenkinsfile to dockerignore 2018-08-20 17:23:07 -04:00
.gitignore Helper scripts (#298) 2018-10-16 14:28:21 -04:00
.rake_tasks~ Fixed loading of error pages (#310) 2018-10-23 13:10:54 -04:00
.rspec rework tests 2018-06-15 14:41:07 -04:00
.rubocop.yml exclude vendor from rubocop 2018-07-09 16:59:20 -04:00
.ruby-version set .ruby-version to 2.5.1 2018-07-04 09:56:50 -04:00
.travis.yml removed Docker build step (#253) 2018-08-24 14:24:27 -04:00
Dockerfile make upgrading from 1.0 easier 2018-07-05 17:25:59 -04:00
Gemfile Fixed #291 Added OAuth2 for Office365 (GRN-32) (#293) 2018-10-16 12:58:06 -04:00
Gemfile.lock <Updated rack gem> (#322) 2018-11-15 14:02:37 -05:00
Jenkinsfile Shortened commit tag used for build version (#299) 2018-10-16 14:58:52 -04:00
LICENSE add LICENSE file 2018-08-01 09:49:05 -04:00
README.md Fixed badge for coverage 2018-09-14 18:37:28 +00:00
Rakefile Fixed #267 Email verification feature (#268) 2018-10-09 14:22:02 -04:00
config.ru adhere to rubocop guidelines 2018-06-26 10:29:46 -04:00
docker-compose.yml Generalized logs and mailer (#312) 2018-10-26 11:59:49 -04:00
greenlight.nginx make upgrading from 1.0 easier 2018-07-05 17:25:59 -04:00
sample.env Fixed #318 Allow multiple domains when using Google as OAuth provider (GRN-38) (#319) 2018-11-15 15:01:53 -05:00

README.md

Greenlight

Travis CI Coverage!Status Docker Pulls

Greenlight is currently on version 2.0. If you are still running Greenlight 1.0 we suggest upgrading to 2.0.

Greenlight is a simple front-end interface for your BigBlueButton server. At it's heart, Greenlight provides a minimalistic web-based application that allows users to:

  • Signup/Login with Twitter, Google, or through the application itself.
  • Manage your account settings and user preferences.
  • Create and manage your own personal rooms (BigBlueButton sessions).
  • Invite others to your room using a simple URL.
  • View recordings and share them with others.

Interested? Try Greenlight out on our demo server!

Greenlight is also completely configurable. This means you can turn on/off features to make Greenlight fit your specific use case. For more information on Greenlight and its features, see our documentation.

For a overview of how Greenlight works, checkout our Introduction to Greenlight Video:

GreenLight Overview

Installation on a BigBlueButton Server

Greenlight is designed to work on a BigBlueButton 2.0 (or later) server.

For information on installing Greenlight, checkout our Installing Greenlight on a BigBlueButton Server documentation.

Source Code & Contributing

Greenlight is built using Ruby on Rails. Many developers already know Rails well, and we wanted to create both a full front-end to BigBlueButton but also a reference implementation of how to fully leverage the BigBlueButton API.

We invite you to build upon GreenLight and help make it better. See Contributing to BigBlueButton.

We invite your feedback, questions, and suggests about GreenLight too. Please post them to the developer mailing list.