ownClouders
9e22152c12
[tx] updated from transifex
2023-10-19 00:53:56 +00:00
Willy Kloucek
3ec82d922c
fix auth service env variable
2023-10-18 14:29:05 +02:00
Jannik Stehle
2a2e876661
chore: bump web to v8.0.0-alpha.4
2023-10-17 16:33:06 +02:00
Viktor Scharf
c179485db6
[full-ci] ApiTests. enable auto accepting in api tests ( #7477 )
...
* enable auto accepting in test
* go format
2023-10-17 16:29:05 +02:00
Michael Barz
917ee878cb
Merge pull request #7508 from owncloud/dependabot/npm_and_yarn/services/idp/babel/traverse-7.23.2
...
Bump @babel/traverse from 7.22.11 to 7.23.2 in /services/idp
2023-10-17 14:04:34 +02:00
dependabot[bot]
4bbb55a919
Bump @babel/traverse from 7.22.11 to 7.23.2 in /services/idp
...
Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse ) from 7.22.11 to 7.23.2.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.23.2/packages/babel-traverse )
---
updated-dependencies:
- dependency-name: "@babel/traverse"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-17 11:26:21 +00:00
Michael Barz
042f4b9121
add capabilities docs for password policy
2023-10-17 13:03:50 +02:00
Sawjan Gurung
c0594d6f80
fix: request to preview gives 500 error for old/new webdav if file is in processing ( #7507 )
...
* fix: request to preview gives 500 error for old/new webdav if file is in processing
* add changelog
2023-10-17 14:53:47 +05:45
Roman Perekhod
04a5ee283e
fix default language fallback ( #7479 )
...
* fix default language fallback
* Update services/userlog/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at >
* Update services/notifications/pkg/config/config.go
Co-authored-by: Martin <github@diemattels.at >
* readme updated. local env vars removed
* Update changelog/unreleased/fix-default-mail-language-fallback.md
Co-authored-by: Martin <github@diemattels.at >
* update readme's and envvar texts
* fix changelog text
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
Co-authored-by: Martin <github@diemattels.at >
2023-10-17 09:56:48 +02:00
Florian Schade
9abcd8a7f3
feature(thumbnails): add the ability to define custom image processors ( #7409 )
...
* feature(thumbnails): add the ability to define custom image processors
* fix(ci): add exported member comment
* docs(thumbnails): mention processors in readme
* fix: codacy and code review feedback
* fix: thumbnail readme markdown
Co-authored-by: Martin <github@diemattels.at >
---------
Co-authored-by: Martin <github@diemattels.at >
2023-10-17 09:44:44 +02:00
dependabot[bot]
b9c4f94e0e
Bump license-checker-rseidelsohn from 4.2.6 to 4.2.10 in /services/idp
...
Bumps [license-checker-rseidelsohn](https://github.com/RSeidelsohn/license-checker-rseidelsohn ) from 4.2.6 to 4.2.10.
- [Release notes](https://github.com/RSeidelsohn/license-checker-rseidelsohn/releases )
- [Changelog](https://github.com/RSeidelsohn/license-checker-rseidelsohn/blob/master/CHANGELOG.md )
- [Commits](https://github.com/RSeidelsohn/license-checker-rseidelsohn/compare/v4.2.6...v4.2.10 )
---
updated-dependencies:
- dependency-name: license-checker-rseidelsohn
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-16 11:46:39 +02:00
Ralf Haferkamp
dfeff633fa
proxy: also set the "Www-Authenticate" header for graph request
...
There doesn't seem to be a good reason to treat the graph service differently here.
2023-10-16 10:31:39 +02:00
Ralf Haferkamp
951e1e5a09
proxy: Avoid duplicated Www-Authenticate headers
...
For endpoints in the "ProxyWwwAuthenticate" list we accidently set the Www-Authenticate
header twice.
2023-10-16 10:31:39 +02:00
Ralf Haferkamp
07a718dc8e
proxy: User ReverseProxy.Rewrite instead of Director
...
With Go 1.20 the "Rewrite" hook for ReverseProxy was introduced to
supersede of the "Director" hook (see:
a55793835f )
The Rewrite hooks allows for better separation between the incoming and
outgoing request. In particular it makes it pretty easy to set the
correct X-Forwarded-* Headers on the outgoing request.
The need for using "Rewrite" came up when trying to embed
authelia. It uses the X-Forwarded-Host and X-Forwared-Proto headers to
e.g. compute the correct return values for the various endpoints in
.well-known/openid-configuration.
2023-10-16 10:31:39 +02:00
ownClouders
759ea4ca03
[tx] updated from transifex
2023-10-16 01:14:58 +00:00
Ben Fu
7eba7e0620
Add deprecation params
2023-10-13 09:34:32 -05:00
Ben Fu
f7aa2391b5
Fix env name for root tls cert for sharing service
2023-10-13 09:34:32 -05:00
Jannik Stehle
7d4e99240d
Merge pull request #7486 from owncloud/add-disabled-extensions-config
...
feat: add config for disabling web extensions
2023-10-13 13:38:37 +02:00
Jannik Stehle
c6533dc2e4
feat: add config for disabling web extensions
2023-10-13 12:53:34 +02:00
Martin
55c9a95eea
Update services/frontend/README.md
2023-10-13 12:21:27 +02:00
Martin
ed28a04912
Update frontend service README.md
...
The readme of the forntend service was not in line with the changes made in the code.
2023-10-13 12:17:12 +02:00
mmattel
bef11c32f4
small addon fix
2023-10-13 09:51:29 +02:00
Martin
accbb31b5c
[docs-only] Update README.md of the settings service
...
Just some smaller doc fixes.
2023-10-13 09:40:56 +02:00
kobergj
5b7535c2cc
Merge pull request #7460 from kobergj/SetMountpointOnAutoAccept
...
[full-ci] Set mountpoints when auto accepting shares
2023-10-13 09:24:56 +02:00
ownClouders
0c792328f2
[tx] updated from transifex
2023-10-13 00:21:41 +00:00
Ralf Haferkamp
e316d8ea3a
Fix reva config of frontend service
...
Set an empty Credentials chain. In ocis all non-reva token authentication is
handled by the proxy. This avoid irritating error messages about the missing
'auth-bearer' service.
Fixes : #6692
2023-10-12 09:11:47 +02:00
Christian Richter
e56b23541a
remove obsolete cli flags
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-10-11 16:31:10 +02:00
jkoberg
7477ed3cda
add auth-service to port-ranges
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-10-11 15:14:17 +02:00
jkoberg
88d6edd588
set mountpoint on auto accept
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-10-11 14:20:48 +02:00
Ralf Haferkamp
7dde3a1175
storage-users: pass context to event handling service
...
This allows to properly shutdown the event handling loop by
cancelling the context.
2023-10-10 12:25:30 +02:00
Ralf Haferkamp
2a53dd89f4
debugServer: Set a base context for the http server
...
to allow propagating context cancellation
2023-10-10 12:25:30 +02:00
Ralf Haferkamp
54664024c8
storage-users: Properly shutdown debugServer
...
Trigger a proper debug server shutown in interrupt handler of run.Group.
2023-10-10 12:25:30 +02:00
dependabot[bot]
5f9c91582e
Bump postcss from 8.4.29 to 8.4.31 in /services/idp
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-10 11:55:58 +02:00
jkoberg
25e7b1aaaa
adjust sse notification layout
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-10-10 10:22:23 +02:00
Roman Perekhod
7f6c832356
the default language added to the setting service ( #7417 )
...
* the default language added to the setting service
Co-authored-by: Martin <github@diemattels.at >
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
Co-authored-by: Martin <github@diemattels.at >
2023-10-09 15:31:17 +02:00
ownClouders
fc91eea4a2
[tx] updated from transifex
2023-10-08 00:19:40 +00:00
case0sh
06d7702577
revert all changes to ocdav
2023-10-06 11:23:05 +02:00
case0sh
9b291c0739
revert all changes to frontend
2023-10-06 10:53:39 +02:00
case0sh
330e30c38e
revert all changes to idp
2023-10-06 10:43:02 +02:00
case0sh
ace3664f6a
fix formatting
2023-10-06 10:29:08 +02:00
case0sh
fac4524dd2
revert all changes to auth-machine
2023-10-06 10:29:08 +02:00
case0sh
24e784ac48
delete web_ui_config_file option
2023-10-06 10:29:08 +02:00
case0sh
8adea0f38e
edit wrong named enves
2023-10-06 10:29:08 +02:00
jkoberg
f189b11ba9
default async uploads
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-10-05 15:33:42 +02:00
Ralf Haferkamp
f6b792a517
notifications: pick SMTP auth method automatically by default
...
This introduces the new value `auto` for NOTIFICATIONS_SMTP_AUTHENTICATION.
Which will make the notifications service automatically pick an authentication
mechanism that the server supports. This is also the new default behavior.
This also removes most of the other default settings for the SMTP
configuration. The default values were of no real use for this service.
Closes : #7356
2023-10-05 12:37:27 +02:00
Ralf Haferkamp
246ec1ecc9
notifications: Deprecate redundant encryptions settings
...
'tls' and 'ssl' are duplicates of 'starttls' and 'ssltls' and have been deprecated
in the upstream modules we use for sending mail notifications. Let's deprecate them
as well and issue a warning when they are still used.
Fixes : #7345
2023-10-05 12:37:27 +02:00
dependabot[bot]
81e8d830c7
Bump postcss from 8.4.29 to 8.4.31 in /services/idp
...
Bumps [postcss](https://github.com/postcss/postcss ) from 8.4.29 to 8.4.31.
- [Release notes](https://github.com/postcss/postcss/releases )
- [Changelog](https://github.com/postcss/postcss/blob/main/CHANGELOG.md )
- [Commits](https://github.com/postcss/postcss/compare/8.4.29...8.4.31 )
---
updated-dependencies:
- dependency-name: postcss
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-10-05 11:34:13 +02:00
kobergj
19b6c311ed
Merge pull request #7410 from kobergj/DeleteUserlogEvents
...
[full-ci] Delete userlog events
2023-10-05 09:20:25 +02:00
ownClouders
ba73588e75
[tx] updated from transifex
2023-10-05 05:58:33 +00:00
jkoberg
c47a48a50b
delete outdated userlog events
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-10-04 16:37:44 +02:00