-
Notifications
You must be signed in to change notification settings - Fork 187
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2655 from owncloud/feat/user-settings-capability
Feat/user settings capability
- Loading branch information
Showing
7 changed files
with
21 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
Enhancement: Add user setting capability | ||
|
||
We've added a capability to communicate the existance of a user settings service to clients. | ||
|
||
https://github.com/owncloud/ocis/pull/2655 | ||
https://github.com/owncloud/web/issues/5926 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
Bugfix: Enhancement | ||
Enhancement: Broaden bufbuild/Buf usage | ||
|
||
We've switched the usage of bufbuild/Buf from a protoc replacement only to | ||
also using it to configuring the outputs and pinning dependencies. | ||
also using it to confige the outputs and pinning dependencies. | ||
|
||
https://github.com/owncloud/ocis/pull/2630 | ||
https://github.com/owncloud/ocis/pull/2616 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
Enhancement: use go-embed insted of fileb0x | ||
Enhancement: Replace fileb0x with go-embed | ||
|
||
go-embed delivers already the funtionality we need but with less code. We decided to use it instead of 3rd party fileb0x | ||
go-embed already brings the functionality we need but with less code. We decided to use it instead of 3rd party fileb0x | ||
|
||
https://github.com/owncloud/ocis/issues/1199 | ||
https://github.com/owncloud/ocis/pull/2631 | ||
https://github.com/owncloud/ocis/pull/2649 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters