Commit Graph
9790 Commits
Author SHA1 Message Date
Ralf Haferkamp ae4e6e195f Remove unused config vars
UsersCacheExpiration is referenced nowhere. Currently we don't have any
caching. LoginAttributes is not used by the reva userprovider.
2022-05-12 12:37:06 +02:00
MartinandGitHub 1e58c8c9c9 Update release_notes.md
Because the release notes are now published with the official documentation, we need to do a small change here.

* Delete the Release Notes content
* Add a note and a link to the official ownCloud Documentation

@micbar @wkloucek @pmaier1
2022-05-12 10:35:13 +02:00
Phil DavisandGitHub c8279f7676 Merge pull request #3775 from owncloud/bump-WEB_COMMITID-20220512
[tests-only] [full-ci] Bump web commitid 20220512
2022-05-12 13:25:51 +05:45
Phil DavisandGitHub ec2591e806 Merge pull request #3774 from owncloud/bump-commit-id-20220512
[tests-only] [full-ci] Bump CORE_COMMITID for tests
2022-05-12 13:24:52 +05:45
Phil Davis 9c9a29c571 Bump WEB_COMMITID 2022-05-12 12:18:04 +05:45
Phil Davis cc51cbec35 Bump CORE_COMMITID for tests 2022-05-12 12:18:04 +05:45
Phil Davis 92ff5fc6f8 Bump CORE_COMMITID for tests 2022-05-12 12:17:13 +05:45
Artur NeumannandGitHub 385b3051be Merge pull request #3765 from owncloud/adjust-acceptance-tests-20220511
[tests-only] [full-ci] Adjust acceptance test code
2022-05-12 12:10:43 +05:45
dependabot[bot]andGitHub c278add2e5 Bump github.com/coreos/go-oidc/v3 from 3.1.0 to 3.2.0
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/coreos/go-oidc/releases)
- [Commits](https://github.com/coreos/go-oidc/compare/v3.1.0...v3.2.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-05-12 06:12:21 +00:00
Phil Davis c796f01396 Adjust acceptance test code 2022-05-12 09:43:50 +05:45
David Christofas 2586682ae0 Automated changelog update [skip ci] 2022-05-11 16:30:07 +00:00
David ChristofasandGitHub 6530353453 Merge pull request #3773 from owncloud/update-reva
[full-ci] update reva
2022-05-11 18:29:35 +02:00
Christian RichterandGitHub 0aa995f4e7 Merge pull request #3769 from owncloud/fix-commands
remove returns from the commands to prevent silent crash
2022-05-11 17:28:25 +02:00
David Christofas 753e755cc6 update reva 2022-05-11 17:14:44 +02:00
Christian Richter 9df12fe3ac Merge remote-tracking branch 'origin/master' into fix-commands 2022-05-11 16:58:11 +02:00
Ralf Haferkamp 5526d6179c Automated changelog update [skip ci] 2022-05-11 13:30:10 +00:00
Ralf HaferkampandRalf Haferkamp a7bc738daa Added changelog for glauth/accounts removal 2022-05-11 15:29:34 +02:00
Ralf HaferkampandRalf Haferkamp 6aa89a30c8 Remove accounts service remainders from ocs
- proxy routes everything user/group related (except of `user/signing-key`)
  to the reva ocs endpoint now
- remove the unused user and group methods from ocs
2022-05-11 15:29:34 +02:00
Ralf HaferkampandRalf Haferkamp 0fa5dcadb0 remove unused ocis-pkg/metadata_storaga/ module 2022-05-11 15:29:34 +02:00
Ralf HaferkampandRalf Haferkamp 9c66eed29d Remove ocis-pkg/indexer it has been moved to reva a while ago 2022-05-11 15:29:34 +02:00
Ralf HaferkampandRalf Haferkamp d25aa7b20f Remove "accounts" service 2022-05-11 15:29:34 +02:00
Ralf HaferkampandRalf Haferkamp 5ba1b8f2c1 Remove "glauth" service
The "glauth" service is no longer used. After we switched to
libregraph/idm.
2022-05-11 15:29:34 +02:00
Christian Richter 87b7a102ba remove returns from the commands to prevent silent crash
Signed-off-by: Christian Richter <crichter@owncloud.com>
2022-05-11 14:58:52 +02:00
Jörn Friedrich Dreyer e3ddf3f17a Automated changelog update [skip ci] 2022-05-11 12:04:38 +00:00
Jörn Friedrich DreyerandGitHub 03cd38b9d7 Merge pull request #3763 from kobergj/BumpRevaVersion
[full-ci] bump reva version
2022-05-11 12:03:56 +00:00
Jörn Friedrich DreyerandGitHub 8e5130b6b9 Merge pull request #3725 from aduffeck/search-grants
More fixes to searching in shares
2022-05-11 09:31:57 +00:00
André Duffeck ba249c17e7 Do not try to continue when machine auth fails. DRY up code 2022-05-11 10:49:34 +02:00
André Duffeck 766a20b867 improve variable name 2022-05-11 10:49:18 +02:00
jkoberg 5df0e1294a bump reva version
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-05-11 10:42:17 +02:00
André Duffeck 9cf778d650 Fix build 2022-05-11 09:32:35 +02:00
Viktor ScharfandGitHub 575312c2ce add apiTests. preview of the file (#3731) 2022-05-11 09:13:59 +02:00
Michael BarzandGitHub 161480546c Merge pull request #3762 from owncloud/example-deploys-cron
remove dependencies from nightly example deploys
2022-05-11 09:08:17 +02:00
Willy Kloucek 4a73509bc1 remove dependencies from nightly example deploys 2022-05-11 08:13:51 +02:00
Phil DavisandGitHub b29a8944fe Merge pull request #3754 from owncloud/bump-ocis-2022-05-10
[tests-only][full-ci] bump core commit id to latest upto 2022 05 10
2022-05-11 09:59:04 +05:45
David ChristofasandGitHub e4418e4e42 Merge pull request #3761 from owncloud/systemd-doc-warning
[docs-only] highlight critical section via a warning box
2022-05-10 17:59:08 +02:00
David Christofas 49090c0799 [docs-only] highlight critical section via a warning box 2022-05-10 17:12:24 +02:00
Martin 673c921756 Automated changelog update [skip ci] 2022-05-10 14:54:53 +00:00
MartinandGitHub 26b031c417 Merge pull request #3759 from owncloud/graph-explorer-config-desc
add description tags to graph-explorer config
2022-05-10 16:54:13 +02:00
David Christofas 152509b30b add description tags to graph-explorer config 2022-05-10 16:16:02 +02:00
André Duffeck f7e8e48a1d Change filename search to be case-insensitive 2022-05-10 15:49:34 +02:00
Willy KloucekandGitHub fb231b7019 Merge pull request #3751 from wkloucek/deployment-examples-alpha2
switch "released" continous deployment instances to v2.0.0-beta1
2022-05-10 15:37:59 +02:00
Willy Kloucek 5bb33686d4 switch "released" continous deployment instances to v2.0.0-beta1 2022-05-10 15:16:26 +02:00
Michael BarzandGitHub 947112d563 Merge pull request #3758 from owncloud/2.0.0_release_notes
[docs-only] Infinite Scale 2.0.0 beta1 Release Notes
2022-05-10 15:15:06 +02:00
Patrick MaierandGitHub 34b6b2c9e1 Update release_notes.md 2022-05-10 15:00:23 +02:00
Patrick MaierandGitHub b1036deb29 Update release_notes.md 2022-05-10 14:58:36 +02:00
Patrick MaierandGitHub f9b26d3d12 Update release_notes.md 2022-05-10 14:57:27 +02:00
Patrick MaierandGitHub 2295499864 Update release_notes.md 2022-05-10 14:48:12 +02:00
Patrick MaierandGitHub d7e67311b7 Update release_notes.md 2022-05-10 14:46:24 +02:00
Patrick MaierandGitHub f067660eda [docs-only] Infinite Scale 2.0.0 Release Notes 2022-05-10 14:40:20 +02:00
Michael Barz 8e8eb9cea0 Automated changelog update [skip ci] 2022-05-10 12:26:17 +00:00