<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mailman.git/src/mailman/rest/docs/membership.rst, branch pluggable-workflows</title>
<subtitle>The GNU Mailing List manager.</subtitle>
<id>https://git.neuromancer.sk/mailman.git/atom/src/mailman/rest/docs/membership.rst?h=pluggable-workflows</id>
<link rel='self' href='https://git.neuromancer.sk/mailman.git/atom/src/mailman/rest/docs/membership.rst?h=pluggable-workflows'/>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/'/>
<updated>2017-08-30T11:18:40Z</updated>
<entry>
<title>Migrate the [un]subscription_policy attribute.</title>
<updated>2017-08-30T11:18:40Z</updated>
<author>
<name>J08nY</name>
</author>
<published>2017-07-04T23:07:37Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=d173b42e5ff5d90167091e6a015d394c2ddd8678'/>
<id>urn:sha1:d173b42e5ff5d90167091e6a015d394c2ddd8678</id>
<content type='text'>
 - This is quite a huge commit, since it changes the type of the
   MailingList.subscription_policy and unsubscription_policy
   attributes to the new names of pluggable workflows, in all
   occurences.
 - Also adds a migration to migrate the attributes to the new types.
 - Adds tests for the migration.
</content>
</entry>
<entry>
<title>REST: allow setting a member's moderation_action to None</title>
<updated>2016-07-12T23:06:19Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2016-06-10T17:55:25Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=fdc9519917a7977e73225e3e5a66e2f0538e592c'/>
<id>urn:sha1:fdc9519917a7977e73225e3e5a66e2f0538e592c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Some fixes.</title>
<updated>2016-04-30T22:18:32Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-30T22:18:32Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=9150dac0b5e7a959cbac121762b86f1de39cab99'/>
<id>urn:sha1:9150dac0b5e7a959cbac121762b86f1de39cab99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Tweaks and clean up.</title>
<updated>2016-04-29T04:28:05Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-29T04:28:05Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=78d1f5918d2ec0b2351edb3ed005d5b8f7e4319c'/>
<id>urn:sha1:78d1f5918d2ec0b2351edb3ed005d5b8f7e4319c</id>
<content type='text'>
* Add NEWS entry.
* De-duplicate emails in the sequence passed to the model's
  ISubscriptionService.unsubscribe_members() method.
* Modify the semantics of the DELETE method to return a mapping of
  addresses to boolean status.
</content>
</entry>
<entry>
<title>Add batch unsubscribe option to REST API.</title>
<updated>2016-04-29T00:58:44Z</updated>
<author>
<name>Harshit Bansal</name>
</author>
<published>2016-04-14T19:54:44Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=17103aae14f53655fd7685a0867724f6420b9282'/>
<id>urn:sha1:17103aae14f53655fd7685a0867724f6420b9282</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Complete the port to Falcon 1.0.</title>
<updated>2016-04-03T03:54:57Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-03T03:54:57Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=bbf49fb32d55efae759cd1c86287d80358346782'/>
<id>urn:sha1:bbf49fb32d55efae759cd1c86287d80358346782</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Allow fall backs for moderation actions.</title>
<updated>2016-04-01T19:14:51Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-04-01T19:14:51Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=f7e9e4698bdd4cee39c9eb485296cbbfa32369a9'/>
<id>urn:sha1:f7e9e4698bdd4cee39c9eb485296cbbfa32369a9</id>
<content type='text'>
The `moderation_action` for members and nonmember can now be ``None``
which signals falling back to the appropriate list default action,
e.g. `default_member_action` and `default_nonmember_action`.  Given by
Aurélien Bompard.

Closes #189
</content>
</entry>
<entry>
<title>Members and nonmembers moderation action fallback</title>
<updated>2016-03-31T22:29:27Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2016-02-09T11:23:38Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=71cfeda5fb51c49fd87b6d34e00221a3725b9ec0'/>
<id>urn:sha1:71cfeda5fb51c49fd87b6d34e00221a3725b9ec0</id>
<content type='text'>
Members and nonmember's moderation action should be None by default, and
in that case the moderation rule should fallback to the mailing list's
default action.

Fixes: #189
</content>
</entry>
<entry>
<title>Add NEWS and tweak.</title>
<updated>2016-01-14T00:49:16Z</updated>
<author>
<name>Barry Warsaw</name>
</author>
<published>2016-01-14T00:49:16Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=a4ebbd164bdba4a7ede651dfcf802c300e8e9743'/>
<id>urn:sha1:a4ebbd164bdba4a7ede651dfcf802c300e8e9743</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Member search can be done using GET requests</title>
<updated>2016-01-14T00:36:29Z</updated>
<author>
<name>Aurélien Bompard</name>
</author>
<published>2015-12-15T18:40:15Z</published>
<link rel='alternate' type='text/html' href='https://git.neuromancer.sk/mailman.git/commit/?id=bbe2a437d2c1b369cc05abd0dae9305c36561202'/>
<id>urn:sha1:bbe2a437d2c1b369cc05abd0dae9305c36561202</id>
<content type='text'>
</content>
</entry>
</feed>
