summaryrefslogtreecommitdiffstats
path: root/sandstorm.js
diff options
context:
space:
mode:
authorMaxime Quandalle <maxime@quandalle.com>2016-01-02 17:15:19 +0100
committerMaxime Quandalle <maxime@quandalle.com>2016-01-02 17:15:19 +0100
commit272f67f0c6a1074d5187cbae23dd54ea0ab9205f (patch)
treeea6098c51f9a556b2e5d6f876f6b651d6dc061c0 /sandstorm.js
parent847780760ab967e143ce14dc52361e20a331d568 (diff)
downloadwekan-272f67f0c6a1074d5187cbae23dd54ea0ab9205f.tar.gz
wekan-272f67f0c6a1074d5187cbae23dd54ea0ab9205f.tar.bz2
wekan-272f67f0c6a1074d5187cbae23dd54ea0ab9205f.zip
Update some meta-data
New site url New contact email New year!
Diffstat (limited to 'sandstorm.js')
-rw-r--r--sandstorm.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/sandstorm.js b/sandstorm.js
index 4abe2efb..e7a67f76 100644
--- a/sandstorm.js
+++ b/sandstorm.js
@@ -126,10 +126,10 @@ if (isSandstorm && Meteor.isServer) {
updateUserPermissions(doc._id, doc.services.sandstorm.permissions);
});
- // LibreBoard v0.8 didn’t implement the Sandstorm sharing model and instead
- // kept the visibility setting (“public” or “private”) in the UI as does the
- // main Meteor application. We need to enforce “public” visibility as the
- // sharing is now handled by Sandstorm.
+ // Wekan v0.8 didn’t implement the Sandstorm sharing model and instead kept
+ // the visibility setting (“public” or “private”) in the UI as does the main
+ // Meteor application. We need to enforce “public” visibility as the sharing
+ // is now handled by Sandstorm.
// See https://github.com/wekan/wekan/issues/346
Migrations.add('enforce-public-visibility-for-sandstorm', () => {
Boards.update('sandstorm', { $set: { permission: 'public' }});