Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This includes support for receiving updates through the push api.
|
|
If the next URL contained a + django would helpfully change that into a
space, which broke things further down the chain. So put back this
escaping, in the hope that the redirect will be correct down the road.
This fixes is for spaces, let's hope it doesn't instead break it for
something else.
|
|
|
|
|
|
|
|
Per pep8 warnings, adjust indentation for consistency
|
|
pep8 standard for indentation
|
|
|
|
has_key() has been deprecated for a while and will be gone in Python3.
The in syntax is available in both the old and the new versions.
|
|
This assumes we sync subscribers over from the list server (using
pglister), getting their community authentication usernames. Then, by
requesting a community auth login, it's possible to restrict the session
to view only those lists the user is subscribed to.
To view emails, the user must be subscribed to *all* the lists that the
thread the message belongs to has shown up. This means that messages can
dissappear from a listing if somebody CCs in a higher security level
list.
NOTE! After installing this code, the PUBLIC_ARCHIVES setting must be
set to True to retain previous behaviour!
Reviewed by Stephen Frost
|