Commit Graph

574 Commits

Author SHA1 Message Date
Phil Davis
982acec95c Various docs edits 2023-04-21 15:14:24 +05:45
Martin
44cf255813 [docs-only] update the deprecation description (removal version rule)
The removal version can only be, according to semver, a major version.
2023-04-19 08:49:49 +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
Jörn Friedrich Dreyer
edb88c7bf7 depreaction -> deprecation
fix typo
2023-03-23 15:18:09 +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
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
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
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
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
Jörn Friedrich Dreyer
f7267f07f8 [docs-only] ADR for service authorization (#5423)
* new ADR for service accounts

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

* fix edit link in ADR 0020

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

* typos

Co-authored-by: kobergj <jkoberg@owncloud.com>

* incorborate feedback, distinguish scope claims, service authorization and permission checks

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

* cleanup service accounts ADR

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

* extract permission checks section

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

---------

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
Co-authored-by: kobergj <jkoberg@owncloud.com>
2023-01-30 15:54:42 +01:00
Swikriti Tripathi
8e34405d08 Fix formatting in the docs related to testing 2023-01-24 09:48:54 +05:45
Viktor Scharf
eb0ad41187 [docs-only] Change Testing section in the doc (#5430)
* change docs

* fix after review
2023-01-20 11:54:25 +01:00
Jörn Friedrich Dreyer
d564851d47 Update ocis-local-docker.md (#5348) 2023-01-06 09:56:45 +01:00
Erik Neubauer
c37d76ffbf Incorrect charts path
Path was incorrect
2023-01-05 17:28:24 +01:00
Michael Barz
d8bc4a7ddc [docs-only] add more general API docs (#5301)
* add more general API docs

* Apply suggestions from code review

Co-authored-by: Phil Davis <phil@jankaritech.com>
Co-authored-by: Kai <splitt3r@users.noreply.github.com>

Co-authored-by: Phil Davis <phil@jankaritech.com>
Co-authored-by: Kai <splitt3r@users.noreply.github.com>
2022-12-30 11:56:45 +01:00
Dennis Sieben
a9962ea20b - added description about Inbucket 2022-12-07 10:30:48 +01:00
Dennis Sieben
f7ca39ea55 Corrected typo
I guess `NFSv45` should be `NFSv4`
2022-12-06 10:29:50 +01:00
Christian Scherm
9680ab4822 Update storagedrivers.md
Fix link to InitiateFileDownload
2022-12-05 21:06:59 +01:00
Viktor Scharf
1ae4eeb77a corrected storagedrives.md path in the doc 2022-12-05 20:17:09 +01:00
Dennis Sieben
f97017bd35 Fixed punctuation and layout 2022-12-05 15:22:25 +01:00
Dennis Sieben
a4b7786c25 Fixed punctuation and layout
Fixed punctuation and added the (intended) line break
2022-12-05 10:48:36 +01:00
NannaBarz
4456998132 Update preparing_server.md
Removed ` in the command what breaks it
2022-11-30 10:33:11 +01:00
Martin
f0ed26ae2a Fix minor typo
In the deprecation document there is a typo `on` --> `one`
Missed that one while reviewing.
2022-11-29 16:34:45 +01:00
Christian Richter
c527dae616 Merge pull request #5154 from dragonchaser/add-dev-docs
Add dev-docs for variable deprecation process
2022-11-29 16:19:08 +01:00
Christian Richter
8279c822ed incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-11-29 16:12:20 +01:00
Christian Richter
28c6d1dbfa Add dev-docs for variable descrption
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-11-29 16:02:33 +01:00
NannaBarz
b1c5583a08 changed path to .env 2022-11-29 14:31:10 +01:00
Artur Neumann
64d4badb28 Merge pull request #4939 from owncloud/individual-it-patch-2
delete reference to issue 2131
2022-11-01 09:58:46 +05:45
Artur Neumann
5dee88f436 delete reference to issue 2131 2022-10-31 12:00:09 +05:45
Artur Neumann
a76dea5315 fix typo in beta testplan 2022-10-31 11:57:49 +05:45
Willy Kloucek
cd7093d8e4 remove the individual services example in favor for the ocis helm charts 2022-10-27 11:54:55 +02:00
Dominik Schmidt
b195c6bb0d Build idp and settings frontends with pnpm 2022-10-24 20:31:56 +02:00
Dominik Schmidt
966a7758fc Use pnpm for running tests for oC Web 2022-10-24 19:04:39 +02:00
David Christofas
3babaf1a4d remove the graph-explorer servier from ocis (#4733) 2022-10-04 15:55:30 +02:00
Swikriti Tripathi
10955e52a5 Fix path name in ocis_s3 docs (#4709) 2022-09-29 12:37:50 +05:45
Swikriti Tripathi
9b04d430da Improve the documentation for NFS share 2022-09-29 09:47:10 +05:45
Jörn Friedrich Dreyer
0ae75f8e66 update storage docs (#4663)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-09-26 15:11:01 +02:00
Willy Kloucek
51282fc277 pin wopiserver to v8.3.3 for continous deployment examples 2022-08-04 10:24:52 +02:00
Willy Kloucek
863ddda4bb add inbucket as mail server to traefik deployment example 2022-07-25 16:28:41 +02:00
Ralf Haferkamp
b4a90b132b Demote demo user "moss" from admin to space-admin
Fixes: #3625
2022-07-22 16:47:04 +02:00
Michael Barz
c5b00a645d fix ocis_ldap admin user 2022-07-20 09:44:38 +02:00
Willy Kloucek
8c27e0cdd1 switch to beta.5 in getting started docs 2022-07-20 08:49:34 +02:00
Willy Kloucek
835489b87a remove unused iopsecret from wopi example, d9b241da81 2022-07-15 08:43:31 +02:00
Bishop Clark
001b4301ab adjective order
Adjective order nit-correction in prepositions.
2022-07-09 12:48:15 -07:00