-
-
Notifications
You must be signed in to change notification settings - Fork 48
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
revert branding and bump build zip file version
- Loading branch information
1 parent
bcf5b57
commit f828f42
Showing
3 changed files
with
99 additions
and
21 deletions.
There are no files selected for viewing
Binary file not shown.
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,10 +1,100 @@ | ||
var branding = {}; | ||
var branding = { | ||
enableBeeKeeper : {disable: true, value: false}, | ||
beeKeeperTitle : {disable: true}, | ||
beeKeeperTopic : {disable: true}, | ||
beeKeeperUrl : {disable: true}, | ||
beeFeedCheck : {disable: true}, | ||
beeKeeperPageSize : {disable: true}, | ||
enableIrma : {disable: true}, | ||
name : {disable: false, value: "pade"}, | ||
server : {disable: false, value: "pade.chat:5443"}, | ||
domain : {disable: false, value: "pade.chat"}, | ||
/* | ||
uport : {disable: true}, | ||
uportPermission : {disable: true}, | ||
useUport : {disable: true}, | ||
fetch("../options/branding.json", {method: "GET"}).then(function(response){ return response.json()}).then(function(json) | ||
{ | ||
branding = json; | ||
console.log('branding', json); | ||
|
||
}).catch(function (err) { | ||
console.error('branding error', err); | ||
}); | ||
enableDirectorySearch : {disable: true, value: false}, | ||
audioOnly : {disable: true}, | ||
blastDescription : {disable: true}, | ||
blogDescription : {disable: true}, | ||
blogName : {disable: true}, | ||
certificate : {disable: true}, | ||
changelog : {disable: false}, | ||
communityAutoStart : {disable: true}, | ||
communityUrl : {disable: true}, | ||
country : {disable: true}, | ||
credits : {disable: false, value: "<a href='https://desktop-545pc5b:7443/docs' target='_blank' style='font-size: 16px;'>Dele Olajide</a>"}, | ||
drawioDescription : {disable: true}, | ||
email : {disable: true}, | ||
enableBlast : {disable: true}, | ||
enableBlog : {disable: true}, | ||
enableCommunity : {disable: true}, | ||
enableDrawIO : {disable: true}, | ||
enableGmail : {disable: true}, | ||
enableOffice365Business : {disable: true}, | ||
enableOffice365Personal : {disable: true}, | ||
enableOnlyOffice : {disable: true}, | ||
enableRemoteControl : {disable: true}, | ||
enableRingtone : {disable: true}, | ||
enableTouchPad : {disable: true}, | ||
enableWebApps : {disable: true}, | ||
factoryReset : {disable: false}, | ||
gmailAccounts : {disable: true}, | ||
help : {disable: false}, | ||
language : {disable: true}, | ||
of365AutoStart : {disable: true}, | ||
onlyOfficeDescription : {disable: true}, | ||
onlyOfficeVersion : {disable: true}, | ||
onlyautosave : {disable: true}, | ||
onlychat : {disable: true}, | ||
onlycommentAuthorOnly : {disable: true}, | ||
onlycomments : {disable: true}, | ||
onlycompactToolbar : {disable: true}, | ||
onlyforcesave : {disable: true}, | ||
onlyheader : {disable: true}, | ||
onlyleftMenu : {disable: true}, | ||
onlyrightMenu : {disable: true}, | ||
onlyshowReviewChanges : {disable: true}, | ||
onlytoolbar : {disable: true}, | ||
onlyzoom : {disable: true}, | ||
phone : {disable: true}, | ||
popupWindow : {disable: true}, | ||
qrcode : {disable: true}, | ||
rdpDescription : {disable: true}, | ||
registerIMProtocol : {disable: true}, | ||
registerMEETProtocol : {disable: true}, | ||
registerSIPProtocol : {disable: true}, | ||
registerTELProtocol : {disable: true}, | ||
registerUrlProtocols : {disable: true}, | ||
registerXMPPProtocol : {disable: true}, | ||
remoteConnect : {disable: true}, | ||
remoteDomain : {disable: true}, | ||
remoteHost : {disable: true}, | ||
remotePassword : {disable: true}, | ||
remoteUsername : {disable: true}, | ||
role : {disable: true}, | ||
saveWinPositions : {disable: true}, | ||
showSharedCursor : {disable: true}, | ||
statusBar : {disable: true}, | ||
touchPadAutoStart : {disable: true}, | ||
unregisterUrlProtocols : {disable: true}, | ||
updateAvatar : {disable: true}, | ||
uploadApp : {disable: true}, | ||
uploadAppLabel : {disable: true}, | ||
uploadAppLabel : {disable: true}, | ||
uploadAvatar : {disable: true}, | ||
uploadAvatarLabel : {disable: true}, | ||
uploadAvatarStatus : {disable: true}, | ||
uploadStatus : {disable: true}, | ||
url : {disable: true}, | ||
useClientCert : {disable: true}, | ||
useJabra : {disable: true}, | ||
useStreamDeck : {disable: true}, | ||
useTotp : {disable: true}, | ||
useSmartIdCard : {disable: true}, | ||
useWebsocket : {disable: true, value: true}, | ||
useWinSSO : {disable: true, value: false}, | ||
webApps : {disable: true}, | ||
*/ | ||
} |
This file was deleted.
Oops, something went wrong.