aboutsummaryrefslogtreecommitdiffstats
path: root/lang/js/unittests.js (follow)
Commit message (Expand)AuthorAgeFilesLines
* js: Error handling for browser errorsMaximilian Krambach2019-06-191-0/+32
* doc: use https:// for www.gnu.orgDaniel Kahn Gillmor2018-10-181-1/+1
* js: add configuration option on startupMaximilian Krambach2018-09-191-16/+20
* js: typecheck destructured parametersMaximilian Krambach2018-08-271-7/+8
* js: use destructured option parametersMaximilian Krambach2018-08-231-2/+4
* js: throw errors in sync functionsMaximilian Krambach2018-08-221-25/+29
* js: add and apply eslint rulesMaximilian Krambach2018-08-201-54/+54
* js: revert changes to class read/write restrictionMaximilian Krambach2018-08-201-46/+16
* js: removed Key.armor property in synchronous useMaximilian Krambach2018-08-171-4/+0
* js: Making objects inmutableMaximilian Krambach2018-07-301-0/+16
* js: change the write access for js class methodsMaximilian Krambach2018-07-271-11/+11
* js: reduce request spam at getKeys()Maximilian Krambach2018-07-091-6/+8
* js: change chunksize handling and decodingMaximilian Krambach2018-06-081-1/+2
* js: code cleanup (eslint)Maximilian Krambach2018-06-061-67/+37
* js: implement import/delete Key, some fixesMaximilian Krambach2018-06-061-32/+94
* js: Keyring listing keysMaximilian Krambach2018-05-281-11/+37
* js: Treat a connection as a gpgme ContextMaximilian Krambach2018-05-281-57/+11
* js: implement Key handling (1)Maximilian Krambach2018-05-251-8/+59
* js: use version operation for connection checksMaximilian Krambach2018-05-251-28/+29
* js: fixing errors found by testing: encrypt/decryptMaximilian Krambach2018-05-071-3/+8
* js: fixing errors found by testingMaximilian Krambach2018-05-041-1/+1
* js: Added browser testing for unit testsMaximilian Krambach2018-05-031-0/+321