Skip to content

Commit

Permalink
CERN-specific features config flag
Browse files Browse the repository at this point in the history
  • Loading branch information
javfg committed May 23, 2022
1 parent 9df4c48 commit d7a8171
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 0 deletions.
5 changes: 5 additions & 0 deletions changelog/unreleased/enhancement-cern-features
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Enhancement: CERN features setting

We've added a flag to enable CERN-specific features

https://github.com/owncloud/web/pull/7034
1 change: 1 addition & 0 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@ substring of a value of the authenticated user. Examples are `/Shares`, `/{{.Id}
- `options.sharingRecipientsPerPage` Sets the amount of users shown as recipients in the dropdown when sharing resources. Default amount is 200.
- `options.sidebar.shares.showAllOnLoad` Sets the list of (link) shares list in the sidebar to be initially expanded (default is a collapsed state, only showing the first three shares).
- `options.runningOnEos` Set this option to `true` if running on an [EOS storage backend](https://eos-web.web.cern.ch/eos-web/) to enable its specific features. Defaults to `false`.
- `options.cernFeatures` Enabling this will activate CERN-specific features. Defaults to `false`.

### Sentry

Expand Down
1 change: 1 addition & 0 deletions packages/web-runtime/src/store/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ const state = {
},
previewFileExtensions: [],
runningOnEos: false,
cernFeatures: false,
sharingRecipientsPerPage: 200
}
}
Expand Down

0 comments on commit d7a8171

Please sign in to comment.