David Christofas
d0e481bf63
Merge pull request #5794 from owncloud/dependabot/go_modules/github.com/rs/zerolog-1.29.0
...
Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
2023-03-13 10:47:23 +01:00
Michael Barz
5a456416a5
Merge pull request #5756 from owncloud/dj4oC-patch-1
...
Update shareCreated.email.body.tmpl
2023-03-13 10:10:45 +01:00
David Christofas
1039953a3b
Merge pull request #5806 from amamus/patch-3
...
Update .env
2023-03-13 09:55:11 +01:00
David Christofas
4af855ce53
Merge pull request #5807 from amamus/patch-4
...
Update .env
2023-03-13 09:54:26 +01:00
dependabot[bot]
f61315fa09
Bump github.com/rs/zerolog from 1.28.0 to 1.29.0
...
Bumps [github.com/rs/zerolog](https://github.com/rs/zerolog ) from 1.28.0 to 1.29.0.
- [Release notes](https://github.com/rs/zerolog/releases )
- [Commits](https://github.com/rs/zerolog/compare/v1.28.0...v1.29.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 >
2023-03-13 08:51:04 +00:00
David Christofas
9fb2c26b7d
Merge pull request #5810 from owncloud/dependabot/go_modules/github.com/onsi/gomega-1.27.3
...
Bump github.com/onsi/gomega from 1.25.0 to 1.27.3
2023-03-13 09:47:28 +01:00
dependabot[bot]
d7627fe65e
Bump github.com/onsi/gomega from 1.25.0 to 1.27.3
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.25.0 to 1.27.3.
- [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.25.0...v1.27.3 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-13 07:56:51 +00:00
Prarup Gurung
3a88a0e114
Merge pull request #5808 from owncloud/remove-isTestingOnOcis-method-master
...
[full-ci] [tests-only] Removed method `isTestingOnOcis`, and refactored code
2023-03-13 12:51:23 +05:45
Prarup Gurung
06169628af
Removed method isTestingOnOcis, and refactored code
2023-03-13 12:08:42 +05:45
Phil Davis
fd64718a7c
Merge pull request #5788 from owncloud/remove-isTestingOnOc10-method-master
...
[full-ci] [tests-only] Removed method isTestingOnOc10, and refactored code
2023-03-13 10:56:58 +05:45
Prarup Gurung
152f71ca3b
Removed method isTestingOnOc10, and refactored code
2023-03-13 10:09:45 +05:45
David
f944f9f8d1
Update .env
...
Added Collabora Admin Panel URL
2023-03-12 20:58:43 +01:00
David
ff7cb56b17
Update .env
...
added explanation how to use traefik dashboard basic auth
2023-03-12 20:18:18 +01:00
Swikriti Tripathi
b445f847e8
Refactor test for updating the share ( #5789 )
2023-03-11 12:47:31 +05:45
Viktor Scharf
94c3df2246
[test-only] add test to filter or ( #5771 )
...
* add test to filter or
* lint
2023-03-10 09:05:00 +01:00
Viktor Scharf
8560015c18
[test-only] add api tests to editing user name ( #5769 )
...
* add tests to edit user name
* style fix
* fix after review
2023-03-10 09:02:33 +01:00
Michael Barz
f682907f81
Merge pull request #5786 from owncloud/bump-web-v7.0.0-rc.19
...
[full-ci] chore: bump web to v7.0.0-rc.20
2023-03-10 09:01:10 +01:00
Michael Barz
89d7bfcf24
bump to v7.0.0-rc.20
2023-03-10 07:58:33 +01:00
David Christofas
0d70db88a5
Automated changelog update [skip ci]
2023-03-09 16:25:29 +00:00
David Christofas
0f77acab45
Merge pull request #5785 from owncloud/update-reva
...
Update reva
2023-03-09 17:24:55 +01:00
Jannik Stehle
2bbe35b978
chore: bump web to v7.0.0-rc.19
2023-03-09 16:49:04 +01:00
David Christofas
fcf958c8bf
update reva to include the password enforcement fixes
2023-03-09 16:24:32 +01:00
Daniel Swärd
4218331185
Bump libre-graph-api-go to latest main
2023-03-09 14:44:46 +01:00
David Christofas
4c3df7277d
return the correct status code when updating a share fails
2023-03-09 14:07:05 +01:00
kobergj
b05583f926
Automated changelog update [skip ci]
2023-03-09 11:04:40 +00:00
kobergj
bc43c31e77
Merge pull request #5699 from kobergj/PolishUserlogService
...
Userlog Service Improvements
2023-03-09 12:04:17 +01:00
Prarup Gurung
7177c412a8
Merge pull request #5777 from owncloud/forward-port-remove-isTestingOnOcisOrReva
...
[full-ci] [tests-only] Remove `isTestingOnOcisOrReva`
2023-03-09 16:27:31 +05:45
Swikriti Tripathi
249adc7cd7
Seperate test steps for positive and negative cases ( #5773 )
...
fix php style
use the correct step
fix other steps
fix other php style
remove unwanted param
Refactor test function for handeling errors
fix return types
clean up code
address reviews
2023-03-09 16:21:50 +05:45
Prarup Gurung
65d11ef634
Removed restoreParameters methods
2023-03-09 14:25:23 +05:45
Prarup Gurung
fab9bfc734
Removed method isTestingOnOcisOrReva, and refactored its use
2023-03-09 14:25:15 +05:45
jkoberg
c1d436a271
bump reva
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:46 +01:00
jkoberg
9255fdd935
add shareid to message details
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
ee96c516d7
add capability
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
8a02a568f1
adjust for new reva version
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
5c2453affc
bugfixes round one
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
179d82c9cf
bump dockerfile go version
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
6960da69fb
notify about other events
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
49914e1c6b
notify about SpaceShared
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
00c8d68700
read hardcoded templates
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
f62bfaf9a0
add a changelog
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
jkoberg
d7b09a1256
get SpaceDisabled event working
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-03-09 09:24:16 +01:00
Michael Barz
d9092d7e17
Merge pull request #5776 from owncloud/dependabot/go_modules/go.opentelemetry.io/otel/exporters/jaeger-1.14.0
...
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.2 to 1.14.0
2023-03-09 08:52:26 +01:00
dependabot[bot]
d43d799a22
Bump go.opentelemetry.io/otel/exporters/jaeger from 1.11.2 to 1.14.0
...
Bumps [go.opentelemetry.io/otel/exporters/jaeger](https://github.com/open-telemetry/opentelemetry-go ) from 1.11.2 to 1.14.0.
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases )
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md )
- [Commits](https://github.com/open-telemetry/opentelemetry-go/compare/v1.11.2...v1.14.0 )
---
updated-dependencies:
- dependency-name: go.opentelemetry.io/otel/exporters/jaeger
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-03-09 06:59:51 +00:00
Ralf Haferkamp
d133a8e4b2
graph: Add missing patch support for education/users ( #5772 )
...
* graph: Allow updating "surname" and "givenName" of users
Also use attribute getters to lookup the attribute Values instead of fiddling around
with pointers.
* graph: Allow updating education users
Update suppport for education users was still missing.
2023-03-09 07:52:06 +01:00
Jörn Friedrich Dreyer
6fe404d7c1
Automated changelog update [skip ci]
2023-03-08 16:26:19 +00:00
Jörn Friedrich Dreyer
971dbe8682
bump lico to 0.59.4 ( #5768 )
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2023-03-08 17:25:55 +01:00
Michael Barz
633b4ba796
Merge pull request #5764 from owncloud/release-3.0.0-alpha.1
...
[full-ci] bump version
2023-03-08 16:53:47 +01:00
David Christofas
ed2282bb76
Automated changelog update [skip ci]
2023-03-08 15:42:56 +00:00
David Christofas
2cced750bd
Merge pull request #5749 from owncloud/public-link-password
...
add config options to enforce passwords on public links
2023-03-08 16:42:29 +01:00
David Christofas
c17d9eb19e
add config options to enforce passwords on public links
2023-03-08 15:22:57 +01:00