Suraj Shetty
5c8effe7a1
fix: Retry to join chat room till server starts
5 years ago
Suraj Shetty
e26064436b
chore: Do not print traceback in console
- Instead print class of error and the site name
5 years ago
Suraj Shetty
772e1efd14
Merge pull request #9915 from frappe/readme-docs-link
chore: Add documentation link in readme
5 years ago
Faris Ansari
6b61a27b5d
chore: Add documentation link in readme
5 years ago
mergify[bot]
b0452becc8
Merge pull request #9885 from gavindsouza/feat-frontmatter
feat: handle YAML frontmatter via internal API
5 years ago
Shivam Mishra
7d51655327
fix: disable desk customization on mobile ( #9912 )
* fix: disable customization on mobile
* fix (style): tabs and spaces
5 years ago
mergify[bot]
106e4b7d78
Merge pull request #9854 from scmmishra/better-cache-policy
refactor: Caching for document counts
5 years ago
prafful1234
e19b712e23
fix(api): Fix api for user oauth validations ( #9676 )
* fix(api): Fix api for user oauth validations
* fix: add auth exceptions + format functions
* fix: Moved exceptions and a validation check
* Fix: Reqested changes
Co-authored-by: prafful1234 <prafful@mntechnique.com>
Co-authored-by: Rohan Bansal <rohan@digithinkit.com>
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
5 years ago
mergify[bot]
2856d31984
Merge pull request #9906 from Thunderbottom/sanitize-xss-error-page
fix: sanitize html before rendering error
5 years ago
Suraj Shetty
d93f8d8f3f
style: Remove unused import
5 years ago
Suraj Shetty
9a3c8aaee5
Merge branch 'develop' into feat-frontmatter
5 years ago
Chinmay D. Pai
fd88d324dc
fix: sanitize html before rendering error
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
5 years ago
Suraj Shetty
a3dda3b8ff
Merge pull request #9899 from Thunderbottom/email-group-fix
fix: set welcome_email to None if template not found
5 years ago
Suraj Shetty
a02e940aac
Merge pull request #9896 from scmmishra/schema-breadcrumb
feat: use schema.org specs for breadcrumb meta
5 years ago
Suraj Shetty
ba8294ac4f
Merge branch 'develop' into schema-breadcrumb
5 years ago
Suraj Shetty
07bdf24e2e
Merge branch 'develop' into schema-breadcrumb
5 years ago
Shivam Mishra
46d1704f68
Merge pull request #9817 from scmmishra/desk-user-custom
feat: allow users to customize desk
5 years ago
Suraj Shetty
c8cdbf8a36
chore: Remove Backport Github Action
Because it does not work
5 years ago
Shivam Mishra
c03e11d254
fix: shortcut routing for new reports
5 years ago
Suraj Shetty
52b8a6b27b
Merge branch 'develop' into better-cache-policy
5 years ago
Shivam Mishra
f927ad0ba9
Merge branch 'better-cache-policy' of github.com:scmmishra/frappe into better-cache-policy
5 years ago
Shivam Mishra
c412fde953
feat: don't rebuild cache on delete
5 years ago
Shivam Mishra
d4e6b89863
Merge branch 'develop' of github.com:frappe/frappe into desk-user-custom
5 years ago
Chinmay D. Pai
9df69d214c
fix: set welcome_email to None if template not found
fixes UnboundLocalError: welcome_email referenced before assignment
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
5 years ago
Abhishek Kedar
5d92e7cf9f
fix: checking value of send_welcome_email ( #9888 )
* checking value of send_welcome_email
If send_welcome_email is set to 0 still it is triggering send_welcome_mail_to_user(). Need to check if send_welcome_email=1.
This is required.
* fix: cint(self.send_welcome_email) in user.py
Instead of checking self.send_welcome_email==1 used cint(self.send_welcome_email
Co-Authored-By: Chinmay Pai <chinmaydpai@gmail.com>
* chore: remove list from kwargs
Co-authored-by: Chinmay Pai <chinmaydpai@gmail.com>
5 years ago
Shivam Mishra
7a47659360
feat: use schema.org specs for breadcrumb meta
5 years ago
Shivam Mishra
a0f545bfa3
feat: add label field to options
5 years ago
Shivam Mishra
fae6ade6ae
fix: section label for shortcuts
5 years ago
Shivam Mishra
bd070fd35e
fix: remove unused variable
5 years ago
Shivam Mishra
0888424506
style: fix mixed spaces and tabs
5 years ago
Shivam Mishra
aa489186c6
feat: use eslint version 9
5 years ago
Shivam Mishra
458efd262d
feat: remove unused variable
5 years ago
Shivam Mishra
5bc92adf6b
style: fixes for better readability
5 years ago
Shivam Mishra
09be938b2f
fix: use tabs
5 years ago
Shivam Mishra
96d131f832
fix: typos in docstrings
5 years ago
Shivam Mishra
466bed1a72
feat: excpet specific exception
5 years ago
Shivam Mishra
dd22f861a2
style: reduced verbosity
5 years ago
Shivam Mishra
58cff66417
style: fix indentations
5 years ago
Shivam Mishra
e500c82cdf
style: use tabs
5 years ago
Shivam Mishra
798b8346b5
fix: remove exception added for testing
5 years ago
Shivam Mishra
d465fadd30
style: add space before title
5 years ago
Shivam Mishra
a22b15897c
feat: add error logging to saving logic
5 years ago
mergify[bot]
428cfa3b25
Merge pull request #9815 from frappe/dependabot/pip/bleach-3.1.4
chore(deps): bump bleach from 3.1.2 to 3.1.4
5 years ago
Suraj Shetty
66448c5877
Merge pull request #9889 from surajshetty3416/handle-invalid-dates
fix: Handle invalid date parsing
5 years ago
Shivam Mishra
51259f1fa9
fix: update rule to apply only ot widget title
5 years ago
Shivam Mishra
42807b9844
fix: typo in function name
5 years ago
Shivam Mishra
605fa21888
refactor: use css rule to style icons
5 years ago
Shivam Mishra
27555d3c13
fix (linting): fix missing semi-colon and unused variable
5 years ago
Shivam Mishra
94c7c66608
feat: use this.editing flag
5 years ago
Shivam Mishra
777a9759f5
Merge branch 'desk-translate' into desk-user-custom
5 years ago