Michal Klos
8f5f67e596
fix: remove deprecated FRONTEND_OCS_*
2025-05-28 11:16:48 +02:00
Deyan Zhekov
dc9a7b3d82
Automated changelog update [skip ci]
2025-05-28 08:28:57 +00:00
Deyan Zhekov
a9deb56fae
Merge pull request #11373 from owncloud/backport-release-v7.1.3
...
[full-ci] backport: Release `7.1.3` to `master`
2025-05-28 11:28:09 +03:00
Michal Klos
8cb96c003f
Automated changelog update [skip ci]
2025-05-28 07:57:54 +00:00
Michal Klos
4a9543f0da
fix: remove deprecated CLIENTLOG_REVA_GATEWAY
2025-05-28 09:56:07 +02:00
ownClouders
322e0ba0ac
[tx] updated from transifex
2025-05-28 00:34:25 +00:00
Deyan Zhekov
810cc61903
Automated changelog update [skip ci]
2025-05-27 18:26:40 +03:00
Deyan Zhekov
054395cf68
Fix folder name format
2025-05-27 18:26:24 +03:00
Deyan Zhekov
6fcc3ab57d
Remove .DS_Store files
2025-05-27 18:26:15 +03:00
Deyan Zhekov
1c9feecf07
Preparing release-7.1.3
2025-05-27 18:25:51 +03:00
kobergj
142cbacb97
Automated changelog update [skip ci]
2025-05-27 07:11:56 +00:00
kobergj
3403ff54f1
Merge pull request #11364 from kobergj/FixSettingsTranslations
...
Fix Notifications Settings Translation
2025-05-27 09:09:58 +02:00
Nalem7
b6c0f9604e
Merge pull request #11360 from owncloud/CI/fixed-matrix-notification
...
[full-ci] Fixed the matrix notification script file
2025-05-27 10:14:29 +05:45
Matteo
8f170dd5e9
Automated changelog update [skip ci]
2025-05-27 04:28:32 +00:00
Matteo
39b52fdd92
Merge pull request #11363 from owncloud/chore/bump-web-to-version-11.3.4
...
[full-ci] chore: bump web in stable to 11.3.4
2025-05-27 06:28:05 +02:00
nabim777
0209ed89ae
CI: Fixed the matrix notification script file
...
Signed-off-by: nabim777 <nabinalemagar019@gmail.com >
2025-05-27 09:35:45 +05:45
Matteo
efc7356c43
chore: bump web in stable to 11.3.4
2025-05-26 16:02:23 +02:00
Matteo
2c6515caae
Automated changelog update [skip ci]
2025-05-26 13:39:51 +00:00
Matteo
ded9053697
Merge pull request #11349 from owncloud/chore/bump-web-to-11.3.3
...
[full-ci] chore: bump web to 11.3.3
2025-05-26 15:38:57 +02:00
Julian Koberg
6a2decf8b2
fix(settings): fix missing translation
...
Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com >
2025-05-26 15:23:54 +02:00
Sawjan Gurung
06ee9dc4be
Merge pull request #11356 from owncloud/test/check-share-sync
...
[full-ci][tests-only] check share sync status before actions
2025-05-26 16:33:10 +05:45
Lukas Hirt
a137d24105
Merge pull request #11354 from owncloud/fix/idp-login-background
...
chore(idp): use webpack assets management
2025-05-26 09:33:07 +02:00
Roman Perekhod
060306df97
Automated changelog update [skip ci]
2025-05-26 07:19:58 +00:00
Roman Perekhod
735911d1dd
Merge pull request #11348 from 2403905/issue-10857
...
Fix the reva log interceptor. Implemented the Unwrap interface to all…
2025-05-26 09:19:12 +02:00
Roman Perekhod
57be3ef074
Merge pull request #11350 from owncloud/dependabot/go_modules/github.com/onsi/gomega-1.37.0
...
chore(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0
2025-05-26 09:04:26 +02:00
nirajacharya2
7fba3e9fd0
Merge pull request #11323 from owncloud/matrix-notification
...
[full-ci]send build notification to matrix
2025-05-26 12:44:54 +05:45
Sawjan Gurung
29e3889204
Merge pull request #11351 from owncloud/test/check-settings-update
...
[full-ci][tests-only] check personal settings value after update
2025-05-26 12:19:18 +05:45
Niraj Acharya
f6dbe4fbf3
send build notification to matrix
2025-05-26 11:57:26 +05:45
Saw-jan
83ff4d32a3
test: check setting value after update
...
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2025-05-26 10:59:41 +05:45
Saw-jan
aff3f9c453
test: check share sync status before actions
...
Signed-off-by: Saw-jan <saw.jan.grg3e@gmail.com >
2025-05-26 10:51:30 +05:45
ownClouders
a883bb1ddc
[tx] updated from transifex
2025-05-26 00:38:51 +00:00
Lukas Hirt
2b7a991d22
chore(idp): use webpack assets management
...
Instead of relying on webpack loaders, use its included assets management.
This ensures that assets like images and fonts are correctly included in the
build output. The previous process got broken at certain point in time as e.g.
the login screen background was no longer correctly included.
2025-05-23 15:02:58 +02:00
Lukas Hirt
bee01307da
refactor(idp): drop unused css file
2025-05-23 15:02:53 +02:00
Lukas Hirt
3394afa951
chore(idp): add prettier config
2025-05-23 15:02:48 +02:00
Nalem7
84bd0a549c
Merge pull request #11345 from owncloud/tests/get-single-permission-for-resources
...
[test-ony][full-ci] add test for list single permission for resources
2025-05-23 17:56:11 +05:45
nabim777
a5a298245a
tests: add test for list single permission for resources
...
Signed-off-by: nabim777 <nabinalemagar019@gmail.com >
2025-05-23 17:08:37 +05:45
Amrita
16c7a4f817
Merge pull request #11340 from owncloud/restore-trashed-resources
...
[full-ci][tests-only]Add tests for restoring specific and all trashed resources of specific space at once
2025-05-23 16:15:39 +05:45
Roman Perekhod
828ee5240f
Fix the reva log interceptor. Implemented the Unwrap interface to allow TUS middleware to handle correctly
...
SetReadDeadline and SetWriteDeadline functions
2025-05-23 11:00:21 +02:00
Matteo
ef4296445a
chore: bump web to 11.3.3
2025-05-23 09:47:18 +02:00
amrita-shrestha
2a6bc483fa
add tests for restoring specific and all trashed resource all once
2025-05-23 13:02:11 +05:45
kobergj
8cc6642752
Merge pull request #11347 from kobergj/Translations
...
[docs-only] Try to Find the Translation issue
2025-05-23 09:06:02 +02:00
dependabot[bot]
1245d60681
chore(deps): bump github.com/onsi/gomega from 1.36.3 to 1.37.0
...
Bumps [github.com/onsi/gomega](https://github.com/onsi/gomega ) from 1.36.3 to 1.37.0.
- [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.36.3...v1.37.0 )
---
updated-dependencies:
- dependency-name: github.com/onsi/gomega
dependency-version: 1.37.0
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-23 06:07:05 +00:00
ownClouders
3fb99b62e5
[tx] updated from transifex
2025-05-23 00:39:00 +00:00
Julian Koberg
0026abb642
[tmp] cat .pot file before pushing
...
Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com >
2025-05-22 18:19:20 +02:00
ownClouders
6028c1af3e
[tx] updated from transifex
2025-05-22 13:24:24 +00:00
kobergj
bac79ab13c
Merge pull request #11338 from kobergj/FixOcisTranslations
...
Remove Translations
2025-05-22 15:20:13 +02:00
dependabot[bot]
7b828e458f
chore(deps): bump github.com/coreos/go-oidc/v3 from 3.11.0 to 3.14.1
...
Bumps [github.com/coreos/go-oidc/v3](https://github.com/coreos/go-oidc ) from 3.11.0 to 3.14.1.
- [Release notes](https://github.com/coreos/go-oidc/releases )
- [Commits](https://github.com/coreos/go-oidc/compare/v3.11.0...v3.14.1 )
---
updated-dependencies:
- dependency-name: github.com/coreos/go-oidc/v3
dependency-version: 3.14.1
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2025-05-22 09:52:49 +02:00
Amrita
46b8edd510
Merge pull request #11321 from owncloud/list-trash-resource
...
[tests-only][full-ci]Add tests for listing trashed resources
2025-05-22 10:44:11 +05:45
amrita-shrestha
ddde07c734
add tests for listing trash resourced
2025-05-22 09:50:10 +05:45
Julian Koberg
b8cd930cd6
fix(ocis): remove all translations
...
Signed-off-by: Julian Koberg <julian.koberg@kiteworks.com >
2025-05-21 15:51:56 +02:00