Commit Graph

265 Commits

Author SHA1 Message Date
A.Unger c71fbf297a add changelog 2021-02-26 10:29:59 +01:00
Jörn Friedrich Dreyer 059bec1a7a add missing gatewaysvc config
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-02-25 08:41:19 +00:00
A.Unger 7b4ed397b3 add circuit breakers to the changelog 2021-02-24 09:56:45 +01:00
A.Unger 89fc088239 Merge branch 'master' into initialization-responsibility 2021-02-23 14:56:36 +01:00
A.Unger 9a507a4450 add readme 2021-02-23 13:41:51 +01:00
David Christofas 3a46bd2f94 update reva to v1.6.1-0.20210223065028-53f39499762e
Update reva and also set a replace for github.com/oleiade/reflections.
The replace should resolve the dependabot issue. See oleiade/reflections#14. Once https://github.com/ory/fosite has updated to reflections 1.0.1 or higher we can remove the replace.
2021-02-23 11:36:07 +01:00
Jörn Friedrich Dreyer 4fffec0749 Merge pull request #1699 from owncloud/fix-token-ttl
fix token cache TTL
2021-02-22 20:36:05 +01:00
David Christofas 7ad38d7757 fix token cache TTL
The TTL was supplied to the middleware as a duration and then in that middleware multiplied by `time.Second` again. Durations should not be multiplied because they result in unintended values.
```go
	time.Second * 1 = 1s
	time.Second * time.Second = 277777h46m40s
```
2021-02-22 18:40:15 +01:00
Jörn Friedrich Dreyer deb20ffa90 add changelog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-02-22 15:26:36 +00:00
Jörn Friedrich Dreyer aea505805c Merge pull request #1670 from owncloud/update-go-micro-v3
Update go micro v3
2021-02-22 10:20:34 +01:00
Benedikt Kulmann 6374fb4568 Update web to 2.0.1 2021-02-19 09:57:56 +01:00
A.Unger 7736d26e0c update readme 2021-02-18 12:51:31 +01:00
Jörn Friedrich Dreyer 2ece67fd0b changelog
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-02-18 08:28:21 +00:00
Michael Barz dc9cf9e8f1 prepare changelog 2021-02-17 11:48:58 +01:00
Benedikt Kulmann 22ef448fa4 Merge pull request #1661 from owncloud/web-2.0.0
Update web to 2.0.0
2021-02-17 11:41:57 +01:00
Florian Schade 47a2ef8797 update accounts ui to use new table-component 2021-02-17 09:59:49 +01:00
Benedikt Kulmann 50d869697b Fix PR link in changelog 2021-02-17 09:59:09 +01:00
Benedikt Kulmann ef109c872f Update web to 2.0.0 2021-02-17 09:59:09 +01:00
Ishank Arora 07843042a5 Separation of concerns 2021-02-16 16:01:57 +01:00
Ishank Arora 69cc4d83ad Add changelog 2021-02-16 16:01:34 +01:00
Benedikt Kulmann 3f362283d0 Move docs to top level folder 2021-02-15 11:08:25 +01:00
Benedikt Kulmann 6d7e9c8851 Merge remote-tracking branch 'origin/master' into ocis-1643-migrate-ocis-graph 2021-02-15 10:24:19 +01:00
Jörn Friedrich Dreyer 7317c35387 Merge pull request #1636 from owncloud/remove_ocis_config_file_option
remove ocis config file option
2021-02-12 15:05:33 +01:00
David Christofas eefd6a517f Merge pull request #1628 from owncloud/thumbnail-refactor
quickfix for thumbnail generation when using different idp
2021-02-12 14:30:06 +01:00
Willy Kloucek 29eda7f644 add changelog 2021-02-12 12:21:56 +01:00
Jörn Friedrich Dreyer 3f8245e042 Merge pull request #1596 from owncloud/ocis-1644-migrate-ocis-graph-explorer
Add ocis-graph-explorer
2021-02-11 20:27:49 +01:00
David Christofas 9027864b68 quickfix for thumbnail generation when using different idp 2021-02-11 15:53:33 +01:00
Klaas Freitag 6ef57945f7 Merge pull request #1042 from owncloud/introduce-adr
Introduce ADR
2021-02-10 18:05:51 +01:00
A.Unger cf3779bb73 fix changelog PR 2021-02-04 12:27:10 +01:00
A.Unger 937a07f2c6 add changelog 2021-02-04 11:58:50 +01:00
Willy Kloucek 46a2282e47 add changelog 2021-02-02 11:01:37 +01:00
Jörn Friedrich Dreyer 4ce67a48e7 Merge pull request #1374 from ishank011/upload-capabilities
Use a default protocol parameter instead of explicitly disabling tus
2021-02-01 12:29:24 +01:00
Phil Davis 85ee5def6e Merge pull request #1574 from owncloud/remove_misplaced_changelog_item
[docs-only] remove misplaced changelog item
2021-01-30 14:28:00 +05:45
Jörn Friedrich Dreyer 91b41586b8 Merge pull request #1186 from ishank011/home_mapping
Functionality to map home directory to different storage providers
2021-01-29 20:16:34 +01:00
Willy Kloucek 916746c719 remove misplaced changelog item 2021-01-29 19:06:09 +01:00
Ishank Arora 823e99efa9 Check if roles are present in user object before looking those up 2021-01-29 15:21:31 +02:00
Ingmar Aasoja aca22cab42 Add changelog 2021-01-29 13:01:55 +02:00
Ishank Arora 5f818c6bae Add example 2021-01-29 11:36:31 +01:00
Ishank Arora 417defdbb9 Functionality to map home directory to different storage providers 2021-01-29 11:36:31 +01:00
Ishank Arora c1839ce48e Use a default protocol parameter instead of explicitly disabling tus 2021-01-29 10:56:45 +01:00
Ishank Arora 30c80b0923 Check if roles are present in user object before looking those up 2021-01-28 17:25:59 +01:00
Pascal Wengerter d7b1ecb3dc Change (ocis,OCIS) to oCIS, unify GitHub branding 2021-01-28 00:32:47 +00:00
Benedikt Kulmann 5c3300b083 Move changelog to version specific folder 2021-01-26 15:43:50 +01:00
Alex Unger 0b14422901 Merge branch 'master' into ocis-1485 2021-01-26 10:10:56 +01:00
A.Unger 4877cb0d9c apply review comments 2021-01-26 09:18:45 +01:00
A.Unger 49b19418d2 added changelog 2021-01-25 16:06:22 +01:00
Jörn Friedrich Dreyer 75984383d6 update reva to 0c10b333ee69
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-01-25 15:05:48 +00:00
Ilja Neumann 777c29fc35 Update reva to v1.5.1 2021-01-22 12:36:41 +01:00
Willy Kloucek 833d0e4d79 Merge branch 'master' into add_volume_docker_image 2021-01-21 16:00:03 +01:00
Willy Kloucek 49e806e157 add volume to docker image 2021-01-21 14:49:19 +01:00