Prarup Gurung
b3e22ed694
Merge pull request #7779 from owncloud/add-missing-env-config-tag
...
[full-ci] [tests-only] Added @env-config tags
2023-11-22 16:31:20 +05:45
dependabot[bot]
90f186a3d0
Bump cldr from 7.4.1 to 7.5.0 in /services/idp
...
Bumps [cldr](https://github.com/papandreou/node-cldr ) from 7.4.1 to 7.5.0.
- [Changelog](https://github.com/papandreou/node-cldr/blob/master/CHANGELOG.md )
- [Commits](https://github.com/papandreou/node-cldr/compare/v7.4.1...7.5.0 )
---
updated-dependencies:
- dependency-name: cldr
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-22 11:15:12 +01:00
Prarup Gurung
e17cb94ef1
Fixed line numbers in expected failure
2023-11-22 15:45:33 +05:45
Benedikt Kulmann
edc5c23fd1
Automated changelog update [skip ci]
2023-11-22 09:53:58 +00:00
Benedikt Kulmann
aa172aaf16
Merge pull request #7778 from owncloud/release-5.0.0-alpha.3
...
chore: bump version, prepare changelog
2023-11-22 10:53:25 +01:00
Swikriti Tripathi
96862f4eb1
tests: add tests for lock expiration ( #7777 )
2023-11-22 15:37:29 +05:45
dependabot[bot]
e3283f5c88
Bump golang.org/x/image from 0.13.0 to 0.14.0
...
Bumps [golang.org/x/image](https://github.com/golang/image ) from 0.13.0 to 0.14.0.
- [Commits](https://github.com/golang/image/compare/v0.13.0...v0.14.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/image
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2023-11-22 10:38:07 +01:00
Christian Richter
3df256d665
Automated changelog update [skip ci]
2023-11-22 09:03:55 +00:00
Christian Richter
e48e9cbfbf
Merge pull request #7739 from dragonchaser/ocis-5486-filter-displayName
...
add user filter startsWith and contains
2023-11-22 10:03:22 +01:00
Prarup Gurung
ba0015385d
Added @env-config tags
2023-11-22 14:29:07 +05:45
Benedikt Kulmann
7a5762c8f0
chore: bump version, prepare changelog
2023-11-22 09:22:32 +01:00
ownClouders
56a27f63e7
[tx] updated from transifex
2023-11-22 07:48:22 +00:00
Benedikt Kulmann
5b549d15a5
Merge pull request #7754 from owncloud/add-languages
...
feat: add more accepted languages
2023-11-22 06:49:41 +01:00
Jannik Stehle
2726eb8a52
Automated changelog update [skip ci]
2023-11-21 17:35:58 +00:00
Jannik Stehle
f47a6b4213
Merge pull request #7773 from owncloud/bump-web-to-8.0.0-alpha.10
...
chore: bump web to v8.0.0-alpha.10
2023-11-21 18:35:14 +01:00
Roman Perekhod
048f03ee45
Automated changelog update [skip ci]
2023-11-21 17:10:55 +00:00
Roman Perekhod
8ff60c9d0b
Merge pull request #7772 from 2403905/issue-7744
...
fix the tgz mime type, bump reva
2023-11-21 18:08:28 +01:00
Jannik Stehle
bc838cc5d4
chore: bump web to v8.0.0-alpha.10
2023-11-21 17:44:01 +01:00
Roman Perekhod
7175316292
fix the tgz mime type, bump reva
2023-11-21 17:33:52 +01:00
Jannik Stehle
8fba7e8468
Automated changelog update [skip ci]
2023-11-21 14:54:59 +00:00
Jannik Stehle
a1c4912600
feat: add and adjust configs for Web embed mode ( #7766 )
...
* feat: add and adjust configs for embed mode
* Update services/web/pkg/config/options.go
Co-authored-by: Martin <github@diemattels.at >
* docs: adjust description for WEB_OPTION_EMBED_TARGET
---------
Co-authored-by: Martin <github@diemattels.at >
2023-11-21 15:53:22 +01:00
kobergj
c666066b40
Merge pull request #7771 from kobergj/DocumentProxyRoutes
...
[docs-only] Add documentation for proxy routes
2023-11-21 15:50:13 +01:00
jkoberg
3890b4a4be
add documentation for proxy routes
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-11-21 15:31:32 +01:00
Sawjan Gurung
da390e8f12
[tests-only] Retry listing roles if the response body is invalid ( #7735 )
...
* retry listing roles if the response body is invalid
* fix php style
* reset tryAgain
2023-11-21 18:29:19 +05:45
Swikriti Tripathi
279d0f8563
[tests-only][full-ci] move tests coreApiWebdavLocksUnlock/unlockSharingToShares.feature from to local api ( #7769 )
...
* tests:move tests from coreApiWebdavLocksUnlock/unlockSharingToShares.feature to local api
* tests: remove unnecessary behat config
2023-11-21 17:45:34 +05:45
Dominik Schmidt
2f263c7bc2
Merge pull request #7770 from owncloud/file-ready-event-parent-item-id
...
feat: Add parentitemid to FileReadyEvent
2023-11-21 12:55:00 +01:00
Dominik Schmidt
ca128c2d6b
feat: Add parentitemid to FileReadyEvent
2023-11-21 12:19:36 +01:00
Sawjan Gurung
93e2c23e8e
[tests-only] stop ocis server with sigint to allow gracefull shutdown ( #7759 )
...
* stop ocis with sigint to allow gracefull shutdown
* wait until ocis process is completely down
2023-11-21 16:46:44 +05:45
Nalem7
42690f3e80
add tests for move rename file between personal and project space with file-id ( #7535 )
2023-11-21 12:00:04 +01:00
Swikriti Tripathi
74dc3663a5
[tests-only][full-ci]Move unlock related tests from core to local api tests ( #7747 )
...
* Move unlock related tests from core to local api tests
* refactor tests
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com >
* test:add failing test to expected to failure
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com >
---------
Signed-off-by: Swikriti Tripathi <swikriti808@gmail.com >
2023-11-21 15:07:26 +05:45
Prarup Gurung
42cdd2c863
Merge pull request #7606 from owncloud/add-step-move-for-shares-with-file-id
...
[tests-only][full-ci] Add tests for move file within shares using file-id
2023-11-21 14:09:11 +05:45
Benedikt Kulmann
95ccfc5dc3
Merge pull request #7765 from owncloud/revert-load-userinfo
...
revert: don't make loadUserInfo configurable because web disabled it
2023-11-21 09:09:22 +01:00
Nalem7
111dbb33a9
add test for unlocking project space file ( #7698 )
2023-11-21 12:18:23 +05:45
Benedikt Kulmann
bd219cad88
feat: add more accepted languages
...
Adding languages to the list of accepted languages which have 70% or
more translation coverage in transifex + swedish by request of a
community member who promised to help with translations.
2023-11-21 06:31:57 +01:00
Benedikt Kulmann
3cf1163d05
revert: don't make loadUserInfo configurable because web disabled it
...
Refs: 3eb1f18
2023-11-21 06:19:50 +01:00
nabim777
c52f2fc8ca
add tests for move file within shares using file-id
2023-11-21 10:13:56 +05:45
Christian Richter
06a66e8aa0
add user filter startsWith and contains
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-20 20:10:39 +01:00
Michael Barz
214d1279e9
Automated changelog update [skip ci]
2023-11-20 07:25:59 +00:00
Michael Barz
c541c52bc2
Merge pull request #7748 from owncloud/updateWeb
...
[full-ci] web bump. fix flaky e2e test.
2023-11-20 08:25:08 +01:00
Sawjan Gurung
6ee973ec0c
unskip lastmonth date search API test ( #7755 )
2023-11-20 12:43:45 +05:45
Florian Schade
841ab73af2
Automated changelog update [skip ci]
2023-11-19 09:03:31 +00:00
Florian Schade
b3e658cf89
chore: bump reva ( #7752 )
2023-11-19 10:02:39 +01:00
Viktor Scharf
3411629a36
Update .drone.env
2023-11-18 08:21:39 +01:00
Jannik Stehle
a3e1406829
chore: bump web to v8.0.0-alpha.9
2023-11-18 08:21:39 +01:00
Viktor Scharf
ab28145600
expand pbanned passw list
2023-11-18 08:21:39 +01:00
Viktor Scharf
687a70af0a
update web. fix flaky
2023-11-18 08:21:39 +01:00
ownClouders
6bf16da95d
[tx] updated from transifex
2023-11-18 00:54:53 +00:00
Michael Barz
74a51d50f3
Merge pull request #7746 from 2403905/issue-7359
...
[full-ci] bump reva
2023-11-17 21:13:07 +01:00
Florian Schade
61e02f9674
Automated changelog update [skip ci]
2023-11-17 15:37:48 +00:00
Florian Schade
ad57d59738
enhancement: add graph invite endpoint ( #7687 )
2023-11-17 16:36:54 +01:00