danielpetri1
415ad5c0fe
Force GhostScript orientation
...
GhostScript is incorrectly inferring the orientation of a slide by looking at the rotation of SVG elements such as whiteboard text. This PR forces GhostScript to retain the orientation of each page.
2024-09-24 22:10:50 +00:00
danielpetri1
82b02e7fd2
Remove slide size probing from bbb-export-annotations
2024-09-24 13:59:01 +00:00
danielpetri1
88b277b08b
Set CairoSVG unsafe flag
2024-03-27 22:55:50 -04:00
Benjamin Brauner
bdd3d20bb3
update function redis.createClient to use redis host+port from config/settings.json otherwise redis use default host (localhost) and default port (6379)
...
)
2024-03-27 22:52:23 -04:00
danielpetri1
0f24d56873
Add Frame shape support
2024-03-19 20:08:48 +01:00
danielpetri1
934923fb18
Resolve merge conflicts
2024-03-05 15:16:33 +01:00
Daniel Petri Rocha
be9c3566fe
fix(bbb-export-annotations): handle missing textbox size in Tldraw ( #19672 )
2024-02-23 20:27:20 -05:00
André
0715337257
Variable name swapping and requested changes
2024-02-05 11:18:31 -03:00
Guilherme Leme
bb07edd34e
[i-19517] - refactor
2024-02-02 11:25:13 -03:00
Guilherme Leme
b8ce51a372
[i-19517] - WIP flow to send presentation's name to chat download
2024-02-02 10:49:55 -03:00
danielpetri1
bc4c10190d
Changes to bbb-export-annotation to support Tldraw v2 shapes
2023-11-07 16:49:42 +00:00
danielpetri1
0ef170ddb1
Display poll results on rectangle shape
2023-03-18 15:03:36 +00:00
danielpetri1
6299c55f9c
Fix annotation positioning
2023-03-03 14:12:01 +00:00
danielpetri1
bdf6915724
Fix hyphen being escaped
2023-03-03 14:11:28 +00:00
Daniel Petri Rocha
e11d2e119c
Refactor sending out of messages
2022-12-18 19:43:14 +01:00
Daniel Petri Rocha
acd315435a
Sanitize id for use in poll filename
2022-12-17 20:35:24 +01:00
Daniel Petri Rocha
c786164d05
Refactor worker kickoff
...
Removes duplicated code across workers.
2022-11-11 17:51:30 +01:00
Daniel Petri Rocha
f6ccf74f9b
Merge branch 'v2.6.x-release' into breakout-shared-notes-upload
2022-11-11 15:38:38 +01:00
Gustavo Trott
b432d76cc1
Merge pull request #15774 from danielpetri1/annotation-shape-label-fix
2022-11-01 11:56:55 -03:00
Daniel Petri Rocha
cce4705505
Fix childIndex making first annotation disappear
...
The client seems to have changed how shapes are ordered, which led to the first shape of each slide not being rendered.
2022-10-26 21:04:27 +02:00
Daniel Petri Rocha
0e8cdd1f01
Handle shape label text edge case
...
bbb-export-annotations was crashing if the text label within a shape failed to render.
This commits adds a check ensuring the rasterized image exists.
2022-10-03 22:18:03 +02:00
Daniel Petri Rocha
d3e4fdf67f
Handle shape label edge case
...
bbb-export-annotations was crashing if the text label within a shape failed to render.
This commits adds a check ensuring the rasterized image exists.
2022-08-30 18:38:13 +02:00
Daniel Petri Rocha
94fc8a4d41
Toast messages in front-end
2022-08-24 17:03:34 +02:00
Daniel Petri Rocha
b3e97ed52b
Send out progress messages from bbb-export-annotations
2022-08-23 12:54:06 +02:00
Daniel Petri Rocha
093d960a2c
Remove unnecessry message passing between workers
2022-08-10 15:03:26 +02:00
Daniel Petri Rocha
3242e26065
Drop redundant quote
2022-08-04 15:23:17 +02:00
Daniel Petri Rocha
a3935bb90a
Implement SonarCloud generic fix
2022-07-27 21:37:30 +02:00
Daniel Petri Rocha
ecc8c2dd1b
feat(lint): add eslint to bbb-export-annotations
2022-07-27 16:49:25 +02:00
Daniel Petri Rocha
c345ba1c12
Escape -
...
My bad, escaped it incorrectly earlier.
2022-07-26 21:01:38 +02:00
Daniel Petri Rocha
8ab1e094dd
Set pngWidthRasterizedSlides to 2560, escape -
2022-07-26 17:16:26 +02:00
Daniel Petri Rocha
40d0c454c0
Escape Pango markup characters
2022-07-20 18:13:11 +02:00
Daniel Petri Rocha
b148049acc
Escape shell metacharacters
2022-07-19 18:12:09 +02:00
Daniel Petri Rocha
7906e1405d
Resize PNG resolution to avoid large files
2022-07-18 17:32:51 +02:00
Daniel Petri Rocha
283cd6be67
Merge remote-tracking branch 'remotes/upstream/v2.6.x-release' into tldrawpdfexport
2022-07-09 13:06:57 +02:00
Anton Georgiev
5a8cce6667
chore: rename export-annotations to bbb-export-annotations
2022-07-05 17:47:01 +00:00