Commit graph

114 commits

Author SHA1 Message Date
Rushabh Mehta
c2652fed39 fix(minor): page creation 2024-09-06 14:12:34 +05:30
Gursheen Anand
3491f9d88a chore: add warning for workflow actions email 2024-07-15 20:21:22 +05:30
Rutwik Hiwalkar
a73e65581d
fix: disabled user login from login via link feature (#26134)
* fix(ui): button color for login via link template

- blue > black

* fix: restrict login via link for disabled users

* fix: validate user on session.resume
2024-04-24 15:49:17 +05:30
Psyi Rius
c3db5fca23
fix: typo in jinja2 templates (#22353) 2023-09-12 09:43:17 +05:30
Shariq Ansari
a6db8ab5bc fix: removed footer
Capitalized log in to frappe button
2022-12-26 12:19:55 +05:30
Shariq Ansari
8dad07949a chore: again renaming to Login with email link 2022-12-20 21:53:13 +05:30
Shariq Ansari
83bf33c1fc fix: renamed login without password to passwordless login
made text translatable in email template
2022-12-20 16:14:46 +05:30
Shariq Ansari
60c29b6939 fix: removed logo implementation 2022-12-20 13:54:40 +05:30
Shariq Ansari
570442865b feat: Login without password (through link sent on email) 2022-12-20 13:00:23 +05:30
Faris Ansari
151a95aa30 fix: remove spaces from email placeholders
spaces get converted to %20 which breaks text replacement
2022-04-04 17:11:14 +05:30
Gavin D'souza
0ef99c3886 fix: Add signature to Communication.content if not already added
This fix adds a signature forcibly if found under the sender's
User.email_signature or default outgoing email account's signature
field.

The previous method of adding a comment into the Email didn't work since
Quill would discard comments before setting them. Adding signatures in
get_formatted_html didn't seem apt since it's used in QueueBuilder to
re-construct the Email before processing the Email Queue. This meant
that the email content that was added in the Communication record would
not be final. Now, we treat the signature as part of the Communication
content.
2022-03-02 19:41:51 +05:30
Suraj Shetty
dfebbe9529
Merge branch 'develop' into data-deletion-enhancements 2021-12-12 10:14:44 +05:30
Faris Ansari
ccc65defb6 fix(newsletter): better open in web link 2021-12-07 17:20:58 +05:30
Jannat Patel
abd6eafbad fix: email content 2021-12-01 19:44:19 +05:30
Jannat Patel
121333874a fix: send email immediately 2021-12-01 18:54:01 +05:30
Jannat Patel
d622b96e64 fix: request for account deletion flow 2021-12-01 10:54:15 +05:30
barredterra
1c410de6f5 fix: "send open in web" only if enabled 2021-11-23 12:45:28 +01:00
Ankush Menat
d41121643e
fix: broken template in password reset 2021-08-17 15:59:12 +05:30
pateljannat
5b92c3d18d style: added margin 2021-02-24 16:46:26 +05:30
pateljannat
5fb2f74bb6 fix: newsletter template content 2021-02-22 17:09:49 +05:30
pateljannat
0ab1f5f7f8 feat: newsletter email template 2021-02-22 15:01:06 +05:30
Jannat Patel
5e30d54bfb
Merge branch 'develop' into newsletter-modifications 2021-02-22 14:38:30 +05:30
pateljannat
4624e31708 fix: removed changes from queue.py 2021-02-22 14:35:45 +05:30
pateljannat
01aa5ff928 feat: newsletter modifications 2021-01-22 18:04:02 +05:30
Suraj Shetty
37e54c3512 fix: Remove fallback title for brand logo 2021-01-21 15:45:00 +05:30
Suraj Shetty
927b62f39e fix: Email body spacing issue 2021-01-21 15:33:12 +05:30
Suraj Shetty
5045cdf092 fix: Get brand logo from email account 2021-01-21 11:31:13 +05:30
Suraj Shetty
e6aa5394b8 feat: Add avatars for top performers 2021-01-21 11:18:59 +05:30
Suraj Shetty
e6f551d610 feat: Add with_container argument and update email style 2021-01-21 11:17:08 +05:30
Suraj Shetty
d2b5bd7af7 refactor: Fix address naming 2021-01-21 10:13:19 +05:30
Suraj Shetty
397848f9f7 fix: Email new notification style 2021-01-19 17:37:05 +05:30
Suraj Shetty
3751769c41 fix: Add alt and title to brand logo 2021-01-15 15:29:26 +05:30
Suraj Shetty
5dedbc0889 fix: Update energy points summary style 2021-01-13 15:58:07 +05:30
Suraj Shetty
fbeb71420e fix: Update new-user email template style 2021-01-13 14:41:51 +05:30
Suraj Shetty
03abe4abeb fix: Get brand logo from app 2021-01-13 14:03:54 +05:30
Suraj Shetty
7e4bc4d9b3 fix: Update workflow action email template style 2021-01-13 10:38:35 +05:30
Suraj Shetty
607b5f8eb4 refactor: Move verification code email msg to template 2021-01-13 10:36:49 +05:30
Suraj Shetty
5e63531ba8 feat: Update standard email template to match new style 2021-01-13 10:34:16 +05:30
prssanna
42a7ee190a fix: fix notification email template 2020-06-18 14:06:50 +05:30
Suraj Shetty
284c70809b fix: Translatable strings with trailing spaces 2020-04-08 14:20:52 +05:30
Suraj Shetty
dee4a7336c fix(translations): Incorrect syntax 2020-01-29 15:22:35 +05:30
Suraj Shetty
d5b08ca36f fix: Use _ for translation since frappe._ is not supported 2020-01-01 09:29:12 +05:30
prssanna
f38670fdff fix: email body color 2019-10-10 16:56:04 +05:30
prssanna
91d7c79ab0 fix: notification email style and fully clickable links 2019-10-09 16:22:58 +05:30
prssanna
e648e13970 fix: common email template for notifications and added document sharing notification 2019-10-09 16:22:57 +05:30
Faris Ansari
b6ed895ed8
fix(user): remove password update notification feature for secu… (#8449) 2019-09-23 12:33:14 +05:30
Rohit Waghchaure
72427d0b25 fix: Unknown string format:', u'Total' 2019-07-26 15:13:52 +05:30
mergify[bot]
92b8e00e82
Merge pull request #7908 from surajshetty3416/remove-user-validation
fix: Remove user restriction from personal data download request
2019-07-18 05:23:39 +00:00
Faris Ansari
7193e01ed7 fix: Cleanup notify on error 2019-07-17 12:40:22 +05:30
Suraj Shetty
3d741ab0f0 fix: Link -> URL 2019-07-16 17:41:40 +05:30