Commit Graph

872 Commits

Author SHA1 Message Date
André Duffeck
ab5c9703c1 Adapt to changed interface in reva 2024-12-11 10:24:00 +01:00
Martin
6a3eac3765 Merge pull request #10713 from owncloud/ocis_shares_cleanup
[docs-only] Add 'ocis shares cleanup' command to the common readme
2024-12-03 15:10:29 +01:00
Martin
3d03c3e06c Update ocis/README.md
Co-authored-by: Andre Duffeck <aduffeck@users.noreply.github.com>
2024-12-03 10:50:28 +01:00
Martin Mattel
7bfa03570c [docs-only] Add 'ocis shares cleanup' command to the common readme 2024-12-03 10:25:50 +01:00
André Duffeck
856a0794d7 Pass an initialized logger to reva 2024-12-03 10:09:55 +01:00
André Duffeck
38e54515b0 Add a "ocis shares cleanup" command 2024-12-02 09:17:14 +01:00
André Duffeck
9a7b644e22 Fix gateway address in jsoncs3 config 2024-12-02 09:17:14 +01:00
Christian Richter
30f8409b34 generate collaborationWOPISecret if old config does not contain any
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-11-13 13:06:30 +01:00
Christian Richter
d1bfb73f96 remove tmpfile if no diff changes present
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-11-13 13:06:13 +01:00
Viktor Scharf
8796a7c308 add patch command to the ocis image 2024-11-11 17:14:32 +01:00
Ralf Haferkamp
f2e857ff05 fix: 'ocis backup consistency' file regex
'ocis backup consistency' was stumbling over revision (and trash) nodes
whose timestamp lacked the nanosecond component (which happens if the nanoseconds
of the mtime are 0)

Fixes: #9498
2024-11-06 17:12:07 +01:00
Jörn Friedrich Dreyer
04632ad34c make sure services have some time to deregister
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-28 14:47:11 +01:00
Jörn Friedrich Dreyer
32287da09e work on signal handling
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-28 14:47:11 +01:00
Jörn Friedrich Dreyer
6b97c74c40 require tls 1.2
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-22 10:56:04 +02:00
Michael Barz
35578a0ecc chore: remove unneeded stuff 2024-10-21 22:46:06 +02:00
Ralf Haferkamp
26f3e23b79 dev: Enable VIPS in local docker builds
As libvips is not available as a static library we can no longer
create a statically linked ocis binary for the docker images when
libvips is enabled.
We also need to make sure that the base images used for building
ocis needs to match the image where ocis is installed when creating
a shared binary.
2024-10-17 14:05:27 +02:00
Ralf Haferkamp
74bc549b9f Add ENABLE_VIPS flag to Makefile
To build with libvips support use 'make -C ocis build ENABLE_VIPS=true'
2024-10-17 14:05:27 +02:00
jkoberg
3d69694b74 feat(ocis): remove deprecated registries
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-15 17:24:51 +02:00
Michael Barz
85e296f99e fix: improve docker compose 2024-09-30 22:59:42 +02:00
Martin Mattel
9d23a67135 [docs-only] Update the "List Unified Roles" example output 2024-09-17 16:47:26 +02:00
André Duffeck
3c1d81f595 Adapt to reva changes 2024-09-17 10:33:31 +02:00
Martin Mattel
79aac868cf [docs-only] Description + CLI for Unified Roles Management 2024-09-03 11:03:39 +02:00
Martin
eff0ab1609 Merge pull request #9916 from owncloud/update_nats_service_readme
[docs-only ] Add and correct registry related content.
2024-08-28 08:44:13 +02:00
mmattel
0fa38b6bd2 [docs-only] Update nats and registry related documentation 2024-08-26 12:20:06 +02:00
Jörn Friedrich Dreyer
871228ac96 make gateway endpoints configurable again
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-08-23 20:51:17 +02:00
jkoberg
38a23ee9bb feat(ocis): update revisions docu
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-23 11:40:15 +02:00
kobergj
d66a82b470 Merge pull request #9891 from kobergj/SpeedUpRevisionPurge
Improve Revisions Purge
2024-08-23 11:11:19 +02:00
jkoberg
e548f29b84 feat(ocis): benchmark revision listing possiblities
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-22 16:33:21 +02:00
Christian Richter
3cdc638201 remove code for store service
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-08-22 09:28:02 +02:00
jkoberg
585bd82192 feat(ocis): add revisions purge tests and benchmarks
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-08-21 13:22:36 +02:00
Jörn Friedrich Dreyer
7b64f42a8a Merge pull request #9656 from owncloud/reuse-node-id
reuse node id when registering services
2024-07-30 11:42:05 +02:00
Jörn Friedrich Dreyer
066c4b8173 only register signal handling once
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-07-29 16:28:13 +02:00
Christian Richter
201a7c6b01 reduce complexity
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 11:11:53 +02:00
Christian Richter
a04cd2a132 sort structs
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 09:49:47 +02:00
Christian Richter
b60065f308 unclutter init pkg
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 07:54:27 +02:00
Christian Richter
e2c4586706 add diff mode to init
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-07-26 07:49:37 +02:00
Jörn Friedrich Dreyer
d6045a74ea work on signals
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-07-24 13:21:30 +02:00
jkoberg
11103a4220 feat(auth-app): make service optional plus docu
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-23 08:58:07 +02:00
Thomas Müller
1eb66eb18c feat: add REVA appauth as oCIS service 2024-07-23 08:58:07 +02:00
Roman Perekhod
0205fbd3b9 Merge pull request #9666 from 2403905/debug-full-docker
Added the debugging to full ocis docker example
2024-07-22 15:35:30 +02:00
Roman Perekhod
54524567a5 Added the debugging to full ocis docker example 2024-07-22 13:26:30 +02:00
jkoberg
be6b3a0017 fix(ocis): fix trash command
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-22 12:48:24 +02:00
André Duffeck
f5de0a09cf Enable caching for the xattrs backend 2024-07-12 08:39:30 +02:00
kobergj
a08860c62f feat(docu): improve docu
Co-authored-by: Martin <github@diemattels.at>
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-08 09:15:14 +02:00
jkoberg
95d96e6a90 docu(ocis): document the new commands
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-08 09:15:14 +02:00
jkoberg
0a8fbc6032 feat(ocis): make purge-revision work per resource
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-08 09:15:14 +02:00
jkoberg
a6c9a1c533 feat(ocis): add purge-revision cli
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-07-08 09:15:13 +02:00
Roman Perekhod
f29b254333 fixed the notification service error when the user's display name contained special characters 2024-06-28 13:24:37 +02:00
Viktor Scharf
eb5a9ceade Merge pull request #9442 from owncloud/full-deployment
 [docs-only] feat: create ocis_full compose deployment
2024-06-28 12:50:56 +02:00
Christian Richter
1697637358 incorporate requested changes
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-06-27 17:15:11 +02:00