barredterra
b056147fea
fix: translatable web footer
2024-03-27 13:05:50 +01:00
Corentin Flr
0cf58cac07
chore(weblist): Fix data-txt encoding, remove notxt ( #25101 )
2024-03-15 15:51:39 +05:30
Corentin Flr
02051fcf77
fix(weblist): Fix "More" button not working ( #24893 )
2024-02-19 11:17:46 +05:30
Ankush Menat
de9ac89748
style: re-format with ruff
2024-02-05 18:53:33 +05:30
Corentin Flr
11baf6e03c
fix(login): Escape translated strings ( #24431 )
...
* Use `tojson` instead of `json` Jinja filter
2024-02-02 15:33:55 +05:30
Corentin Flr
0932bbf10c
fix(OTP): Autofocus OTP input, fix placeholder ( #24203 )
...
* fix(OTP): Autofocus OTP input
DOM insertion does not trigger autofocus, only initial load does.
* fix(OTP): Fix placeholder of OTP input
2024-01-08 21:38:16 +05:30
Rushabh Mehta
04646024cb
fix(minor): show footer on login via Website Settings, fixes #24153
2024-01-08 11:56:51 +05:30
Ankush Menat
7027e8b4dc
fix: ecsape search string ( #23717 )
...
[skip ci]
2023-12-11 11:20:02 +05:30
Ankush Menat
81b75374b0
fix: escape username on avatar control ( #23713 )
...
[skip ci]
2023-12-11 11:09:49 +05:30
Akhil Narang
f007f16ce9
fix: handle invalid passwords better ( #23377 )
...
* chore(login): show a message for response code 500 as well
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
* refactor: reject passwords > 512 characters
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
---------
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2023-11-23 15:35:37 +05:30
Maharshi Patel
fba6b37a3c
fix: website comments and card style
...
- fix website comments section and changed comment button to primary
- replaced shadow with border on card style for website
- removed line-height from avatar as it is unnecessary
2023-10-20 14:43:07 +05:30
Maharshi Patel
281f30e649
fix(minor): website padding and like icon
...
- fix padding on navbar, dropdown
- fix like icon on blog page
- updated update password page
2023-10-20 14:39:51 +05:30
Maharshi Patel
d23b543dc9
Merge branch 'develop' into feat-desk-refresh
2023-09-15 12:12:25 +05:30
Psyi Rius
c3db5fca23
fix: typo in jinja2 templates ( #22353 )
2023-09-12 09:43:17 +05:30
Ankush Menat
3e8a192828
chore: escape instead of sanitizing
2023-09-11 18:01:09 +05:30
Maharshi Patel
5a403ecf8e
fix: list view hover state and icons
...
- updated icons and style for hover and focus state.
2023-08-28 23:54:18 +05:30
Shariq Ansari
539607d87a
fix(UX): OAuth confirm access screen
2023-07-17 13:09:38 +05:30
Ankush Menat
99ab17754b
fix: removing website theme breaks website ( #21373 )
2023-06-14 12:38:10 +05:30
Ankush Menat
4bf1139427
chore: remove get_shade usage
...
This function doesn't do anything
2023-06-13 16:00:43 +05:30
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