app/soc/views/helper/access.py
2009-02-01 Sverre Rabbelier Cleaned up access.py
2009-02-01 Pawel Solyga Fix missing dot and wrong import sorting in soc.views.helper.access module.
2009-01-31 Sverre Rabbelier Hook up the ACL system for documents.
2009-01-31 Lennard de Rijk Removed workflow type as keyfield from program.
2009-01-31 Sverre Rabbelier Cleanups in base.Logic
2009-01-31 Lennard de Rijk Added status to program.
2009-01-30 Lennard de Rijk Renamed state to status where appropriate.
2009-01-30 Lennard de Rijk Changed status in group app model to state.
2009-01-29 Sverre Rabbelier Properly check if a program is active
2009-01-29 Sverre Rabbelier Factor out the allowIfCheckPasses logic
2009-01-29 Lennard de Rijk Changed docstring for checkIsAllowedToManageRole.
2009-01-29 Lennard de Rijk Added checkIsAllowedToManageRole to access.py.
2009-01-29 Lennard de Rijk Redone access checks concerning groups to deal with the state property.
2009-01-28 Lennard de Rijk Changed access.py to comply more with the style of the module.
2009-01-28 Lennard de Rijk Redone the user's profile page.
2009-01-28 Sverre Rabbelier Fix wrong order of decorators and some cleanup
2009-01-28 Sverre Rabbelier Bugfixes after recent refactoring
2009-01-27 Sverre Rabbelier Cache access checks and disable sidebar caching
2009-01-27 Sverre Rabbelier Create a decorator for allowDeveloper
2009-01-27 Sverre Rabbelier Fold checkAgreesToSiteToS into checkIsUser
2009-01-26 Sverre Rabbelier Major refactor of the access module
2009-01-26 Lennard de Rijk Developers are hosts for every sponsor now.
2009-01-25 Lennard de Rijk Renamed checkIsHostForProgram to checkIsHostForSponsor.
2009-01-25 Lennard de Rijk Added rights check to sponsor.py.
2009-01-25 Lennard de Rijk Fixed a bug in access.py.
2009-01-25 Lennard de Rijk Added checkCanMakeRequestToGroup to access.py.
2009-01-25 Lennard de Rijk Removed unused method from access.py.
2009-01-25 Sverre Rabbelier Remove the request and arg parameter from the checkAccess call
2009-01-24 Sverre Rabbelier Use ugettext instead of ugettext_lazy
2009-01-24 Lennard de Rijk Changed user_logic call to it's convenience function getForCurrentAccount.
2009-01-24 Lennard de Rijk Added checkCanProcessRequest in access.py.
2009-01-24 Pawel Solyga Fix some missing dots in access and club_admin modules.
2009-01-24 Lennard de Rijk Added missing dot to access.py.
2009-01-24 Pawel Solyga Add missing blank lines and remove unused checkIsInvited function from soc.views.helper.access module.
2009-01-24 Lennard de Rijk Fixed an access related bug in checkIsClubAdminForClub.
2009-01-24 Lennard de Rijk Fixed bug in access.py concerning host checks.
2009-01-23 Lennard de Rijk Changed the access checks to comply with state in request.
2009-01-23 Sverre Rabbelier Add a simple access check for a picker
2009-01-23 Sverre Rabbelier Restore context in deny() page
2009-01-23 Lennard de Rijk Added various access methods in preperation for the new request system.
2009-01-21 Sverre Rabbelier Even developers need to agree to the terms of service for Melange
2009-01-21 Lennard de Rijk Replaced boolean properties in soc/models/group_app with status property.
2009-01-21 Todd Larsen Move getToSLink() to soc.views.helper.redirects.getToSRedirect().
2009-01-21 Todd Larsen Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
2009-01-21 Todd Larsen Make checkAgreesToSiteToS() the default access check for many other checks.
2009-01-21 Todd Larsen Add checkAgreesToSiteToS() (partially implemented until circular import fixed).
2009-01-21 Todd Larsen Take advantage of new "from ... import ... as ..." rules in the style guide.
2009-01-21 Lennard de Rijk Changed checkIsClubAppAccepted into a more generic checkIsApplicationAccepted.
2009-01-21 Lennard de Rijk Added club_app model and logic.
2009-01-21 Sverre Rabbelier Prepare access to receive args and kwargs as argument
2009-01-15 Sverre Rabbelier Implement the checkIsClubAppAccepted function
2009-01-10 Sverre Rabbelier Added Club Admin model, logic, and view
2009-01-10 Lennard de Rijk Fixed a typo in the comment in helper/access.py.
2009-01-08 Sverre Rabbelier Added the club_app view, logic and model
2008-12-15 Pawel Solyga Fix import sorting in soc.views.helper.access module and rename 'host' to 'Program Administrator'.
2008-12-13 Sverre Rabbelier Make checkIsMyInvitation use Django to parse the URL
2008-12-13 Lennard de Rijk Using getForCurrentAccount where possible due to comments on r1309.
2008-12-12 Lennard de Rijk Added Notifications.
2008-12-11 Sverre Rabbelier Make it possible to invite another Host as Host
2008-12-07 Pawel Solyga Add missing dots in docstrings, proper sorting of imports and small docstring typo fixes.
less more (0) -60 tip