Thomas Gläßle
bb256b8027
Fix startup bug due to old node version
...
Solution as suggested by @kpcyrd.
Fixed behaviour:
$ docker logs <CONTAINER>
/cryptpad/server.js:44
for (let header in h) { res.setHeader(header, h[header]); }
^^^
SyntaxError: Block-scoped declarations (let, const, function, class) not yet supported outside strict mode
at exports.runInThisContext (vm.js:53:16)
at Module._compile (module.js:374:25)
at Object.Module._extensions..js (module.js:417:10)
at Module.load (module.js:344:32)
at Function.Module._load (module.js:301:12)
at Function.Module.runMain (module.js:442:10)
at startup (node.js:136:18)
at node.js:966:3
8 years ago
ansuz
395d8625a8
draw the palette on pad creation
8 years ago
ansuz
3b99c42e22
no more inline styles
8 years ago
ansuz
ef821c3e7e
integrate @lukevers improvements and clean up js a bit
8 years ago
yflory
84d8615cf1
Save and use templates in pad, code and slides
8 years ago
ansuz
bd2034c47b
prepare rpc before 'ready' if pinning is enabled
8 years ago
ansuz
a70388284d
disable unnecessary messages
8 years ago
ansuz
abd87e1322
jshint compliance
8 years ago
ansuz
e4b15bc616
implement 'getCanonicalChannelList'
8 years ago
ansuz
09f8e139fe
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
ansuz
a2f692b9a3
clean up serverside and clientside pinning logic
8 years ago
yflory
a13261abaa
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
yflory
dedf2b3c69
Display selected color and button to turn off draw mode in canvas
8 years ago
ansuz
fdede0d1fd
remove some dead code
8 years ago
ansuz
e87992c7ec
implement atomic pin reset rpc
8 years ago
ansuz
89bca1606b
remove debugging code
8 years ago
ansuz
166e70f628
test new rpc apis
8 years ago
ansuz
2a566671f2
remove outdated rpc example
8 years ago
ansuz
7acf52405d
return new hash when pinning a channel
8 years ago
ansuz
3380cf0348
implement getTotalSize rpc
8 years ago
ansuz
2ecabbe6e3
add brown and pink to the palette
8 years ago
ansuz
6e1ffcc18d
define better color palette
8 years ago
yflory
84029ac2d7
Fix the color picker in Chromium 53 and improve the cursor
8 years ago
ansuz
5c292fb1fa
jshint compliance
8 years ago
yflory
b14d89360d
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
yflory
8e29e30a35
Realtime palette + cursor corresponding to the brush
8 years ago
ansuz
8bbbf8e252
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
ansuz
64089c5f6b
implement pad pinning
8 years ago
yflory
d07acc5364
Don't redraw the drive if filesData changes while in unsorted
8 years ago
yflory
13514dff63
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
yflory
46a5eee597
Display the spinner in the toolbar for local changes
8 years ago
ansuz
6c7cdc90a9
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
ansuz
212baeb3a6
better cookie schema. expire old sessions
8 years ago
yflory
54d271c4e7
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
yflory
a9777ce560
Fix input losing focus in polls with Chrome 57
8 years ago
ansuz
3484515283
enable more tests
8 years ago
ansuz
3e47b8a38d
remove dead code
8 years ago
ansuz
fe7f7f4e6d
Merge branch 'master' of https://github.com/gustavohmsilva/cryptpad into staging
8 years ago
ansuz
31b178a306
use pinpad api
8 years ago
ansuz
182dbfc874
implement pinning logic in pinpad.js
8 years ago
Gustavo H M Silva
90612bc5ba
Update messages.pt-br.js
8 years ago
ansuz
a5e5ddae08
rpc all the things
8 years ago
ansuz
4f7e25eeb9
show labels for brush width
8 years ago
ansuz
2a6de5163b
jshint compliance
8 years ago
ansuz
04069cc7f4
fix font size
8 years ago
ansuz
1e51f89096
wipe the userdoc when the canvas is cleared
8 years ago
ansuz
e2981c0223
try to make the color picker show the current color
8 years ago
ansuz
96dac80bd5
better color picker in whiteboard
8 years ago
ansuz
bd07b3a80f
less cramped styling on text inputs on /settings/
8 years ago
ansuz
6e9968f989
add 'lol' code theme
8 years ago