The Open Source kanban (built with Meteor). Keep variable/table/field names camelCase. For translations, only add Pull Request changes to wekan/i18n/en.i18n.json , other translations are done at https://transifex.com/wekan/wekan only.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
wekan/packages/wekan-cfs-temp-store
Lauri Ojansivu c2da477735 Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
..
tests Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
.travis.yml Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
CHANGELOG.md Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
LICENSE.md Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
README.md Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
api.md Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
internal.api.md Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
package.js Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago
tempStore.js Fixed Non-ASCII attachment filename will crash when downloading. 4 years ago

README.md

wekan-cfs-tempstore

This is a Meteor package used by CollectionFS. It provides an API for quickly storing chunks of file data in temporary files. If also supports deleting those chunks, and combining them into one binary object and attaching it to an FS.File instance.

You don't need to manually add this package to your app, but you could replace this package with your own if you want to handle temporary storage in another way.

FS.TempStore uses the wekan-cfs-storage-adapter compatible Storage Adapters, both FS.Store.FileSystem and FS.Store.GridFS will be defaulted. for more information read the internal.api.md

##Documentation API Documentation

##Contribute Here's the complete API documentation, including private methods.

Update docs, npm install docmeteor

$ docmeteor