Thomas Gläßle
2985c6a051
Cleanup Dockerfile, thanks to @kpcyrd
8 years ago
Thomas Gläßle
c182a407cf
Fix typo in container-start.sh
8 years ago
Thomas Gläßle
074f27237f
Improve docker-related documentation
...
- install/usage should be at the top, it's the most relevant info for typical users
- docker call was missing `run` argument
- added `--restart=always` to run it as a service
- change default data directory. I think it's bad advice keeping data
cluttered all over your file-system in some git repositories that one
may want to delete later on
8 years ago
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
869cf09630
set version number
8 years ago
ansuz
df7363f416
regenerate templated files for new footer
8 years ago
yflory
72fecb9549
Fix lint errors
8 years ago
yflory
af68e41fb6
Always set the focus to the search bar in the drive
8 years ago
yflory
67f4096396
Fix cursor in the drive search bar
8 years ago
yflory
12cc49b575
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
yflory
72c60ec676
Add background to the whiteboard app
8 years ago
yflory
2732b7aa82
Fix module.onLocal not defined
8 years ago
ansuz
a0c17d7c9b
latest rpc code
8 years ago
ansuz
b50b76bf81
remove unnecessary lines
8 years ago
yflory
4ddf9b4e04
Improve whiteboard UI
8 years ago
yflory
89877baa69
Fix read-only mode in canvas app
8 years ago
yflory
c2cb24c072
Add toolbar to the whiteboard app
8 years ago
ansuz
973aeba0da
remove bundled fabric.js
8 years ago
ansuz
6eab52c33d
use secure fabric.js
8 years ago
ansuz
59a80d5fde
remove silly TODO
8 years ago
ansuz
ce5dbaeafd
use alertify instead of browser prompt
8 years ago
yflory
71c59d7ae2
Remove unnecessary TODOs
8 years ago
yflory
d92a875ce5
Translate the 'wrong application' error message
8 years ago
yflory
e64618e8f6
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
yflory
a8ffac5dcd
Remove old code
8 years ago
ansuz
69edce5491
remove unused translation keys
8 years ago
yflory
5322eff607
Use the current values for the checkboxes in the print options dialog
8 years ago
yflory
53c60a31f6
Set the properties and backup inputs to read-only in the drive
8 years ago
yflory
0c5a930cb9
Fix an issue with the 'Properties' entry not always displayed in context menu
8 years ago
yflory
ff60dd4399
Translate settings_publicSigningKey in french
8 years ago
ansuz
304c7b7fe4
mention the importance of CSP headers in the readme
8 years ago
ansuz
b176426213
increase default ckeditor font size to 16px
8 years ago
ansuz
3e9eb03e5a
display a user's public signing key in settings if it exists
8 years ago
ansuz
ba53b50e0b
update path for whiteboard app
8 years ago
ansuz
912215185f
add uid to userdata for better notifications
8 years ago
ansuz
fa9249ef29
don't notify for userlist changes if a user joins twice
8 years ago
ansuz
40f5e1706f
add a unique id to user objects, define a getter
8 years ago
ansuz
d1c32ea1f8
define english, french, and spanish labels for whiteboard app
8 years ago
ansuz
e2ee80d4e7
set icon for whiteboard app
8 years ago
ansuz
dbca94437e
rename canvas app to 'whiteboard'
8 years ago
yflory
994d640f8b
Fix an issue causing the lag icon to lose its color
8 years ago
yflory
819c7e3bae
Fix style issue with drag&drop in the active folder
8 years ago
yflory
6fbd1f0028
Store the dates as number and not strings to avoid ot issues
8 years ago
yflory
8556ce9d17
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
yflory
8ce8401107
Fix issues with middle click in context menus
8 years ago
yflory
5f4990cc80
Display or hide the context menu in a more intuitive way with multiselect
8 years ago
yflory
51033ab70a
Remove useless links in the context menu and properties for readonly pads in the drive
8 years ago
ansuz
2b2e581779
Merge branch 'staging' of github.com:xwiki-labs/cryptpad into staging
8 years ago
ansuz
2e8484ad4c
notes about what to improve. transform json on OT instead of just validating
8 years ago
yflory
7afde2309d
Add properties to the files not in the trash
8 years ago