This is an automated email from the ASF dual-hosted git repository.

rcordier pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git.


    from 96205cb  JAMES-3049 Distributed admin procedures: Event Bus
     new fa99c39  JAMES-3066 Add method in CanSendFrom to list all the  valid 
from addresses of a user
     new c845dfe  JAMES-3066 Add allowed From headers list route in WebAdmin
     new bab4cf5  JAMES-3066 Strong type 
CanSendFromImpl.allValidFromAddressesForUser
     new e0d28d9  JAMES-3050 Distributed admin procedures: ElasticSearch 
indexing
     new 05c0fab  JAMES-3056 renaming mailboxes doesn't need ACL to be involved
     new 40b671e  JAMES-3057 Rename some variables in StoreMailboxManager
     new d9d098d  JAMES-3057 Add a create default method in MailboxMapper
     new cf844df  JAMES-3057 Separate the rename and create mailbox logic in 
CassandraMailboxMapper

The 8 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:
 .../main/java/org/apache/james/core/Username.java  |   4 +
 .../cassandra/mail/CassandraMailboxMapper.java     |  40 +++++--
 .../cassandra/mail/CassandraMailboxMapperTest.java | 132 +++++++--------------
 .../james/mailbox/store/StoreMailboxManager.java   |  26 ++--
 .../james/mailbox/store/mail/MailboxMapper.java    |  13 +-
 .../store/mail/model/MailboxMapperTest.java        |  37 +++++-
 .../java/org/apache/james/rrt/api/CanSendFrom.java |   8 ++
 .../org/apache/james/rrt/lib/MappingSource.java    |   4 +
 .../apache/james/rrt/lib/CanSendFromContract.java  |  72 +++++++++--
 .../org/apache/james/rrt/lib/CanSendFromImpl.java  |  44 +++++++
 .../apache/james/webadmin/routes/UserRoutes.java   |  62 +++++++++-
 .../apache/james/webadmin/service/UserService.java |  13 ++
 .../james/webadmin/routes/UserRoutesTest.java      |  96 ++++++++++++++-
 .../server/manage-guice-distributed-james.md       |  55 +++++++++
 src/site/markdown/server/manage-webadmin.md        |  19 +++
 15 files changed, 500 insertions(+), 125 deletions(-)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to