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 a2c03ed263 JAMES-4188 Improve range optimization to account for 
non-contiguous r… (#2972)
     new 4845993e7b JAMES-4189 Ability to list users by domain
     new 0d5a9953a7 JAMES-4189 UsersRepository::supportVirtualHosting never 
throws
     new 53b40cdffc JAMES-4189 Handle 
UsersRepository::listUsersOfADomainReactive without virtualHosting

The 3 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:
 .../modules/servers/partials/operate/webadmin.adoc |  22 ++++
 .../store/quota/DefaultQuotaChangeNotifier.java    |   8 +-
 .../mailbox/UsersRepositoryUsernameSupplier.java   |   6 ++
 .../org/apache/james/user/api/UsersRepository.java |   4 +-
 .../james/user/ldap/ReadOnlyLDAPUsersDAO.java      |  46 +++++++++
 .../user/ldap/ReadOnlyUsersLDAPRepositoryTest.java |  20 ++++
 .../java/org/apache/james/user/lib/UsersDAO.java   |   8 ++
 .../apache/james/user/lib/UsersRepositoryImpl.java |   5 +
 .../james/user/lib/UsersRepositoryManagement.java  |   6 +-
 .../james/user/lib/UsersRepositoryContract.java    |  33 ++++++
 .../james/user/postgres/PostgresUsersDAO.java      |  14 +++
 .../james/webadmin/routes/DomainsRoutes.java       |  27 ++++-
 .../james/webadmin/routes/DomainsRoutesTest.java   | 114 +++++++++++++++++++++
 .../james/webadmin/routes/DomainQuotaRoutes.java   |   7 +-
 14 files changed, 302 insertions(+), 18 deletions(-)


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

Reply via email to