app/soc/views/helper/access.py
Sun, 15 Feb 2009 18:52:38 +0000 Pawel Solyga Add missing dots in messages in soc.views.helper.access module.
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.
Sat, 14 Feb 2009 16:43:20 +0000 Sverre Rabbelier Add custom access check for document listing
Sat, 14 Feb 2009 15:56:46 +0000 Sverre Rabbelier Developers have all roles
Sat, 14 Feb 2009 14:10:56 +0000 Sverre Rabbelier Fix a bug if you have no roles at all
Fri, 13 Feb 2009 23:18:39 +0000 Sverre Rabbelier Partially reverted "Update the copyright notice for 2009."
Fri, 13 Feb 2009 22:36:45 +0000 Sverre Rabbelier Update the copyright notice for 2009.
Fri, 13 Feb 2009 21:54:10 +0000 Sverre Rabbelier Do access checks on the pick url for documents
Fri, 13 Feb 2009 21:51:41 +0000 Sverre Rabbelier Factor out the hasMembership method from checkMembership
Wed, 11 Feb 2009 20:10:53 +0000 Lennard de Rijk Added allowsidebar to checkIsDocumentReadable.
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.
Sat, 07 Feb 2009 23:26:38 +0000 Sverre Rabbelier Fixed access checkers for orgs
Sat, 07 Feb 2009 22:49:51 +0000 Sverre Rabbelier Rename checkHasActiveRole to checkHasActiveRoleForScope
Sat, 07 Feb 2009 20:37:28 +0000 Sverre Rabbelier Stylefixes in access.py and removal of self.deny calls
Sat, 07 Feb 2009 13:36:50 +0000 Lennard de Rijk Added missing comment in access.py and removed excessive whitespace.
Fri, 06 Feb 2009 10:24:45 +0000 Lennard de Rijk Added pre-accpeted status to group_app.
Thu, 05 Feb 2009 23:43:52 +0000 Sverre Rabbelier Make picker work generically
Thu, 05 Feb 2009 23:41:02 +0000 Sverre Rabbelier Fix broken document access checks
Thu, 05 Feb 2009 22:13:12 +0000 Lennard de Rijk Added new access checks to deal with timeline for programs.
Thu, 05 Feb 2009 20:19:17 +0000 Lennard de Rijk Cleaned up getKeyNameFromFields in Logic base.
Tue, 03 Feb 2009 15:18:40 +0000 Lennard de Rijk Renamed checkHasRole to checkHasActiveRole.
Tue, 03 Feb 2009 13:50:41 +0000 Lennard de Rijk Added checkCanReviewGroupApp to acces.py.
Tue, 03 Feb 2009 13:27:52 +0000 Lennard de Rijk Added checkCanEditGroupApp to access.py.
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.
Mon, 02 Feb 2009 21:46:01 +0000 Lennard de Rijk Adds the possibility to exclude the user from the website.
Mon, 02 Feb 2009 17:02:31 +0000 Sverre Rabbelier More access related fixes
Mon, 02 Feb 2009 16:03:21 +0000 Sverre Rabbelier Use .logic in checkIsAllowedToManageRole at the caller
Mon, 02 Feb 2009 15:00:43 +0000 Sverre Rabbelier Fixed club_app
Mon, 02 Feb 2009 14:47:09 +0000 Sverre Rabbelier Rewrite getForFields to use GQL instead of the Query API
Mon, 02 Feb 2009 14:09:24 +0000 Sverre Rabbelier More access related fixes
Mon, 02 Feb 2009 13:59:07 +0000 Sverre Rabbelier Fixed access related bugs
Sun, 01 Feb 2009 20:44:47 +0000 Sverre Rabbelier Cleaned up access.py
Sun, 01 Feb 2009 13:25:27 +0000 Pawel Solyga Fix missing dot and wrong import sorting in soc.views.helper.access module.
Sat, 31 Jan 2009 22:32:54 +0000 Sverre Rabbelier Hook up the ACL system for documents.
Sat, 31 Jan 2009 17:01:56 +0000 Lennard de Rijk Removed workflow type as keyfield from program.
Sat, 31 Jan 2009 15:41:45 +0000 Sverre Rabbelier Cleanups in base.Logic
Sat, 31 Jan 2009 13:48:48 +0000 Lennard de Rijk Added status to program.
Fri, 30 Jan 2009 17:38:28 +0000 Lennard de Rijk Renamed state to status where appropriate.
Fri, 30 Jan 2009 11:15:26 +0000 Lennard de Rijk Changed status in group app model to state.
Thu, 29 Jan 2009 23:05:37 +0000 Sverre Rabbelier Properly check if a program is active
Thu, 29 Jan 2009 23:04:12 +0000 Sverre Rabbelier Factor out the allowIfCheckPasses logic
Thu, 29 Jan 2009 18:18:20 +0000 Lennard de Rijk Changed docstring for checkIsAllowedToManageRole.
Thu, 29 Jan 2009 18:11:11 +0000 Lennard de Rijk Added checkIsAllowedToManageRole to access.py.
Thu, 29 Jan 2009 15:53:35 +0000 Lennard de Rijk Redone access checks concerning groups to deal with the state property.
Wed, 28 Jan 2009 17:33:05 +0000 Lennard de Rijk Changed access.py to comply more with the style of the module.
Wed, 28 Jan 2009 15:43:30 +0000 Lennard de Rijk Redone the user's profile page.
Wed, 28 Jan 2009 15:24:02 +0000 Sverre Rabbelier Fix wrong order of decorators and some cleanup
Wed, 28 Jan 2009 02:25:51 +0000 Sverre Rabbelier Bugfixes after recent refactoring
Tue, 27 Jan 2009 22:59:01 +0000 Sverre Rabbelier Cache access checks and disable sidebar caching
Tue, 27 Jan 2009 22:57:19 +0000 Sverre Rabbelier Create a decorator for allowDeveloper
Tue, 27 Jan 2009 13:36:45 +0000 Sverre Rabbelier Fold checkAgreesToSiteToS into checkIsUser
Mon, 26 Jan 2009 23:32:10 +0000 Sverre Rabbelier Major refactor of the access module
Mon, 26 Jan 2009 14:51:07 +0000 Lennard de Rijk Developers are hosts for every sponsor now.
Sun, 25 Jan 2009 22:42:09 +0000 Lennard de Rijk Renamed checkIsHostForProgram to checkIsHostForSponsor.
Sun, 25 Jan 2009 22:30:42 +0000 Lennard de Rijk Added rights check to sponsor.py.
Sun, 25 Jan 2009 21:52:35 +0000 Lennard de Rijk Fixed a bug in access.py.
Sun, 25 Jan 2009 12:22:53 +0000 Lennard de Rijk Added checkCanMakeRequestToGroup to access.py.
Sun, 25 Jan 2009 09:10:23 +0000 Lennard de Rijk Removed unused method from access.py.
Sun, 25 Jan 2009 00:02:41 +0000 Sverre Rabbelier Remove the request and arg parameter from the checkAccess call
Sat, 24 Jan 2009 23:56:34 +0000 Sverre Rabbelier Use ugettext instead of ugettext_lazy
Sat, 24 Jan 2009 18:21:50 +0000 Lennard de Rijk Changed user_logic call to it's convenience function getForCurrentAccount.
Sat, 24 Jan 2009 14:14:11 +0000 Lennard de Rijk Added checkCanProcessRequest in access.py.
Sat, 24 Jan 2009 12:51:47 +0000 Pawel Solyga Fix some missing dots in access and club_admin modules.
Sat, 24 Jan 2009 11:10:22 +0000 Lennard de Rijk Added missing dot to access.py.
Sat, 24 Jan 2009 11:04:15 +0000 Pawel Solyga Add missing blank lines and remove unused checkIsInvited function from soc.views.helper.access module.
Sat, 24 Jan 2009 10:18:30 +0000 Lennard de Rijk Fixed an access related bug in checkIsClubAdminForClub.
Sat, 24 Jan 2009 00:27:36 +0000 Lennard de Rijk Fixed bug in access.py concerning host checks.
Fri, 23 Jan 2009 23:42:07 +0000 Lennard de Rijk Changed the access checks to comply with state in request.
Fri, 23 Jan 2009 21:04:45 +0000 Sverre Rabbelier Add a simple access check for a picker
Fri, 23 Jan 2009 16:54:46 +0000 Sverre Rabbelier Restore context in deny() page
Fri, 23 Jan 2009 11:32:53 +0000 Lennard de Rijk Added various access methods in preperation for the new request system.
Wed, 21 Jan 2009 23:44:02 +0000 Sverre Rabbelier Even developers need to agree to the terms of service for Melange
Wed, 21 Jan 2009 22:47:22 +0000 Lennard de Rijk Replaced boolean properties in soc/models/group_app with status property.
Wed, 21 Jan 2009 22:21:40 +0000 Todd Larsen Move getToSLink() to soc.views.helper.redirects.getToSRedirect().
Wed, 21 Jan 2009 21:41:36 +0000 Todd Larsen Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
Wed, 21 Jan 2009 21:32:51 +0000 Todd Larsen Make checkAgreesToSiteToS() the default access check for many other checks.
Wed, 21 Jan 2009 21:25:18 +0000 Todd Larsen Add checkAgreesToSiteToS() (partially implemented until circular import fixed).
Wed, 21 Jan 2009 21:09:52 +0000 Todd Larsen Take advantage of new "from ... import ... as ..." rules in the style guide.
Wed, 21 Jan 2009 19:45:13 +0000 Lennard de Rijk Changed checkIsClubAppAccepted into a more generic checkIsApplicationAccepted.
Wed, 21 Jan 2009 19:32:00 +0000 Lennard de Rijk Added club_app model and logic.
Wed, 21 Jan 2009 16:11:47 +0000 Sverre Rabbelier Prepare access to receive args and kwargs as argument
Thu, 15 Jan 2009 17:01:15 +0000 Sverre Rabbelier Implement the checkIsClubAppAccepted function
Sat, 10 Jan 2009 18:18:10 +0000 Sverre Rabbelier Added Club Admin model, logic, and view
Sat, 10 Jan 2009 14:14:38 +0000 Lennard de Rijk Fixed a typo in the comment in helper/access.py.
Thu, 08 Jan 2009 21:24:27 +0000 Sverre Rabbelier Added the club_app view, logic and model
Mon, 15 Dec 2008 00:24:24 +0000 Pawel Solyga Fix import sorting in soc.views.helper.access module and rename 'host' to 'Program Administrator'.
Sat, 13 Dec 2008 12:49:11 +0000 Sverre Rabbelier Make checkIsMyInvitation use Django to parse the URL
Sat, 13 Dec 2008 11:02:08 +0000 Lennard de Rijk Using getForCurrentAccount where possible due to comments on r1309.
Fri, 12 Dec 2008 23:28:18 +0000 Lennard de Rijk Added Notifications.
Thu, 11 Dec 2008 20:54:22 +0000 Sverre Rabbelier Make it possible to invite another Host as Host
Sun, 07 Dec 2008 20:25:50 +0000 Pawel Solyga Add missing dots in docstrings, proper sorting of imports and small docstring typo fixes.
Sun, 07 Dec 2008 20:02:40 +0000 Sverre Rabbelier Thinkofix in access.checkIsInvited
Sun, 07 Dec 2008 19:02:02 +0000 Sverre Rabbelier Add checkIsHost in access
Sun, 07 Dec 2008 15:02:03 +0000 Sverre Rabbelier Add and use a placeholder for checkIsDocumentPublic
Mon, 01 Dec 2008 12:37:16 +0000 Pawel Solyga Some docstring fixes in few modules (soc.views.helper soc.views.models.base).
Sun, 30 Nov 2008 21:28:25 +0000 Lennard de Rijk Allow developers access to anything that does a checkIsInvited.
Sat, 29 Nov 2008 21:58:34 +0000 Sverre Rabbelier Now invited users can create a new Host profile
Sat, 29 Nov 2008 19:00:03 +0000 Sverre Rabbelier Moved checkAccess and getCleanedFields into access and forms
Wed, 26 Nov 2008 20:50:56 +0000 Sverre Rabbelier Created a seperate module for editSelf things
Sat, 22 Nov 2008 07:57:00 +0000 Todd Larsen Merge soc/logic/out_of_band.py into soc/views/out_of_band.py. Merge
Thu, 20 Nov 2008 23:07:38 +0000 Sverre Rabbelier Created a checkIsInvited method
Thu, 20 Nov 2008 15:41:31 +0000 Sverre Rabbelier Add a access.deny and access.allow method
Sat, 15 Nov 2008 03:12:33 +0000 Todd Larsen Attempt to rename User.id to User.account, in preparation for making User be
Fri, 07 Nov 2008 22:24:01 +0000 Pawel Solyga Fix not working former_ids. Add support for "Invalid accounts". Now when id from former_ids tries to create a profile "This account is invalid." error message is displayed. Compare emails in lower cases to prevent changing User email to the same email with different character casing (needs some more testing).
Wed, 05 Nov 2008 23:38:00 +0000 Sverre Rabbelier Refactoring of {site/home}_settings to make them use base.View
Sun, 19 Oct 2008 13:14:40 +0000 Pawel Solyga Fix identions, too long lines, unused imports and some other mistakes.
Thu, 16 Oct 2008 17:34:10 +0000 Pawel Solyga Make page argument required for errorResponse and requestLogin functions in simple.py and update affected files. Some keyword argument changes to in user/profile.py. All the changes are based on comments to r817.
Thu, 16 Oct 2008 15:12:00 +0000 Pawel Solyga Some indention fixes in access.py module.
Thu, 16 Oct 2008 13:18:59 +0000 Pawel Solyga Change name of login_request variable in access.py module to login_response.
Tue, 14 Oct 2008 12:02:42 +0000 Pawel Solyga Some indentations fixes. Changed all the email=id function arguments to email=id.email().
Mon, 13 Oct 2008 22:32:09 +0000 Pawel Solyga Some indentations fixes and ugettext_lazy() wrap up for DEF_DEV_LOGOUT_LOGIN_MSG_FMT in access.py.
Mon, 13 Oct 2008 21:34:07 +0000 Pawel Solyga Add missing blank lines between imports in access.py module.
Sun, 12 Oct 2008 18:30:37 +0000 Sverre Rabbelier Made the existing code use the new soc.logic.models
Sun, 12 Oct 2008 15:05:50 +0000 Sverre Rabbelier Missing changes to soc.views.helper.access
Sun, 12 Oct 2008 14:58:47 +0000 Sverre Rabbelier Moved soc/logic/helper/access to soc/views/helper/access
less more (0) tip