greenlight/app/controllers
Jesus Federico 08f6f32779
Persist password (#393)
* never hold the owner of the room on the waiting screen

* persist room passwords so we can always call create meeting, even if it's already running, to avoid any inconsistency or race condition when joining a meeting

* Fixed issues in migration, room attribute updates, random_password and tests
2019-03-12 17:54:57 -04:00
..
concerns initial commit 2018-05-07 16:06:01 -04:00
account_activations_controller.rb GRN-56: Correctly implemented the account verification flow (#367) 2019-02-22 16:47:02 -05:00
application_controller.rb Fixed #323 Allow users to select a language in settings (GRN-17) (#324) 2018-12-06 16:00:22 -05:00
errors_controller.rb Fixed loading of error pages (#310) 2018-10-23 13:10:54 -04:00
main_controller.rb add LGPL 3.0 headers 2018-08-01 09:45:12 -04:00
password_resets_controller.rb GRN-11: Ability to configure room specific settings (#348) 2019-02-06 11:08:18 -05:00
recordings_controller.rb GRN-59: Implemented pagination on the API call (#370) 2019-03-12 13:50:20 -04:00
rooms_controller.rb Persist password (#393) 2019-03-12 17:54:57 -04:00
sessions_controller.rb Revert "Redirecting the user to the referrer on login success/fail (#374)" (#389) 2019-03-05 14:45:42 -05:00
users_controller.rb GRN-59: Implemented pagination on the API call (#370) 2019-03-12 13:50:20 -04:00