André Duffeck
ad8ac8ee25
Only ack postprocessing events after persisting
2025-07-17 09:16:14 +02:00
Ralf Haferkamp
febcb791a8
Merge pull request #1236 from rhafer/sharingtest-dynamicdate
...
tests: Avoid static dates when creating shares
2025-07-17 08:16:06 +02:00
opencloudeu
c77ef3033e
[tx] updated from transifex
2025-07-17 00:02:12 +00:00
Ralf Haferkamp
c22c63d91a
tests: Avoid static dates when creating shares
...
The expirationDate for new shares needs to be in the future. Using
static dates in the tests means we need to update them every now an
then. This adjusts the helpers to allow relative date formats like
"+3 days" and "tomorrow" when creating shares.
2025-07-16 18:14:21 +02:00
Andre Duffeck
3917fd1393
Merge pull request #1171 from aduffeck/raw-nats
...
Switch to the raw nats consumer instead of the go-micro events
2025-07-16 15:13:28 +02:00
Ralf Haferkamp
6cd3688010
Merge pull request #896 from rhafer/adr-multi-tenant
...
Add ADR for simple multi-tenancy
2025-07-16 13:59:19 +02:00
André Duffeck
aa9f74bcb4
Regenerate mocks
2025-07-16 10:29:34 +02:00
André Duffeck
e92f7c9086
Fix tests
2025-07-16 10:29:34 +02:00
André Duffeck
4998e1e09f
Inject a stream into HandleEvents to increase testability
2025-07-16 10:29:34 +02:00
André Duffeck
63ab8f789e
Bump reva
2025-07-16 10:29:34 +02:00
André Duffeck
e21fe7a4fe
Expose the MaxAckPending and AckWait settings for the search service
2025-07-15 09:57:19 +02:00
André Duffeck
608af81913
Switch to the raw nats consumer instead of the go-micro events
...
This allows more direct control of the nats events. As a first step
we'll now acknowledge events manually, but in the future we'll add
metrics etc. to gain more insight into the queues.
2025-07-15 09:57:19 +02:00
Ralf Haferkamp
1213908eb2
Merge pull request #1189 from dragonchaser/revert-1187
...
revert #1187 and add a NOOP clean step to `protogen/Makefile`
2025-07-15 09:38:56 +02:00
Ralf Haferkamp
0c39cb45d4
Merge pull request #1227 from opencloud-eu/dependabot/go_modules/golang.org/x/text-0.27.0
...
build(deps): bump golang.org/x/text from 0.26.0 to 0.27.0
2025-07-15 09:22:18 +02:00
dependabot[bot]
e07b64fef9
build(deps): bump golang.org/x/text from 0.26.0 to 0.27.0
...
Bumps [golang.org/x/text](https://github.com/golang/text ) from 0.26.0 to 0.27.0.
- [Release notes](https://github.com/golang/text/releases )
- [Commits](https://github.com/golang/text/compare/v0.26.0...v0.27.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/text
dependency-version: 0.27.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-14 17:22:32 +00:00
Michael Barz
2d24c27329
change: adjust default values for the S3 Uploads ( #1224 )
2025-07-14 16:43:43 +02:00
Ralf Haferkamp
f794a553cf
Merge pull request #1209 from opencloud-eu/dependabot/go_modules/golang.org/x/sync-0.16.0
...
build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0
2025-07-14 15:21:25 +02:00
Jörn Friedrich Dreyer
f222ecc344
Merge pull request #1222 from opencloud-eu/fix-ready-checks
...
fix ready checks
2025-07-14 15:06:02 +02:00
dependabot[bot]
233304159c
build(deps): bump golang.org/x/sync from 0.15.0 to 0.16.0
...
Bumps [golang.org/x/sync](https://github.com/golang/sync ) from 0.15.0 to 0.16.0.
- [Commits](https://github.com/golang/sync/compare/v0.15.0...v0.16.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/sync
dependency-version: 0.16.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-14 12:38:50 +00:00
Jörn Friedrich Dreyer
cf916b8a2c
fix ready checks
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2025-07-14 14:12:40 +02:00
Florian Schade
88cf2d8955
Merge pull request #1220 from rhafer/starlark-lint
...
Adjust .woodpecker.star to make linter happy
2025-07-14 14:07:44 +02:00
Ralf Haferkamp
c4903ed9a6
Adjust .woodpecker.star to make linter happy
2025-07-14 13:23:38 +02:00
Ralf Haferkamp
d209c29239
Merge pull request #1208 from opencloud-eu/dependabot/go_modules/golang.org/x/term-0.33.0
...
build(deps): bump golang.org/x/term from 0.32.0 to 0.33.0
2025-07-14 09:06:58 +02:00
Florian Schade
c2ba5ca124
Merge pull request #1215 from fschade/ci-translation-sync
...
enhancement(ci): sync translations
2025-07-11 14:24:37 +02:00
opencloudeu
b8ee26892c
[tx] updated from transifex
2025-07-11 12:24:03 +00:00
Florian Schade
08159e679c
enhancement(ci): sync translations
2025-07-11 14:22:20 +02:00
Anja Barz
d52329708d
Update config.go ( #1183 )
...
Fix typo
2025-07-11 11:50:43 +02:00
Michael Barz
a5cb9afd7b
fix: hand over version to docker build ( #1210 )
2025-07-11 10:57:04 +02:00
Jannik Stehle
2007411b6c
feat(web): add dark mode and adjust light theme colors ( #1188 )
...
Adds the dark theme and adjusts the light theme colors so we are compliant with the generated material design colors.
2025-07-11 08:47:15 +02:00
dependabot[bot]
cbaf545953
build(deps): bump golang.org/x/term from 0.32.0 to 0.33.0
...
Bumps [golang.org/x/term](https://github.com/golang/term ) from 0.32.0 to 0.33.0.
- [Commits](https://github.com/golang/term/compare/v0.32.0...v0.33.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-version: 0.33.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-10 14:48:43 +00:00
Michael Barz
db5ac0a4e2
change: set better decomposedS3 defaults for multipart upload ( #1200 )
2025-07-10 09:20:39 +02:00
Christian Richter
8186a26af5
add noop clean to protogen/Makefile
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-08 11:23:52 +02:00
Christian Richter
f04aebdd2d
revert #1187
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-08 11:16:07 +02:00
Christian Richter
bb0390d37f
Merge pull request #1187 from opencloud-eu/dragonchaser-patch-2
...
Update Makefile
2025-07-07 18:00:09 +02:00
Christian Richter
85bda8061d
Update Makefile
...
There is no make clean in `pkg/`
2025-07-07 17:14:20 +02:00
Christian Richter
a86bf79c7f
Merge pull request #1185 from dragonchaser/adapt-trashbin
...
fix typo for trashbin
2025-07-07 17:09:46 +02:00
Christian Richter
979b93806e
bump libre-graph-api-go
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-07 16:45:12 +02:00
Christian Richter
356f086bfa
Merge pull request #1143 from jnweiger/main
...
Make install.sh work with Linux aarch64
2025-07-07 15:58:41 +02:00
Christian Richter
74ba68ffd1
fix typo for trashbin
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-07 15:50:58 +02:00
Viktor Scharf
a00a511267
add missing full username mapper to the full example ( #1181 )
2025-07-07 13:05:36 +02:00
Ralf Haferkamp
df6fb3384f
Merge pull request #1174 from opencloud-eu/dependabot/go_modules/github.com/olekukonko/tablewriter-1.0.8
...
build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8
2025-07-07 08:48:40 +02:00
Christian Richter
fb8ddb9e01
Merge pull request #1163 from dragonchaser/adapt-trashbin
...
Add `HasTrashedItems` property to /me/drives endpoint
2025-07-04 18:20:45 +02:00
Christian Richter
b85f620800
Remove unneded parsing of odata
...
Co-authored-by: Alex Ackermann <a.ackermann@opencloud.eu >
Co-authored-by: Florian Schade <f.schade@opencloud.eu >
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-04 17:54:16 +02:00
dependabot[bot]
b1ca895a20
build(deps): bump github.com/olekukonko/tablewriter from 1.0.7 to 1.0.8
...
Bumps [github.com/olekukonko/tablewriter](https://github.com/olekukonko/tablewriter ) from 1.0.7 to 1.0.8.
- [Commits](https://github.com/olekukonko/tablewriter/compare/v1.0.7...v1.0.8 )
---
updated-dependencies:
- dependency-name: github.com/olekukonko/tablewriter
dependency-version: 1.0.8
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-07-04 14:56:06 +00:00
Christian Richter
f37b979474
rename property
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-04 16:07:31 +02:00
Christian Richter
73d49854c6
bump reva
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-04 15:47:22 +02:00
Christian Richter
726af50e16
replace reva by fork
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-04 12:05:02 +02:00
Christian Richter
818490592f
vendor changes
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
# Conflicts:
# go.mod
2025-07-04 12:04:23 +02:00
Christian Richter
8721f23bc5
use temperal replacements
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-04 12:02:54 +02:00
Christian Richter
2c43cf7b44
add skel for trash status
...
Signed-off-by: Christian Richter <c.richter@opencloud.eu >
2025-07-04 12:02:54 +02:00