Roberto Rosario
|
09b71144b6
|
Add support for signing documents from the UI. Mayan EDMS is now in the major leagues :)
|
2016-03-30 03:47:58 -04:00 |
|
Roberto Rosario
|
bc59613945
|
Add key content sign tests.
|
2016-03-30 02:32:08 -04:00 |
|
Roberto Rosario
|
24d8287072
|
Add Key usage for signing permission.
|
2016-03-30 02:30:50 -04:00 |
|
Roberto Rosario
|
8baca70ef5
|
Add link to document facet menu to display its latest version signatures.
|
2016-03-30 02:00:17 -04:00 |
|
Roberto Rosario
|
1e7e17bdce
|
Insert the resolved_object context variable in the test views.
|
2016-03-30 01:42:17 -04:00 |
|
Roberto Rosario
|
c6890c487a
|
Extract a file like object's file name as per docs (using the .name property) and not an unicode representation of the file object instance. Reference: https://docs.python.org/2.7/library/stdtypes.html#file-objects
|
2016-03-30 01:32:53 -04:00 |
|
Roberto Rosario
|
8b28bdd443
|
Add missing icon to the all document signature verification tool link.
|
2016-03-29 21:03:16 -04:00 |
|
Roberto Rosario
|
7da6cf1863
|
Add view, task and post upgrade signal handler to verify all documents for embedded signatures.
|
2016-03-29 20:13:58 -04:00 |
|
Roberto Rosario
|
d83a80c65b
|
Add document signature app link tests.
|
2016-03-29 16:28:24 -04:00 |
|
Roberto Rosario
|
739b96ed37
|
Add related object link permission support.
|
2016-03-29 16:27:53 -04:00 |
|
Roberto Rosario
|
0783806fd1
|
Add signature deletion view tests.
|
2016-03-29 13:52:35 -04:00 |
|
Roberto Rosario
|
b9d75e525f
|
Convert the signature download view to CBV and add corresponding test.
|
2016-03-29 05:12:04 -04:00 |
|
Roberto Rosario
|
3b593e10fd
|
Add django-downloadview to the used packages. Add a Mayan generic sub class download view based on django-downloadviews' virtual download view class.
|
2016-03-29 05:11:08 -04:00 |
|
Roberto Rosario
|
c1cb983869
|
Just display the signature type to conserve UI space.
|
2016-03-28 14:57:19 -04:00 |
|
Roberto Rosario
|
e5c47f16d4
|
Update document version signature upload view to CBV and add test.
|
2016-03-28 14:56:49 -04:00 |
|
Roberto Rosario
|
35df61bca1
|
Add view test for the document signatures app.
|
2016-03-27 03:29:19 -04:00 |
|
Roberto Rosario
|
e708e0250e
|
Support related object permission ACLs for more than just 1 level of relationship.
|
2016-03-27 03:28:14 -04:00 |
|
Roberto Rosario
|
fa1450fe5a
|
PEP8 cleanups.
|
2016-03-27 03:27:56 -04:00 |
|
Roberto Rosario
|
0ffe20befd
|
Fix link resolution in the document signature list view. This view exposes 3 navigable objects, use 'resolved_object' for correct link resolution.
|
2016-03-26 16:28:08 -04:00 |
|
Roberto Rosario
|
5de63c4477
|
Add support for verifying and unverifying signatures after a key is added or deleted.
|
2016-03-26 04:23:16 -04:00 |
|
Roberto Rosario
|
1f0dedc9aa
|
Add more fields to signature detail form.
|
2016-03-26 04:06:43 -04:00 |
|
Roberto Rosario
|
779a14977d
|
Add admin interface for embedded and detached signatures.
|
2016-03-26 04:06:08 -04:00 |
|
Roberto Rosario
|
9744cdd358
|
Redirect to public or private key list after deletion of a key.
|
2016-03-26 04:05:40 -04:00 |
|
Roberto Rosario
|
4a4573fb1b
|
Add missing gpg directory chmod.
|
2016-03-26 04:05:15 -04:00 |
|
Roberto Rosario
|
467ad0dadb
|
Add more logging. Add preloading of keys to decrypt_file method. Cleanups.
|
2016-03-26 04:04:34 -04:00 |
|
Roberto Rosario
|
ffb29e0f54
|
Remove obsolete Document property. Use resolved_object in documents links to avoid context variable clashes with signatures.
|
2016-03-25 04:12:44 -04:00 |
|
Roberto Rosario
|
7e801ef02e
|
Fix verifyresult timestamp field. Remove Key ID property and verify return a separate small key id without a fingerprint when the signing key is not available.
|
2016-03-25 04:09:30 -04:00 |
|
Roberto Rosario
|
09b92858d9
|
Raise MayanAppConfig initialization exception if they are not bening about missing URLs.
|
2016-03-25 04:08:25 -04:00 |
|
Roberto Rosario
|
355190e919
|
Start of document_signatures app refactor.
|
2016-03-25 04:07:57 -04:00 |
|
Roberto Rosario
|
ab6e2d8c23
|
Fix verification using detached signature.
|
2016-03-24 02:47:53 -04:00 |
|
Roberto Rosario
|
d41dac5587
|
Add support for verification of detached signatures.
|
2016-03-24 00:27:49 -04:00 |
|
Roberto Rosario
|
a5f3d46373
|
Add a cleartext test file with a detached signature.
|
2016-03-24 00:26:53 -04:00 |
|
Roberto Rosario
|
c8f7c4ef86
|
Update document signature app to work with new django_gpg changes.
|
2016-03-23 19:57:45 -04:00 |
|
Roberto Rosario
|
e96f748439
|
Add key_id property to SignatureVerification class
|
2016-03-23 19:57:16 -04:00 |
|
Roberto Rosario
|
048ba4b5cd
|
Add file decryption support.
|
2016-03-23 19:47:41 -04:00 |
|
Roberto Rosario
|
45774ccdcf
|
Add SignatureVerification class to return verification results. Add support for specifing against which key to verify a signature. Add support to preload all keys before verifing a signature. All test for specific key verificatio and all key preloading.
|
2016-03-23 18:56:29 -04:00 |
|
Roberto Rosario
|
2f7c6ed0d9
|
Add embedded file signature verification.
|
2016-03-23 13:03:48 -04:00 |
|
Roberto Rosario
|
cd077cb076
|
Add more tests for the Key model. Remove the key_id field and made it a property derived from the fingerprint.
|
2016-03-23 11:58:08 -04:00 |
|
Roberto Rosario
|
f82b2000c3
|
Properly render date widgets on form instances.
|
2016-03-23 00:37:26 -04:00 |
|
Roberto Rosario
|
2748d5959f
|
Place KeyManage on a seprate module. Convert views to use the new Key model. Add KeyStub class and use it to return query results. Add Key detail link and view. Remove the setting for multiple keyservers.
|
2016-03-23 00:35:32 -04:00 |
|
Roberto Rosario
|
189cda437f
|
Add model test. Finish file signing method. Add key signing exceptions.
|
2016-03-22 18:02:40 -04:00 |
|
Roberto Rosario
|
dc5d25fd00
|
Initial code for database stored GPG keys.
|
2016-03-22 05:10:54 -04:00 |
|
Roberto Rosario
|
ccd6e8c88c
|
Add document mailing view tests.
|
2016-03-21 18:59:22 -04:00 |
|
Roberto Rosario
|
c9010f6b5e
|
Add test for the document link mailing view.
|
2016-03-21 17:42:24 -04:00 |
|
Roberto Rosario
|
3d970036b2
|
Sync translations with Transifex
|
2016-03-21 17:38:15 -04:00 |
|
Roberto Rosario
|
6fe778051e
|
Update translation source files for all apps. Add Message of the Day source message file.
|
2016-03-21 16:53:09 -04:00 |
|
Roberto Rosario
|
7dc260046b
|
Update the document type quick label model verbose name from 'Quick rename template' to 'Quick label'.
|
2016-03-21 16:25:16 -04:00 |
|
Roberto Rosario
|
dda0bbdba9
|
Add test for the document type quick label creation view.
|
2016-03-21 16:24:41 -04:00 |
|
Roberto Rosario
|
66d2baafb8
|
Convert document type quick label creation view to CBV.
|
2016-03-21 16:24:23 -04:00 |
|
Roberto Rosario
|
18a3773b65
|
Update changelog
|
2016-03-21 15:53:27 -04:00 |
|