* [email] remove style from email so it does not mess up desk
* [fix] tests
* [fix] image parsing, #savedbyatestcase
* [fix] timeout issues in test
* [fix] timeout issues in test
* Update translate.py
New label introduced via dashboard html template file can not be translated, because the logic to fetch to be translated label for the doctype does not include dashboard.html
* Update translate.py
* Create more clear docstring for trim_tables
Current DocString was not clear enough. I updated the description to give background information on why this function may be needed.
* Update meta.py
* Revert "bench use <site> should check if the site exists (#5849)"
This reverts commit 630858eb96.
* Revert "Add option to convert password to use ASCII instead of Unicode when needed by smtp server config (#5793)"
This reverts commit 191684f6a5.
* Revert "Token based authentication (#5752)"
This reverts commit abd3333bae.
* Revert "[minor] test fix"
This reverts commit b6ba3915a6.
* Revert "allow null when time field is not required (#5832)"
This reverts commit 803f6b0c7b.
* Revert "remove duplicate field entry for fieldname two_factor_authentication (#5846)"
This reverts commit 6a06e65d20.
* Revert "Query Report (#5845)"
This reverts commit f870a0bd25.
* Revert "Modules dropdown (#5767)"
This reverts commit 6f908b3443.
* token based authentication
* authentication
Basic base64encode(api_key:api_secret)
token api_key:api_secret
* test added
Validation: only user with system manager can generate the keys
* codacy issues fixed
* token based authentication
* authentication
Basic base64encode(api_key:api_secret)
token api_key:api_secret
* test added
Validation: only user with system manager can generate the keys
* codacy issues fixed
* use frappe.safe_encode
* base64 encode use frappe.safe_encode
* set frappe.local.form_dict after setting user
* removed test
* removed unused imports
* test for python 3
* Update user.js
* [user.py] throw correct error
* Update user.py
* [modules-dropdown] init
* [modules-sidebar] setup structure
* [modules-sidebar] add chunks to group
* [modules-dropdown] ellipsis
* [move] help menu to explore menu
* merge help column to modules
* [modules-dropdown] get explore links from hooks
* [add] explore_link secondary
* [modules-dropdown] Places list
* [modules-dropdown] deprecate desk link, make icon dropdown
* [modules-dropdown] collapsible help menu
* [remove] global navbar icon style
* [boot] define core modules, use in dropdown
* [modules-dropdown] code style fixes
* QueryReport
- Remove set_filters_by_name
- Remove save_user_settings
- Only print visible columns
* Query Report
- Deprecate frappe.query_report_filters_by_name
- New API: get_filter_value and set_filter_value
in frappe.query_report object
- Replace instances of old API with new API
* Undo changes in query_report.py