aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/src/Config.js (follow)
Commit message (Collapse)AuthorAgeFilesLines
* js: removed configMaximilian Krambach2018-06-111-34/+0
| | | | | | | -- * There is no use for a configuration at the moment, and it seems improbable that this use will arise.
* js: code cleanup (eslint)Maximilian Krambach2018-06-061-0/+3
| | | | | | | | -- * trying to stick to eslint from now on for readability * As some attribution was lost in previous git confusions, I added my name into some of the licence headers
* js: remove openpgp modeMaximilian Krambach2018-05-231-4/+4
| | | | | | | -- * After discussion, that mode is not required, and can result in being quite misleading and a maintenance hassle later on.
* js: created TestExtension and smaller fixesMaximilian Krambach2018-04-261-0/+31
-- * Extensions: - Moved testapplication to Demoextension - Created BrowserTestExtension. Includes mocha and chai. For running tests that cannot be run outside a WebExtension Both Extensions can be found zipped in build/extensions after running build_extensions.sh * Code changes: - src/Config: Place for the configuration - small fixes raised during testing in Keyring.js, Message.js, - src/gpgmejs_openpgpjs.js don't offer direct GpgME object to the outside, as it only causes confusion - index.js init() now checks the config for validity * Tests: - Reordered tests in test/. - Input values are now in a separate file which may be of use for bulk testing * moved the build directory from dist to build