Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 51d2299a authored by AVINASH GUSAIN's avatar AVINASH GUSAIN
Browse files

job id for EA and Helper

parent 5c282fec
Loading
Loading
Loading
Loading
Loading
+12 −13
Original line number Diff line number Diff line
@@ -2,7 +2,7 @@ FROM nextcloud:23.0.11-fpm AS nextcloud
ARG BASE_DIR="/usr/src/nextcloud"
ARG TMP_PATCH_DIR="/tmp/build_patches"
ARG THEME_VERSION="23.0.2"
ARG THEME_HELPER_VERSION="1.5.0"
ARG THEME_HELPER_JOB_ID="433007"
ARG NEWS_VERSION="19.0.0"
ARG QUOTA_WARN_VERSION="1.15.0"
ARG NOTES_VERSION="4.5.1"
@@ -12,7 +12,7 @@ ARG USER_BACKEND_RAW_SQL_VERSION="1.3.0"
ARG EMAIL_RECOVERY_JOB_ID="433031"
ARG RAINLOOP_VERSION="7.2.5"
ARG RAINLOOP_COMMIT_SHA="523518ba"
ARG EA_TAG="2.3.1"
ARG EA_JOB_ID="433023"
ARG ECLOUD_LAUNCHER_JOB_ID="432959"
ARG GOOGLE_INTEGRATION_VERSION="1.0.8"
ARG LDAP_WRITE_SUPPORT_VERSION="1.4.0"
@@ -72,12 +72,11 @@ RUN curl -fsSL -o rainloop.tar.gz \
    mv "${BASE_DIR}/custom_apps/rainloop-nextcloud-${RAINLOOP_VERSION}-${RAINLOOP_COMMIT_SHA}" "${BASE_DIR}/custom_apps/rainloop" && \
    rm rainloop.tar.gz;


RUN curl -fsSL -o ecloud-theme-helper.tar.gz \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/archive/${THEME_HELPER_VERSION}/ecloud-theme-helper-${THEME_HELPER_VERSION}.tar.gz" && \
    tar -xf ecloud-theme-helper.tar.gz -C ${BASE_DIR}/custom_apps/ && \
    mv "${BASE_DIR}/custom_apps/ecloud-theme-helper-${THEME_HELPER_VERSION}" "${BASE_DIR}/custom_apps/ecloud-theme-helper" && \
    rm ecloud-theme-helper.tar.gz;
RUN curl -fsSL -o ecloud-theme-helper.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-theme-helper/-/jobs/${THEME_HELPER_VERSION_JOB_ID}/artifacts/download" && \
    unzip ecloud-theme-helper.zip && \
    mv dist/ecloud-theme-helper ${BASE_DIR}/custom_apps/ && \
    rm ecloud-theme-helper.zip;

RUN curl -fsSL -o murena_launcher.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/launcher/-/jobs/${ECLOUD_LAUNCHER_JOB_ID}/artifacts/download" && \
@@ -91,11 +90,11 @@ RUN curl -fsSL -o integration_google.tar.gz \
    chown -R www-data:www-data ${BASE_DIR}/custom_apps/integration_google && \
    rm integration_google.tar.gz;

RUN curl -fsSL -o ecloud-accounts.tar.gz \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-accounts/-/archive/${EA_TAG}/ecloud-accounts-${EA_TAG}.tar.gz" && \
    tar -xf ecloud-accounts.tar.gz -C ${BASE_DIR}/custom_apps/ && \
    mv "${BASE_DIR}/custom_apps/ecloud-accounts-${EA_TAG}" "${BASE_DIR}/custom_apps/ecloud-accounts" && \
    rm ecloud-accounts.tar.gz;
RUN curl -fsSL -o ecloud-accounts.zip \
    "https://gitlab.e.foundation/e/infra/ecloud/nextcloud-apps/ecloud-accounts/-/jobs/${EA_JOB_ID}/artifacts/download" && \
    unzip ecloud-accounts.zip && \
    mv dist/ecloud-accounts ${BASE_DIR}/custom_apps/ && \
    rm ecloud-accounts.zip;

RUN curl -fsSL -o ldap_write_support.tar.gz \
    "https://github.com/nextcloud-releases/ldap_write_support/releases/download/v${LDAP_WRITE_SUPPORT_VERSION}/ldap_write_support.tar.gz" && \
+6 −0
Original line number Diff line number Diff line
From: Avinash <avinashg@e.email>
Date: Tue, 15 Nov 2022 12:50 +0530
Subject: [PATCH] To implement custom email template design for calendar invite

This patch is allowing to customize the email template design for invitation

--- ./apps/dav/lib/CalDAV/Schedule/IMipPlugin.php	2022-11-10 10:39:19.134653000 +0530
+++ ./apps/dav/lib/CalDAV/Schedule/iMipPluginNew.php	2022-11-11 12:28:15.829119700 +0530
@@ -252,7 +252,21 @@
+7 −1
Original line number Diff line number Diff line
From: Avinash <avinashg@e.email>
Date: Tue, 15 Nov 2022 12:50 +0530
Subject: [PATCH] To allow significant change to send mail for summary and description change

This patch is allowing to to send mail for summary and description change

--- ./3rdparty/sabre/vobject/lib/ITip/Broker.php	2022-09-06 21:39:42.985827300 +0530
+++ ./3rdparty/sabre/vobject/lib/ITip/Broker-New.php	2022-11-11 12:45:53.449119700 +0530
@@ -75,6 +75,8 @@