Merge pull request #14 from Yunite-Net/13-groups-release-v1.1.1-231

chore: 🍰 Groups Release v1.1.1-231 - Show New Features
This commit is contained in:
Wolfgang Huß 2022-09-30 10:18:01 +02:00 committed by GitHub
commit 3ca0970ba3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 15 additions and 3 deletions

View File

@ -20,7 +20,8 @@ __Try out our deployed [development environment](https://stage.ocelot.social).__
Visit our staging networks:
- central staging network: [stage.ocelot.social](https://stage.ocelot.social).
- central staging network: [stage.ocelot.social](https://stage.ocelot.social)
- Yunite staging network: [stage.yunite.me](https://stage.yunite.me)
<!-- - rebranded staging network: [rebrand.ocelot.social](https://stage.ocelot.social). -->
Logins:

View File

@ -2,11 +2,17 @@
When you overtake this deploy and rebrand repo to your network you have to recognize the following changes and doings …
## This Latest Version >= 1.1.1 with 'ocelotDockerVersionTag' 1.1.1-231
### Yunite Deployment/Rebranding PR chore: 🍰 Release v1.1.1-231 - New Group Features #14
- You have to add the file `webapp/constants/groups.js` as `branding/constants/groups.js` which should include `SHOW_GROUP_BUTTON_IN_HEADER` set to your needs.
## This Latest Version >= 1.1.0 with 'ocelotDockerVersionTag' 1.1.0-205
### Deployment/Rebranding PR chore: 🍰 Release v1.1.0 - Implement Categories Again #63
- You have to add the `CATEGORIES_ACTIVE` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your prevered value.
- You have to add the `CATEGORIES_ACTIVE` from the `deployment/kubernetes/values.template.yaml` to your `deployment/kubernetes/values.yaml` and set it to your preferred value.
- Make sure the correct categories are in your Neo4j database on the server.
## Version >= 1.0.9 with 'ocelotDockerVersionTag' 1.0.9-199

View File

@ -0,0 +1,5 @@
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js`
export const GROUPNAME_MIN_LENGTH = 3
export const GROUPNAME_MAX_LENGTH = 50
export const GROUPDESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 100 // with removed HTML tags
export const SHOW_GROUP_BUTTON_IN_HEADER = false

View File

@ -1,7 +1,7 @@
{
"name": "yunite.net",
"version": "1.1.1",
"ocelotDockerVersionTag": "1.1.1-229",
"ocelotDockerVersionTag": "1.1.1-231",
"dockerOrganisation": "tirokk",
"description": "yunite.net Branded",
"author": "yunite.net Community",