Commit Graph

1304 Commits

Author SHA1 Message Date
Roberto Rosario
14dbeb4266 Remove AnonymousUser class checking 2012-01-08 06:49:26 -04:00
Roberto Rosario
fac43006e3 Add translable return text to the anonymous user singleton __unicode__ method 2012-01-08 06:48:45 -04:00
Roberto Rosario
4db37003d9 Call the proper method when adding anonymous user singleton to the new holder list 2012-01-08 06:48:01 -04:00
Roberto Rosario
51a6abaf11 Add context variable setting helper template tag 2012-01-08 04:59:16 -04:00
Roberto Rosario
3ef44b3d32 Update logout action to not redirect on logout 2012-01-08 04:58:42 -04:00
Roberto Rosario
45031022b6 Update COMMON_ALLOW_ANONYMOUS_ACCESS description wording 2012-01-08 04:58:22 -04:00
Roberto Rosario
c3175c7ea4 Add anonymous user support to the permission app 2012-01-08 04:57:54 -04:00
Roberto Rosario
7fd83ddf0b Fix import format 2012-01-08 04:57:02 -04:00
Roberto Rosario
f2a263adb7 Move tag model column registration to the tags app 2012-01-08 04:55:54 -04:00
Roberto Rosario
c2fcbfe299 Add COMMON_ALLOW_ANONYMOUS_ACCESS configuration option to allow access to non authenticated users 2012-01-08 04:54:15 -04:00
Roberto Rosario
467be05baa Select the proper web theme display mode based on the user authentication status 2012-01-08 04:42:01 -04:00
Roberto Rosario
9d73c10b7b Invert authentication test logic from is_anonymous to not is_authenticated
From: http://gdub.wordpress.com/2006/09/23/is_authenticated-vs-is_anonymous/
2012-01-08 04:41:07 -04:00
Roberto Rosario
be1658505c Use a context variable (web_theme_view_type) to determine the web theme view mode instead of using the user login status 2012-01-08 04:40:02 -04:00
Roberto Rosario
0c02ac7d40 Add anonymous user support to the dynamic search app's Savedsearch model manager method 2012-01-07 23:36:41 -04:00
Roberto Rosario
cbc94e484f Add anonymous user support to the Permission manager models 2012-01-07 23:36:07 -04:00
Roberto Rosario
85875be859 Add further auto admin creation cleanups 2012-01-07 23:33:31 -04:00
Roberto Rosario
c7ee18af85 Add anonymous user support to the 'get_object_name' function 2012-01-07 23:33:09 -04:00
Roberto Rosario
4931d9bf49 Update recent document list view to user the 'get_for_user' RecentDocument manager method 2012-01-07 23:30:58 -04:00
Roberto Rosario
367d197cc0 Add 'get_for_user' method to the RecentDocument model 2012-01-07 23:30:35 -04:00
Roberto Rosario
51b63e86de Add corresponding permission check to the source app view links 2012-01-07 23:29:42 -04:00
Roberto Rosario
fa94288317 Only add the sentry and admin add and icons if they corresponding apps have been installed 2012-01-07 23:29:03 -04:00
Roberto Rosario
df5f50f5d4 Cleanup auto admin user creation using receiver decorator 2012-01-07 23:28:26 -04:00
Roberto Rosario
33513d34a5 Remove remarked code 2012-01-07 23:25:54 -04:00
Roberto Rosario
595e901b64 Add anonymous user support to the acl model manager methods 2012-01-07 23:24:04 -04:00
Roberto Rosario
b9f7939e3e Add the anonymous user singleton to the list of avaible holder for an acl 2012-01-07 23:22:55 -04:00
Roberto Rosario
d0acea0714 Add anonymous user support to the object encapsulator class 2012-01-07 23:22:03 -04:00
Roberto Rosario
28000ccfec Add proper permission checking to the ACL setup view links 2012-01-07 23:21:22 -04:00
Roberto Rosario
eb267cae10 Add a Singleton Model class and an AnonymousUserSingleton model to support adding permissions and access to anonymous users 2012-01-07 23:18:42 -04:00
Roberto Rosario
3a517036d1 Add bulk download support to the document app 2012-01-04 02:09:30 -04:00
Roberto Rosario
dfcf2b8b17 Add generic class for handling reading, appending and creating Zip files 2012-01-04 02:08:50 -04:00
Roberto Rosario
edd344b924 Add ACL support to the document comments app 2012-01-03 18:49:03 -04:00
Roberto Rosario
ffd90c0340 Remove unneeded module 2012-01-03 18:48:42 -04:00
Roberto Rosario
268c1386f0 Remove the unimplemented PERMISSION_COMMENT_EDIT permission 2012-01-03 18:48:12 -04:00
Roberto Rosario
1cd3c4e7d0 Add related support to 'filter_objects_by_access' and 'get_allowed_class_objects' methods 2012-01-03 18:47:28 -04:00
Roberto Rosario
4ded57f27d Improved, simplified and optimized the document signature verification model and manager 2012-01-03 06:55:08 -04:00
Roberto Rosario
6a8c86b0a4 Add _post_save_hooks support to the DocumentVersion class 2012-01-03 06:54:34 -04:00
Roberto Rosario
c70f915b49 Add 'has_embedded_signature' helper method to the GPG class 2012-01-03 06:53:44 -04:00
Roberto Rosario
5ec2386ec1 Update the OCR app to apply auto OCR queueing to new document version not only to the initial document upload 2012-01-03 04:56:25 -04:00
Roberto Rosario
ebfb3e547f Comment style update 2012-01-03 04:56:15 -04:00
Roberto Rosario
1f44b1bc6c Add ACL support to the OCR app 2012-01-03 04:37:30 -04:00
Roberto Rosario
b89c55ed18 Codying style update, added comments 2012-01-03 04:37:03 -04:00
Roberto Rosario
19b2412e03 Move the 'PERMISSION_DOCUMENT_NEW_VERSION' permission from the sources to the documents app 2012-01-03 04:26:31 -04:00
Roberto Rosario
24da6f4796 Add ACL support to the metadata app 2012-01-03 04:17:44 -04:00
Roberto Rosario
807444eddd User correct permission for the metadata view form header link, use proper coding style 2012-01-03 04:16:40 -04:00
Roberto Rosario
5de44256bc Improve coding style 2012-01-03 04:16:16 -04:00
Roberto Rosario
d270e155a2 Add ACL support to the history app 2012-01-03 03:28:17 -04:00
Roberto Rosario
3833e07d03 Remove repeated import 2012-01-03 03:28:01 -04:00
Roberto Rosario
3fd64d230b Add ACL support to the document signatures app 2012-01-03 03:13:58 -04:00
Roberto Rosario
29ef0e3f42 Proper 'PermissionDenied' exception import 2012-01-03 03:13:39 -04:00
Roberto Rosario
e5cc2e3f7a Update the apps to the new acls module split 2012-01-03 03:04:32 -04:00