Friedger
Friedger
1. Sign in (and get invited to edit kingdom) 1. select animal and territory 1. click done See that nothing happens Workaround 1. refresh page 1. click done Worked
If there are more than 5 animals in a kingdom the list of animals is in a single row with very small images If there are more than 5 subjects...
Add a UI to generate an event website
Should return a list of tags similar to /tags with values of number of upcoming events using this tag. For API call https://hub.gdgx.io/api/v1/tags/active?callback=JSON_CALLBACK
Frisbee uses a list of event series. These should be maintained on the hub. See also https://github.com/gdg-x/frisbee/issues/256
Admins of Hub should be able to define - tag - title + icon (in navigation drawer) - tag line/short description (above list of events) - icon for action bar...
When querying events, like https://hub.gdgx.io/api/v1/events/tag/globalandroiddevcamp the response should contain start and duration of the time span covered by the request
When upgrading to hiro api 7.3.2 as suggested in sample.env, seed-chainstate fails because there is no archive for 7.3.2 ``` Error - https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/stacks-blockchain-api-pg-15-7.3.2-latest.dump doesn't exist ``` See https://archive.hiro.so/mainnet/stacks-blockchain-api-pg/ The script...
This PR * uses the md5 hash of the app public key to identify users instead of usernames.
Symmetric encryption is used in generic invites using `aes256`. `aes256` encryption uses CTR mode, while the blockstack encryption is using CBC mode in `encryptECIS`. Does it make sense to have...