ownClouders
3ecdeab406
[tx] updated from transifex
2023-11-26 00:55:52 +00:00
kobergj
9057d231a8
fix search service startup ( #7795 )
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-11-24 08:35:10 +01:00
Florian Schade
170021a38e
chore: go version bump to 1.21
2023-11-23 14:52:01 +01:00
Florian Schade
40d356c56b
enhancement: make use of unifiedrole from the graph invitation endpoint, applying multiple roles works and result in a merged cs3 permission set ( #7751 )
2023-11-23 14:18:03 +01:00
Jannik Stehle
8ee03101c0
feat: add a config for default link permissions ( #7783 )
...
* feat: add a config for default link permissions
* Update services/frontend/pkg/config/config.go
---------
Co-authored-by: Martin <github@diemattels.at >
2023-11-23 07:59:31 +01:00
Ralf Haferkamp
6ac5ac534d
Update wrapper and mocks for go-ldap 3.4.6
2023-11-22 15:12:39 +01:00
Christian Richter
1cdd839fc7
add form mime type
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-22 11:37:53 +01:00
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
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
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
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
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
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
Dominik Schmidt
ca128c2d6b
feat: Add parentitemid to FileReadyEvent
2023-11-21 12:19:36 +01:00
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
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
Jannik Stehle
a3e1406829
chore: bump web to v8.0.0-alpha.9
2023-11-18 08:21:39 +01:00
ownClouders
6bf16da95d
[tx] updated from transifex
2023-11-18 00:54:53 +00:00
Florian Schade
ad57d59738
enhancement: add graph invite endpoint ( #7687 )
2023-11-17 16:36:54 +01:00
kobergj
84fd802952
Merge pull request #7741 from kobergj/ProxyAllowAddingAdditionalRoutes
...
Allow configuring custom proxy routes
2023-11-17 15:49:45 +01:00
Ralf Haferkamp
9303cdece7
graph: Set roles/actions in sharedByMe response ( #7703 )
...
* unifiedrole: Add CS3ResourcePermissionsToLibregraphActions
Add function to convert CS3ResourcePermsissions to libregraph actions
* unifiedrole: Fix strings for the UnifiedRoleConditionSelf
The "Self/Owner/Grantee" string are not part the the constraint value
* graph: Move getRoleDefinitionList to unifiedrole module
rename it to GetBuiltinRoleDefinitionList and make it public
* graph: turn libregraph resource actions into string constants
* graph/sharedbyme: Set the correct roles (or actions) on permissions
Try to map CS3 resource permissions on a share to one of the default libregraph
UnifiedRoleDefinitions. If a match if found return the roleid in 'permissions.roles'
attribute of the response. If no match if found convert the
ResourcePermissions in to `libre.graph.permissions.actions` and return
those in the response.
2023-11-17 15:41:24 +01:00
Roman Perekhod
8a6464798f
fix last month search
2023-11-17 10:04:55 +01:00
jkoberg
69a2da889a
allow configuring addtional proxy routes
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2023-11-17 09:20:10 +01:00
Ralf Haferkamp
50f63bf436
bump reva to latest edge ( #7727 )
...
* bump reva to latest edge
To get https://github.com/cs3org/reva/pull/4336
* graph: Import unified role related code from reva
The UnifiedRole related types are pretty specific to the graph service.
Maintaining them as part of reva makes things more complex that required.
* chore: add failing cases to the expected failures
---------
Co-authored-by: Florian Schade <f.schade@icloud.com >
2023-11-17 09:18:45 +01:00
Jannik Stehle
a7d1403f7c
chore: bump web to v8.0.0-alpha.8
2023-11-16 10:18:12 +01:00
ownClouders
44233adace
[tx] updated from transifex
2023-11-16 00:39:05 +00:00
Roman Perekhod
a6b75bc9f6
fix libre-graph status codes ( #7705 )
...
* fix libre-graph status codes
* owncloud-test-middleware bumped
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
2023-11-15 17:45:23 +01:00
Christian Richter
fde6a4b67a
[Experiment] Remove language object from GetUser
...
Co-authored-by: Florian Schade <fschade@owncloud.com >
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 13:36:35 +01:00
Christian Richter
15699f02b8
Incorporate requested changes
...
Co-authored-by: Julian Koberg <jkoberg@owncloud.com >
Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com >
Co-authored-by: Michael Barz <mbarz@owncloud.com >
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 13:22:51 +01:00
Christian Richter
414cdd0b51
add admin check
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
5e02658873
Fix wrong variable
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
Co-authored-by: Julian Koberg <jkoberg@owncloud.com >
Co-authored-by: Ralf Haferkamp <rhaferkamp@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
1e34e43c10
Add language to PostUser, allow admin to read user values
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
407238efa5
incorporate requested changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
c5d3b74cd4
filter out unallowed fields in changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Florian Schade
e2e1d1da44
fix(graph users test): provide proto list value example on how to set language
...
Co-authored-by: Florian Schade <fschade@owncloud.com >
Signed-of-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
3e203fe751
add mocks for valueservice
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
aea129b658
remove obsolete fields from ldap
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
174097214f
Persist preferred language for user
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
Co-authored-by: Julian Koberg <jkoberg@owncloud.com >
Co-authored-by: Michael Barz <mbarz@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
a3f037a53e
refactor to api changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
388e9f266a
restore deleted changes
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
Christian Richter
d96031b7d3
add preffered language
...
Signed-off-by: Christian Richter <crichter@owncloud.com >
2023-11-15 11:23:24 +01:00
ownClouders
8773aac345
[tx] updated from transifex
2023-11-14 00:39:22 +00:00
Viktor Scharf
91ae5172f6
[full-ci]Enforce pass by default. changed api tests ( #7706 )
...
* set enforce pass by default. change tests
* fix tests
* fix test
2023-11-13 23:37:12 +01:00
Roman Perekhod
7ab553e23b
add file type filter chip ( #7602 )
...
* add file type filter chip
* changed the keyword
* use reva issue-7432-replace
* changed the filter name. fix types
* rework mapBinary
---------
Co-authored-by: Roman Perekhod <rperekhod@owncloud.com >
2023-11-13 18:04:17 +01:00
kobergj
c6c6c7f00a
Merge pull request #7700 from kobergj/FavoritePermissions
...
Favorite & Share Permissions
2023-11-13 12:49:26 +01:00