Commit Graph

981 Commits

Author SHA1 Message Date
Robert Kaussow
b9dc2baaed ci: fix docs branch in makefile (#6075) 2023-04-18 17:33:04 +02:00
Martin
8ca2b03575 [docs-only] Fixing ADOC.tmpl typo
Fixing a typo

Backporting to `docs-stable-2.0` neccessary.
2023-04-18 09:31:08 +02:00
Martin
d70d0e93ba Merge pull request #6046 from kobergj/AddTimestampToDeprecationSection
[docs-only] Add Timestamp to Deprecation section
2023-04-13 16:36:48 +02:00
jkoberg
05c36b45d2 add timestamp to deprecation section
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-04-13 16:05:22 +02:00
Martin
64c1895ee1 [docs-only] update ocis-hello (sourced from owncloud dev)
This change aligns with https://github.com/owncloud/ocis-hello/pull/138 where we have the same note.

```
**IMPORTANT:**
The `ocis-hello` example is currently under revision and does not work due to latest changes in master.
```
2023-04-13 10:33:04 +02:00
mmattel
ae389b9c35 fix 2023-04-12 18:26:11 +02:00
mmattel
c054f16c28 [docs-only] Create a General Info page plus content in services for owncloud.dev 2023-04-12 16:58:08 +02:00
Martin
c6efb126cb Update new-service-checklist.md
When referencing images or code, you must to use raw access.
Adding a bad and good example to make it clear.
No impact on readme.md but mandatory for owncloud.dev
2023-04-06 10:58:07 +02:00
kobergj
bfe8ed8db5 Merge pull request #5700 from owncloud/invitations
Invitations service
2023-03-28 15:27:56 +02:00
kobergj
9df308932d Merge pull request #5903 from kobergj/AutomateMDCreation
Automate Creation of `_index.md` Files
2023-03-24 13:00:10 +01:00
Jörn Friedrich Dreyer
5d7a19997b correctly add new service
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:43:03 +01:00
Jörn Friedrich Dreyer
5d0e8f0b7a fix notificaation readme, more precise naming
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-24 11:39:41 +01:00
Martin
dfb96e27de Update docs/services/new-service-checklist.md 2023-03-24 11:01:35 +01:00
Martin
9d54c882fb Update new-service-checklist.md
Improve the handling of additional ressources used by README.md
2023-03-24 10:14:58 +01:00
jkoberg
8df0d08fac simplify markdown pkg
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 09:24:42 +01:00
jkoberg
cf8120a70d automate creation of _index.md files
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-24 09:24:42 +01:00
Michael Barz
1d2fd51f1f Update configuration.md 2023-03-23 21:00:09 +01:00
Martin
589a681fc2 Merge pull request #5917 from owncloud/butonic-patch-1
[docs-only] depreaction -> deprecation
2023-03-23 15:43:32 +01:00
Martin
1f5b79b252 Apply suggestions from code review
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-03-23 15:20:30 +01:00
Jörn Friedrich Dreyer
edb88c7bf7 depreaction -> deprecation
fix typo
2023-03-23 15:18:09 +01:00
mmattel
8dc37cb22a [docs-only] New service checklist for owncloud.dev 2023-03-23 15:04:37 +01:00
kobergj
8e5fcf8482 Merge pull request #5846 from kobergj/Antivirus
Antivirus
2023-03-23 10:04:12 +01:00
kobergj
6c00708dbc improve antivirus documentation
Co-authored-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2023-03-22 13:50:42 +01:00
mmattel
76e94b615b [docs-only] Update the ownCloud.dev main page 2023-03-22 11:59:22 +01:00
kobergj
fc4ba499b1 improve antivirus documentation
Co-authored-by: Martin <github@diemattels.at>
2023-03-21 10:06:06 +01:00
jkoberg
c550390d82 service checklist
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2023-03-21 10:04:11 +01:00
Martin
82befab8b6 Update docs/services/proxy/_index.md
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-03-21 09:23:19 +01:00
mmattel
1bc214d560 [docs-only] Update proxy _index.md for owncloud.dev 2023-03-21 08:49:49 +01:00
Martin
7ed88edc57 [docs-only] Update docs/helpers/README.md (#5880)
Clarify and improve the extended envvar process.
2023-03-20 21:05:07 +01:00
Jörn Friedrich Dreyer
474c4b848d upgrade to go1.20 and auto set go mem limit (#5732)
* upgrade to go1.19 and set go mem limit

* create ocis-pkg memlimit package

* use std automemlimit import

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* import automemlimit in every ocis service, drop ocis-pkg/memlimit package

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump go to 1.20

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* drop unused config options and env vars

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update all version numbers, add doc

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix lint

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update bingo and mockery

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* bump golangci-lint

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix selector test

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Update changelog/unreleased/enhancement-memlimit.md

Co-authored-by: kobergj <juliankoberg@googlemail.com>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Willy Kloucek <wkloucek@owncloud.com>
Co-authored-by: kobergj <juliankoberg@googlemail.com>
2023-03-20 17:22:02 +01:00
mmattel
b9fa864889 [docs-only] Fix extended_envvars.yaml has wrong referenced lineno in master 2023-03-20 16:29:54 +01:00
Martin
bba6a30f0c [docs-only] Fix edit path for port-ranges.md
This fixes the edit path for the `port-ranges.md` file.
Missed to correct it.
2023-03-16 16:12:34 +01:00
mmattel
23ee8615c6 [docs-only] Adds missing services and fixes content for owncloud.dev 2023-03-16 15:03:29 +01:00
Florian Schade
f38a9f4385 Introduce Policies-Service (#5716)
* add policies service
add policies proxy middleware
add policies event service
add policies grpc service
prepare ci and git environments (ci, make, readme, doc)

* add webfinger to the drone conf

* fix docs
remove not used virus scan postprocessing step

* relocate example rego file
implicitly enable and disable proxy and postprocessing policy checking by setting the query.
update configuration descriptions

* move policies
update readme

* use converter func to convert pp environment to actual environment
expose and test custom rego functions
add engine unit tests
add opa unit tests
update policies readme

Co-authored-by: Martin <github@diemattels.at>

* relocate sample policies to the deployments folder
change and document policies service port

* update index.md and small fix

* add health command
add version command
add debug server

---------

Co-authored-by: Martin <github@diemattels.at>
2023-03-14 16:08:22 +01:00
Martin
2de49c6413 [docs-only] Update getting-started.md (for owncloud.dev)
The go version need to be updated to v1.19
2023-03-08 14:01:54 +01:00
Jörn Friedrich Dreyer
ddae4f67f5 Benchmark cli (#5652)
* cli to benchmark low level syscalls

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

add benchmark client & syscall commands

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* update the oidc-agent docs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Update ocis/pkg/command/benchmark.go

Co-authored-by: Martin <github@diemattels.at>

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Martin <github@diemattels.at>
2023-02-28 09:14:53 +01:00
Willy Kloucek
388e9c2bce add webfinger config docs and remove well-known service without code 2023-02-24 09:58:10 +01:00
Willy Kloucek
9225f24bcb fix list item 2023-02-15 09:22:06 +01:00
Dennis Sieben
9d89bc258c Change link reference for demo users
The demo user can be found in https://owncloud.dev/ocis/getting-started/demo-users/ the current link https://owncloud.dev/ocis/getting-started/#login-to-owncloud-web requires clicking on another link.
2023-02-14 15:30:26 +01:00
Jörn Friedrich Dreyer
2c98d3246c minimal webfinger (#5373)
* initial webfinger stub

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add webfinger to proxy, return current host

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* some cleanup

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* allow passing multiple rel params

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* introduce interfaces

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* parse oidc auth token

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add templating, drop chain, use map of relation providers

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix ocis url yaml

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* fix typos

Co-authored-by: Dominik Schmidt <dschmidt@owncloud.com>

* switch to userinfo claims

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* readme cleanup

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* add TODO.md with ideas

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* replace subject on authenticated request responses

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* markdown lint

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* return a 401 when bearer token expired, some more docs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Apply suggestions from code review

Co-authored-by: Martin <github@diemattels.at>

* fix docs

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* clarify env var

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* extract handler func

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* use correct service in reflex.conf

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* test relations

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

* Update services/webfinger/pkg/config/config.go

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: Dominik Schmidt <dschmidt@owncloud.com>
Co-authored-by: Martin <github@diemattels.at>
2023-02-13 11:05:20 +01:00
Willy Kloucek
b3b27f4490 Merge pull request #5535 from wkloucek/revamp-keycloak-config
revamp keycloak config
2023-02-10 14:50:59 +01:00
Swikriti Tripathi
9e73221a68 [docs-only]Update testing docs (#5444)
* Update testing docs

* make ocis run with new config

* fix wording

* fix sording

* fix command and run.sh

* Edit makefile to make it dynamically run suites

* adress reviews

* address reviews

* address reviews
2023-02-10 11:50:03 +01:00
Willy Kloucek
6dd55b56bf use export from up-to-date keycloak 2023-02-08 17:22:08 +01:00
Martin
9a5714a26f [docs-only] Replace the legacy Extensions with Services (#5518)
* Replace the legacy Extensions with Services

* Update docs/ocis/_index.md

Co-authored-by: Michael Barz <mbarz@owncloud.com>

---------

Co-authored-by: Michael Barz <mbarz@owncloud.com>
2023-02-07 11:21:00 +01:00
Benedikt Kulmann
8c033e1936 change: remove the settings ui
ownCloud Web recently transitioned to Vue3. The settings ui is still
written in Vue2. Since it's pretty much unused we won't take the efforts
of upgrading it to Vue3.
2023-02-03 10:27:05 +01:00
Michael Barz
c6fd023ee7 Merge pull request #5447 from owncloud/improve-docs
[docs-only] rewrite spaces API docs
2023-02-02 12:55:06 +01:00
Michael Barz
51d5b72aa0 Apply suggestions from code review
Co-authored-by: Jörn Friedrich Dreyer <jfd@owncloud.com>
2023-02-02 11:28:22 +01:00
Benedikt Kulmann
ffea4d2bbc Merge pull request #5496 from dkocher/patch-1
Change link for LibreGraph connect
2023-02-01 21:24:56 +01:00
Willy Kloucek
860ebcfff9 add "daily" deployments to the continuous deployment (#5484) 2023-02-01 16:50:33 +01:00
David Kocher
ccbe49d38f Change link for LibreGraph connect
Previous link was 404
2023-02-01 13:40:59 +01:00