Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | js: improve connection check | Maximilian Krambach | 2019-07-03 | 2 | -25/+47 |
* | js: Error handling for browser errors | Maximilian Krambach | 2019-06-19 | 4 | -27/+99 |
* | Add SPDX identifiers to most source files | Werner Koch | 2018-11-16 | 1 | -4/+3 |
* | spelling: fix misspellings | Daniel Kahn Gillmor | 2018-11-08 | 5 | -6/+6 |
* | doc: convert more http:// links to https:// | Daniel Kahn Gillmor | 2018-10-18 | 1 | -1/+1 |
* | doc: use https:// for www.gnu.org | Daniel Kahn Gillmor | 2018-10-18 | 29 | -29/+29 |
* | js: increase default startup timeout | Maximilian Krambach | 2018-10-17 | 1 | -1/+1 |
* | js: renamed keygen algo option | Maximilian Krambach | 2018-09-20 | 1 | -2/+2 |
* | js: add 'default-future' as createKey option | Maximilian Krambach | 2018-09-19 | 1 | -1/+1 |
* | json: Remove subkey-algo from createkey command. | Werner Koch | 2018-09-19 | 2 | -12/+1 |
* | js: add configuration option on startup | Maximilian Krambach | 2018-09-19 | 12 | -29/+41 |
* | js: Fix errorDetails of GPGME_Signature | Thomas Oberndörfer | 2018-09-10 | 1 | -2/+2 |
* | js: add new documentation file to extra_dist | Maximilian Krambach | 2018-09-06 | 1 | -0/+1 |
* | js: fix error in toKeyIdArray | Maximilian Krambach | 2018-09-06 | 2 | -3/+3 |
* | js: documentation cleanup | Maximilian Krambach | 2018-09-05 | 11 | -101/+215 |
* | js: key deletion after test | Maximilian Krambach | 2018-08-31 | 1 | -2/+2 |
* | js: cleanup after key import test | Maximilian Krambach | 2018-08-31 | 1 | -1/+3 |
* | js: tests for file name encoding | Maximilian Krambach | 2018-08-30 | 2 | -2/+60 |
* | js: decoding of information | Maximilian Krambach | 2018-08-30 | 1 | -1/+1 |
* | js: add tests | Maximilian Krambach | 2018-08-30 | 4 | -5/+138 |
* | js: add encoding parameter for encrypt return | Maximilian Krambach | 2018-08-30 | 1 | -2/+9 |
* | js: separate gpgme answer by type of data | Maximilian Krambach | 2018-08-30 | 2 | -47/+75 |
* | js: return base64 after encrypt with armor=false | Maximilian Krambach | 2018-08-29 | 2 | -3/+7 |
* | js: small documentation update | Maximilian Krambach | 2018-08-27 | 1 | -1/+2 |
* | js: make non-payload data more encoding-tolerant | Maximilian Krambach | 2018-08-27 | 1 | -1/+8 |
* | js: typecheck destructured parameters | Maximilian Krambach | 2018-08-27 | 3 | -20/+40 |
* | js: extend information on decoding in decrypt | Maximilian Krambach | 2018-08-27 | 2 | -3/+9 |
* | js: fix file_name return on decrypt | Maximilian Krambach | 2018-08-27 | 1 | -17/+17 |
* | js: add new options to permittedOperations | Maximilian Krambach | 2018-08-24 | 1 | -0/+6 |
* | js: fix syntax inside Keyring methods | Maximilian Krambach | 2018-08-23 | 1 | -1/+2 |
* | js: offer an always-trust parameter on encrypt | Maximilian Krambach | 2018-08-23 | 1 | -1/+7 |
* | js: use destructured option parameters | Maximilian Krambach | 2018-08-23 | 3 | -107/+66 |
* | js: update getDefaultKey to more precise logic | Maximilian Krambach | 2018-08-23 | 1 | -1/+6 |
* | js: add decrypt result options | Maximilian Krambach | 2018-08-22 | 4 | -12/+44 |
* | js: make method parameters objects | Maximilian Krambach | 2018-08-22 | 11 | -309/+385 |
* | js: improve decryption performance | Maximilian Krambach | 2018-08-22 | 5 | -19/+100 |
* | js: Return error if signature has no fingerprint | Maximilian Krambach | 2018-08-22 | 1 | -1/+4 |
* | js: changed verify signature result infosjavascript-binding | Maximilian Krambach | 2018-08-22 | 2 | -21/+28 |
* | js: throw errors in sync functions | Maximilian Krambach | 2018-08-22 | 6 | -61/+76 |
* | js: update decrypt/verify results | Maximilian Krambach | 2018-08-21 | 4 | -12/+49 |
* | js: remove outdated checklists | Maximilian Krambach | 2018-08-21 | 3 | -36/+0 |
* | js: Fix library name mentioned in js Makefiles | Andre Heinecke | 2018-08-21 | 4 | -15/+15 |
* | js: Update extra_dist files | Andre Heinecke | 2018-08-21 | 2 | -2/+4 |
* | js: Improve README | Andre Heinecke | 2018-08-21 | 1 | -9/+36 |
* | js: set expiry of generatedKey to seconds from now | Maximilian Krambach | 2018-08-21 | 1 | -6/+4 |
* | js: add option "subkey-algo" to generateKey | Maximilian Krambach | 2018-08-20 | 2 | -2/+14 |
* | js: set expiry date on generateKey | Maximilian Krambach | 2018-08-20 | 1 | -1/+2 |
* | js: add and apply eslint rules | Maximilian Krambach | 2018-08-20 | 25 | -397/+421 |
* | js: revert changes to class read/write restriction | Maximilian Krambach | 2018-08-20 | 9 | -1255/+1164 |
* | js: decode arriving gpg message strings | Maximilian Krambach | 2018-08-17 | 4 | -4/+76 |