Commit Graph
19374 Commits
Author SHA1 Message Date
prashant-gurung899 c12ec0af3f add tests to check activites of file after public edits it
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-10-03 09:49:12 +05:45
Roman Perekhod 2c03dd0807 Automated changelog update [skip ci] 2024-10-02 13:23:52 +00:00
Roman PerekhodandGitHub d8a641fba1 Merge pull request #10219 from kobergj/FixDeleteSharePanic
Fix panic when deleting ocm shares
2024-10-02 15:23:19 +02:00
Sawjan GurungandGitHub 99e808282d Merge pull request #10218 from owncloud/tests/propfind-shares-fileid
[tests-only][full-ci] add test coverage for #9933
2024-10-02 17:13:19 +05:45
Jörn Friedrich Dreyer 0fbe2248b0 Automated changelog update [skip ci] 2024-10-02 11:23:23 +00:00
Jörn Friedrich DreyerandGitHub 0b90b29e99 Merge pull request #10217 from owncloud/bump-reva-20241002085034
bump reva to v2.25.1-0.20241002085034-fcd567b4c0ce
2024-10-02 13:22:41 +02:00
Jörn Friedrich Dreyer 3ca22c0ff3 bump reva to v2.25.1-0.20241002085034-fcd567b4c0ce
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-10-02 11:28:36 +02:00
jkoberg 6e7bafb9e7 fix(graph): avoid panic when deleting ocm shares
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2024-10-02 11:24:56 +02:00
Saw-jan c685229c8d test: add test coverage for #9933 2024-10-02 14:51:28 +05:45
Ralf Haferkamp 4566a8de9b Automated changelog update [skip ci] 2024-10-02 08:49:11 +00:00
Ralf HaferkampandRalf Haferkamp ce663c3a3a fix(graph): treat LDAP attribute names case-insensitive everywhere
There were a couple of places where we were using the case-sensitive
GetAttributeValue method instead of the case-insensitive variant.

Fixes: #10200
2024-10-02 10:48:33 +02:00
Sawjan GurungandGitHub e6902ce97e Merge pull request #10205 from owncloud/tests/fix-shares-propfind
[tests-only][full-ci] fix shares propfind tests
2024-10-02 14:31:18 +05:45
Saw-jan ca82ac03fc test: allow multiple xpaths checks 2024-10-02 13:37:34 +05:45
Saw-jan 732f2b241e test: rename PROPFIND response check steps
test: fix tests
2024-10-02 13:33:33 +05:45
Saw-jan 08922584bc test: fix PROPFIND shares space tests 2024-10-02 13:33:33 +05:45
dependabot[bot]andRalf Haferkamp 7da40861c0 chore(deps): bump google.golang.org/grpc from 1.66.1 to 1.67.1
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.66.1 to 1.67.1.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.66.1...v1.67.1)

---
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-10-02 09:37:58 +02:00
MartinandGitHub b36aac42fe Merge pull request #10144 from owncloud/dubious_colon_after_env_varname
[docs-only] fix: remove colons after an env var, to form proper path names in descriptions
2024-10-02 09:36:18 +02:00
Sawjan GurungandGitHub 0cf56bed73 Merge pull request #10132 from owncloud/tests-any-user-api-activities
[tests-only][full-ci] add tests to check api activities of a user's file by any user
2024-10-02 13:00:40 +05:45
Martin Mattel cf4d2d5e03 revert another file missed before 2024-10-02 09:12:18 +02:00
Martin Mattel fd85e78af7 revert two files and rebase 2024-10-02 09:11:04 +02:00
Juergen WeigertandMartin Mattel 0d719a7c72 fix: more colons after variables found.
cd owncloud/ocis/services
vi $(grep -l -r '[A-Z][A-Z][A-Z]:/')
2024-10-02 09:09:47 +02:00
Juergen WeigertandMartin Mattel 33f5ed9035 fix: remove colons after an env var, to form proper path names in descriptions. 2024-10-02 09:09:47 +02:00
prashant-gurung899 9082a51664 add tests for any user trying to check api activities
Signed-off-by: prashant-gurung899 <prasantgrg777@gmail.com>
2024-10-02 11:29:35 +05:45
Sawjan GurungandGitHub 0dc981160f Merge pull request #10135 from owncloud/fix-activities-test
[tests-only][full-ci]configure custom translation for tests
2024-10-02 11:23:09 +05:45
Prajwol Amatya 954d218aa7 add custom translation 2024-10-02 10:41:15 +05:45
MartinandGitHub 879dfa7c5d Merge pull request #10207 from owncloud/update_env_vars.yaml
[docs-only][chore] Update env_vars.yaml
2024-10-02 00:49:49 +02:00
Martin Mattel 571b5b89a7 [docs-only][chore] Update env_vars.yaml 2024-10-01 16:21:13 +02:00
Phil DavisandGitHub 32c4ffba82 Merge pull request #10202 from owncloud/skipCodindStandart
do not run coding standart php step when releasing
2024-10-01 16:33:57 +05:45
Christian RichterandGitHub 10fdea8df6 Merge pull request #10137 from dragonchaser/fix-prometheus
initialize prometheus fields with 0
2024-10-01 10:16:23 +00:00
Michael BarzandGitHub 7310d745f6 Merge pull request #10193 from owncloud/improve-debug-docker
fix: improve docker compose
2024-10-01 12:04:16 +02:00
Michael Barz 0fb5021a5f Automated changelog update [skip ci] 2024-10-01 09:29:10 +00:00
Michael BarzandGitHub 0e6296ad57 Merge pull request #10199 from owncloud/release-6.5.0
[full-ci] chore: prepare release, bump version
2024-10-01 11:28:26 +02:00
Viktor Scharf a5d1ee996b do not run coding standart php step when releasing 2024-10-01 11:17:52 +02:00
Christian Richter 24d01226d3 initialize fields with 0
Signed-off-by: Christian Richter <crichter@owncloud.com>
2024-10-01 10:41:24 +02:00
Michael Barz 1012170942 docs: add releases to table 2024-10-01 09:44:36 +02:00
Michael Barz 81c88caca1 chore: prepare release, bump version 2024-10-01 09:33:56 +02:00
dependabot[bot]andRalf Haferkamp c2fcbba59b chore(deps): bump github.com/leonelquinteros/gotext from 1.6.1 to 1.7.0
Bumps [github.com/leonelquinteros/gotext](https://github.com/leonelquinteros/gotext) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/leonelquinteros/gotext/releases)
- [Commits](https://github.com/leonelquinteros/gotext/compare/v1.6.1...v1.7.0)

---
updated-dependencies:
- dependency-name: github.com/leonelquinteros/gotext
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 09:27:29 +02:00
dependabot[bot]andRalf Haferkamp df171df17f chore(deps): bump github.com/gabriel-vasile/mimetype from 1.4.4 to 1.4.5
Bumps [github.com/gabriel-vasile/mimetype](https://github.com/gabriel-vasile/mimetype) from 1.4.4 to 1.4.5.
- [Release notes](https://github.com/gabriel-vasile/mimetype/releases)
- [Commits](https://github.com/gabriel-vasile/mimetype/compare/v1.4.4...v1.4.5)

---
updated-dependencies:
- dependency-name: github.com/gabriel-vasile/mimetype
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-10-01 09:18:31 +02:00
Michael Barz ee617d33d2 Automated changelog update [skip ci] 2024-10-01 04:12:16 +00:00
Michael BarzandGitHub d549f48914 Merge pull request #10194 from owncloud/bump-reva
[full-ci] chore: bump reva to v2.25.0
2024-10-01 06:04:26 +02:00
Michael Barz fa7fcec8a8 chore: bump reva to v2.25.0 2024-09-30 23:14:53 +02:00
Michael Barz 85e296f99e fix: improve docker compose 2024-09-30 22:59:42 +02:00
Jörn Friedrich Dreyer ee9b44cd14 Automated changelog update [skip ci] 2024-09-30 12:49:47 +00:00
Jörn Friedrich DreyerandGitHub ecad57aa63 Merge pull request #10172 from owncloud/fix-sharejail-stat-id
[full-ci] bump reva to 02af5a266
2024-09-30 14:49:06 +02:00
Jörn Friedrich Dreyer 633b6819f1 add changelog, drop replace
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-30 14:21:00 +02:00
Jörn Friedrich Dreyer 0f525e9575 use actual resource id from stat for tagging
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2024-09-30 13:13:55 +02:00
dependabot[bot]andRalf Haferkamp 8f9b274f19 chore(deps-dev): bump workbox-webpack-plugin in /services/idp
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/googlechrome/workbox/releases)
- [Commits](https://github.com/googlechrome/workbox/compare/v7.0.0...v7.1.0)

---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 12:31:32 +02:00
dependabot[bot]andRalf Haferkamp d8b476a973 chore(deps-dev): bump i18next-parser in /services/idp
Bumps [i18next-parser](https://github.com/i18next/i18next-parser) from 8.13.0 to 9.0.2.
- [Release notes](https://github.com/i18next/i18next-parser/releases)
- [Changelog](https://github.com/i18next/i18next-parser/blob/master/CHANGELOG.md)
- [Commits](https://github.com/i18next/i18next-parser/compare/8.13.0...9.0.2)

---
updated-dependencies:
- dependency-name: i18next-parser
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-30 10:51:14 +02:00
Roman Perekhod 6ae6ab9e47 Automated changelog update [skip ci] 2024-09-30 08:49:41 +00:00
Roman PerekhodandGitHub 19f9cc1989 Merge pull request #10181 from 2403905/issue-10051-code
We fixed the error code for ocm space sharing
2024-09-30 10:48:57 +02:00