PurpleBabar
cf8902f3c5
feat: move to node v16 and adding a pan tool
2023-09-20 18:27:34 +02:00
nblock
f94c136f26
Restore line tool ( #123 )
2021-07-11 17:48:22 +02:00
Romuald
601211e294
fix user locale handling ( #190 )
...
* fix some french translations
add more translations
fix langage preference setup
* handle i18n for delete space or folder
* fix content layout for help text
2021-05-18 17:12:15 +02:00
dm
1242cb84ee
language order
2021-04-01 20:31:19 +02:00
banglashi
6cdb804a8b
Merge pull request #119 from juliandavidmr/patch-1
...
add basic SEO tags
2021-03-23 22:41:40 +01:00
dm
9018a233a1
add Hungarian
2021-03-23 22:30:37 +01:00
dm
176b383cbd
fix double %
2021-02-14 12:54:14 +01:00
dm
ec797709fd
style convertion progress
2021-02-06 01:04:41 +01:00
dm
8d73918d0d
Merge branch 'mnt' of github.com:spacedeck/spacedeck-open into feature/convert-percentage
2021-02-06 00:27:30 +01:00
banglashi
e135976299
Merge pull request #158 from arillo/feature/default-color-via-config
...
allow for custom color swatches via config/default.json
2021-02-06 00:14:22 +01:00
dm
1b05aaeaf8
add video conversion progress
2021-01-26 01:38:46 +01:00
dm
a7704875c5
check existance of config value
2021-01-21 23:43:47 +01:00
dm
5a9a79addb
allow for custom color swatches
...
reset colors to black on deselect
fix fill_color default black
2021-01-18 20:53:54 +01:00
mntmn
fbf18839f9
Fix Space browsing/editing on touch devices such as iPad ( #152 )
...
* touch (tablet): fix deselect when tapping space; add edit text butto
* touch: fix media upload on iDevice
* touch: fix vector transforming (points of arrows, scribbles)
Co-authored-by: Lukas F. Hartmann <lukas@mntre.com>
2021-01-11 13:04:07 +01:00
Lukas F. Hartmann
72221fcf0b
fix copyright in footer
2020-12-18 18:17:15 +01:00
Lukas F. Hartmann
16e926b76a
nuke some leftover traces of googlefonts
2020-11-24 20:15:13 +01:00
mntmn
0e97945b95
Merge branch 'mnt' of github.com:spacedeck/spacedeck-open into mnt
2020-11-23 12:25:56 +01:00
mntmn
c1e29fb7e2
Merge branch 'feature/video-native-timeline' of https://github.com/arillo/spacedeck-open into arillo-feature/video-native-timeline
2020-11-23 12:23:10 +01:00
banglashi
5a7839ceaa
allow to lock own artefacts as an editor ( #132 )
...
* allow to lock own artefacts as an editor
2020-11-23 12:10:35 +01:00
DM
26f4da68ea
show native video controls when playing
2020-11-23 11:56:02 +01:00
mntmn
c9171b8690
space: make lock/unlock functions explicit
2020-11-21 17:07:27 +01:00
mntmn
9a1e85fb94
space: fix realtime artifact media conversion feedback for video, audio
2020-11-21 16:38:17 +01:00
mntmn
89f48e615f
remove unnecesary background image from video element
2020-11-10 21:21:40 +01:00
Julian David
0fdeef12ed
add basic SEO tags
2020-11-09 20:33:00 -05:00
juliandavidmr
16f732a50c
add tooltips to the main buttons of the canvas.
2020-11-09 19:53:17 -05:00
banglashi
6257e3410e
fix pdf export + add download_as_pdf template string and action ( #110 )
...
* fix pdf export
add download_as_pdf template string and action
* after pdf export click
- close dropdown
- open in new tab
* proper fix function
2020-11-02 20:07:15 +01:00
mntmn
7c6d5c83db
space: deselect when using tools; normalize note tool behavior
2020-09-28 00:09:18 +02:00
mntmn
81a45bb0bd
spacedeck: background: fix bg picture preview size
2020-09-22 15:25:50 +02:00
mntmn
09b42f24c2
remove stray character in toolbar template
2020-09-16 11:02:07 +02:00
mntmn
a8b8e36ad3
wip: migrate from deprecated swig templates to ejs
2020-09-09 17:20:35 +02:00
Mishkin Berteig
dccf0465b3
Fix to issue #71 Cursor positions on shared whiteboards are inconsistent ( #86 )
...
* Fixed "Cursor Positions on Shared Whiteboards are Inconsistent".
The main fix is in the method cursor_point_to_space in
public/javascripts/spacedeck_whiteboard.js.
The calculation of the coordinates of the mouse pointer from absolute
window to the whiteboard space coordinates was incorrect.
There were a number of dependencies on this method which were updated
as a result.
One side-effect was that the div for the lasso tool needed to be
moved inside the div for the whiteboard.
* Fixed minor panning calculation problem. Works now!
2020-09-09 16:11:43 +02:00
foramontano
7f72992d06
Foramontano/adding languages ( #89 )
...
- Doc that describes the steps to add a new language to Spacedeck Open
- New file with translated entries for using in Spacedeck Open in Spanish
- Include 'es' as new locale in Spacedeck Open
- Include a radiobutton for users could select the new language
2020-09-09 16:05:55 +02:00
Mejans
9c44aee57a
i18n Add Occitan language ( #80 )
...
* Create oc.js
* Add OC to locale list
* Add OC
* Add OC to list
* Update spacedeck.html
* Update root.js
2020-07-22 21:55:32 +02:00
mntmn
0c5fa597e8
Allow embedding of folders and access to folders to anonymous editors with edit_hash/spaceAuth links ( #63 )
...
* add subspaces to be listed with edit_hash/spaceAuth authorization
* remove dead code from api_helpers.js
* add edit_hash authorization for requested space thumbnails
* handle /s/:hash links in frontend router
* set space_auth via a function, allow passing it to load_space
* rename variable in /s/:hash router in backend
* hide search, profile, breadcrumb in folders if not logged in, construct links to subspaces differently for anonymous editors
2020-06-02 20:47:58 +02:00
mntmn
051821e26d
hide home button in embedded mode
2020-05-11 18:58:02 +02:00
mntmn
b93cc20371
users: add api_token attribute, make editable in profile/account
2020-05-11 18:58:02 +02:00
mntmn
a92b915bc3
fix password recovery
2020-04-09 22:21:55 +02:00
mntmn
f5a6adc43b
remove unused modals
2020-04-09 21:46:23 +02:00
mntmn
40202ff416
fix logging in text on login button
2020-04-09 19:11:26 +02:00
mntmn
b07050095d
remove production/development distinction for javascripts
2020-04-09 19:11:06 +02:00
mntmn
9cb04422d8
remove pdf import options
2020-04-09 19:10:34 +02:00
mntmn
2dbfae59f9
remove dead functions from folder
2020-04-09 17:56:47 +02:00
mntmn
6f1744bc5d
show share button only to admins
2020-04-09 17:50:48 +02:00
mntmn
3edde7c53c
remove more dead code
2020-04-09 16:22:17 +02:00
mntmn
bdb2e9fde5
clean up space memberships table; clean up terminate account view
2020-04-09 15:37:51 +02:00
mntmn
7cf68c94a5
remove unused templates
2020-04-09 15:26:28 +02:00
mntmn
d6f93051ef
signup: reorder fields to play better with conventions and pw managers
2020-04-09 15:21:47 +02:00
mntmn
ddd1ed2cb1
landing: add screenshot
2020-04-08 21:56:41 +02:00
mntmn
80f9b0d93f
Spacedeck 6.0 CI WIP; more style, UX cleanups; fix account dialog; add more color swatches; new landing page
2020-04-08 20:45:30 +02:00
mntmn
58250a72ad
WIP MNT design/UX cleanup
2020-04-07 20:37:41 +02:00