mirror of
https://github.com/wekan/wekan.git
synced 2025-12-31 14:48:48 +01:00
parent
691c3aff68
commit
84f49fa7a1
21 changed files with 240 additions and 57 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue