Commit graph

521 commits

Author SHA1 Message Date
Ankush Menat
1eabd21bb8
chore!: remove mixpanel code (#21112) 2023-05-25 17:10:43 +05:30
Suraj Shetty
eb560fd8b4 fix: Pass URL for login cmd
Fixes this problematic commit
f0eef73cf7
2023-05-15 10:35:03 +05:30
Raffael Meyer
e5b1b8d681
fix: improved validation in add_comment (#20520) 2023-04-09 16:40:51 +05:30
phot0n
0e4909b28b refactor: remove frappe.send_message js util 2023-04-04 12:32:03 +05:30
phot0n
67de2a34ac fix: contact us email reply 2023-04-04 12:32:03 +05:30
Hussain Nagaria
0411328101 fix: use document title instead of name in subject 2023-01-20 18:30:27 +05:30
Hussain Nagaria
7eb31f1fa5 fix: use title instead of name in message body too 2022-12-31 20:04:59 +05:30
Hussain Nagaria
384c01b92f fix: show document title instead of name in like notification email subject 2022-12-31 20:01:50 +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
570442865b feat: Login without password (through link sent on email) 2022-12-20 13:00:23 +05:30
Yash Jane
b93022a54e
fix(UX): forget password shows error on wrong email (#19235)
* fix: forget password shows error on wrong email

* test: expected test failure

[skip ci]

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-12-12 12:45:27 +05:30
Sagar Vora
4ea39d1a68
chore!: drop device support from session (#18729)
* chore!: drop device support from session

* chore: remove `session_expiry_mobile` field

* fix: remove extra `%s`
2022-12-05 16:37:32 +05:30
Ankush Menat
83f591e69b
fix: empty search shows None (#19055)
[skip ci]
2022-11-30 12:52:59 +05:30
jll-02
bfab719154
fix(security): prevent xss attack in search (#18847) 2022-11-11 18:11:45 +05:30
Ankush Menat
f34f7030a3 refactor: remove txt param from generate_hash use 2022-11-10 11:56:48 +05:30
DrZoidberg09
cd9ee5b98c
refactor: allow to include head.html in custom app (#18671)
* Update base.html

* Create head.html

Co-authored-by: Ankush Menat <ankush@frappe.io>
2022-10-31 16:55:53 +05:30
Deepesh Garg
c1c4ee8b04
fix(minor): More button in list view (#18283) 2022-10-04 11:10:12 +05:30
Ankush Menat
06d888126b fix(UX): show read only mode warning on web pages 2022-09-09 17:34:46 +05:30
phot0n
7ced29e531 chore: remove payments template includes 2022-07-26 15:11:56 +05:30
Shariq Ansari
04f4fd8cfc
fix: Redirect to comment in the doc comment section (#17538) 2022-07-18 22:00:54 +05:30
Shariq Ansari
a8f86abbd8
refactor: Replaced blog's feedback with comment's comment_type='Like' (#17479) 2022-07-14 14:09:00 +05:30
Ankush Menat
81b37cb7d2
refactor: clean up code to py310 supported features (#17367)
refactor: clean up code to py39+ supported syntax

- f-strings instead of format
- latest typing support instead of pre 3.9 TitleCase
- remove UTF-8 declarations.
- many more changes

Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
2022-07-01 11:51:05 +05:30
Jannat Patel
20c94a5d32 fix: navbar child redirection issue 2022-06-23 12:26:31 +05:30
Suraj Shetty
b0d53d93ad
Merge pull request #17264 from netchampfaris/page-builder-section-ids 2022-06-22 12:48:36 +05:30
Faris Ansari
891a2c7d5b feat(PageBuilder): Section IDs
Set IDs on sections so that you can link to them using anchor tags
2022-06-21 20:03:00 +05:30
Suraj Shetty
d7fe7ae39c perf(UX): Load splash screen immediately after login 2022-06-21 07:02:58 +05:30
Gavin D'souza
b696fa6da5 perf: Pre-compile and re-use regexp pattern
Converted all possible usages of re.* that weren't compiling the regex
separately and re-using it. Separated out the compiled patterns as
global variables. Repetitive patterns could be made DRY-er.

Would be nicer to have all regexes in a single module so that we could
re-use better, keep track of outdated, and keep checks for possible
reDos' etc
2022-06-08 14:07:38 +05:30
Jannat Patel
fdff13cb29 fix: pass currency to razorpay checkout 2022-05-31 12:51:02 +05:30
Suraj Shetty
c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
Faris Ansari
e13c74b53f fix: strip html from comment content 2022-04-06 16:28:57 +05:30
Faris Ansari
9943423a1f fix: strip html from blog comments to prevent spam 2022-04-06 16:10:14 +05:30
Mohammad Hasnain Mohsin Rajan
02c9de7e38
fix(translation): Set translated text as html to get unescaped output (#16214) 2022-03-25 01:11:42 +05:30
Rushabh Mehta
3a2b86661a fix(style): web form cleanups 2022-03-24 09:21:34 +05:30
Rushabh Mehta
b66011de5a feat(website): added new templates to page builder and refactored typography to be more consistent 2022-03-24 09:21:34 +05:30
mergify[bot]
8197255c14
Merge pull request #16139 from ChillarAnand/linter
refactor: Clean up whitespace & add CI check
2022-03-01 08:33:14 +00:00
Rushabh Mehta
90c8e3e258 fix(minor): fix website nav dropdown 2022-03-01 09:31:05 +05:30
Rushabh Mehta
8cc38174fa feat(minor): added option to configure powered by in footer and max-height for text editors 2022-02-28 23:08:43 +05:30
ChillarAnand
b2fc959307 refactor: Clean up whitespace & add CI check 2022-02-25 20:01:29 +05:30
Shariq Ansari
22cb310b06
Merge branch 'develop' into html-css-injection 2022-02-01 11:00:17 +05:30
shadrak gurupnor
62643e8355 fix: filter html tags in comments 2022-01-29 11:45:51 +05:30
hrwx
ede9755649 fix: show sidebar in nav for md and sm screen size 2022-01-28 17:11:48 +01:00
Summayya
1d73afc539 fix: add icon for empty list state 2022-01-03 09:19:02 +05:30
Shariq Ansari
a6cd8e0d8e fix: Added checkbox to enable disable email notification for blog comment and feedback 2021-11-16 16:45:22 +05:30
Shariq Ansari
7d31aae0be
Merge branch 'frappe:develop' into new-feedback-comment 2021-11-12 15:17:29 +05:30
Shariq Ansari
e62f2627e0 fix: some more changes in design 2021-11-10 20:42:56 +05:30
Shariq Ansari
632e3acc01 refactor: New Feedback & Comment Design for Blog Post 2021-10-28 20:49:34 +05:30
Shariq Ansari
231a04b509 fix: Using svg for menu icon for mobile view 2021-10-14 15:00:23 +05:30
Shariq Ansari
875f35ec14
fix: Rate limiter on blog feedback (#14322)
* fix: Added rate limiter on blog feedback

* test: Updated test to support rate limiter
2021-10-11 19:35:51 +05:30
Suraj Shetty
268d344f1a fix(translation): Set translated text as html to get unescaped output 2021-09-15 14:09:44 +05:30