Thu, 29 Jan 2009 18:11:11 +0000 |
Lennard de Rijk |
Added checkIsAllowedToManageRole to access.py.
|
file |
diff |
annotate
|
Thu, 29 Jan 2009 15:53:35 +0000 |
Lennard de Rijk |
Redone access checks concerning groups to deal with the state property.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 17:33:05 +0000 |
Lennard de Rijk |
Changed access.py to comply more with the style of the module.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 15:43:30 +0000 |
Lennard de Rijk |
Redone the user's profile page.
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 15:24:02 +0000 |
Sverre Rabbelier |
Fix wrong order of decorators and some cleanup
|
file |
diff |
annotate
|
Wed, 28 Jan 2009 02:25:51 +0000 |
Sverre Rabbelier |
Bugfixes after recent refactoring
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 22:59:01 +0000 |
Sverre Rabbelier |
Cache access checks and disable sidebar caching
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 22:57:19 +0000 |
Sverre Rabbelier |
Create a decorator for allowDeveloper
|
file |
diff |
annotate
|
Tue, 27 Jan 2009 13:36:45 +0000 |
Sverre Rabbelier |
Fold checkAgreesToSiteToS into checkIsUser
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 23:32:10 +0000 |
Sverre Rabbelier |
Major refactor of the access module
|
file |
diff |
annotate
|
Mon, 26 Jan 2009 14:51:07 +0000 |
Lennard de Rijk |
Developers are hosts for every sponsor now.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 22:42:09 +0000 |
Lennard de Rijk |
Renamed checkIsHostForProgram to checkIsHostForSponsor.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 22:30:42 +0000 |
Lennard de Rijk |
Added rights check to sponsor.py.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 21:52:35 +0000 |
Lennard de Rijk |
Fixed a bug in access.py.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 12:22:53 +0000 |
Lennard de Rijk |
Added checkCanMakeRequestToGroup to access.py.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 09:10:23 +0000 |
Lennard de Rijk |
Removed unused method from access.py.
|
file |
diff |
annotate
|
Sun, 25 Jan 2009 00:02:41 +0000 |
Sverre Rabbelier |
Remove the request and arg parameter from the checkAccess call
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 23:56:34 +0000 |
Sverre Rabbelier |
Use ugettext instead of ugettext_lazy
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 18:21:50 +0000 |
Lennard de Rijk |
Changed user_logic call to it's convenience function getForCurrentAccount.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 14:14:11 +0000 |
Lennard de Rijk |
Added checkCanProcessRequest in access.py.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 12:51:47 +0000 |
Pawel Solyga |
Fix some missing dots in access and club_admin modules.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 11:10:22 +0000 |
Lennard de Rijk |
Added missing dot to access.py.
|
file |
diff |
annotate
|
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.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 10:18:30 +0000 |
Lennard de Rijk |
Fixed an access related bug in checkIsClubAdminForClub.
|
file |
diff |
annotate
|
Sat, 24 Jan 2009 00:27:36 +0000 |
Lennard de Rijk |
Fixed bug in access.py concerning host checks.
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 23:42:07 +0000 |
Lennard de Rijk |
Changed the access checks to comply with state in request.
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 21:04:45 +0000 |
Sverre Rabbelier |
Add a simple access check for a picker
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 16:54:46 +0000 |
Sverre Rabbelier |
Restore context in deny() page
|
file |
diff |
annotate
|
Fri, 23 Jan 2009 11:32:53 +0000 |
Lennard de Rijk |
Added various access methods in preperation for the new request system.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 23:44:02 +0000 |
Sverre Rabbelier |
Even developers need to agree to the terms of service for Melange
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 22:47:22 +0000 |
Lennard de Rijk |
Replaced boolean properties in soc/models/group_app with status property.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 22:21:40 +0000 |
Todd Larsen |
Move getToSLink() to soc.views.helper.redirects.getToSRedirect().
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 21:41:36 +0000 |
Todd Larsen |
Tighten more checkIsUser() access to checkAgreesToSiteToS() instead.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 21:32:51 +0000 |
Todd Larsen |
Make checkAgreesToSiteToS() the default access check for many other checks.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 21:25:18 +0000 |
Todd Larsen |
Add checkAgreesToSiteToS() (partially implemented until circular import fixed).
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 21:09:52 +0000 |
Todd Larsen |
Take advantage of new "from ... import ... as ..." rules in the style guide.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 19:45:13 +0000 |
Lennard de Rijk |
Changed checkIsClubAppAccepted into a more generic checkIsApplicationAccepted.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 19:32:00 +0000 |
Lennard de Rijk |
Added club_app model and logic.
|
file |
diff |
annotate
|
Wed, 21 Jan 2009 16:11:47 +0000 |
Sverre Rabbelier |
Prepare access to receive args and kwargs as argument
|
file |
diff |
annotate
|
Thu, 15 Jan 2009 17:01:15 +0000 |
Sverre Rabbelier |
Implement the checkIsClubAppAccepted function
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 18:18:10 +0000 |
Sverre Rabbelier |
Added Club Admin model, logic, and view
|
file |
diff |
annotate
|
Sat, 10 Jan 2009 14:14:38 +0000 |
Lennard de Rijk |
Fixed a typo in the comment in helper/access.py.
|
file |
diff |
annotate
|
Thu, 08 Jan 2009 21:24:27 +0000 |
Sverre Rabbelier |
Added the club_app view, logic and model
|
file |
diff |
annotate
|
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'.
|
file |
diff |
annotate
|
Sat, 13 Dec 2008 12:49:11 +0000 |
Sverre Rabbelier |
Make checkIsMyInvitation use Django to parse the URL
|
file |
diff |
annotate
|
Sat, 13 Dec 2008 11:02:08 +0000 |
Lennard de Rijk |
Using getForCurrentAccount where possible due to comments on r1309.
|
file |
diff |
annotate
|
Fri, 12 Dec 2008 23:28:18 +0000 |
Lennard de Rijk |
Added Notifications.
|
file |
diff |
annotate
|
Thu, 11 Dec 2008 20:54:22 +0000 |
Sverre Rabbelier |
Make it possible to invite another Host as Host
|
file |
diff |
annotate
|
Sun, 07 Dec 2008 20:25:50 +0000 |
Pawel Solyga |
Add missing dots in docstrings, proper sorting of imports and small docstring typo fixes.
|
file |
diff |
annotate
|
Sun, 07 Dec 2008 20:02:40 +0000 |
Sverre Rabbelier |
Thinkofix in access.checkIsInvited
|
file |
diff |
annotate
|
Sun, 07 Dec 2008 19:02:02 +0000 |
Sverre Rabbelier |
Add checkIsHost in access
|
file |
diff |
annotate
|
Sun, 07 Dec 2008 15:02:03 +0000 |
Sverre Rabbelier |
Add and use a placeholder for checkIsDocumentPublic
|
file |
diff |
annotate
|
Mon, 01 Dec 2008 12:37:16 +0000 |
Pawel Solyga |
Some docstring fixes in few modules (soc.views.helper soc.views.models.base).
|
file |
diff |
annotate
|
Sun, 30 Nov 2008 21:28:25 +0000 |
Lennard de Rijk |
Allow developers access to anything that does a checkIsInvited.
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 21:58:34 +0000 |
Sverre Rabbelier |
Now invited users can create a new Host profile
|
file |
diff |
annotate
|
Sat, 29 Nov 2008 19:00:03 +0000 |
Sverre Rabbelier |
Moved checkAccess and getCleanedFields into access and forms
|
file |
diff |
annotate
|
Wed, 26 Nov 2008 20:50:56 +0000 |
Sverre Rabbelier |
Created a seperate module for editSelf things
|
file |
diff |
annotate
|
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
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 23:07:38 +0000 |
Sverre Rabbelier |
Created a checkIsInvited method
|
file |
diff |
annotate
|
Thu, 20 Nov 2008 15:41:31 +0000 |
Sverre Rabbelier |
Add a access.deny and access.allow method
|
file |
diff |
annotate
|