-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement missing Group APIs (#1415)
* Implement missing Group APIs This PR implement missing group APIs: - ListDocumentGroups: to search groups a document is published to. - ListAccountGroups: to search groups an account is member of. The change is massive, because it also includes a breaking change to make document IDs unforgeable, so this doesn't include a migration, but instead marks a new beginning in the list of migrations. I.e. your current data directory needs to be removed. It also bumps the network protocol version, to prevent being able to talk to older peers, just to avoid any weird issues. Frontend Protobuf codegen package changed its name, so all the generated proto files for JS are regenerated. * Fix the build * frontend: implement new groups APIs * stupid package dep * hd -> hm. better url matching * enable tests in all packages * HD -> HM in files and variables * hd:// => hm:// --------- Co-authored-by: Horacio Herrera <[email protected]>
- Loading branch information
Showing
163 changed files
with
29,684 additions
and
13,161 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
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
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
Oops, something went wrong.