-
Notifications
You must be signed in to change notification settings - Fork 39
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
14 changed files
with
172 additions
and
153 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// this file is duplicated in `backend/src/config/` and `webapp/constants/` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/ | ||
export default { | ||
SUPPORT_EMAIL: '[email protected]', | ||
MODERATION_EMAIL: '[email protected]', | ||
SUPPORT_EMAIL: '[email protected]', | ||
MODERATION_EMAIL: '[email protected]', | ||
// ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails! | ||
ORGANIZATION_LINK: 'https://ocelot.social', | ||
SUPPORT_LINK: 'https://ocelot.social', | ||
ORGANIZATION_LINK: 'https://changemedia.club', | ||
SUPPORT_LINK: 'https://changemedia.club/impressum', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,6 @@ | ||
// this file is duplicated in `backend/src/constants/group` and `webapp/constants/group.js` | ||
// this file is duplicated in `backend/src/constants/group.js` and `webapp/constants/group.js` | ||
export const NAME_LENGTH_MIN = 3 | ||
export const NAME_LENGTH_MAX = 50 | ||
export const DESCRIPTION_WITHOUT_HTML_LENGTH_MIN = 3 // with removed HTML tags | ||
export const DESCRIPTION_EXCERPT_HTML_LENGTH = 250 // with removed HTML tags | ||
export const SHOW_GROUP_BUTTON_IN_HEADER = true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
// this file is duplicated in `backend/src/config/` and `webapp/constants/` and replaced on rebranding by https://github.com/Ocelot-Social-Community/Ocelot-Social-Deploy-Rebranding/tree/master/branding/constants/ | ||
export default { | ||
SUPPORT_EMAIL: '[email protected]', | ||
MODERATION_EMAIL: '[email protected]', | ||
SUPPORT_EMAIL: '[email protected]', | ||
MODERATION_EMAIL: '[email protected]', | ||
// ATTENTION: the following links have to be defined even for internal pages with full URLs as example like 'https://staging.ocelot.social/support', because they are used in e-mails! | ||
ORGANIZATION_LINK: 'https://ocelot.social', | ||
SUPPORT_LINK: 'https://ocelot.social', | ||
ORGANIZATION_LINK: 'https://changemedia.club', | ||
SUPPORT_LINK: 'https://changemedia.club/impressum', | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,13 @@ | ||
export default { | ||
MENU: [ | ||
// { | ||
// nameIdent: 'nameIdent', | ||
// path: '/', | ||
// }, | ||
// { | ||
// nameIdent: 'nameIdent', | ||
// url: 'https://ocelot.social', | ||
// target: '_blank', | ||
// }, | ||
{ | ||
nameIdent: 'changemediaRebranding.header.newsFeed', | ||
path: '/', | ||
}, | ||
{ | ||
nameIdent: 'changemediaRebranding.header.about', | ||
url: 'https://changemedia.club', | ||
// target: '_blank', | ||
}, | ||
], | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.