-
Notifications
You must be signed in to change notification settings - Fork 189
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ui adjustments after ODS and Web update
- Loading branch information
1 parent
75009c1
commit f90d329
Showing
10 changed files
with
43 additions
and
44 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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,32 @@ | ||
{ | ||
"server": "https://ocis-server:9200", | ||
"theme": "https://ocis-server:9200/themes/owncloud/theme.json", | ||
"version": "0.1.0", | ||
"openIdConnect": { | ||
"metadata_url": "https://ocis-server:9200/.well-known/openid-configuration", | ||
"authority": "https://ocis-server:9200", | ||
"client_id": "web", | ||
"response_type": "code", | ||
"scope": "openid profile email" | ||
"server": "https://ocis-server:9200", | ||
"theme": "https://ocis-server:9200/themes/owncloud/theme.json", | ||
"version": "0.1.0", | ||
"openIdConnect": { | ||
"metadata_url": "https://ocis-server:9200/.well-known/openid-configuration", | ||
"authority": "https://ocis-server:9200", | ||
"client_id": "web", | ||
"response_type": "code", | ||
"scope": "openid profile email" | ||
}, | ||
"options": { | ||
"displayResourcesLazy": false | ||
}, | ||
"apps": [ | ||
"files", | ||
"draw-io", | ||
"markdown-editor", | ||
"media-viewer", | ||
"search" | ||
], | ||
"external_apps": [ | ||
{ | ||
"id": "settings", | ||
"path": "https://ocis-server:9200/settings.js" | ||
}, | ||
"apps": [ | ||
"files", | ||
"draw-io", | ||
"markdown-editor", | ||
"media-viewer", | ||
"search" | ||
], | ||
"external_apps": [ | ||
{ | ||
"id": "settings", | ||
"path": "https://ocis-server:9200/settings.js" | ||
}, | ||
{ | ||
"id": "accounts", | ||
"path": "https://ocis-server:9200/accounts.js" | ||
} | ||
] | ||
{ | ||
"id": "accounts", | ||
"path": "https://ocis-server:9200/accounts.js" | ||
} | ||
] | ||
} |