You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by mj...@apache.org on 2023/01/14 01:19:46 UTC

[guacamole-manual] branch master updated (bdbdde5 -> bce4d01)

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

mjumper pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-manual.git


    from bdbdde5  Merge 1.5.0 changes back to master.
     add 8cc66fb  GUACAMOLE-1604: Bump version numbers to 1.5.0.
     add d6b92d4  GUACAMOLE-1604: Merge version number bump to 1.5.0.
     add 34af1ec  GUACAMOLE-641: Migrate custom auth tutorial to LocalEnvironment.getInstance().
     add f83171e  GUACAMOLE-641: Merge migration of custom auth tutorial to LocalEnvironment.getInstance().
     new bce4d01  Merge 1.5.0 changes back to master.

The 1 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:
 src/adhoc-connections.md                           |   4 +-
 src/cas-auth.md                                    |   4 +-
 src/conf.py                                        |   2 +-
 src/configuring-guacamole.md                       |  10 +-
 src/custom-auth.md                                 |  16 +--
 src/duo-auth.md                                    |   4 +-
 src/event-listeners.md                             |  12 +-
 src/guacamole-docker.md                            |   8 +-
 src/guacamole-ext.md                               |   4 +-
 src/header-auth.md                                 |   4 +-
 src/include/sso-download.md                        |   6 +-
 src/installing-guacamole.md                        | 125 ++++++++++++---------
 src/jdbc-auth.md                                   |  12 +-
 src/json-auth.md                                   |   4 +-
 src/ldap-auth.md                                   |   4 +-
 src/openid-auth.md                                 |   4 +-
 src/radius-auth.md                                 | 124 +++++++++++++-------
 src/saml-auth.md                                   |   4 +-
 src/totp-auth.md                                   |   4 +-
 src/writing-you-own-guacamole-app.md               |  12 +-
 tutorials/guacamole-auth-tutorial/pom.xml          |   4 +-
 .../auth/TutorialAuthenticationProvider.java       |   2 +-
 .../src/main/resources/guac-manifest.json          |   2 +-
 tutorials/guacamole-tutorial/pom.xml               |   6 +-
 24 files changed, 224 insertions(+), 157 deletions(-)


[guacamole-manual] 01/01: Merge 1.5.0 changes back to master.

Posted by mj...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

mjumper pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/guacamole-manual.git

commit bce4d01d73c5bf25fd90403123e00a7066c24a42
Merge: bdbdde5 f83171e
Author: Mike Jumper <mj...@apache.org>
AuthorDate: Fri Jan 13 17:18:23 2023 -0800

    Merge 1.5.0 changes back to master.

 src/adhoc-connections.md                           |   4 +-
 src/cas-auth.md                                    |   4 +-
 src/conf.py                                        |   2 +-
 src/configuring-guacamole.md                       |  10 +-
 src/custom-auth.md                                 |  16 +--
 src/duo-auth.md                                    |   4 +-
 src/event-listeners.md                             |  12 +-
 src/guacamole-docker.md                            |   8 +-
 src/guacamole-ext.md                               |   4 +-
 src/header-auth.md                                 |   4 +-
 src/include/sso-download.md                        |   6 +-
 src/installing-guacamole.md                        | 125 ++++++++++++---------
 src/jdbc-auth.md                                   |  12 +-
 src/json-auth.md                                   |   4 +-
 src/ldap-auth.md                                   |   4 +-
 src/openid-auth.md                                 |   4 +-
 src/radius-auth.md                                 | 124 +++++++++++++-------
 src/saml-auth.md                                   |   4 +-
 src/totp-auth.md                                   |   4 +-
 src/writing-you-own-guacamole-app.md               |  12 +-
 tutorials/guacamole-auth-tutorial/pom.xml          |   4 +-
 .../auth/TutorialAuthenticationProvider.java       |   2 +-
 .../src/main/resources/guac-manifest.json          |   2 +-
 tutorials/guacamole-tutorial/pom.xml               |   6 +-
 24 files changed, 224 insertions(+), 157 deletions(-)