Commit Graph

1281 Commits

Author SHA1 Message Date
Roberto Rosario
e5e2117771 Update document indexing app to the new class based permissions 2011-12-08 16:36:09 -04:00
Roberto Rosario
563a1d176f Update permission app to the new class based permissions 2011-12-08 16:35:26 -04:00
Roberto Rosario
8c7d06aa10 Merge branch 'development' into feature/ACL_support 2011-12-07 16:09:45 -04:00
Roberto Rosario
cf3e07d728 Initial Italian language sync 2011-12-07 15:53:04 -04:00
Roberto Rosario
30f668b876 Fix statistics 2011-12-07 04:51:50 -04:00
Roberto Rosario
56b22a8115 Bump version to 0.11.1 2011-12-07 04:34:48 -04:00
Roberto Rosario
76aced48e8 Improve post metadata set delete redirection 2011-12-07 04:31:59 -04:00
Roberto Rosario
5f3656c43f Call the correct gpg method 2011-12-07 04:23:02 -04:00
Roberto Rosario
6bf8a3df10 Fix document delete regresion 2011-12-07 04:22:34 -04:00
Roberto Rosario
bee7567327 Catch the correct exception KeyImportError and not KeyFetchingError 2011-12-06 23:40:20 -04:00
Roberto Rosario
f7776b3300 Bumped version to 0.11 2011-12-06 03:32:32 -04:00
Roberto Rosario
d6a62feefa Home screen translation update 2011-12-06 03:30:27 -04:00
Roberto Rosario
4cc0ff3386 Added home template text 2011-12-06 03:30:11 -04:00
Roberto Rosario
265a4c6b1d Translation updates 2011-12-06 02:26:59 -04:00
Roberto Rosario
6b87c8fab1 Remove the filename re use checkbox from the document edit form 2011-12-06 02:05:05 -04:00
Roberto Rosario
197d3b4642 Disable private key views until document signing is implemented 2011-12-06 02:03:33 -04:00
Roberto Rosario
2d015d768e Improve the logic of the signature download conditional disabling 2011-12-06 01:56:39 -04:00
Roberto Rosario
2e829b3be4 Add views to upload and download detached signatures 2011-12-06 01:51:00 -04:00
Roberto Rosario
755d140132 Add detached signature support to the django_gpg API 2011-12-06 01:50:38 -04:00
Roberto Rosario
11edaaf4e7 Added signature file to the document model and the related method to add, verify and open the signature file 2011-12-06 01:49:45 -04:00
Roberto Rosario
2b6530d9d3 Use cStringIO whenever possible 2011-12-05 22:49:24 -04:00
Roberto Rosario
7d604322ac Merge branch 'master' into development
Conflicts:
	apps/main/__init__.py
2011-12-05 22:47:58 -04:00
Roberto Rosario
0439e0edf7 Merge branch 'development' into feature/ACL_support
Conflicts:
	requirements/development.txt
	requirements/production.txt
	urls.py
2011-12-05 16:01:21 -04:00
Roberto Rosario
fff202e5b4 Bumped version to 0.10-hotfix4 2011-12-05 15:32:24 -04:00
Roberto Rosario
5ec7898c55 Merge branch 'hotfix/0.10-hotfix2' into development
Conflicts:
	apps/main/__init__.py
2011-12-05 15:17:56 -04:00
Roberto Rosario
dd34b9b6dd Bump version to 0.10-hotfix2 2011-12-05 15:00:48 -04:00
Roberto Rosario
d299ec86e3 Fallback to the 'activo' theme during offline compression 2011-12-05 14:59:38 -04:00
Roberto Rosario
623fa8276f Merge branch 'hotfix/v0.10-hf1' into development
Conflicts:
	apps/main/__init__.py
	docs/changelog.rst
2011-12-05 14:46:17 -04:00
Roberto Rosario
52a8fca5d9 Bump version to 0.10.1 2011-12-05 14:41:46 -04:00
Roberto Rosario
1a973723f2 Fix typo 2011-12-05 14:21:17 -04:00
Roberto Rosario
3b943af6d8 Update translation files 2011-12-05 13:55:33 -04:00
Roberto Rosario
0adcf584f3 Update text mapping to avoid ugettext from complaining 2011-12-05 13:40:25 -04:00
Roberto Rosario
553d73020d Add key management view to the setup menu, add keyserver query view, add keyserver key import, add respective icons 2011-12-05 13:37:24 -04:00
Roberto Rosario
8b3e391e05 Change default keyserver 2011-12-05 13:36:47 -04:00
Roberto Rosario
f5211313b7 Dont fetch public keys when creating document version 2011-12-05 13:35:15 -04:00
Roberto Rosario
292d3ffc3d Dont import deprecated 'get_encoding', simplify decrypted data encapsulation 2011-12-05 07:28:02 -04:00
Roberto Rosario
a32b92b5fc Add signature state field to the Document model, update it whenever a new version is added, use it to return the raw or the decrypted content when calling the open method 2011-12-05 06:54:41 -04:00
Roberto Rosario
7ed3b329dc Fix document main menu highlighting 2011-12-05 06:54:03 -04:00
Roberto Rosario
9271ded217 Move signatute state literals to the api module, inspect a document raw content only, display signature type (embedded, detached) 2011-12-05 06:52:51 -04:00
Roberto Rosario
d8f487de7c Move human readable signature state literal from the view to the api module 2011-12-05 06:52:03 -04:00
Roberto Rosario
ba5b54e1aa Add migration to add the signature state field to the Document model 2011-12-05 06:51:26 -04:00
Roberto Rosario
24f443fe1a Improve document version views navigation and active menu feedback 2011-12-04 06:16:37 -04:00
Roberto Rosario
071139c5bf Add document signature verification app 2011-12-04 05:52:09 -04:00
Roberto Rosario
071fed8996 Add new version upload option to use new file filename as the document filename 2011-12-04 03:21:34 -04:00
Roberto Rosario
f5c3fa21d7 Add a size property to the DocumentVersion model 2011-12-04 02:44:08 -04:00
Roberto Rosario
fafadfaca2 Fix document print view 2011-12-04 02:37:11 -04:00
Roberto Rosario
64e73a9c9d Update the 'invalidate_cached_image' to supply a version pk as now required by the version aware 'get_cached_image_name' method 2011-12-04 02:20:44 -04:00
Roberto Rosario
03620f5331 Update the 'find duplicates' view to work with document versions 2011-12-04 02:15:57 -04:00
Roberto Rosario
479e3d5cec Update the REST API call 'is_zoomable' to catch more errors 2011-12-04 02:15:33 -04:00
Roberto Rosario
ae0ecb20a6 Update the 'is_zoomable' api call to be version aware 2011-12-04 02:02:34 -04:00