David Christofas and Ralf Haferkamp
bfb26cc660
update tests
2022-09-01 12:43:32 +02:00
David Christofas and Ralf Haferkamp
e20b2b1536
fix default policy and add changelog
2022-09-01 12:43:32 +02:00
David Christofas and Ralf Haferkamp
69de4616b5
fix linting issues
2022-09-01 12:43:32 +02:00
David Christofas and Ralf Haferkamp
90574268d9
add missing unprotected flag and fix proxy test
2022-09-01 12:43:32 +02:00
David Christofas and Ralf Haferkamp
69ba80562e
add unprotected flag to the proxy routes
...
I added an unprotected flag to the proxy routes which is evaluated by
the authentication middleware. This way we won't have to maintain a
hardcoded list of unprotected paths and path prefixes and we will
hopefully reduce the times we encounter the basic auth prompt by web
browsers.
2022-09-01 12:43:32 +02:00
David Christofas and Ralf Haferkamp
4d4f3a16e1
refactor proxy code
...
I refactored the proxy so that we execute the routing before the
authentication middleware. This is necessary so that we can determine
which routes are considered unprotected i.e. which routes don't need
authentication.
2022-09-01 12:43:32 +02:00
dependabot[bot] and Ralf Haferkamp
48b0425fed
Bump github.com/grpc-ecosystem/grpc-gateway/v2 from 2.11.2 to 2.11.3
...
Bumps [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway ) from 2.11.2 to 2.11.3.
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases )
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/master/.goreleaser.yml )
- [Commits](https://github.com/grpc-ecosystem/grpc-gateway/compare/v2.11.2...v2.11.3 )
---
updated-dependencies:
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 12:17:54 +02:00
dependabot[bot] and Ralf Haferkamp
47930f6139
Bump github.com/coreos/go-oidc/v3 from 3.2.0 to 3.3.0
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.2.0...v3.3.0 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 11:04:49 +02:00
dependabot[bot] and Ralf Haferkamp
7280cca9aa
Bump github.com/onsi/ginkgo/v2 from 2.1.4 to 2.1.6
...
Bumps [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo ) from 2.1.4 to 2.1.6.
- [Release notes](https://github.com/onsi/ginkgo/releases )
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/ginkgo/compare/v2.1.4...v2.1.6 )
---
updated-dependencies:
- dependency-name: github.com/onsi/ginkgo/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 09:50:24 +02:00
dependabot[bot] and Ralf Haferkamp
94aa3610f9
Bump github.com/rs/zerolog from 1.27.0 to 1.28.0
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.27.0 to 1.28.0.
- [Release notes](https://github.com/rs/zerolog/releases )
- [Commits](https://github.com/rs/zerolog/compare/v1.27.0...v1.28.0 )
---
updated-dependencies:
- dependency-name: github.com/rs/zerolog
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-09-01 08:32:21 +02:00
dependabot[bot] and Ralf Haferkamp
e495fad0a6
Bump github.com/gookit/config/v2 from 2.1.2 to 2.1.4
...
Bumps [github.com/gookit/config/v2](https://github.com/gookit/config ) from 2.1.2 to 2.1.4.
- [Release notes](https://github.com/gookit/config/releases )
- [Commits](https://github.com/gookit/config/compare/v2.1.2...v2.1.4 )
---
updated-dependencies:
- dependency-name: github.com/gookit/config/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 13:32:53 +02:00
Viktor Scharf and GitHub
3b548c9be3
[test-only] apiTest. change own password ( #4480 )
...
* apiTest. change own password
* fix
2022-08-31 13:02:33 +02:00
David Christofas and GitHub
7d39e02dc4
Merge pull request #4479 from owncloud/dependabot/go_modules/github.com/onsi/gomega-1.20.1
...
Bump github.com/onsi/gomega from 1.20.0 to 1.20.1
2022-08-31 12:08:42 +02:00
David Christofas and GitHub
c2258c5102
Merge pull request #4478 from owncloud/dependabot/go_modules/github.com/tus/tusd-1.9.1
...
Bump github.com/tus/tusd from 1.9.0 to 1.9.1
2022-08-31 12:08:25 +02:00
Sagar Gurung and GitHub
f9cd1f5271
[tests-only][full-ci]Add lock related tests for /Shares on ocis ( #4404 )
2022-08-31 12:57:15 +05:45
dependabot[bot] and GitHub
2e1808d852
Bump github.com/onsi/gomega from 1.20.0 to 1.20.1
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.20.0 to 1.20.1.
- [Release notes](https://github.com/onsi/gomega/releases )
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md )
- [Commits](https://github.com/onsi/gomega/compare/v1.20.0...v1.20.1 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 06:26:32 +00:00
dependabot[bot] and GitHub
7d07e818ce
Bump github.com/tus/tusd from 1.9.0 to 1.9.1
...
Bumps [github.com/tus/tusd](https://github.com/tus/tusd ) from 1.9.0 to 1.9.1.
- [Release notes](https://github.com/tus/tusd/releases )
- [Commits](https://github.com/tus/tusd/compare/v1.9.0...v1.9.1 )
---
updated-dependencies:
- dependency-name: github.com/tus/tusd
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 06:26:28 +00:00
dependabot[bot]
e2e96ff436
Automated changelog update [skip ci]
2022-08-31 06:25:50 +00:00
dependabot[bot] and Ralf Haferkamp
f45fa2670d
Bump github.com/blevesearch/bleve/v2 from 2.3.3 to 2.3.4
...
Bumps [github.com/blevesearch/bleve/v2](https://github.com/blevesearch/bleve ) from 2.3.3 to 2.3.4.
- [Release notes](https://github.com/blevesearch/bleve/releases )
- [Commits](https://github.com/blevesearch/bleve/compare/v2.3.3...v2.3.4 )
---
updated-dependencies:
- dependency-name: github.com/blevesearch/bleve/v2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2022-08-31 08:25:27 +02:00
Benedikt Kulmann
fa158666b4
Automated changelog update [skip ci]
2022-08-31 06:23:56 +00:00
Benedikt Kulmann and Ralf Haferkamp
0341097430
fix: disable misconfigured default expiration date public links
2022-08-31 08:23:28 +02:00
Ralf Haferkamp
21470ab392
Automated changelog update [skip ci]
2022-08-31 05:46:43 +00:00
Ralf Haferkamp and Ralf Haferkamp
a26b16c41d
graph: Add $expand=memberOf support to /me
...
Fixes : #4283
2022-08-31 07:43:27 +02:00
Artur Neumann
de1f692836
Automated changelog update [skip ci]
2022-08-31 00:14:25 +00:00
Artur Neumann
6202917908
Automated changelog update [skip ci]
2022-08-30 00:09:54 +00:00
Artur Neumann
f086e74654
Automated changelog update [skip ci]
2022-08-29 06:45:10 +00:00
Artur Neumann and GitHub
d4b9e9b3bf
Merge pull request #4389 from owncloud/addFavoriteSpaceTestOnOcis
...
[tests-only][full-ci]Add /Shares related favorite tests on ocis which are removed from core
2022-08-29 12:26:02 +05:45
Artur Neumann and GitHub
cdb24a1bb0
Merge pull request #4413 from owncloud/ocis-2141/add-removed-space-examples
...
[tests-only] restore scenarios removed from core#40302
2022-08-29 12:21:01 +05:45
amrita
a00949f1b2
Add /Shares related favorite tests on ocis which are removed from core
2022-08-29 10:12:16 +05:45
Kiran Parajuli
5eee569225
[tests-only] restore the removed scenarios for the core repository
...
Signed-off-by: Kiran Parajuli <kiranparajuli589@gmail.com >
2022-08-29 10:08:54 +05:45
Phil Davis and GitHub
b79de5f356
Merge pull request #4462 from owncloud/fix-typo-2022-08-26
...
[docs-only] Fix typo 2022-08-26
2022-08-26 18:33:53 +05:45
Jan
da6237b7c4
Automated changelog update [skip ci]
2022-08-26 09:52:00 +00:00
Jan and GitHub
a999dd1d61
Add previewFileMimeTypes to defaultconfig.go ( #4414 )
...
* Add previewFileMimeTypes to defaultconfig.go
* Add changelog item
* Format
* Remove obsolete hideSearchBar config setting
2022-08-26 11:51:33 +02:00
David Christofas and GitHub
2089e69d96
Merge pull request #4464 from owncloud/allow-index-html
...
fix: add index.html to unprotected paths
2022-08-26 11:38:00 +02:00
Benedikt Kulmann
fa3be121f1
Automated changelog update [skip ci]
2022-08-26 09:09:35 +00:00
Benedikt Kulmann and GitHub
b53637e45e
Merge pull request #4459 from owncloud/release-2.0.0-beta.7
...
[full-ci] Release 2.0.0-beta.7
2022-08-26 11:09:06 +02:00
Benedikt Kulmann
6fc87613d5
fix: add index.html to unprotected paths
2022-08-26 10:37:46 +02:00
Phil Davis
ef04aebc90
Fix grammar in README
2022-08-26 10:35:47 +05:45
Phil Davis
d8dddc8891
Fix typo of 'defines'
2022-08-26 10:34:23 +05:45
Benedikt Kulmann
590f3bcbaa
chore: prepare release bump version
2022-08-25 21:40:08 +02:00
Phil Davis and GitHub
c64c64bbe2
Merge pull request #4456 from owncloud/cleanup-spaces-in-all-local-API-test-suites
...
[tests-only] [full-ci] Cleanup spaces in all local API test suites
2022-08-25 22:24:48 +05:45
Phil Davis
4c58ce35c5
Cleanup spaces in all local API test suites
2022-08-25 17:39:55 +05:45
Benedikt Kulmann
f57fe2917d
Automated changelog update [skip ci]
2022-08-25 11:13:10 +00:00
Benedikt Kulmann and GitHub
79f7d643f3
Merge pull request #4458 from owncloud/more-unprotected-paths
2022-08-25 13:08:44 +02:00
Benedikt Kulmann
9d67ab3292
fix: set /external path prefix to unprotected
2022-08-25 10:47:46 +02:00
Benedikt Kulmann
9c9a81026c
fix: add index.html to unprotected paths in auth middleware
2022-08-25 10:39:55 +02:00
Phil Davis and GitHub
bbca91ba48
Merge pull request #4441 from owncloud/deleteAllProjectSpaceAfterTest
...
[tests-only] [full-ci] ApiTest. after each test users-manager delete their project space
2022-08-25 12:29:07 +05:45
Swikriti Tripathi and GitHub
9ceaf144ee
Merge pull request #4422 from owncloud/move-graph-test-to-ocis-local
...
[full-ci] [tests-only] Added test for creating group with case sensitive
2022-08-25 09:41:36 +05:45
Benedikt Kulmann
b57bdc0492
Automated changelog update [skip ci]
2022-08-24 15:11:52 +00:00
Benedikt Kulmann and GitHub
98a2ade7c8
Merge pull request #4454 from owncloud/missing-unprotected-paths
2022-08-24 17:11:24 +02:00