Shuttleu
Shuttleu
### Steps to reproduce When creating a new rails app with nothing but using the MySQL adaptor, creating a migration that uses UUID as the primary key type, does not...
### Steps to reproduce When creating a new rails app with nothing but using the MySQL adaptor, using a UUID as the primary key causes ActiveRecord to return id: 0...
Currently, there is no map layer, so maps do not work. This ads the required settings to allow maps to function
Map icon name conversion was broken and path to map icons was lowercased, instead of uppercased
W3W is currently using the v2 API which was deprecated in March 2019, this updates to v3 API and restores W3W functionality
https://github.com/Resgrid/Core/blob/6f0f7f0f098bc51c0b8bc2a2c3c8d3376bcd5336/Repositories/Resgrid.Repositories.DataRepository/IdentityRepository.cs#L169C18-L169C18 https://github.com/Resgrid/Core/blob/6f0f7f0f098bc51c0b8bc2a2c3c8d3376bcd5336/Repositories/Resgrid.Repositories.DataRepository/IdentityRepository.cs#L195C18-L169C18 When getting the list of users while on self hosted via Docker, we can add as many users as we wish, however only 10 will show up on...
### Summary It would be nice to allow system admins to authenticate via an idp instead of just a username and password to help with access management when a user...
### Steps To Reproduce ```ruby require 'bitwarden-sdk-secrets' bitwarden_settings = BitwardenSDKSecrets::BitwardenSettings.new( 'https://bitwarden.example.com/api', 'https://bitwarden.example.com/identity', ) bw_client = BitwardenSDKSecrets::BitwardenClient.new(bitwarden_settings) bw_client.auth.login_access_token('machine_secret') bw_client.secrets.get_by_ids(['ca10ced3-4626-4a26-b13a-b2e400aeaaea']) # [{"id" => "ca10ced3-4626-4a26-b13a-b2e400aeaaea", # "key" => "example_key", # "organizationId" => "f2461818-dc5f-4a93-b577-b2dd00d202c0"}]...