Ramón Souza
af8556e026
Merge remote-tracking branch 'upstream/v2.6.x-release' into 26-27-apr24
2023-04-24 17:15:47 -03:00
Scroody
e27c50a487
Fix: Presentation unminimizing when exiting external video or screen share.
2023-04-19 08:25:24 -03:00
Anton Georgiev
7b864cc841
Revert "Fix: Presentation un-minimizing when exiting external video or screen sharing."
2023-04-18 17:18:46 -04:00
Scroody
5b0bc16e5c
Fix: Presentation unminimizing when exiting external video or screen share.
2023-04-10 16:25:19 -03:00
Ramón Souza
41c187d93e
Merge remote-tracking branch 'upstream/v2.6.x-release' into lodash-radash
2023-03-01 15:19:12 -03:00
GuiLeme
0dc4f832af
[issue-16734] - fixed bugs related to sharedNotesPinned - non-presenter users and smartLayout hidden presentation area
2023-02-27 12:18:23 -03:00
Ramón Souza
4ed09c89cf
replace lodash uniqueId
2023-02-23 11:23:51 -03:00
GuiLeme
e319cf1731
[issue-16734] - patch for minimized pinned shareNotes
2023-02-22 16:32:57 -03:00
Daniel Petri Rocha
7b0b52cc61
Refactor methods
2023-02-11 12:57:41 +01:00
Daniel Petri Rocha
4c8e168e17
Initial fix for notification light not turning off
2023-02-06 16:42:37 +01:00
Ramón Souza
fd2952061b
fix pinned shared notes
2023-01-31 14:52:17 -03:00
Tainan Felipe
f172283d72
Fix note appearing instead of breakout room panel
2023-01-25 10:05:14 -03:00
Ramón Souza
2883cf145c
add return to shared notes unmount timeout
2023-01-24 13:48:47 -03:00
Tainan Felipe
4368d9bff5
Fix small box appearing when closes the notes
2023-01-19 10:44:47 -03:00
Tainan Felipe
0664243c0a
Fix notes not appering on presentation area
2023-01-18 17:10:22 -03:00
Tainan Felipe
38be06317c
Fix closed caption not loading properly
2023-01-17 14:50:43 -03:00
Tainan Felipe
61e10d20f8
Remove logs
2023-01-17 14:50:42 -03:00
Tainan Felipe
4022d4a0f6
add delay for shared note true unmount
2023-01-17 14:50:41 -03:00
Joao Victor
4462fabd72
Tweak notes dropdown internationalization
2022-11-03 15:15:32 -03:00
Joao Victor
f4d70647a1
Remove old code
2022-11-03 14:50:36 -03:00
Joao Victor
54f99ccf76
Merge branch 'v2.6.x-release' into shared-notes-on-media
2022-11-03 14:48:42 -03:00
Joao Victor
e29e5e1d61
fix: don't show unpin button to viewers
2022-11-03 08:56:03 -03:00
Joao Victor
5e13487727
Tweak padding
2022-11-01 12:03:31 -03:00
Joao Victor
777019a9c0
Keep sidebar open if layout is FocusOnVideo / Remove header padding of the bottom / Don't hide Shared Notes button, just disable it
2022-11-01 11:40:21 -03:00
Joao Victor
5f945e32db
revert: set last revision on unmount
2022-10-31 15:39:50 -03:00
Joao Victor
1b08b6e8ba
Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-15759
2022-10-31 11:33:23 -03:00
Joao Victor
0cc2ab2fe5
Move option to sidebar content dropdown
2022-10-31 11:05:09 -03:00
Joao Victor
d682a220e4
Tweak layout context to include info on whether notes is pinned or not
2022-10-27 17:15:11 -03:00
Joao Victor
4c6050521b
feat: pin/unpin shared notes on media area (HTML5 portion)
2022-10-24 10:11:28 -03:00
GuiLeme
1046c08791
[fix-debounce-shared-notes] - Changes in review
2022-10-07 16:10:08 -03:00
GuiLeme
2b84b80ba8
[fix-debounce-shared-notes] - fix debounce not working
2022-10-06 14:46:06 -03:00
Joao Victor
45a230f7b4
fix: unread notes notification
2022-10-05 16:46:02 -03:00
GuiLeme
3b90bdb8b2
[apply-toast-shared-notes] - Fix problems with shared notes
2022-10-04 16:25:54 -03:00
GuiLeme
9495e9ae01
[apply-toast-shared-notes] - fix shared-notes display wrong information when clicking the confirm button
2022-09-27 10:05:27 -03:00
GuiLeme
ecf5146604
[apply-toast-shared-notes] - fixed delay in shared notes' move-to-whiteboard button
2022-09-21 17:41:31 -03:00
GuiLeme
80a381c87c
[apply-toast-shared-notes] - resolved conflicts and refactored temporaryPresentationId's name
2022-09-02 15:24:29 -03:00
GuiLeme
6c319b5183
[apply-toast-shared-notes] - changes in review~
2022-08-11 15:07:42 -03:00
GuiLeme
147f339e55
[apply-toast-shared-notes] - change the tracker from the service, implemented the solution to shared notes.
2022-08-08 08:50:52 -03:00
Gabriel Porfirio
8198953f30
removing unused imports
2022-07-28 16:50:31 -03:00
Ramon Souza
edeb70de0d
Merge tag 'v2.5.1' into merge25-26-jun16
2022-06-16 13:58:54 -03:00
Joao Victor
2a09629698
refactor: sidebar content panel UI polishing
2022-05-24 17:52:16 -03:00
Daniel Petri Rocha
dd0873392c
Adds tempPresId parameter; distinct filenames for upload of shared notes
...
Requesting a token for upload requires a temporary presentation id, a change which was not yet reflected in the shared notes export.
As a result, the "move shared notes to whiteboard" button stopped functioning.
Additionally, if throughout a meeting an instructor uses this feature repeatedly, the file will be appended with the corresponding version:
Shared_Notes.pdf
Shared_Notes(1).pdf
Shared_Notes(2).pdf
etc.
2022-05-06 23:49:06 +02:00
Daniel Petri Rocha
b29175a6c5
Merge branch 'develop' into pads-shared-notes-upload
2022-03-27 23:21:32 +02:00
Daniel Petri Rocha
78f5a248f4
Refactoring: push business logic and custom UI into their own containers
2022-03-15 16:12:46 +01:00
Daniel Petri Rocha
5e28cada9e
Limit button presses; only allow presenter to upload
2022-03-10 22:46:34 +01:00
Gustavo Trott
537704ef0e
Implements disabledFeatures=sharedNotes
2022-03-09 16:23:38 -03:00
Daniel Petri Rocha
4995ad5d82
Shared notes: client-side UI, get PDF from bbb-pads
2022-03-08 01:25:44 +01:00
Ramón Souza
246e3b3e8f
move button component to common folder
2022-02-14 20:20:50 +00:00
Pedro Beschorner Marin
810deb907b
refactor(etherpad): access control et al.
...
Move all Etherpad's access control from Meteor to a separated [Node application](https://github.com/bigbluebutton/bbb-pads ).
This new app uses [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
to create groups and manage session tokens for users to access them. Each group
represents one distinct pad at the html5 client.
- Removed locked users' access to pads: replaced readOnly pad's access with a new pad's content sharing routine
- Pad's access is now controlled by [Etherpad's API](https://etherpad.org/doc/v1.8.4/#index_overview )
- Closed captions edited content now reflects at it's live feedback
- Improved closed caption's dictation mode live feedback
- Moved all Etherpad's API control from Meteor to a separated [app](https://github.com/bigbluebutton/bbb-pads )
- Included access control both in akka-apps and bbb-pads
2022-01-21 16:56:01 -03:00