Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encrypt Default Timezone / UTC_Timezones #39

Closed
2 tasks done
VenomStyx opened this issue Apr 1, 2022 · 0 comments
Closed
2 tasks done

Encrypt Default Timezone / UTC_Timezones #39

VenomStyx opened this issue Apr 1, 2022 · 0 comments

Comments

@VenomStyx
Copy link
Member

VenomStyx commented Apr 1, 2022

Overview

Need to encrypt the default timezone & timezones setting

c596f95

  • Default Timezone
  • Timezones
VenomStyx added a commit that referenced this issue Apr 25, 2022
- 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant