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