ownClouders
70dc3b67aa
[tx] updated from transifex
2024-03-11 00:41:41 +00:00
ownClouders
8cfefc9b9d
[tx] updated from transifex
2024-03-09 00:06:21 +00:00
kobergj
e4ff26cd7e
Merge pull request #8603 from kobergj/LockEventSSE
...
File(Un)Locked SSE
2024-03-08 14:52:37 +01:00
jkoberg
271a591850
send sse when file is locked/unlocked
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-07 13:46:43 +01:00
jkoberg
a0e2648200
get template from request
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-07 13:01:51 +01:00
jkoberg
edbc82bfc1
poc: server side space defaults
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-07 13:01:51 +01:00
ownClouders
2e7f0252f2
[tx] updated from transifex
2024-03-07 00:06:21 +00:00
jkoberg
78755e330f
fix item-trashed sse
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-06 14:29:05 +01:00
jkoberg
9786be50ae
feat: add more sse events
...
Signed-off-by: jkoberg <jkoberg@owncloud.com >
2024-03-06 14:29:05 +01:00
Phil Davis
ae584af350
Adjust introductionVersion pre5.0 and 5.0
...
as per suggestions by micbar
Co-authored-by: Michael Barz <mbarz@owncloud.com >
2024-03-06 17:53:43 +05:45
Christian Richter
70e69f9561
Update services/clientlog/pkg/config/config.go
2024-03-06 17:53:43 +05:45
Phil Davis
c715732296
chore: set introductionVersion 5.0 in services/web
2024-03-06 17:53:43 +05:45
Phil Davis
cbd700eed1
chore: set introductionVersion 5.0 in services/userlog
2024-03-06 17:53:43 +05:45
Phil Davis
b0174a890f
chore: set introductionVersion 5.0 in services/storage-system -users
2024-03-06 17:53:43 +05:45
Phil Davis
f12615791b
chore: set introductionVersion 5.0 in services/sse
2024-03-06 17:53:43 +05:45
Phil Davis
f18bf9f68a
chore: set introductionVersion 5.0 in services/sharing
2024-03-06 17:53:43 +05:45
Phil Davis
c58d4c3e27
chore: set introductionVersion 5.0 in services/settings
2024-03-06 17:53:43 +05:45
Phil Davis
63a6f10c4b
chore: set introductionVersion 5.0 in services/search
2024-03-06 17:50:21 +05:45
Phil Davis
49a2202bdf
chore: set introductionVersion 5.0 in services/proxy
2024-03-06 17:50:21 +05:45
Phil Davis
945908978c
chore: set introductionVersion 5.0 in services/postprocessing
2024-03-06 17:50:21 +05:45
Phil Davis
70a19f16cf
chore: set introductionVersion 5.0 in services/ocs
2024-03-06 17:50:21 +05:45
Phil Davis
89db8b5e20
chore: set introductionVersion 5.0 in services/policies
2024-03-06 17:50:21 +05:45
Phil Davis
4cfb0fd504
chore: set introductionVersion 5.0 in services/ocm
2024-03-06 17:50:21 +05:45
Phil Davis
0984c4af13
chore: set introductionVersion 5.0 in services/notifications and ocdav
2024-03-06 17:50:21 +05:45
Phil Davis
bfca242f2e
chore: set introductionVersion 5.0 in services/graph
2024-03-06 17:50:21 +05:45
Phil Davis
e8746a1bc2
chore: set introductionVersion 5.0 in services/gateway
2024-03-06 17:50:21 +05:45
Phil Davis
ee18a2bce7
chore: set introductionVersion 5.0 in services/frontend
2024-03-06 17:50:21 +05:45
Phil Davis
bd8c6a3672
chore: set introductionVersion 5.0 in services/eventhistory
2024-03-06 17:50:20 +05:45
Phil Davis
01fdccfe49
chore: set introductionVersion 5.0 in services/clientlog
2024-03-06 17:50:20 +05:45
Phil Davis
baa19a6868
chore: set introductionVersion 5.0 in antivirus audit audit-service
2024-03-06 17:50:20 +05:45
Phil Davis
bf9ca90b41
Add STORAGE_USERS_MACHINE_AUTH_API_KEY
...
which was accidentally missing, introduced in 5.0
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com >
2024-03-06 17:50:20 +05:45
Phil Davis
366b03e6e2
chore: adjust env var descriptions
...
Co-authored-by: Christian Richter <1058116+dragonchaser@users.noreply.github.com >
2024-03-06 17:50:20 +05:45
Phil Davis
6fcd049eb7
chore: add missing descriptions to env vars
2024-03-06 17:50:20 +05:45
Phil Davis
9d2be66a85
chore: add introductionVersion pre5.0 to environment variable docs
2024-03-06 17:50:20 +05:45
Florian Schade
6814c61506
[full-ci] enhancement: allow ocis to provide custom web applications ( #8523 )
...
* enhancement: allow ocis to provide custom web applications
* enhancement: add an option to disable web apps
* test: add default logger tests
* test: add app loading tests
* test: add asset server tests
* enhancement: make use of dedicated app conf file and app asset paths
* enhancement: adjust asset locations and deprecate WEB_ASSET_PATH
* enhancement: get rid of default logger and use the service level logger instead
* Apply suggestions from code review
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz >
Co-authored-by: kobergj <juliankoberg@googlemail.com >
* enhancement: use basename as app id
* Apply suggestions from code review
Co-authored-by: Martin <github@diemattels.at >
* enhancement: use afero as fs abstraction
* enhancement: simplify logo upload
* enhancement: make use of introductionVersion field annotations
---------
Co-authored-by: Benedikt Kulmann <benedikt@kulmann.biz >
Co-authored-by: kobergj <juliankoberg@googlemail.com >
Co-authored-by: Martin <github@diemattels.at >
2024-03-05 14:11:18 +01:00
ownClouders
fa57da865f
[tx] updated from transifex
2024-03-05 00:39:24 +00:00
Jörn Friedrich Dreyer
cd10209bb6
always select the next clients when autoaccepting shares
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-03-04 16:30:01 +01:00
Jörn Friedrich Dreyer
4217a87829
deprecate store env vars
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-03-01 15:08:25 +01:00
Jörn Friedrich Dreyer
2dce3e997d
Merge pull request #8546 from owncloud/verify-service-accounts-are-set
...
verify all system accounts are set
2024-02-29 17:29:08 +01:00
Jörn Friedrich Dreyer
972adafd29
verify all system accounts are set
...
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de >
2024-02-29 15:51:37 +01:00
ownClouders
0ca14bdf2e
[tx] updated from transifex
2024-02-29 00:55:10 +00:00
Ralf Haferkamp
0d366a33ae
docs: Add missing doc comments
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
1a8b0ea846
fix: Remove unneeded code
...
errors.Join(errs...) ignores nil errors and returns nil if there are not errors.
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
1ceba732c2
enhancement(sharing): Check driveID when unmounting share
...
Only accept requests against the shareJail driveID
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
83f9db3152
Fix typos
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
9d6ece9220
enhancement(sharing): allow unmounting a share
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
9d321bf379
enhancement(sharing): Return newly created driveItem
...
When accepting a share via 'POST /v1beta1/drives/{driveId}/root/children'
return the newly created driveItem. This driveItem wraps the accepted
remoteItem representing the shared resource (similar to the
'sharedWithMe' response.
This also refactors some of the helpers for user lookup and CS3 share to
driveItem conversion so they can be more easily shared.
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
0a24f23164
enhancement(sharing): Simplify route for accepting shares
...
In theory creating the driveItem to accepting a shared resource
can be done via '/v1beta1/drives/{drive-id}/item/{item-id}/children'
but there is also the simplified variant via
'/v1beta1/drives/{drive-id}/root/children' (aligned with the example
in the spec). For now we'll just implement the latter because accepting
a share will always be done via root of the sharejail drive.
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
f86bd76e23
enhancement(graph): refrain from registering routes via the Router interface
...
After some back an forth we agreed on keeping the routes defined
in a central place for now.
2024-02-28 17:29:04 +01:00
Ralf Haferkamp
d418864f84
fix(graph): Remove duplicated routes from router
2024-02-28 17:29:04 +01:00