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

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


    from 15fb97aaa9 Disable unstable test
     new 2acef7701c [ENHANCEMENT] Add a simpler password mechanism to webadmin
     new 0e13169072 [ENHANCEMENT] Webadmin: default to auto-generate creds
     new 28ea2f72e5 [DOCUMENTATION] Webadmin: authenticate distributed 
provisioning scripts
     new 61c9aed008 [DOCUMENTATION] Webadmin: ease 15-minute demo setup
     new 7bf0a5cd2a [DOCUMENTATION] Webadmin: ease customization demos
     new d8446b944f Disable unstable test

The 6 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:
 CHANGELOG.md                                       |  7 +++
 docs/modules/servers/pages/15-minute-demo.adoc     | 10 ++-
 examples/custom-webadmin-route/README.md           | 10 ++-
 .../src/main/resources/webadmin.properties         |  4 ++
 .../docker-configuration/webadmin.properties       |  8 ++-
 .../sample-configuration/webadmin.properties       | 13 +++-
 .../docker-configuration/webadmin.properties       | 10 ++-
 .../ROOT/pages/benchmark/james-benchmark.adoc      |  8 ++-
 .../docs/modules/ROOT/pages/benchmark/provision.sh | 26 +++++---
 .../modules/ROOT/pages/configure/webadmin.adoc     | 51 +++++++++++++--
 .../docs/modules/ROOT/pages/run/run-docker.adoc    |  3 +-
 .../sample-configuration/webadmin.properties       | 13 +++-
 .../docker-configuration/webadmin.properties       | 10 ++-
 .../sample-configuration/webadmin.properties       | 13 +++-
 .../docker-configuration/webadmin.properties       | 10 ++-
 .../sample-configuration/webadmin.properties       | 13 +++-
 .../docker-configuration/webadmin.properties       | 10 ++-
 .../sample-configuration/webadmin.properties       | 13 +++-
 .../docker-configuration/webadmin.properties       | 10 ++-
 .../sample-configuration/webadmin.properties       | 13 +++-
 .../src/test/resources/webadmin.properties         |  5 +-
 .../aws/S3PassThroughBlobStoreTest.java            |  5 ++
 .../james/modules/server/WebAdminServerModule.java | 39 +++++++++++-
 .../modules/server/WebAdminServerModuleTest.java   | 72 ++++++++++++++++++++++
 .../src/test/resources/webadmin.properties         |  5 +-
 .../src/test/resources/webadmin.properties         |  5 +-
 .../james/webadmin/WebAdminConfiguration.java      | 23 ++++++-
 ...thenticationFilter.java => PasswordFilter.java} | 33 +++++++++-
 ...nticationFilter.java => PasswordGenerator.java} | 24 ++++++--
 ...{JwtFilterTest.java => PasswordFilterTest.java} | 52 +++++-----------
 third-party/rspamd/README.md                       |  8 ++-
 .../sample-configuration/webadmin.properties       |  6 +-
 32 files changed, 451 insertions(+), 81 deletions(-)
 copy 
server/protocols/webadmin/webadmin-core/src/main/java/org/apache/james/webadmin/authentication/{NoAuthenticationFilter.java
 => PasswordFilter.java} (58%)
 copy 
server/protocols/webadmin/webadmin-core/src/main/java/org/apache/james/webadmin/authentication/{NoAuthenticationFilter.java
 => PasswordGenerator.java} (61%)
 copy 
server/protocols/webadmin/webadmin-core/src/test/java/org/apache/james/webadmin/authentication/{JwtFilterTest.java
 => PasswordFilterTest.java} (59%)


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

Reply via email to