ophir
|
fbc66148d3
|
Fix compatibility with node 10
|
2021-01-31 19:41:31 +01:00 |
|
ophir
|
8b161e9db5
|
Check the permissions on the history dir on start
Fixes https://github.com/lovasoa/whitebophir/issues/164
|
2021-01-31 18:24:09 +01:00 |
|
ophir
|
a1dfb9871d
|
Fix cropped language selection menu
|
2021-01-31 17:06:24 +01:00 |
|
Ophir LOJKINE
|
bba3ce30a4
|
Update README.md
Instruct the user to create a persistent volume with the right permissions
See https://github.com/lovasoa/whitebophir/issues/164
|
2021-01-27 18:15:04 +01:00 |
|
Ophir LOJKINE
|
c8fbf673ad
|
Update docker instructions in README...
... to match latest Dockerfile changes
|
2021-01-15 15:27:49 +01:00 |
|
Ingo Blechschmidt
|
2e0a901998
|
Allow for listening only on 127.0.0.1 (or some other address) (#161)
|
2021-01-13 10:02:03 +01:00 |
|
ophir
|
0f9284c7d4
|
v1.7.0
|
2021-01-10 21:25:42 +01:00 |
|
ophir
|
244eaf3895
|
formatting
|
2021-01-10 21:25:12 +01:00 |
|
ophir
|
6e8d99d57a
|
Better zooming and scrooling experience
|
2021-01-10 20:52:15 +01:00 |
|
ophir
|
a10347695b
|
prevent zooming out further than the whole canvas
|
2021-01-10 20:22:46 +01:00 |
|
ophir
|
69db0af4c2
|
remove useless function call
|
2021-01-10 20:11:34 +01:00 |
|
ophir
|
4069cb88d7
|
Fix a comment
|
2021-01-10 19:59:50 +01:00 |
|
ophir
|
233d756cc7
|
Use the server's global max_board_size on the client
|
2021-01-10 19:58:11 +01:00 |
|
ophir
|
fe6ab2bdaa
|
Use mouse wheel to zoom by default
The old behavior was wheel to scroll and ctrl+wheel to zoom.
The new behavior is the opposite.
|
2021-01-10 19:45:43 +01:00 |
|
ophir
|
6f06fab337
|
Update dependencies
|
2021-01-10 19:25:52 +01:00 |
|
ophir
|
0513324c38
|
Set default port to 8080
|
2021-01-10 19:15:06 +01:00 |
|
Ophir LOJKINE
|
408bc015af
|
disable StrictHostKeyChecking in CD
|
2021-01-10 17:35:43 +01:00 |
|
Ophir LOJKINE
|
601c3c3d79
|
CD
|
2021-01-10 17:32:19 +01:00 |
|
ophir
|
ce5ca084b9
|
Run as non-priviledged user in the docker image
|
2021-01-10 17:02:27 +01:00 |
|
ophir
|
ec52bc9631
|
Reduce the size of docker's build context
|
2021-01-10 17:02:26 +01:00 |
|
Ophir LOJKINE
|
f6f833e5ec
|
support only nodejs 10.0+
|
2020-12-08 10:31:25 +01:00 |
|
Ophir LOJKINE
|
80589c435e
|
remove nodejs 8 support
|
2020-12-08 10:29:43 +01:00 |
|
Ophir LOJKINE
|
db49ac193a
|
Fix git clone command in README
Fixes https://github.com/lovasoa/whitebophir/issues/156
|
2020-12-07 16:41:37 +01:00 |
|
lovasoa
|
7df603c249
|
index: Display an error on empty board name
|
2020-11-28 21:39:39 +01:00 |
|
lovasoa
|
dc72feec10
|
Fix empty page display on /boards
See #153
|
2020-11-28 21:30:29 +01:00 |
|
lovasoa
|
586d3e4625
|
Updated dependencies
|
2020-11-17 11:20:14 +01:00 |
|
hophat
|
19c98038ec
|
update json vietnam language (#145)
* update json vietnam language
update vietnam language
* Update server/translations.json
Co-authored-by: Ophir LOJKINE <pere.jobs@gmail.com>
Co-authored-by: Ophir LOJKINE <pere.jobs@gmail.com>
|
2020-11-17 10:56:31 +01:00 |
|
Ophir LOJKINE
|
4ed7628846
|
Update README.md
|
2020-11-15 19:32:20 +01:00 |
|
Wandera Brian
|
262860d823
|
update readme with powershell friendly docker pull (#147)
The new docker pull command works with Windows Powershell
In response to issue 146 from lovasoa/whitebophir on github
|
2020-11-15 19:30:03 +01:00 |
|
Ophir LOJKINE
|
c651a5a811
|
Update README.md
Make it explicit that the given docker command is for bash shells
See: https://github.com/lovasoa/whitebophir/issues/146
|
2020-11-15 19:17:53 +01:00 |
|
Ophir LOJKINE
|
e858a3b178
|
Prevent proxies from caching polyfills`
|
2020-11-10 16:08:11 +01:00 |
|
ophir
|
295b374dc8
|
Dockerfile updates
Shorten docker build times by copying the package.json separately.
Install dependencies with npm ci
Update node to the new LTS: 14
|
2020-10-30 22:52:38 +01:00 |
|
ophir
|
dc3b97b50c
|
Updated dependencies
|
2020-10-30 22:46:02 +01:00 |
|
ophir
|
9f36edb93f
|
fix mistake in french translation
|
2020-10-30 22:36:50 +01:00 |
|
Ophir LOJKINE
|
45b1021a8d
|
v1.6.4
|
2020-10-14 23:38:14 +02:00 |
|
jamesdeacon
|
96414aa2f1
|
Added secondary tool icon (#141)
* Added secondary tool icon
* Create secondary icon in html instead of js
* Revert change to handlebars integrity
* revert package.lock changes
* revert package.lock changes
* Set styles in css instead of js+html
Co-authored-by: James Deacon <james@volute.co.uk>
Co-authored-by: Ophir LOJKINE <pere.jobs@gmail.com>
Co-authored-by: Ophir LOJKINE <ophir.lojkine@auto-grid.com>
|
2020-10-14 23:35:14 +02:00 |
|
Ophir LOJKINE
|
eab4370376
|
Merge pull request #133 from vasylOstrovskyi/patch-1
Ukrainian translation (Українська)
|
2020-09-13 11:33:33 +02:00 |
|
Vasyl Ostrovskyi
|
dc18066670
|
Ukrainian translation (Українська)
|
2020-09-13 09:58:10 +03:00 |
|
Ophir LOJKINE
|
e861a391da
|
Merge branch 'prod'
|
2020-09-01 14:33:48 +02:00 |
|
Ophir LOJKINE
|
8c001ca0e8
|
Fix board preview
A bug was introduced in 50da719bda
most elements do not have a deltax and deltay property
See #97
|
2020-09-01 14:33:20 +02:00 |
|
Chaitanya Raju
|
a33e557c79
|
Download Svg Button
|
2020-08-22 18:29:31 +05:30 |
|
David Roundy
|
a412eee7eb
|
clarify the units of WBO_MAX_EMIT_COUNT (#115)
|
2020-08-11 19:54:46 +02:00 |
|
Ophir LOJKINE
|
7dfd0577ec
|
v1.6.3
|
2020-08-11 18:26:22 +02:00 |
|
Ophir LOJKINE
|
21229fe6fd
|
Add information about the configuration to the README
|
2020-08-11 18:25:34 +02:00 |
|
Ophir LOJKINE
|
b1c00145f8
|
Allow 50% more points per second
|
2020-08-11 18:16:24 +02:00 |
|
David Roundy
|
407538af96
|
make pencil more responsive, and even more so if the server throttles its input less (addresses #81) (#114)
|
2020-08-11 18:00:08 +02:00 |
|
David Roundy
|
245e8fbffe
|
rename MAX_CURSOR_UPDATES_INTERVAL_MS to MIN_CURSOR_UPDATES_INTERVAL_MS since it is the minimum interval, not the maximum (#113)
|
2020-08-11 17:38:49 +02:00 |
|
Ophir LOJKINE
|
a6eba9b293
|
Fix #107
|
2020-07-27 12:11:27 +02:00 |
|
dependabot[bot]
|
37ba0c732d
|
Bump lodash from 4.17.15 to 4.17.19 (#106)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2020-07-16 18:15:44 +02:00 |
|
Ophir LOJKINE
|
636a15d851
|
Merge branch 'master' of github.com:lovasoa/whitebophir
|
2020-07-08 15:01:27 +02:00 |
|