docs: fix issue and PR numbers

This commit is contained in:
Saw-jan
2024-11-08 10:15:03 +05:45
parent 495ac241db
commit f8b8d3558a
7 changed files with 8 additions and 8 deletions

View File

@@ -1,3 +1,3 @@
Enhancement: Bump cs3api
https://github.com/owncloud/ocis/pull/10448
https://github.com/owncloud/ocis/pull/10449

View File

@@ -2,5 +2,5 @@ Enhancement: Concurrent autoaccept for shares
Shares for groups are now concurrently accepted. Tha default of 25 goroutinges can be changed with the new `FRONTEND_MAX_CONCURRENCY` environment variable.
https://github.com/owncloud/ocis/pull/10505
https://github.com/owncloud/ocis/pull/10507
https://github.com/owncloud/ocis/pull/10476

View File

@@ -2,4 +2,4 @@ Bugfix: Return wopi lock header in get lock response
We fixed a bug where the wopi lock header was not returned in the get lock response. This is now fixed and the wopi validator tests are passing.
https://github.com/owncloud/ocis/pull/10469
https://github.com/owncloud/ocis/pull/10470

View File

@@ -2,5 +2,5 @@ Bugfix: Fix the memlimit loglevel
We set the memlimit default loglevel to error.
https://github.com/owncloud/ocis/pull/10431
https://github.com/owncloud/ocis/issues/10428
https://github.com/owncloud/ocis/pull/10433
https://github.com/owncloud/ocis/issues/10427

View File

@@ -2,4 +2,4 @@ Bugfix: Respect proxy url when validating proofkeys
We fixed a bug where the proxied wopi URL was not used when validating proofkeys. This caused the validation to fail when the proxy was used.
https://github.com/owncloud/ocis/pull/1234
https://github.com/owncloud/ocis/pull/10462

View File

@@ -2,4 +2,4 @@ Enhancement: Create thumbnails for GGP MIME types
Creates thumbnails for newly added ggp files
https://github.com/owncloud/ocis/pull/10303
https://github.com/owncloud/ocis/pull/10304

View File

@@ -4,5 +4,5 @@ We removed the following deprecated CLI commands:
`ocis storage-users uploads list`
`ocis storage-users uploads clean`
https://github.com/owncloud/ocis/pull/10430
https://github.com/owncloud/ocis/pull/10432
https://github.com/owncloud/ocis/issues/10428