Roberto Rosario
|
3e63010338
|
Synchronize translations.
|
2016-11-23 03:09:56 -04:00 |
|
Roberto Rosario
|
2df6cb7985
|
Remove usage of url.patterns as per Django's deprecation warnings.
|
2016-11-04 04:02:48 -04:00 |
|
Roberto Rosario
|
5893e149e0
|
Reduce the check_access boilerplate code.
|
2016-11-02 04:58:05 -04:00 |
|
Roberto Rosario
|
621c988809
|
Simplify filter_by_access boilerplate code
|
2016-11-02 03:48:16 -04:00 |
|
Roberto Rosario
|
6a48de5029
|
Update translations.
|
2016-10-28 04:19:15 -04:00 |
|
Roberto Rosario
|
3db472b0cd
|
Update the expected HTML content type of failing view tests.
|
2016-10-24 02:26:43 -04:00 |
|
Roberto Rosario
|
063b325986
|
Fix file descriptor leak in document signature download test.
|
2016-06-28 03:01:29 -04:00 |
|
Roberto Rosario
|
945158bd60
|
Normalize handling of temporary file and directory creation.
|
2016-06-23 20:54:10 -04:00 |
|
Roberto Rosario
|
8075bfd0bc
|
Update Spanish translation.
|
2016-05-08 21:57:23 -04:00 |
|
Roberto Rosario
|
23f40ac4aa
|
PEP8 cleanups.
|
2016-04-27 20:31:02 -04:00 |
|
Roberto Rosario
|
232cb5e38d
|
Synchronize and compile translations.
|
2016-04-27 14:54:33 -04:00 |
|
Roberto Rosario
|
5775f5aeaa
|
Run makemessage for apps.
|
2016-04-27 14:20:45 -04:00 |
|
Roberto Rosario
|
c6fb008562
|
Workaround problem with gpg embedded signatures corrupting the source file by using clearsign=False by default.
|
2016-04-01 23:28:34 -04:00 |
|
Roberto Rosario
|
9a0dd8c192
|
Add embedded signing test.
|
2016-04-01 12:43:06 -04:00 |
|
Roberto Rosario
|
3d74bdb590
|
Add document embedded signature signing support.
|
2016-03-31 19:06:31 -04:00 |
|
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
|
8baca70ef5
|
Add link to document facet menu to display its latest version signatures.
|
2016-03-30 02:00:17 -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
|
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
|
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
|
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
|
355190e919
|
Start of document_signatures app refactor.
|
2016-03-25 04:07:57 -04:00 |
|
Roberto Rosario
|
d41dac5587
|
Add support for verification of detached signatures.
|
2016-03-24 00:27:49 -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
|
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
|
4d362c3957
|
Add icons to the document face menu links. Increase icon size by 10%. Increase icon to text spacing to 3px.
|
2016-03-08 04:17:57 -04:00 |
|
Roberto Rosario
|
27d8644438
|
Silence 90% of remaining Django 1.8 model warnings.
|
2016-01-28 05:43:08 -04:00 |
|
Roberto Rosario
|
6b3fe7a876
|
Fix futher Django Warnings.
|
2016-01-22 04:52:47 -04:00 |
|
Roberto Rosario
|
b19225e95d
|
Load models by calling AppConfig.get_model method instead.
|
2016-01-22 03:59:42 -04:00 |
|
Roberto Rosario
|
cbc1f12bf6
|
Simplify tests teatDown method.
|
2015-11-01 02:57:55 -04:00 |
|
Roberto Rosario
|
f9940f1fd0
|
Add default_app_config value to each app. Closes issue GL #216.
|
2015-10-19 02:57:00 -04:00 |
|
Roberto Rosario
|
976a86947e
|
Add management command to run tests from app list built dynamically.
|
2015-10-10 03:24:57 -04:00 |
|
Roberto Rosario
|
500f870c78
|
Do a force pull of all translations and a compile.
|
2015-09-25 04:18:04 -04:00 |
|
Roberto Rosario
|
8629e6495e
|
Translation source files updates. Add translator comments. Thanks to Berny for these.
|
2015-09-24 16:30:19 -04:00 |
|
Roberto Rosario
|
c9b981f07a
|
Update translation sources and compiles files.
|
2015-09-24 01:44:03 -04:00 |
|
Roberto Rosario
|
6ccfaf59f8
|
Add 1 second delay to workaround MySQL <5.6.4 not storing millisecond time data which is used to determine lastest version of a document.
|
2015-09-21 04:19:57 -04:00 |
|
Roberto Rosario
|
df417f562c
|
PEP8 Cleanups (471 warnings).
|
2015-09-17 21:34:27 -04:00 |
|
Roberto Rosario
|
6ca6cd9f21
|
PEP8 Cleanusp (549 warnings).
|
2015-09-16 04:15:10 -04:00 |
|
Roberto Rosario
|
02353927db
|
Improve admin interfaces.
|
2015-09-08 18:13:22 -04:00 |
|
Roberto Rosario
|
3e3eca4c0e
|
Update all tests to use setting value overriding.
|
2015-09-06 04:01:40 -04:00 |
|