From 8f0c00e20b50cd9300d7691f4f191e9a8170694d Mon Sep 17 00:00:00 2001 From: yalh76 Date: Fri, 26 Feb 2021 00:16:24 +0100 Subject: [PATCH] Upgrade to 5.00 --- README.md | 2 +- check_process | 4 ++++ conf/.env | 36 ++++++++++++++++++++++++++++-------- conf/arm64.src | 10 +++++----- conf/x86-64.src | 10 +++++----- manifest.json | 2 +- 6 files changed, 44 insertions(+), 20 deletions(-) diff --git a/README.md b/README.md index 3f6f235..b3374cf 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in ## Overview Wekan is an open-source kanban board (task manager and organizer) -**Shipped version:** 4.64 +**Shipped version:** 5.00 ## Screenshots diff --git a/check_process b/check_process index c641bde..0c7d166 100644 --- a/check_process +++ b/check_process @@ -24,6 +24,8 @@ upgrade=1 from_commit=2cf63bd4d660eae4526221c1a68efede499e3ee6 # 4.64~ynh1 upgrade=1 from_commit=32fe3a7c342e5f29d7a7534125151723f916de46 + # 4.64~ynh2 + upgrade=1 from_commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953 backup_restore=1 multi_instance=1 # This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version. @@ -49,3 +51,5 @@ Notification=down name=4.43~ynh1 ; commit=32fe3a7c342e5f29d7a7534125151723f916de46 name=4.64~ynh1 + ; commit=9e698d094c29fc6ab12ac60cd1d0e68b56bfc953 + name=4.64~ynh2 diff --git a/conf/.env b/conf/.env index 8b3f976..d376d19 100644 --- a/conf/.env +++ b/conf/.env @@ -10,13 +10,13 @@ __YNH_NODE_LOAD_PATH__ #DEBUG=true #--------------------------------------------- # URL of the mongodb -MONGO_URL=mongodb://127.0.0.1:27017/__DB_NAME__ +MONGO_URL='mongodb://127.0.0.1:27017/__DB_NAME__' #--------------------------------------------- # ROOT_URL EXAMPLES FOR WEBSERVERS: https://github.com/wekan/wekan/wiki/Settings # Production: https://example.com/wekan # Local: http://localhost:2000 # ipaddress=$(ifdata -pa eth0) -ROOT_URL=https://__DOMAIN____PATH__ +ROOT_URL='https://__DOMAIN____PATH__' #--------------------------------------------- # Working email IS NOT REQUIRED to use Wekan. # https://github.com/wekan/wekan/wiki/Adding-users @@ -48,11 +48,6 @@ WITH_API='true' # https://github.com/wekan/wekan/pull/2560 RICHER_CARD_COMMENT_EDITOR=true #--------------------------------------------------------------- -# ==== MOUSE SCROLL ==== -# https://github.com/wekan/wekan/issues/2949 -SCROLLINERTIA=0 -SCROLLAMOUNT=auto -#--------------------------------------------------------------- # ==== CARD OPENED, SEND WEBHOOK MESSAGE ==== CARD_OPENED_WEBHOOK_ENABLED=false #--------------------------------------------------------------- @@ -132,6 +127,9 @@ TRUSTED_URL='' # Example: WEBHOOKS_ATTRIBUTES=cardId,listId,oldListId,boardId,comment,user,card,commentId WEBHOOKS_ATTRIBUTES='' #--------------------------------------------- +# OAUTH2 ORACLE on premise identity manager OIM +#ORACLE_OIM_ENABLED=true +#--------------------------------------------- # ==== OAUTH2 AZURE ==== # https://github.com/wekan/wekan/wiki/Azure # 1) Register the application with Azure. Make sure you capture @@ -139,6 +137,10 @@ WEBHOOKS_ATTRIBUTES='' # 2) Configure the environment variables. This differs slightly # by installation type, but make sure you have the following: #OAUTH2_ENABLED=true +# Optional OAuth2 CA Cert, see https://github.com/wekan/wekan/issues/3299 +#OAUTH2_CA_CERT=ABCD1234 +# Use OAuth2 ADFS additional changes. Also needs OAUTH2_ENABLED=true setting. +#OAUTH2_ADFS_ENABLED=false # OAuth2 docs: https://github.com/wekan/wekan/wiki/OAuth2 # OAuth2 login style: popup or redirect. #OAUTH2_LOGIN_STYLE=redirect @@ -410,4 +412,22 @@ LDAP_SYNC_ADMIN_GROUPS=__APP__.admin #LOGOUT_ON_MINUTES= #--------------------------------------------------------------------- # PASSWORD_LOGIN_ENABLED : Enable or not the password login form. -#PASSWORD_LOGIN_ENABLED=true \ No newline at end of file +#PASSWORD_LOGIN_ENABLED=true +#--------------------------------------------------------------------- +#CAS_ENABLED=true +#CAS_BASE_URL=https://cas.example.com/cas +#CAS_LOGIN_URL=https://cas.example.com/login +#CAS_VALIDATE_URL=https://cas.example.com/cas/p3/serviceValidate +#--------------------------------------------------------------------- +#SAML_ENABLED=true +#SAML_PROVIDER= +#SAML_ENTRYPOINT= +#SAML_ISSUER= +#SAML_CERT= +#SAML_IDPSLO_REDIRECTURL= +#SAML_PRIVATE_KEYFILE= +#SAML_PUBLIC_CERTFILE= +#SAML_IDENTIFIER_FORMAT= +#SAML_LOCAL_PROFILE_MATCH_ATTRIBUTE= +#SAML_ATTRIBUTES= +#--------------------------------------------------------------------- diff --git a/conf/arm64.src b/conf/arm64.src index f4c2860..3b02552 100644 --- a/conf/arm64.src +++ b/conf/arm64.src @@ -1,9 +1,9 @@ # This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/raspi3/wekan-4.64-arm64.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-4.64-arm64.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-4.64-arm64.zip -SOURCE_SUM=220fc943263a8e025d420b29f8fbcaf1839b34ad5ff0440d2f629d004f9c642f +# Original source is https://releases.wekan.team/raspi3/wekan-5.00-arm64.zip +# YunoHost source is https://build.yunohost.org/apps/wekan-5.00-arm64.zip +SOURCE_URL=https://build.yunohost.org/apps/wekan-5.00-arm64.zip +SOURCE_SUM=156b9578766d4f133c8078bec1433fe5147e7fc594f0fbb8bdb000df2a269c89 SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-4.64-arm64.zip +SOURCE_FILENAME=wekan-5.00-arm64.zip diff --git a/conf/x86-64.src b/conf/x86-64.src index 532fe06..a8fc702 100644 --- a/conf/x86-64.src +++ b/conf/x86-64.src @@ -1,9 +1,9 @@ # This is on YunoHost server just to avoid the file from disappearing -# Original source is https://releases.wekan.team/wekan-4.64.zip -# YunoHost source is https://build.yunohost.org/apps/wekan-4.64.zip -SOURCE_URL=https://build.yunohost.org/apps/wekan-4.64.zip -SOURCE_SUM=2a7f4486c4356ba8beb704e99c999a1ef05b06953eedff516733bc34c1e1063e +# Original source is https://releases.wekan.team/wekan-5.00.zip +# YunoHost source is https://build.yunohost.org/apps/wekan-5.00.zip +SOURCE_URL=https://build.yunohost.org/apps/wekan-5.00.zip +SOURCE_SUM=815a6893185c4f063582afe13a63b78f3bfd5bd8bfe290ba002117657426b5cf SOURCE_SUM_PRG=sha256sum SOURCE_FORMAT=zip SOURCE_IN_SUBDIR=true -SOURCE_FILENAME=wekan-4.64.zip +SOURCE_FILENAME=wekan-5.00.zip diff --git a/manifest.json b/manifest.json index 99a3336..7a6f814 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Trello-like kanban", "fr": "Un kanban similaire à Trello" }, - "version": "4.64~ynh2", + "version": "5.00~ynh1", "url": "https://wekan.io", "license": "MIT", "maintainer": [