Commit Graph

253 Commits

Author SHA1 Message Date
mntmn
8b5aaed92a fix #50: Leave property panels open when selecting another element 2020-11-10 21:05:02 +01:00
mntmn
0eac7749cd gardening: remove trailing whitespace in spacedeck_sections.js 2020-11-10 21:04:29 +01:00
mntmn
fb217f358a Merge branch 'mnt' of github.com:spacedeck/spacedeck-open into mnt 2020-11-10 20:55:02 +01:00
banglashi
e081bcd6fe top-left align thumbs instead of bg cover (#111)
* top-left align thumbs instead of bg cover

* compile styles
2020-11-10 20:54:53 +01:00
mntmn
819f1fecb3 Merge branch 'mnt' of github.com:spacedeck/spacedeck-open into mnt 2020-11-10 20:54:03 +01:00
nik gaffney
4387e336bb docs: add apache config (#108) (#121) 2020-11-10 20:47:16 +01:00
banglashi
5fcc4866bd fix upload progress comparison (#122) 2020-11-10 20:46:32 +01:00
Julian David
4c7ab4df02 fix #99 - Changing attributes (like color) should not disable current… (#120)
* fix #99 - Changing attributes (like color) should not disable current tool

* apply review: remove unnecessary line
2020-11-10 18:19:58 +01:00
Ratul sharker
f7453b3977 Data type TEXT used for artifact.shape_svg. (#115) 2020-11-10 18:00:59 +01:00
Julian David
121997ef3e Correct misspelled words in Spanish and add tooltips to main buttons canvas. (#118)
* Correct misspelled words in Spanish

* add tooltips to the main buttons of the canvas.
2020-11-10 17:57:08 +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
juliandavidmr
096482d7eb Correct misspelled words in Spanish 2020-11-09 18:51:16 -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
2a2c7011c0 space: fix artifact z-stacking tool 2020-09-28 00:00:04 +02:00
mntmn
32323cbc57 space: fix initial position for new shapes 2020-09-27 23:54:22 +02:00
mntmn
cbd0034be1 space: fix creating notes on top of other elements 2020-09-27 23:47:53 +02:00
mntmn
b3927e0646 space: deselect and quit current tool with escape key 2020-09-27 23:39:33 +02:00
mntmn
d4407556ca space/notes: default to more useful note size and padding 2020-09-27 23:32:26 +02:00
mntmn
52ff6e351b arrow/scribble: default to active_style's stroke color 2020-09-27 23:25:06 +02:00
mntmn
137d17269a space: fix space object updating and fix background update response 2020-09-22 15:39:50 +02:00
mntmn
81a45bb0bd spacedeck: background: fix bg picture preview size 2020-09-22 15:25:50 +02:00
mntmn
7dd3ceffc4 remove some unused config options 2020-09-22 15:23:11 +02:00
mntmn
b60cd0ffa7 Merge branch 'mnt' of github.com:spacedeck/spacedeck-open into mnt 2020-09-22 15:22:08 +02:00
mntmn
bd8667feba space: fix background image attachment 2020-09-22 15:21:39 +02:00
Omid
a6616f3463 Add missing config for s3 storage (#96)
This var `storage_endpoint` will be read and used at 3eb99d2635/helpers/uploader.js (L14)
2020-09-19 19:12:51 +02:00
nblock
3eb99d2635 Make host and port configurable (#94)
Use the previous values as the default.
2020-09-16 11:20:13 +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
mntmn
b4f0fa16ef wip: remove basic-auth (unused) 2020-09-09 16:24:30 +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
Mishkin Berteig
ff1da80695 Docs Folder (#84)
* Initial documentation folder with instructions on adding fonts.

* fixed markdown syntax error

* Update adding_fonts.md

Added some links to the referred code lines and fixed some formatting.

Co-authored-by: mntmn <lukas@mnt.mn>
2020-07-25 21:38:06 +02:00
yrammos
83928dee3b Fix #58 ('duplicate column name' on fresh install). (#81) 2020-07-24 01:35:43 +02:00
Mishkin Berteig
28f4c5d58b Fixed star and starburst objects so that they render properly within… (#79)
* Fixed star and starburst objects so that they render properly withing the selection bounding box. Lots of math. Still to do is to handle situations when the bounding box is very small and the stroke width of the star[burst] makes the interior corners overlap.  Currently causes weird rendering.

* Fixed some minor typos and formatting errors in the comments.  No changes to executable code.
2020-07-24 01:35:18 +02:00
mntmn
6e4685e589 Update README.md 2020-07-22 22:01:40 +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
togir
c491af64d8 Keep the colors between drawing multiple scribbles and arrows (#61)
* Keep the colors between drawing multiple scribbles and arrows

The color is changed back to black on every new drawing. Now the color is kept. If there is no color is set, then there is a fallback to the black stroke as before.

* requested changes

Co-authored-by: togir <gitcatch@weiler.rocks>
2020-07-22 21:53:51 +02:00
Florian Kohrt
6bbeb4383d fix #60: add ffmpeg package (#66) 2020-06-24 15:26:34 +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
P. J. Reed
8ddbec6b68 Allow anonymous SMTP connections (#59)
This adds support for anonymously connecting to SMTP servers
that do not require authentication; if a username is not provided,
it will not attempt to authenticate.
2020-05-19 22:21:07 +02:00
Florian Kohrt
3ce40c51a6 Add docker files (#55)
* Add docker files

* Improve docker-compose compatibility

* Use Openstack's standard port

* Use package ffmpeg-dev instead of ffmpeg

* improve dockerfile and config

* Add short docker guide

* adhere to previous naming conventions

* document former json comments

* Undo init.sh approach to touching the db file

* Make clear that it's about files on the host system

* add local path specifier

Co-authored-by: Denys Vitali <denys.vitali@swisscom.com>
2020-05-19 22:19:43 +02:00
mntmn
077bf165c7 integrations: first version of Spacedeck integration for WordPress 2020-05-11 18:58:02 +02:00
mntmn
e5fc11d2cd update styles 2020-05-11 18:58:02 +02:00
mntmn
a185c1e3a6 helmet: disable protections for now 2020-05-11 18:58:02 +02:00
mntmn
effeb6c809 security: prevent leak of creator information in space responses; ensure home folder id is set when creating space 2020-05-11 18:58:02 +02:00
mntmn
e61bc1e23f remove space border 2020-05-11 18:58:02 +02:00
mntmn
051821e26d hide home button in embedded mode 2020-05-11 18:58:02 +02:00
mntmn
0a4399951a when space is embedded (?embedded=1), toggle fullscreen via present button 2020-05-11 18:58:02 +02:00