Commit Graph

284 Commits

Author SHA1 Message Date
Willy Kloucek a6da51c43b fix expected failures and add changelog 2021-03-23 14:43:25 +01:00
A.Unger 48fe247a03 add changelog 2021-03-19 10:50:30 +01:00
A.Unger 61a15be7a8 update default port to 9250 2021-03-18 15:38:36 +01:00
A.Unger 25ea46324f add changelog + rename OCIS_RUNTIME_HOSTNAME -> OCIS_RUNTIME_HOST 2021-03-18 15:27:45 +01:00
A.Unger 192fa11d59 add changelog 2021-03-17 16:57:44 +01:00
Jannik Stehle bfcab42fc2 Replace special character in login page title with a regular minus 2021-03-17 08:44:44 +01:00
JanAckermann 2c41d99587 updated changelog item 2021-03-15 15:01:12 +01:00
Jan Ackermann de9b43ed7c Update add-labels-and-aria-labelled-by-on-login.md 2021-03-12 15:23:51 +01:00
JanAckermann c586443609 Added labels and aria properties for username and password input in idp service 2021-03-12 11:33:43 +01:00
David Christofas 11dd0ae2d8 Merge pull request #1791 from owncloud/thumbnails-support-gifs
add support for gifs to the thumbnails service
2021-03-11 10:18:39 +01:00
Jannik Stehle 8f9e1dd5d8 Merge pull request #1792 from owncloud/issues/web-4322
Add focus to input elements on login page
2021-03-11 08:37:20 +01:00
David Christofas b490e32d7d add support for gifs to the thumbnails service 2021-03-10 17:29:26 +01:00
Jannik Stehle 83a7103620 Add focus to input elements on login page 2021-03-10 16:23:05 +01:00
Willy Kloucek a9a02c2ea6 Merge pull request #1788 from owncloud/release-1.3.0
merge back release 1.3.0
2021-03-10 14:31:39 +01:00
Jörn Friedrich Dreyer 40eec3460b clarify expected failures
Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
2021-03-10 12:15:54 +00:00
David Christofas ff618c076a fix jpeg thumbnails 2021-03-10 10:06:19 +01:00
Michael Barz 1ca18f4cd2 prepare release 1.3.0
Signed-off-by: Michael Barz <mbarz@owncloud.com>
2021-03-09 16:27:44 +01:00
Pascal Wengerter dc5496e16c Update web version to 2.0.2 2021-03-09 13:54:38 +00:00
David Christofas c532073dd1 remove JWT from logs
secrets should not be exposed in the logs
2021-03-03 15:30:11 +01:00
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