Skip to content

Commit

Permalink
#2650 Remove linagora.esn.appstore from codebase and configuration files
Browse files Browse the repository at this point in the history
  • Loading branch information
Tuan Tuan LE committed Mar 19, 2019
1 parent e2bf132 commit 6f26a28
Show file tree
Hide file tree
Showing 42 changed files with 4 additions and 3,501 deletions.
8 changes: 0 additions & 8 deletions backend/core/esn-config/metadata/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ const schema = {
type: 'object',
additionalProperties: false,
properties: {
'control-center:appstore': {
type: 'boolean'
},
'application-menu:appstore': {
type: 'boolean'
},
'application-menu:jobqueue': {
type: 'boolean'
},
Expand All @@ -24,8 +18,6 @@ const schema = {
}
},
required: [
'control-center:appstore',
'application-menu:appstore',
'application-menu:jobqueue',
'control-center:password',
'header:user-notification',
Expand Down
1 change: 0 additions & 1 deletion config/default.json
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,6 @@
},
"modules": [
"linagora.esn.account",
"linagora.esn.appstore",
"linagora.esn.calendar",
"linagora.esn.contact",
"linagora.esn.contact.google",
Expand Down
6 changes: 3 additions & 3 deletions doc/modules.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ follow the template example pattern.

#### Template example

a.btn.btn-info(ng-href='/#/appstore/communities/{{community._id}}/apps')
| #{__('App store')}  
i.mdi.mdi-apps
a.btn.btn-info(ng-href='/#/calendar/communities/{{community._id}}')
| #{__('Calendar')}  
i.mdi.mdi-calendar

### messageEditionMessageTypeButton

Expand Down
1 change: 0 additions & 1 deletion fixtures/esn-config/data/core/features.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ module.exports = function() {
return {
'application-menu:jobqueue': false,
'application-menu:invitation': false,
'control-center:appstore': false,
'control-center:password': true,
'control-center:invitation': false,
'header:user-notification': true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,4 @@
// TODO Remove this when the injection module has
// the method to inject inside all domains.
calendar-community-button-toolbar
a.btn.btn-info(ng-href='/#/appstore/communities/{{community._id}}/apps')
| #{__('Module Manager')}  
i.mdi.mdi-apps
injections-widget(injection-anchor-id="communityPageActionsToolbar", injection-subject="community")
Loading

0 comments on commit 6f26a28

Please sign in to comment.