Call me Wekan

Thank you @neynah for the Wekan icons

Closes #247
This commit is contained in:
Maxime Quandalle 2015-08-28 09:50:41 +02:00
parent 691c3aff68
commit 84f49fa7a1
21 changed files with 240 additions and 57 deletions

View file

@ -46,7 +46,7 @@ Migrations.add('lowercase-board-permission', function() {
});
});
// Security migration: see https://github.com/libreboard/libreboard/issues/99
// Security migration: see https://github.com/wekan/wekan/issues/99
Migrations.add('change-attachments-type-for-non-images', function() {
var newTypeForNonImage = 'application/octet-stream';
Attachments.find().forEach(function(file) {