We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
oc_release.sh app:get oauth2 oc_release.sh app:get web HTTP_PORT=883 HTTPS_PORT=8443 IPADDR=$(hostname -I | sed -e 's/ .*//') HTTP_SERVER=http://$IPADDR:$HTTP_PORT HTTPS_SERVER=$HTTP_SERVER # HTTPS_SERVER=http://$IPADDR:$HTTPS_PORT cd mnt_oc mkdir -p config/ echo -e > config/web.config.php "<?php\n\$CONFIG = array ( 'web.baseUrl' => '$HTTPS_SERVER/index.php/apps/web' );" docker run -ti --rm -v $HOME/mnt_oc:/mnt/data -p $HTTP_PORT:8080 owncloud/server:10.6.0 & echo "Admin -> General -> Log: select Everything ..." echo "Admin -> 'User Authentication': Add: ownCloud-Web $HTTPS_SERVER/index.php/apps/web/oidc-callback.html" CLIENT_ID_FROM_OAUTH2=nGqQBjSGwZ33lCgGWXUxOJLKG6SU5AnMGOHJo3w5f39U8KMrg7BMN7vJCvcKDF56 cat <<EOF > config/config.json { "server" : "$HTTPS_SERVER", "theme": "owncloud", "auth": { "clientId": "$CLIENT_ID_FROM_OAUTH2", "url": "$HTTPS_SERVER/index.php/apps/oauth2/api/v1/token", "authUrl": "$HTTPS_SERVER/index.php/apps/oauth2/authorize" }, "apps" : [ "files", "draw-io", "markdown-editor", "media-viewer" ], "applications" : [ { "title": { "en": "Classic Design", "de": "Dateien" }, "icon": "switch_ui", "url": "$HTTP_SERVER/index.php/apps/files" }, { "icon": "application", "menu": "user", "target": "_self", "title": { "de": "Einstellungen", "en": "Settings" }, "url": "$HTTPS_SERVER/index.php/settings/personal" } ] } EOF docker exec -ti $(docker ps -q | head -1) occ app:enable oauth2 docker exec -ti $(docker ps -q | head -1) occ app:enable web
occ app:enable web
...
Material collected from https://github.com/owncloud/enterprise/issues/4301
Within the app I clicked around a lot and saw no issues. In particular:
Re-evaluate
The following menu items fall back into classic design
The text was updated successfully, but these errors were encountered:
@jnweiger can we close this issue?
Sorry, something went wrong.
1.0.2 release is done.
Update Test_Plan_web.md
129dc70
update from owncloud/web#4638
No branches or pull requests
Setup
With 10.6.0 docker - http-only (click to view details)
'Web' App Test Plan
Testing functionality
occ app:enable web
...
Material collected from https://github.com/owncloud/enterprise/issues/4301
Within the app I clicked around a lot and saw no issues. In particular:
Re-evaluate
The following menu items fall back into classic design
The text was updated successfully, but these errors were encountered: