You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Created Global Mentions Manager class
- Created Global Mention class
- Implemented Global Mentions Manager with Settings (Create/Update/Remove)
- Encrypted Pickling for the Global Mentions Manager setting.
- Added function settings for "get_setting_value" to help with security. Using the setting "deny_plaintext_setting" when retrieving setting value, objects will not re-pickle unless decryption is successful.
- Fixed the bug where S3 details couldn't be updated in the last commit, forgot to mention it
- Made it so that you cannot have duplicate global mention ids
- Added "encrypted_" prefix to settings. Automatically hidden & saved as encrypted on next setting change. Currently requires changing code to modify, might change this to allow users to define in app later on.
- Added Media Accounts, Supported Media Platforms, Global Mentions, Timezones, all S3 details, & more as encrypted_ settings.
- set_settings_value func now automatically encrypts setting values with the "encrypted_" prefix.
- Fixed a bug from last push that would decrypt encrypted values on update.
Overview
Need to encrypt the default timezone & timezones setting
c596f95
The text was updated successfully, but these errors were encountered: