You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by dk...@apache.org on 2020/02/08 05:44:45 UTC

[sling-org-apache-sling-app-cms] branch master updated (a5c6802 -> 9a22a96)

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

dklco pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git.


    from a5c6802  Adding license header to the docker compose config
     add d913ef8  Initial crack at adding LDAP support for SLING-8917
     new 43b4544  Merge branch 'master' into SLING-8917-ldap
     new 897d713  Merge branch 'master' into SLING-8917-ldap
     new 9a22a96  Adding Documentation for LDAP

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:
 builder/src/main/provisioning/oak.txt | 2 ++
 docs/administration.md                | 1 +
 2 files changed, 3 insertions(+)


[sling-org-apache-sling-app-cms] 03/03: Adding Documentation for LDAP

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 9a22a9625d9a5818420284b20cda361e5d88ebf7
Author: Dan Klco <dk...@apache.org>
AuthorDate: Sat Feb 8 00:44:31 2020 -0500

    Adding Documentation for LDAP
---
 docs/administration.md | 1 +
 1 file changed, 1 insertion(+)

diff --git a/docs/administration.md b/docs/administration.md
index 4191341..a6bc098 100644
--- a/docs/administration.md
+++ b/docs/administration.md
@@ -19,6 +19,7 @@
  - [Configuring File Editor](configure-file-editor.md)
  - [Error Pages](error-pages.md)
  - [Image Transformations](image-transformations.md)
+ - [LDAP Authentication](ldap.md)
  - [MongoDB Support](mongodb.md)
  - [Plugins](plugins.md)
  - [Securing Sling CMS](securing.md)


[sling-org-apache-sling-app-cms] 01/03: Merge branch 'master' into SLING-8917-ldap

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 43b45444696d49d5746f3f0134dc164fd0708a06
Merge: d913ef8 45cb96f
Author: Dan Klco <dk...@apache.org>
AuthorDate: Thu Dec 19 16:49:48 2019 -0500

    Merge branch 'master' into SLING-8917-ldap

 ui/.eslintrc.js                                    |   21 +
 ui/gulpfile.js                                     |  285 +++--
 ui/package-lock.json                               | 1215 +++++++++++++++++++-
 ui/package.json                                    |   11 +-
 ui/pom.xml                                         |  390 +++----
 ui/src/main/frontend/js/cms.draggable.js           |  129 +--
 ui/src/main/frontend/js/cms.fields.js              |  272 +++--
 ui/src/main/frontend/js/cms.form.js                |  289 +++--
 ui/src/main/frontend/js/cms.job.js                 |   44 +-
 ui/src/main/frontend/js/cms.js                     |  339 +++---
 ui/src/main/frontend/js/cms.labelfield.js          |  126 +-
 ui/src/main/frontend/js/cms.modal.js               |  192 ++--
 ui/src/main/frontend/js/cms.nav.js                 |  194 ++--
 ui/src/main/frontend/js/cms.page.js                |  119 +-
 ui/src/main/frontend/js/cms.pathfield.js           |  128 ++-
 ui/src/main/frontend/js/cms.toggle.js              |   63 +-
 ui/src/main/frontend/js/editor.js                  |  617 +++++-----
 .../components/cms/i18ncontainer/i18ncontainer.jsp |   11 +-
 .../libs/sling-cms/content/i18n/entry/create.json  |    8 +-
 19 files changed, 2803 insertions(+), 1650 deletions(-)


[sling-org-apache-sling-app-cms] 02/03: Merge branch 'master' into SLING-8917-ldap

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

dklco pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-app-cms.git

commit 897d7131804af6df89703c619d8ed50e10d95dc0
Merge: 43b4544 a5c6802
Author: Dan Klco <dk...@apache.org>
AuthorDate: Fri Feb 7 22:21:58 2020 -0500

    Merge branch 'master' into SLING-8917-ldap

 .gitpod.Dockerfile                                 |   12 +
 .gitpod.yml                                        |    6 +
 README.md                                          |   10 +-
 api/pom.xml                                        |   47 +-
 .../sling/cms/{insights => i18n}/package-info.java |    7 +-
 .../apache/sling/cms/insights/package-info.java    |    3 +-
 archetype/pom.xml                                  |    4 +
 .../main/resources/archetype-resources/README.md   |    2 +-
 .../src/main/resources/archetype-resources/pom.xml |   77 +-
 .../HelloWorldModel.java                           |    0
 .../jcr_root/apps/__appName__/components/page.json |    2 +-
 builder/src/main/provisioning/cms.txt              |   41 +-
 builder/src/main/provisioning/scripting.txt        |   16 +-
 builder/src/main/provisioning/sling.txt            |   17 +-
 core/bnd.bnd                                       |    1 +
 core/pom.xml                                       |   60 +-
 .../cms/core/internal/models/PageTemplateImpl.java |   11 +-
 .../main/resources/OSGI-INF/l10n/bundle.properties |    2 +-
 docker/README.md                                   |   29 +
 docker/{cache_disk.conf => cms/Dockerfile}         |   22 +-
 docker/docker-compose.yml                          |   31 +
 docker/site.conf                                   |   58 -
 docker/{ => webcache}/Dockerfile                   |   24 +-
 docker/{ => webcache}/cms.conf                     |    6 +-
 docker/webcache/site.conf                          |   58 +
 docs/administration.md                             |   22 +-
 docs/component-policy.md                           |   44 +
 docs/creating-plugins.md                           |   37 +
 docs/developers.md                                 |   20 +-
 docs/img/edit-template.png                         |  Bin 53255 -> 67533 bytes
 docs/intro.md                                      |   30 +-
 docs/mongodb.md                                    |   28 +-
 docs/{administration.md => plugins.md}             |   20 +-
 docs/project-archetype.md                          |   43 +
 docs/templates.md                                  |   46 +-
 pom.xml                                            |   10 +-
 reference/bnd.bnd                                  |    8 +
 reference/pom.xml                                  |   58 +-
 transformer/bnd.bnd                                |    3 +
 transformer/pom.xml                                |   79 +-
 .../transformer/internal/TikaFallbackProvider.java |   30 +-
 .../cms/transformer/internal/TransformServlet.java |   23 +-
 .../internal/TransformServletConfig.java           |   21 +-
 .../main/resources/OSGI-INF/l10n/bundle.properties |   35 +
 .../transformer/helpers/SlingCMSContextHelper.java |    1 +
 .../internal/TikaFallbackProviderTest.java         |   11 +
 .../transformer/internal/TransformServletTest.java |    6 +-
 transformer/src/test/resources/content.json        |    2 +-
 transformer/src/test/resources/editor.min.css      | 2854 ++++++++++++++++++++
 ui/bnd.bnd                                         |    4 +
 ui/package-lock.json                               |  189 +-
 ui/package.json                                    |    6 +-
 ui/pom.xml                                         |   44 +-
 ui/src/main/frontend/js/cms.form.js                |   13 +-
 ui/src/main/frontend/js/cms.labelfield.js          |    1 +
 ui/src/main/frontend/js/cms.modal.js               |   15 +-
 ui/src/main/frontend/js/cms.nav.js                 |   22 +-
 ui/src/main/frontend/js/editor.js                  |    8 +-
 ui/src/main/frontend/scss/cms.scss                 |  212 +-
 ui/src/main/frontend/scss/editor.scss              |  165 +-
 .../libs/sling-cms/components/caconfig/site.json   |    5 -
 .../availablecomponenttypes.jsp                    |   46 +-
 .../components/cms/contentgrid/contentgrid.jsp     |   58 +-
 .../components/cms/staticnav/staticnav.jsp         |    2 +-
 .../editor/fields/auth/members/values.jsp          |    6 +-
 .../editor/fields/auth/membership/values.jsp       |    6 +-
 .../components/editor/fields/labelfield/field.jsp  |    8 +-
 .../components/editor/fields/taxonomy/values.jsp   |    6 +-
 .../libs/sling/servlet/errorhandler/Throwable.jsp  |    4 +-
 vagrant/src/install-slingcms.sh                    |    4 +-
 70 files changed, 3972 insertions(+), 829 deletions(-)