João Victor
23ac55fa34
refactor: remove withTracker from presentation uploader
2024-06-12 12:16:00 -03:00
João Victor Nunes
06500be757
refactor(storage): replace Tracker.Dependency
with observer hook ( #20322 )
...
* refactor(storage): replace Tracker.Dependency with observer hook
* fix(storage): set initial value
* refactor(storage): stop using Meteor's Session singleton
2024-06-06 10:50:03 -03:00
Tainan Felipe
3bc40df230
Add: useDeduplicatedSubscription hook ( #20376 )
...
* Add: useDeduplicatedSubscription hook
* Fix: TS error
* Add: components using useDeduplicatedSubscription
* Change: Move to useDeduplicatedSubscription
* Change: unsubscribe logic to own useEffect
* Change: remove file import over package
* Fix: TS errors
* Fix: private chat not loading
* Change: revert changes on queries
* Fix: eslint error
* Remove: html-webpack-plugin package
* Fix: external video
* Add: comment about the stringToHash function
* Fix: video player showing tools over presentation
2024-06-04 10:40:54 -03:00
Ramón Souza
7514066fc3
fix: Client can't load in certain cases ( #20336 )
...
* move settings
* remove meteor cache files
2024-05-29 09:26:11 -04:00
André Castro
58a0efe708
Migrate auth and settings to graphQL ( #19507 )
2024-03-06 14:28:18 -03:00
Ramón Souza
9530cbdd9e
fix export presentation, add new action
2024-01-26 09:55:55 -03:00
Ramón Souza
0dcb2bc7a2
migrate removePresentation action
2024-01-23 10:55:40 -03:00
Ramón Souza
b674d8a912
migrate setPresentation action
2024-01-23 09:51:14 -03:00
Ramón Souza
22b74ed18c
migrate setPresentationDownloadable action
2024-01-22 14:47:46 -03:00
Ramón Souza
0319fb7d27
migrate exportPresentation action
2024-01-20 11:43:34 -03:00
Ramón Souza
dde3aa92bd
replace UsersContext with useCurrentUser
2023-11-30 12:08:16 +01:00
Ramón Souza
c97a351289
move export toast to toast component
2023-10-19 15:56:13 -03:00
Ramón Souza
1a3d6bbd7b
use graphql in presentation uploader component
2023-10-16 16:27:22 -03:00
Ramón Souza
2d5b3ad848
remove unused code
2023-10-16 09:35:39 -03:00
GuiLeme
0aacb12cc8
[issue-18408-back-end] - added disabled download of converted presentation
2023-08-25 11:37:32 -03:00
GuiLeme
2cf6720b5f
[issue-18408-back-end] - change name of download original pres
2023-08-25 09:27:01 -03:00
GuiLeme
3761fc333b
[plugin-architecture-implementation] - fix for disable downloadable
2023-08-16 11:18:51 -03:00
Ramón Souza
df8e9e9440
split disabled download of presentation params
2023-07-31 17:03:29 -03:00
GuiLeme
1b26302745
[issue-17531] - merge upstream/v2.7.x-release
2023-05-16 15:30:15 -03:00
Anton Georgiev
4e851a7571
Merge branch 'v2.6.x-release' of github.com:bigbluebutton/bigbluebutton into merge-267-27
2023-05-15 11:51:17 -04:00
GuiLeme
4c2806a018
[issue-17531] - changes in review and ES-lint fixes
2023-05-11 18:06:48 -03:00
GuiLeme
f650ade561
[issue-17531] - prevent user from exporting annotations when there is no annotation
2023-05-04 08:48:32 -03:00
danielpetri1
72c0606a80
Fix current presentation indicator
2023-05-01 14:01:04 +00:00
GuiLeme
d389a5b9e3
[issue-16954] - migration of fallback modal and caption reader modal
2023-03-24 10:07:56 -03:00
germanocaumo
d09f2681d9
refactor(html5): presentation/whiteboard/cursor code cleanup and linting
2023-03-10 11:30:46 +00:00
GuiLeme
d47d586f0e
[issue-16734] - refactor disabledFeatures presentationArea to just presentation
2023-02-22 17:16:43 -03:00
GuiLeme
f6c4b4da96
[issue-16734] - patch for front-end sec
2023-02-21 09:38:44 -03:00
Bohdan Zhemelinskyi
dc296c1552
fixes on idea of GuiLeme
2023-02-14 21:48:11 +00:00
Bohdan Zhemeliskyi
2ab2d8752c
improvement & update on comments
2023-01-24 16:13:38 +00:00
Bohdan Zhemelinskyi
0ba2ac4e31
fix toast render on presenter hange
2022-12-08 14:20:17 +00:00
GuiLeme
5cb34e7917
[apply-toast-shared-notes] - changes in Review
2022-09-23 12:24:39 -03:00
GuiLeme
2dec0f051b
[apply-toast-shared-notes] - resolving conflicts
2022-09-02 16:08:24 -03:00
Gustavo Trott
f7f20f3e2e
Merge pull request #15251 from ramonlsouza/issue-15001
2022-09-02 09:44:10 -03:00
GuiLeme
491380096e
[apply-toast-shared-notes] - changes in review and resolve merge conflict
2022-08-11 15:50:06 -03:00
GuiLeme
246153e62c
[apply-toast-shared-notes] - Removed some of the comments and separated toast controller
2022-08-09 12:24:44 -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
GuiLeme
1e0700b455
[apply-toast-shared-notes] - merge 26 and resolved conflicts
2022-08-03 11:12:55 -03:00
Daniel Petri Rocha
3529fe9f28
Rename parameters; hide download button and label when disabled
2022-08-02 15:53:40 +02:00
Ramón Souza
ccce085aed
Merge remote-tracking branch 'upstream/v2.6.x-release' into issue-15001
2022-07-27 09:49:19 -03:00
GuiLeme
82e0204cfa
[apply-toast-shared-notes] - Savepoint refactor toast
2022-07-22 10:06:32 -03:00
GuiLeme
dbb2681b28
WIP - started refactoring service
2022-07-21 15:56:44 -03:00
Joao Victor
cff1c087a8
feat: front-end support for exporting presentations with annotations
2022-07-19 16:36:00 -03:00
Ramon Souza
45dae6953d
external upload area in presentation upload modal
2022-06-24 13:47:17 -03:00
Ramón Souza
64a080e894
move fallback-errors components to common folder
2022-02-15 14:29:38 +00:00
Ramón Souza
9848a2d605
move error-boundary component to common folder
2022-02-15 14:11:03 +00:00
Ramón Souza
16cd3c4ebb
Merge remote-tracking branch 'upstream/v2.4.x-release' into dev-24-0125
2022-01-25 16:56:52 +00:00
Arthurk12
45fcd54ab9
refactor(presentation): upload extra hint
...
Adds text hint about the accepted presentation file size limit.
2022-01-20 17:50:50 +00:00
Ramón Souza
e99920304b
presentation uploader isPresenter rework
2021-11-23 14:12:00 +00:00
zhem0004
c572e69b24
fix: Reimplement presentation.allowDownloadable ( #13237 )
...
* Reimplemented presentation.allowDownloadable
* Reimplemented presentation.allowDownloadable
Co-authored-by: Bohdan Zhemelinskyi <bohdan.Zhemelinskyi@blindsidenetworks.com>
2021-09-17 16:55:31 -04:00
Joao Siebel
f3f9ec19eb
Allow presenter to remove all presentations
2021-08-23 18:04:16 -03:00