This is an automated email from the ASF dual-hosted git repository. btellier pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
from 743c6983b7 Fix mailboxSetShouldCreateChildMailboxWhenSharedParentMailboxWithCreateRight in MailboxSetMethodContract new 0c24a9021d [ISSUE-5314] enhanced error handling for `MailboxSetUpdatePerformer` new 8601db7179 [ISSUE-5314] refactored `MailboxSet` to use `EntryKey` instead of `Username` new b9e7792ca7 [ISSUE-5314] refactored `Rights.scala` to use `EntryKey` instead of `Username` new c688f988b6 [ISSUE-5314] integration tests for JMAP sharing with keyword `anyone` new d014a4bc32 [ISSUE-5314] only the `p` right can be granted to `anyone` The 5 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/james/mailbox/model/MailboxACL.java | 14 +- .../org/apache/james/modules/ACLProbeImpl.java | 10 +- .../contract/MailboxGetMethodContract.scala | 43 ++++ .../contract/MailboxSetMethodContract.scala | 276 ++++++++++++++++++++- .../apache/james/jmap/json/MailboxSerializer.scala | 12 +- .../org/apache/james/jmap/mail/MailboxSet.scala | 53 ++-- .../scala/org/apache/james/jmap/mail/Rights.scala | 43 ++-- .../jmap/method/MailboxSetUpdatePerformer.scala | 7 +- .../james/jmap/json/MailboxSerializationTest.scala | 7 +- .../org/apache/james/jmap/mail/RightsTest.scala | 73 +++--- 10 files changed, 443 insertions(+), 95 deletions(-) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@james.apache.org For additional commands, e-mail: notifications-h...@james.apache.org