Tue, 10 Mar 2009 12:31:25 +0000 |
Lennard de Rijk |
checkIsApplicationAccepted now properly checks if the application is really from the applying user.
|
file |
diff |
annotate
|
Mon, 09 Mar 2009 16:34:54 +0000 |
Pawel Solyga |
Replace getFromKeyName with getFromKeyNameOr404 where appropriate in soc.views.helper.access module.
|
file |
diff |
annotate
|
Sat, 07 Mar 2009 16:06:30 +0000 |
Lennard de Rijk |
Fixes banned people being able to create a new user entity.
|
file |
diff |
annotate
|
Wed, 04 Mar 2009 17:36:14 +0000 |
Pawel Solyga |
Remove unused imports, style and too long lines fixes, remove unused variables, rename too short variable names, fix docstrings in soc.views.helper.access module.
|
file |
diff |
annotate
|
Tue, 03 Mar 2009 21:49:05 +0000 |
Pawel Solyga |
Fix the KeyError: 'scope_path' error in soc.views.helper.access module.
|
file |
diff |
annotate
|
Sun, 01 Mar 2009 15:13:28 +0000 |
Pawel Solyga |
Fix bug in checkDocumentPick of soc.views.helper.access module, which cause KeyError exceptions in document picker.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 13:06:04 +0000 |
Lennard de Rijk |
Fixed issue 205.
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:59:34 +0000 |
Sverre Rabbelier |
Fixed a comment typo
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:32:52 +0000 |
Sverre Rabbelier |
Properly fixed host access now
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:10:49 +0000 |
Sverre Rabbelier |
Do not modify django_args directly
|
file |
diff |
annotate
|
Sat, 28 Feb 2009 12:10:19 +0000 |
Sverre Rabbelier |
Fixed a brown paper bag bug in _checkHasActiveRoleFor
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 20:29:09 +0000 |
Lennard de Rijk |
Changed access checks for group applications to allow reviewing of rejected applications.
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 16:59:57 +0000 |
Sverre Rabbelier |
Fixed a bug in student access check
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 16:59:24 +0000 |
Sverre Rabbelier |
Allow to do 'checkHasActiveRole' checks for document access
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 16:57:13 +0000 |
Sverre Rabbelier |
Remove direct uses of checkIsActive, replace with helper methods
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 16:56:37 +0000 |
Sverre Rabbelier |
Make django_args optional where appropriate and whitespace fixes
|
file |
diff |
annotate
|
Thu, 26 Feb 2009 08:48:02 +0000 |
Lennard de Rijk |
Edited checkCanReviewGroupApp to cope with the new pre-rejected status.
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 23:10:50 +0000 |
Sverre Rabbelier |
Allow the document lookup to be done by key name
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 20:09:36 +0000 |
Sverre Rabbelier |
Brown paper bag fix
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 19:51:40 +0000 |
Sverre Rabbelier |
Added a checkHasAny method
|
file |
diff |
annotate
|
Tue, 24 Feb 2009 18:58:57 +0000 |
Sverre Rabbelier |
Add missing comment to checkIsMyEntity
|
file |
diff |
annotate
|
Mon, 23 Feb 2009 18:27:14 +0000 |
Sverre Rabbelier |
Make timeline a Linkable
|
file |
diff |
annotate
|
Sun, 22 Feb 2009 20:42:05 +0000 |
Lennard de Rijk |
Added several access checks for student proposals.
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 21:49:46 +0000 |
Sverre Rabbelier |
Forgotten import
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 20:15:56 +0000 |
Sverre Rabbelier |
Make use of the new checkHasDocumentAccess method
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 20:15:23 +0000 |
Sverre Rabbelier |
Added a checkHasDocumentAccess method
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 20:14:51 +0000 |
Sverre Rabbelier |
Specify how to walk the scope up to another scope
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 20:14:19 +0000 |
Sverre Rabbelier |
Make use of default value
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 17:10:18 +0000 |
Lennard de Rijk |
Updated comments in access.py.
|
file |
diff |
annotate
|
Sat, 21 Feb 2009 16:40:22 +0000 |
Sverre Rabbelier |
Added support for having a format string as scope_path filter
|
file |
diff |
annotate
|
Thu, 19 Feb 2009 08:10:25 +0000 |
Lennard de Rijk |
Use the new program property in mentor and role for an access check.
|
file |
diff |
annotate
|
Tue, 17 Feb 2009 19:32:53 +0000 |
Lennard de Rijk |
Added new access methods.
|
file |
diff |
annotate
|
Mon, 16 Feb 2009 22:30:55 +0000 |
Pawel Solyga |
Remove extra space from soc.views.helper.access module.
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 18:52:38 +0000 |
Pawel Solyga |
Add missing dots in messages in soc.views.helper.access module.
|
file |
diff |
annotate
|
Sun, 15 Feb 2009 11:14:26 +0000 |
Lennard de Rijk |
Fixed a bug in access.py where a non-existing variable would have been called.
|
file |
diff |
annotate
|
Sat, 14 Feb 2009 16:43:20 +0000 |
Sverre Rabbelier |
Add custom access check for document listing
|
file |
diff |
annotate
|
Sat, 14 Feb 2009 15:56:46 +0000 |
Sverre Rabbelier |
Developers have all roles
|
file |
diff |
annotate
|
Sat, 14 Feb 2009 14:10:56 +0000 |
Sverre Rabbelier |
Fix a bug if you have no roles at all
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 23:18:39 +0000 |
Sverre Rabbelier |
Partially reverted "Update the copyright notice for 2009."
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 22:36:45 +0000 |
Sverre Rabbelier |
Update the copyright notice for 2009.
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 21:54:10 +0000 |
Sverre Rabbelier |
Do access checks on the pick url for documents
|
file |
diff |
annotate
|
Fri, 13 Feb 2009 21:51:41 +0000 |
Sverre Rabbelier |
Factor out the hasMembership method from checkMembership
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 20:10:53 +0000 |
Lennard de Rijk |
Added allowsidebar to checkIsDocumentReadable.
|
file |
diff |
annotate
|
Wed, 11 Feb 2009 20:04:29 +0000 |
Lennard de Rijk |
Fixed a bug in access.py that made it impossible to show featured documents in the sidebar.
|
file |
diff |
annotate
|
Sat, 07 Feb 2009 23:26:38 +0000 |
Sverre Rabbelier |
Fixed access checkers for orgs
|
file |
diff |
annotate
|
Sat, 07 Feb 2009 22:49:51 +0000 |
Sverre Rabbelier |
Rename checkHasActiveRole to checkHasActiveRoleForScope
|
file |
diff |
annotate
|
Sat, 07 Feb 2009 20:37:28 +0000 |
Sverre Rabbelier |
Stylefixes in access.py and removal of self.deny calls
|
file |
diff |
annotate
|
Sat, 07 Feb 2009 13:36:50 +0000 |
Lennard de Rijk |
Added missing comment in access.py and removed excessive whitespace.
|
file |
diff |
annotate
|
Fri, 06 Feb 2009 10:24:45 +0000 |
Lennard de Rijk |
Added pre-accpeted status to group_app.
|
file |
diff |
annotate
|
Thu, 05 Feb 2009 23:43:52 +0000 |
Sverre Rabbelier |
Make picker work generically
|
file |
diff |
annotate
|
Thu, 05 Feb 2009 23:41:02 +0000 |
Sverre Rabbelier |
Fix broken document access checks
|
file |
diff |
annotate
|
Thu, 05 Feb 2009 22:13:12 +0000 |
Lennard de Rijk |
Added new access checks to deal with timeline for programs.
|
file |
diff |
annotate
|
Thu, 05 Feb 2009 20:19:17 +0000 |
Lennard de Rijk |
Cleaned up getKeyNameFromFields in Logic base.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 15:18:40 +0000 |
Lennard de Rijk |
Renamed checkHasRole to checkHasActiveRole.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 13:50:41 +0000 |
Lennard de Rijk |
Added checkCanReviewGroupApp to acces.py.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 13:27:52 +0000 |
Lennard de Rijk |
Added checkCanEditGroupApp to access.py.
|
file |
diff |
annotate
|
Tue, 03 Feb 2009 09:20:09 +0000 |
Lennard de Rijk |
Added some extra isUser checks to make sure that you have to accept the ToS before you can do anything concerning requests.
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 21:46:01 +0000 |
Lennard de Rijk |
Adds the possibility to exclude the user from the website.
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 17:02:31 +0000 |
Sverre Rabbelier |
More access related fixes
|
file |
diff |
annotate
|
Mon, 02 Feb 2009 16:03:21 +0000 |
Sverre Rabbelier |
Use .logic in checkIsAllowedToManageRole at the caller
|
file |
diff |
annotate
|