Commit Graph

16782 Commits

Author SHA1 Message Date
Martin 4a597688b9 Merge pull request #8821 from owncloud/fix_service_readmes
[docs-only] fix two services readme to be inline with admin docs
2024-04-11 08:21:05 +02:00
Martin ba47de3035 Merge pull request #8801 from owncloud/chore_envvars_and_doc
[docs-only] [chore] Autogenerated updates from 'make -C docs docs-generate'
2024-04-11 08:19:20 +02:00
nirajacharya2 e253ad0a29 removing usage of a stepdefination inside another stepdefination in TagContext (#8758) 2024-04-11 09:56:41 +05:45
nirajacharya2 cb8109dc8f removing usage of a stepdefination inside another stepdefination in TrashbinContext (#8755) 2024-04-11 09:56:27 +05:45
Ralf Haferkamp 8c203a144f bump libregraph/idm to lastest master 2024-04-10 15:21:34 +02:00
dependabot[bot] 2b076ca79d build(deps): bump github.com/go-ldap/ldap/v3 from 3.4.6 to 3.4.7
Bumps [github.com/go-ldap/ldap/v3](https://github.com/go-ldap/ldap) from 3.4.6 to 3.4.7.
- [Release notes](https://github.com/go-ldap/ldap/releases)
- [Commits](https://github.com/go-ldap/ldap/compare/v3.4.6...v3.4.7)

---
updated-dependencies:
- dependency-name: github.com/go-ldap/ldap/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-10 15:21:34 +02:00
Amrita 52b00b116f update tests related content (#8809) 2024-04-10 17:12:28 +05:45
Roman Perekhod 6def9bec86 Automated changelog update [skip ci] 2024-04-10 10:59:36 +00:00
Roman Perekhod 78d69e155c Merge pull request #8817 from 2403905/issue-8724
fix creating the drive item
2024-04-10 12:58:58 +02:00
Roman Perekhod 207b1acdc1 fix creating the drive item 2024-04-10 12:09:22 +02:00
mmattel 31d13f06a2 [docs-only] fix two services readme to be inline with admin docs 2024-04-10 11:29:08 +02:00
Jörn Friedrich Dreyer 6cbe7bc37f Automated changelog update [skip ci] 2024-04-10 07:47:07 +00:00
Jörn Friedrich Dreyer a0b107009f Merge pull request #8578 from owncloud/next-before-making-calls
always select next before making calls
2024-04-10 09:46:31 +02:00
Sabin Panta 15d6a854dc changed wording of mount unmount to enable and disable sync (#8786) 2024-04-10 12:53:19 +05:45
ownClouders 6f008307b2 [tx] updated from transifex 2024-04-10 00:43:30 +00:00
Jörn Friedrich Dreyer 6f897efbc1 actually return the error
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-04-09 17:30:14 +02:00
Jörn Friedrich Dreyer 9f1c099810 make sonarcloud a little more happy
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-04-09 16:10:50 +02:00
Jörn Friedrich Dreyer d9c9650afd always select next before making calls
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-04-09 16:10:50 +02:00
Jannik Stehle 88f1c329a3 Automated changelog update [skip ci] 2024-04-09 13:20:11 +00:00
Jannik Stehle f4e52e4e7d Merge pull request #8812 from owncloud/bump-web-9.0.0-alpha.4
[full-ci] chore: bump web to v9.0.0-alpha.4
2024-04-09 15:19:37 +02:00
Jannik Stehle 801afbe025 chore: bump web to v9.0.0-alpha.4 2024-04-09 11:53:52 +02:00
Roman Perekhod 8ea828eca6 Automated changelog update [skip ci] 2024-04-09 07:34:59 +00:00
Roman Perekhod 38f9698973 fix removing groups from space 2024-04-09 09:34:18 +02:00
dependabot[bot] 48617779fc build(deps): bump golang.org/x/term from 0.18.0 to 0.19.0
Bumps [golang.org/x/term](https://github.com/golang/term) from 0.18.0 to 0.19.0.
- [Commits](https://github.com/golang/term/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: golang.org/x/term
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-09 09:09:06 +02:00
kobergj 4eab23c81b Automated changelog update [skip ci] 2024-04-09 06:18:40 +00:00
kobergj 5f9668087d Merge pull request #8782 from kobergj/FixPostprocessingRestart
Repair Restart Postprocessing Logic
2024-04-09 08:17:59 +02:00
Jörn Friedrich Dreyer 4fb4b5afd3 Automated changelog update [skip ci] 2024-04-08 15:54:11 +00:00
Jörn Friedrich Dreyer d1ae9e9926 Merge pull request #8799 from aduffeck/fix-cache-config
Fix personal space cache config
2024-04-08 17:53:23 +02:00
mmattel 781ab559bf [docs-only] [chore] updates from make -C docs docs-generate 2024-04-08 14:04:13 +02:00
André Duffeck 99a9b981dd Add changelog 2024-04-08 12:34:18 +02:00
Ralf Haferkamp 80ef8ca458 fix(sharing-ng): Fix setPassword call for spaceroot
Requests to /raph/v1beta1/drives/{driveid}/root/permissions/{permissionid}setPassword
were rooted to the wrong method.
2024-04-08 12:33:26 +02:00
André Duffeck 74f94e7967 Fix personal space cache config 2024-04-08 12:12:42 +02:00
jkoberg ce3e8638a5 feat(postprocessing): improve docu
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-08 12:07:20 +02:00
Martin 937078c500 Merge pull request #8797 from owncloud/add_language_setup
[docs-only] Add a how to in dev docs for translations in ocis
2024-04-08 11:52:44 +02:00
mmattel 135f750fe6 feedback update 2024-04-08 11:44:22 +02:00
jkoberg effa5db2dd feat(storage-users): allow restarting multiple uploads at once
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-08 11:23:06 +02:00
jkoberg 7d990390c3 fix(postprocessing): repair restart logic
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-08 11:20:01 +02:00
mmattel 337fb20bff fix timestamp 2024-04-08 11:17:10 +02:00
Jörn Friedrich Dreyer c230553d44 Automated changelog update [skip ci] 2024-04-08 09:15:14 +00:00
Jörn Friedrich Dreyer 9c51bfe98d Merge pull request #8795 from aduffeck/bump-reva-ef59ba2
Bump reva
2024-04-08 11:14:28 +02:00
mmattel 93933adea3 [docs-only] Add a how to in dev docs for translations in ocis 2024-04-08 11:12:56 +02:00
André Duffeck dfd11debbc Bump reva 2024-04-08 10:42:25 +02:00
Martin e6c4f4c89e Merge pull request #8791 from owncloud/fix_envvar_description
[docs-only] Fix envvar description (storage-users)
2024-04-08 09:32:52 +02:00
mmattel 581b977792 add two more envvars fixes 2024-04-08 09:00:31 +02:00
mmattel 8adf3b5160 [docs-only] Fix envvar description (storage-users) 2024-04-08 08:53:59 +02:00
dependabot[bot] a945a462b4 build(deps): bump google.golang.org/grpc from 1.62.1 to 1.63.0
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.62.1 to 1.63.0.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.62.1...v1.63.0)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-08 08:31:31 +02:00
ownClouders 581d4b417e [tx] updated from transifex 2024-04-08 00:06:30 +00:00
Jörn Friedrich Dreyer 613c14d6e7 Automated changelog update [skip ci] 2024-04-05 09:46:15 +00:00
Jörn Friedrich Dreyer 8c56103f04 Merge pull request #8762 from kobergj/RemoveResharing
[full-ci] Remove Resharing
2024-04-05 11:42:17 +02:00
jkoberg b174b005e7 remove resharing
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-04-05 10:19:14 +02:00