Commit Graph

519 Commits

Author SHA1 Message Date
3a4497d1a1 Fix error with missing last session (#2721)
In some cases when you create a new room there is a missing last session. This throws an error. This check fixes that error.
2021-05-19 16:58:32 -04:00
25254ce47c fix wihtespace, tabs to spaces (#2683) 2021-04-24 13:37:48 -04:00
81c9e7db10 use rails action_name & controller_name methods (#2666)
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-04-17 14:35:52 -04:00
5eea14a780 Optimize space between icon and text in navigation (#2672)
* straighten navigation 

Position of the text are not the same in every entry. This change unifies the distance between icon and text

* define space between text and icon

add the same space between icon and text in the navigation.
2021-04-17 14:18:47 -04:00
2359d1256f Fix bug that caused room edit to clear settings (#2649) 2021-04-12 19:31:02 -04:00
076bee5e95 Added privacy policy link to cookie banner (#2647) 2021-04-12 18:36:05 -04:00
eeab951fcd Added full email list to invite flash (#2646) 2021-04-12 17:32:48 -04:00
3d887d2393 GL2-XX: updated gems (#2613)
* GL2-XX: updated gems

* fixed rubocop from one of the previos PRs

* dos2unix on .github/workflows/main.yml
2021-03-25 17:29:04 -04:00
4f3c7db82a Another fix for unverified accounts (#2609) 2021-03-24 17:52:08 -04:00
e8ea4972f3 Fixed bug that caused public recordings not to show (#2601) 2021-03-23 18:07:41 -04:00
6b7f9e0831 Fixed 500 if user has no rooms in Latest Recordings (#2600) 2021-03-23 17:58:30 -04:00
79beb7f3fa Added valid until text to invite email (#2599) 2021-03-22 19:26:51 -04:00
1368bbc5e7 GRN2-xx: Small improvements to moderator access code (#2582)
* Fixed default value for moderator access

* Reword
2021-03-17 17:47:55 -04:00
a33fa06f09 Moved moderator access setting to Room Configuration (#2579) 2021-03-17 17:21:34 -04:00
9dc59b1211 Add optional moderator codes (#2413)
* add column for moderator code

* add interface for moderator access code

* add support for write and update moderator access

* check if correct moderator_code in session

* move access code form into own component

* add support for moderator access code

* add support for moderator access code

* add copy code button for moderator code

* freeze all the things

* add tests for moderator access code

* add helpfer for moderator_access setting

* add setting for moderator access code

* show setting for moderator access code

* add checks for moderator code setting

* use method from room controller for moderator password check

* add tests for login with moderator access code

* add check for moderator code setting

* check if moderator codes are enabled in settings

* only display form for moderator code if enabled in settings

* add newline at end of file

* make check for moderator code available as helper

* align style of join button and access code button

* add localization for moderator codes

* add field for moderator codes

* add field for moderator access code to rooms

* fixes for rubocop

* fix LineLenghts for rubocop

* fix double space

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-03-14 14:24:30 -04:00
4cd41f5aa8 Replace all CRLF files to LF (#2572) 2021-03-14 14:06:11 -04:00
779b41a64a Add open_timeout (#2555) 2021-03-03 17:41:10 -05:00
3eaa61a463 Set timeout for valid_url (#2552)
Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-02-27 13:21:38 -05:00
09ab074aaf Complete refactor of Gemfile and upgraded gems (#2553) 2021-02-26 17:34:07 -05:00
3155e8a2e5 Removed unused button (#2523) 2021-02-10 17:19:01 -05:00
1667ac40e8 fix(omniauth): Correct too many redrect error with OpenID provider (#2462)
* fix(omniauth): Correct too many redrect error with OpenID provider

This fix avoids "Too Many redirects" error with login with OpenID and without terms

* Correct code for travis rules checks

Replace if not by unless to fulfill requirements by travis

* Update authenticator.rb

* Remove trailing space

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2021-02-10 17:13:54 -05:00
8fcb80a7d5 Fixed issue causing 500 for unautheticated users (#2515) 2021-02-06 15:40:21 -05:00
5b52489d54 Shortened list of users being returned (#2512) 2021-02-06 14:35:13 -05:00
062525d2d5 Pass createTime as part of the join call (#2488) 2021-01-27 19:48:39 -05:00
6ee92c839b Added recaptcha to reset password if enabled (#2475) 2021-01-26 19:44:23 -05:00
0833491f41 Include shared rooms in room count for search (#2470) 2021-01-25 20:14:33 -05:00
60b8bbfa06 Shortened date for last session to make room block smaller (#2449) 2021-01-20 16:55:05 -05:00
656e4057cc Fixed 400 with share room and merge user (#2448) 2021-01-19 18:28:10 -05:00
957bf88a85 Allowed admins to share room with themselves (#2442) 2021-01-18 18:34:42 -05:00
0e8e188e24 Fixed room name wrapping issues (#2439) 2021-01-18 17:45:54 -05:00
4bf0811136 Times are now rendered using the browsers time zone (#2438) 2021-01-17 14:48:51 -05:00
2b0a80c7eb GRN2-277: Optimize server recordings to make it useable for large deployments (#2411)
* First changes to server recordings

* Update server recordings

* Rubocop

* Make sure to return nothing for empty searches

* Made sure exactly the right amount of recordings are returned

* Added test cases
2021-01-12 17:36:51 -05:00
3b7b45cc03 Refine OpenID Connect Authentication from #1194 (#1399)
* Adds OpenID Connect.

* Add CSS class for openid_connect omniauth provider

* Add translation (de_DE and en) for openid_connect omniauth provider label

* Make uid_field configurable for openid_connect omniauth provider

* updates to support for openid

* updates to support for openid

* updated ldap gem

* updated sample.env

Co-authored-by: mapidentity <git@mapidentity.com>
Co-authored-by: Jesus Federico <jesus@123it.ca>
Co-authored-by: mapidentity <49822181+mapidentity@users.noreply.github.com>
2021-01-07 15:11:17 -05:00
6be629ae82 Make all LIKE queries case insensitive (#2402) 2021-01-05 17:22:57 -05:00
752b192ef9 Only pass muteOnStart if set to true (#2401) 2021-01-04 17:55:09 -05:00
cf3b450743 Only return required info for dynamic user lists (#2397) 2020-12-30 17:39:31 -05:00
c9b16729f6 Make room delete permanent (#2390) 2020-12-24 13:54:27 -05:00
b2500e6504 GRN2-309: Allows admins to edit a non-local users name and email (#2389)
* Allows admins to edit a non-local users name and email

* Fixed edge case
2020-12-24 13:21:56 -05:00
86e6056d3c GRN2-310: Share Access now dynamically pulls the list of users from the server (#2380)
* Share Access now dynamically pulls the list of users from the server

* Merge users now dynamically pulls the list of users from the server

* Only return the information needed to the front-end
2020-12-21 17:21:17 -05:00
5a51f6d714 Added mapping roles through email to site settings (#2373) 2020-12-16 19:31:32 -05:00
14350c5f5d Added field to track users last login (#2367) 2020-12-14 18:52:08 -05:00
7a2405aa9e Fixed 500 caused by room search (#2366) 2020-12-14 18:15:07 -05:00
7809431873 Fixes to room search (#2343) 2020-12-09 17:48:59 -05:00
97e961d580 fix: health_check SMTP check when no auth required (#2281) 2020-12-08 17:46:58 -05:00
04651ea65d Allow Searching for Rooms (#2315)
* Allow Searching for Rooms

If a user has a lot of rooms, finding the correct one can be somewhat
annoying and it would be great to be able to search for or filter the
rooms in the room list.

This patch adds a very simple search functionality for this. The search
bar is hidden as long as a user has not more than six (two rows in
desktop mode) rooms. If the number of rooms exceeds this limit, a search
field is shown to quickly filter the list.

* Updates Romm Filter Style

This patch updates the room filtering according to the review requests.
It switches to the same search input style that is used at places like
the recording table.

This mans, that this also works slightly different since the input now
has a clear and a search button. The basic functionality is the same
though.

Finally, this switches from plain JavaScript to jQuery functions for
filtering.
2020-12-07 18:20:58 -05:00
f2fc803d2e Improce Word Wrapping in Recording Table (#2328)
Using `break-all` for word-wrapping in the recording table can cause
awkward word wrapping. Using `break-word` should mostly avoid that
while still ensuring that words too long to properly fit are wrapped.

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2020-12-05 14:39:13 -05:00
0c8c102f4a Fix Invite Link Separator (#2309)
This patch fixes the separator before the invite link in the text which
is sent to BigBlueButton. The `\n` characters were filtered out so that
at least a space character was missing here.

This fixes #2307

Co-authored-by: Ahmad Farhat <ahmad.af.farhat@gmail.com>
2020-12-05 14:27:56 -05:00
95b86b167e Fixed issue with account activation allowing it to be circumvented (#2324) 2020-12-01 18:21:09 -05:00
57bf994f1b Made rescue clause more specific to catch timeouts for Server Rooms (#2245) 2020-10-28 10:27:24 -04:00
23b08853db Added missing question mark (#2234)
* Added missing question mark

* Made bigbluebutton name variable
2020-10-26 15:27:49 -04:00