Commit Graph

695 Commits

Author SHA1 Message Date
Jörn Friedrich Dreyer 1024fe3e88 use publicstorage rewrite (#3349)
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2022-03-24 10:57:13 +01:00
Ralf Haferkamp 517356f176 graph: Allow PATCH on user without 'mail' in body
Skip the mail validator if 'mail' attribute is not present in the
request.
2022-03-23 15:56:31 +01:00
Pascal Wengerter 0f6308448a Bump web to v5.3.0 2022-03-23 14:31:17 +01:00
Willy Kloucek 6d0ac681c8 add changelog 2022-03-23 09:56:44 +01:00
Ralf Haferkamp 3c16713869 Fix error handling in GetUsers
A missing return statement caused GetUsers to return misleading results
when the identity backend returned an error.
2022-03-22 10:08:32 +01:00
kobergj fd99aef90b File events audit logging (#3332)
* use feature reva & file config

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* pre-implementation

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* add changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* prerequesists for unit tests

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* file created event

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* remaining tests & events

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* use edge reva

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* improvements from manual testing

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* use utils package to generate itemID

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-18 11:53:50 +01:00
David Christofas e0a35d37c3 Merge pull request #3329 from owncloud/password-reset-link
add password reset link to login page
2022-03-18 09:09:06 +01:00
Phil Davis 026b970c54 Merge pull request #3330 from owncloud/update-reva
[full-ci] update reva to v2.0.0-20220316045927-99115670eb33
2022-03-17 04:39:49 +05:45
David Christofas 661baaab67 add password reset link to login page 2022-03-16 15:50:45 +01:00
Michael Barz 3a59c7ec4c add driveAlias to the graphAPI 2022-03-16 15:38:40 +01:00
David Christofas 5bf1829231 update reva to v2.0.0-20220316045927-99115670eb33 2022-03-16 15:23:41 +01:00
jkoberg 2d4d90ad3c Merge branch 'master' into StoreSettingsViaMetadata
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-14 13:48:04 +01:00
Willy Kloucek 417b112863 Merge pull request #3301 from kobergj/ShareEventsForAuditLogging
Share events for audit logging
2022-03-14 13:09:56 +01:00
Willy Kloucek 0d362aec3f Update changelog/unreleased/fix-network-on-individual-services.md
Co-authored-by: Pascal Wengerter <pascal@wengerter.info>
2022-03-14 09:07:24 +01:00
Robert Pocklington 6b3775af9c Added changelog item 2022-03-14 09:07:24 +01:00
David Christofas a01cd1f0ee improve gif thumbnail generation 2022-03-11 18:29:06 +01:00
jkoberg 5f45e77967 add changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-11 12:51:35 +01:00
Pascal Wengerter 3a854d8349 Bump web to v5.3.0-rc.1 2022-03-10 10:20:26 +01:00
Jörn Friedrich Dreyer 139e437b97 Merge pull request #3272 from owncloud/animated-gif-thumbnails
Change thumbnails API and implement gif thumbnails
2022-03-09 12:06:16 +01:00
David Christofas 95ae3b8762 rewrite thumbnails API
Improved the thumbnails API so that the binary files won't be
transported via GRPC. GRPC has a limited message size and isn't very
effiefficient with large binary data.
2022-03-08 23:12:43 +01:00
jkoberg 2f55febc52 Merge branch 'master' into StoreSettingsViaMetadata 2022-03-07 17:49:13 +01:00
Michael Barz b7ce1c6815 Merge pull request #3279 from owncloud/release-1.18.0
Release 1.18.0
2022-03-07 10:54:16 +01:00
jkoberg 6ff9df9f58 Merge branch 'master' into StoreSettingsViaMetadata 2022-03-04 15:51:03 +01:00
David Christofas 66f4198e12 include spaces etags in drives listing 2022-03-04 14:23:37 +01:00
jkoberg d7e48b8721 Merge branch 'master' into StoreSettingsViaMetadata
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-03-04 09:31:36 +01:00
Michael Barz 3dd3b2f598 bump version, prepare changelog 2022-03-03 20:28:15 +01:00
Michael Barz b15db1794a update reva to version 2.0.0 (#3258) 2022-03-03 19:56:04 +01:00
Florian Schade 19980d9274 [full-ci] Update web 5.2.0 (#3262)
* bump web 5.2.0

* update accounts yarn lock
2022-03-03 19:39:55 +01:00
jkoberg fd78a662fd Merge branch 'master' into StoreSettingsViaMetadata 2022-03-02 10:18:12 +01:00
David Christofas 571ee558c2 fix spaces thumbnails
When requesting files using spaces references, the path needs to be relative
2022-02-24 18:16:03 +01:00
jkoberg 297a0063ab add changelog
Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-02-24 15:17:13 +01:00
Michael Barz 6956d0f871 [full-ci] update reva (#3231)
* update reva

* adjust expected failures
2022-02-24 15:03:02 +01:00
Michael Barz e0a09ccbd7 update reva 2022-02-24 12:50:31 +01:00
Jörn Friedrich Dreyer 46048c69b1 Merge pull request #3219 from owncloud/spaces-thumbnails
support thumbnails in spaces
2022-02-24 10:54:27 +01:00
David Christofas 8b2ee7a9a5 Merge pull request #3217 from owncloud/notifications-service
Enh: First version of the notifications service
2022-02-24 09:53:34 +01:00
David Christofas 479468c373 Merge pull request #3229 from owncloud/capabilities-for-public-links
allow requesting capabilities from password protected links
2022-02-24 09:43:36 +01:00
Florian Schade f519b4965e add spa fileserver to the web service (#3109)
* add spa fileserver to the web service
2022-02-23 19:31:24 +01:00
Florian Schade e8702087f3 allow requesting capabilities from password protected links 2022-02-23 18:46:25 +01:00
David Christofas caeb2b684d support thumbnails in spaces 2022-02-23 15:52:02 +01:00
David Christofas e1606159c8 add method to send message to groups 2022-02-23 15:15:10 +01:00
Michael Barz c58fed9e22 fix ordering of names (#3218) 2022-02-22 20:45:44 +01:00
Willy Kloucek 6cbdbd87f2 make events settings configurable 2022-02-22 13:55:32 +01:00
kobergj 5f4ed8908a bump reva and change nats port (#3210)
* bump reva and change nats port

Signed-off-by: jkoberg <jkoberg@owncloud.com>

* changelog

Signed-off-by: jkoberg <jkoberg@owncloud.com>
2022-02-22 11:17:58 +01:00
Michael Barz 90a15a8628 add orderby name and lastModifiedDateTime (#3201)
* add orderby name and lastModifiedDateTime

* add unit test for sort

* fix orderby name

* add more tests

* exclude test files from duplication analyzer

* remove flaky test

* order by name if no date is set

* refactor

* add test for wrong parameter name
2022-02-21 15:59:35 +01:00
Robert Pocklington 412d3e2244 Added changelog 2022-02-21 09:20:05 +01:00
Benedikt Kulmann 995c4812d5 Update web assets to v5.1.0 2022-02-19 09:43:37 +01:00
Michael Barz 0643f0ac90 Merge back Release 1.17.0 (#3184)
* prepare changelog, bump version

* use reva commitID as a version string
2022-02-17 22:54:00 +01:00
Michael Barz 8d34907e13 add changelog 2022-02-16 17:45:17 +01:00
David Christofas 8ef28d82f6 [docs-only] prepare reva update changelog (#3182) 2022-02-16 16:42:56 +01:00
David Christofas 152b337299 update reva 2022-02-16 08:20:00 +05:45