aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/README (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-08-21js: Improve READMEAndre Heinecke1-9/+36
* lang/js/README: Clarify structure at the beginning.
2018-07-10js: documentationMaximilian Krambach1-11/+18
-- * Fixed errors: - src/Message.js post(): Set chunksize to defined default value instead of hardcoded - src/Keys.js: added getHasSecret() to refreshKey operation. * Reviewed and updated the documentation * non-documentation changes which do not affect functionality: - src/Errors: disabled a console.warn that is only useful for debugging - helpers.js: renamed "string" to "value" in isFingerprint and isLongId to avoid confusion - src/Keyring: prepare_sync, search are both explicitly set to false by default
2018-07-04js: Add jsdoc, update webpack-cli dependencyMaximilian Krambach1-36/+66
-- * package.json: - the old webpack-cli version depended on two packages with vulnerabilities, set to minimum version 3.0.8 to fix this (nodesecurity.io/advisories/157, nodesecurity.io/advisories/612) - added License identifier * README: Updated documentation * jsdoc.conf: Added a configuration file for jsdoc * some minor documentation changes, indentations
2018-05-23js: remove openpgp modeMaximilian Krambach1-5/+0
-- * After discussion, that mode is not required, and can result in being quite misleading and a maintenance hassle later on.
2018-04-20js: encrypt improvement and decrypt methodMaximilian Krambach1-9/+14
* Compatibility class gpgme_openpgpjs offers an API that should accept openpgpjs syntax, throwing errors if a parameter is unexpected/not implemented * tried to be more generic in methods * waiting for multiple answers if 'more' is in the answer * more consistency checking on sending and receiving * updated the example extension --
2018-04-10js: Initial commit for JavaScript Native Messaging API[email protected]1-0/+52
-- Note this code misses all the legal boilerplate; please add this as soon as possible and provide a DCO so we can merge it into master. I also removed the dist/ directory because that was not source code.