From a14b970ff004923f66767cace7130e2f3d122192 Mon Sep 17 00:00:00 2001 From: Moxie Date: Sat, 1 Feb 2020 09:50:24 +0000 Subject: updated pages --- administration.html | 30 +- design.html | 28 +- eclipse_plugin.html | 28 +- faq.html | 30 +- features.html | 28 +- federation.html | 34 +-- index.html | 46 ++-- moxie-dependencies.json | 51 ++-- plugins_extensions.html | 28 +- plugins_overview.html | 28 +- properties.html | 129 +++++++-- releasenotes.html | 161 +++++++---- releases.html | 686 +++++++++++++++++++++++++++------------------- rpc.html | 31 +-- screenshots.html | 28 +- setup_authentication.html | 30 +- setup_bugtraq.html | 28 +- setup_clientmenus.html | 28 +- setup_fail2ban.html | 28 +- setup_filestore.html | 28 +- setup_go.html | 42 ++- setup_hooks.html | 28 +- setup_lucene.html | 28 +- setup_mirrors.html | 28 +- setup_proxy.html | 29 +- setup_scaling.html | 28 +- setup_transport_http.html | 28 +- setup_transport_ssh.html | 28 +- setup_viewer.html | 28 +- setup_war.html | 30 +- tickets_barnum.html | 28 +- tickets_overview.html | 28 +- tickets_replication.html | 28 +- tickets_setup.html | 28 +- tickets_using.html | 28 +- upgrade_go.html | 28 +- upgrade_war.html | 28 +- 37 files changed, 989 insertions(+), 1012 deletions(-) diff --git a/administration.html b/administration.html index 8ee0bee1..7e2210d7 100644 --- a/administration.html +++ b/administration.html @@ -11,15 +11,6 @@ - - - - - - - - - @@ -120,20 +111,21 @@
  • -
  • + @@ -268,7 +260,7 @@ git config user.email bob@somewhere.com postReceiveScript = sendmail

    The users.conf file allows flexibility for adding new fields to a UserModel object without imposing the complexity of relying on an embedded SQL database.

    Usernames

    Usernames must be unique and are case-insensitive.
    Whitespace is illegal.

    -

    Passwords

    User passwords are CASE-SENSITIVE and may be plain, md5, or combined-md5 formatted (see gitblit.properties -> realm.passwordStorage).

    +

    Passwords

    User passwords are CASE-SENSITIVE and may be plain, md5, combined-md5 or pbkdf2 formatted (see gitblit.properties -> realm.passwordStorage).

    User Roles

    There are four actual roles in Gitblit:

    @@ -240,7 +232,7 @@

    Contributing

    Pull requests are preferred. Patches are welcome.

    Contributions must be your own original work and must licensed under the Apache License, Version 2.0, the same license used by Gitblit. -