mirror of
https://github.com/documize/community.git
synced 2025-07-19 05:09:42 +02:00
Merge code between editions
This commit is contained in:
parent
d1b803b246
commit
6a9ad7f540
20 changed files with 365 additions and 110 deletions
|
@ -38,15 +38,10 @@ export default Service.extend({
|
|||
secureMode: false,
|
||||
maxTags: 3,
|
||||
storageProvider: '',
|
||||
|
||||
// for major.minor semver release detection
|
||||
location: 'selfhost',
|
||||
// for bugfix releases, only admin is made aware of new release and end users see no What's New messaging
|
||||
updateAvailable: false,
|
||||
|
||||
// invalidLicense() {
|
||||
// return this.valid === false;
|
||||
// },
|
||||
|
||||
getBaseUrl(endpoint) {
|
||||
return [this.get('endpoint'), endpoint].join('/');
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue