* Made refactor_social_login_keys SQL based
* Fixed syntax
* Syntax fixes#2
* Syntax fixes#3
* OR instead of AND in null condition
* Refactored query to include standard columns. Reintroduced code for Social Login Keys
* Removed print statement
* Added provider to standard cols
* Complete refactor
* Corrections to columns and values
* Corrected insert_user_social_login and position of idx increment
* cstr in idx
* Corrected target column list
* Codacy fixes
* Fix Codacy Errors
* Addition of a filter for last sync timestamp
* Google calendar connector wip
* Google calendar integration
* Add test for account creation
* Codacy corrections
* Remove unused import
* New section Google Services
* Add no_copy to migration custom field
* ui-fixes
- change help text
- remove if owner description and change label to Only If Creator
- adjust icon size (restricted list)
- add tags.less in build json
* remove block module for user check
* label change for module access
Rename module access section to desktop in user doctype to avoid confusion
* [start] removing simpler user permission structure
* permission changes
removed "apply user permission" from has_permission
* test fixes and other supporting fixes
* Removed Apply user permission code
* additional check to see if user has some user permissions related to a doctype
* test fixes
* removed a test
* Permission changes
- Code to restrict access if module is blocked for user.
- [Fix] ignore user perm if applicable
* List view restrictions ui changes
* removed unwanted apply user perm code
* permission (block module fix)
* permission fix
* change user permission
user permission will not be applied if user doesn't have role permission
* removed left "apply_user_permissions" property
* add user permission help template
* perm js refactor
* ui / ux changes
restrict list view before entering view if user is not permitterd
add description for if owner check in role permission manager
* codacy fixes
* permission code fix
add controller permission check
add blocked module check in build_permission
* optimized get blocked module method