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
Jannat Patel
45e682e06e
fix: removed canonical link
2023-05-18 15:31:01 +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
Shariq Ansari
2036dd19b2
fix: Get translated value for child tables in print format
2023-03-23 12:30:50 +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
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
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
Faris Ansari
c00d9f5267
fix: convert string check to tuple check
...
breaks as `'in <string>' requires string as left operand` when
df.fieldtype is None
2022-10-07 15:31:55 +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
Ankush Menat
40f27f908a
style: format JS files with prettier
2022-08-04 14:51:01 +05:30
phot0n
34a256ac29
chore: remove payment gateway template pages
2022-07-26 15:11:56 +05:30
phot0n
7ced29e531
chore: remove payments template includes
2022-07-26 15:11:56 +05:30
Shariq Ansari
a50e0ffa08
refactor: Webform ( #17232 )
2022-07-19 15:52:15 +05:30
Raffael Meyer
2bf14bb29f
fix: translate page numbers ( #17492 )
2022-07-19 15:38:17 +05:30
Shariq Ansari
04f4fd8cfc
fix: Redirect to comment in the doc comment section ( #17538 )
2022-07-18 22:00:54 +05:30
Ankush Menat
29c855b028
fix: db.get_value -> db.get_single_value ( #17531 )
...
db.get_value for singles returns string type always, this is confusing
behaviour, db.get_single_value should be used instead.
semgrep rule: https://github.com/frappe/semgrep-rules/pull/16
2022-07-18 15:10:49 +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
Suraj Shetty
b406e29242
fix(realtime): Use socketio_port set in config
2022-07-04 15:08:53 +05:30
Suraj Shetty
cd2aeffce7
Merge branch 'develop' into cleanup-libs
2022-07-04 10:05:43 +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
Suraj Shetty
05f416e448
refactor: Removed vendored socketio library
...
- Removed vendored socketio library
- Add socket.io-client library
- Removed unnecessary code in socketio server
- Remove chat related code
2022-06-29 14:58:13 +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
49bee3a912
Merge branch 'develop' into fix-login-ux
2022-06-21 09:02:14 +05:30
Suraj Shetty
245302dc7a
refactor: Rename icon symbol filename from symbol-defs.svg to icons.svg
2022-06-21 08:07:51 +05:30
Suraj Shetty
64cc07227e
refactor: Replace usage of deprecated attribute
2022-06-21 08:00:49 +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
Suraj Shetty
8b22f9757e
revert: page_content class name refactor
...
Since it would have been a breaking change
2022-06-01 17:12:30 +05:30
Suraj Shetty
c299ebe779
fix: Page card style
2022-06-01 08:40:14 +05:30
Suraj Shetty
1431cb26d3
fix: Catch any expection and show proper error page
...
- Also, show title & message if it is defined in the exception class
2022-06-01 08:08:52 +05:30
Jannat Patel
7fa451333a
fix: formatting
2022-05-31 14:16:16 +05:30