Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions docs/development/repo-structure.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,7 @@ Dedicated documentation for the `web-pkg` package is not available, yet, since o
At the very heart of OpenCloud Web, the `web-runtime` is responsible for dependency injection, app bootstrapping, configuration,
authentication, data preloading and much more.
It is very likely that you will never get in touch with it as most of the developer-facing features are exposed via `web-pkg`. If you
have more questions about this package, please join our [public chat](https://talk.owncloud.com/channel/web) and simply ask
or write an issue in our [issue tracker](https://github.com/opencloud-eu/web/issues).
have more questions about this package, please write an issue in our [issue tracker](https://github.com/opencloud-eu/web/issues).

### Standalone Core Apps

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Depending on the backend you are using, there are sample config files provided i
- `options.feedbackLink.ariaLabel` Since the link only has an icon, you can set an e.g. screen reader accessible label. Defaults to `OpenCloud feedback survey`.
- `options.feedbackLink.description` Provide any description you want to see as tooltip and as accessible description. Defaults to `Provide your feedback: We'd like to improve the web design and would be happy to hear your feedback. Thank you! Your OpenCloud team.`
- `options.sharingRecipientsPerPage` Sets the amount of users shown as recipients in the dropdown when sharing resources. Default amount is 200.
- `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`, and we recommend reaching out to [the OpenCloud Web team](https://talk.owncloud.com/channel/web) if you're not CERN and thinking about enabling this feature flag.
- `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`.
- `options.editor.autosaveEnabled` Specifies if the autosave for the editor apps is enabled.
- `options.editor.autosaveInterval` Specifies the time interval for the autosave of editor apps in seconds.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "11.0.6",
"version": "0.0.0",
"private": true,
"homepage": "https://github.com/opencloud-eu/web",
"license": "AGPL-3.0",
Expand Down
36 changes: 18 additions & 18 deletions packages/babel-preset/package.json
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
{
"name": "@opencloud-eu/babel-preset",
"private": false,
"version": "0.0.1",
"main": "index.js",
"license": "AGPL-3.0",
"author": "OpenCloud GmbH <info@opencloud.eu>",
"homepage": "https://github.com/opencloud-eu/web/tree/main/packages/babel-preset",
"repository": {
"type": "git",
"url": "https://github.com/opencloud-eu/web",
"directory": "packages/babel-preset"
},
"exports": {
".": "./index.js"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
}
"name": "@opencloud-eu/babel-preset",
"private": false,
"version": "0.0.0",
"main": "index.js",
"license": "AGPL-3.0",
"author": "OpenCloud GmbH <info@opencloud.eu>",
"homepage": "https://github.com/opencloud-eu/web/tree/main/packages/babel-preset",
"repository": {
"type": "git",
"url": "https://github.com/opencloud-eu/web",
"directory": "packages/babel-preset"
},
"exports": {
".": "./index.js"
},
"dependencies": {
"@babel/helper-plugin-utils": "^7.22.5"
}
}
2 changes: 1 addition & 1 deletion packages/design-system/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:design-system]
[o:opencloud-eu:p:opencloud:r:web-design-system]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-design-system
Expand Down
2 changes: 1 addition & 1 deletion packages/design-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencloud-eu/design-system",
"version": "11.0.6",
"version": "0.0.0",
"description": "OpenCloud Design System is based on VueDesign Systems and is used to design OpenCloud UI components",
"keywords": [
"vue design system",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-config/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@opencloud-eu/eslint-config",
"main": "index.js",
"private": false,
"version": "11.0.6",
"version": "0.0.0",
"license": "AGPL-3.0",
"type": "module",
"author": "OpenCloud GmbH <info@opencloud.eu>",
Expand Down
2 changes: 1 addition & 1 deletion packages/extension-sdk/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencloud-eu/extension-sdk",
"version": "11.0.6",
"version": "0.0.0",
"description": "OpenCloud Web Extension SDK",
"license": "AGPL-3.0",
"main": "index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/prettier-config/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opencloud-eu/prettier-config",
"private": false,
"version": "0.0.1",
"version": "0.0.0",
"main": "index.js",
"license": "AGPL-3.0",
"author": "OpenCloud GmbH <info@opencloud.eu>",
Expand Down
2 changes: 1 addition & 1 deletion packages/tsconfig/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@opencloud-eu/tsconfig",
"private": false,
"version": "0.0.6",
"version": "0.0.0",
"license": "AGPL-3.0",
"author": "OpenCloud GmbH <info@opencloud.eu>",
"homepage": "https://github.com/opencloud-eu/web/tree/main/packages/tsconfig",
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-activities/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:activities]
[o:opencloud-eu:p:opencloud:r:web-activities]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-activities
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-admin-settings/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:admin-settings]
[o:opencloud-eu:p:opencloud:r:web-admin-settings]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-admin-settings
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-admin-settings/l10n/translations.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web-app-app-store/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:app-store]
[o:opencloud-eu:p:opencloud:r:web-app-store]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-app-store
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-app-store/l10n/translations.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/web-app-epub-reader/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:epub-reader]
[o:opencloud-eu:p:opencloud:r:web-epub-reader]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-epub-reader
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-external/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:external]
[o:opencloud-eu:p:opencloud:r:web-external]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-exteral
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-files/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:files]
[o:opencloud-eu:p:opencloud:r:web-files]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-files
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-ocm/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:ocm]
[o:opencloud-eu:p:opencloud:r:web-web-ocm]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-ocm
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-pdf-viewer/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:pdf-viewer]
[o:opencloud-eu:p:opencloud:r:web-pdf-viewer]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-pdf-viewer
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-preview/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:preview]
[o:opencloud-eu:p:opencloud:r:web-preview]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-preview
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-search/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:search]
[o:opencloud-eu:p:opencloud:r:web-search]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-search
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-text-editor/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:text-editor]
[o:opencloud-eu:p:opencloud:r:web-text-editor]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-text-editor
Expand Down
2 changes: 1 addition & 1 deletion packages/web-app-webfinger/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:webfinger]
[o:opencloud-eu:p:opencloud:r:web-webfinger]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-webfinger
Expand Down
2 changes: 1 addition & 1 deletion packages/web-client/l10n/.tx/config
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[main]
host = https://www.transifex.com

[o:owncloud-org:p:owncloud-web:r:client]
[o:opencloud-eu:p:opencloud:r:web-client]
file_filter = locale/<lang>/app.po
minimum_perc = 0
resource_name = web-client
Expand Down
2 changes: 1 addition & 1 deletion packages/web-client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@opencloud-eu/web-client",
"version": "11.0.6",
"version": "0.0.0",
"description": "OpenCloud web client",
"license": "AGPL-3.0",
"private": false,
Expand Down
Loading