Commit graph

558 commits

Author SHA1 Message Date
Soham Kulkarni
64db88228f
refactor: seperate blogs into a seperate app (#32737)
* fix: remove doctypes,workspace blocks, files

* fix: minor python tests and UI tests

* fix: remove blog post from tests

* fix: remove blogger as role for tests

* fix: add check for if doctype exists

* fix: ui test

* fix: more cleanup

* fix: cleanup comments and fix test_query

* fix: resolve conflicts

* fix: add warning and handle comments
2025-07-28 14:35:02 +05:30
marination
4dcd579b47 fix: Translate Footer Items 2025-02-25 13:22:57 +01:00
Ejaaz Khan
93c33de489 fix: splash logo is not rendering properly 2025-01-09 16:24:04 +05:30
Rushabh Mehta
cef8c12ee4 fix(style): fix oauth authorisation page and standardise error responses 2024-10-24 15:21:34 +05:30
Corentin Forler
78fbd39b2a
fix: Translate OAuth confirmation details 2024-10-16 12:32:49 +02:00
Rushabh Mehta
70c98abc84 fix(minor): only select public workspaces by default 2024-09-23 16:53:31 +05:30
Rushabh Mehta
f88c508c23 fix(style): Update icons, new design for /me 2024-09-18 14:27:37 +05:30
Rushabh Mehta
c2652fed39 fix(minor): page creation 2024-09-06 14:12:34 +05:30
Shariq Ansari
03986075d2 fix: login page route fix 2024-08-13 12:40:08 +05:30
Shariq Ansari
5a668acb03 fix: do not show Apps option for website user in /me page 2024-08-08 18:29:16 +05:30
Shariq Ansari
a568017335 fix: include apps link in navbar in login screen 2024-08-02 20:12:22 +05:30
Gursheen Anand
fd3502f8f4 fix: send 2FA OTP email synchronously 2024-07-12 12:50:21 +05:30
mahsem
d9d9f33594 fix: translation in breadcrumbs.html
fix: translation in breadcrumbs.html
2024-07-11 12:00:16 +00:00
mahsem
52b562a7e0
fix: make web sidebar translatable (#26921) 2024-07-01 19:02:04 +02:00
barredterra
d908271da3 refactor(web list): use CSS class d-none instead of hidden
`hidden` is just a wrapper for `d-none`, but `d-none` will work even if the wrapper is not availbale (for example, using a custom app's CSS).
2024-06-19 00:43:42 +02:00
Ankush Menat
737628734d
fix: signup routing (#26685)
closes https://github.com/frappe/frappe/issues/26683
2024-06-05 07:23:47 +00:00
Ankush Menat
1eab8c2f51
refactor!: Drop v1 style routing (using #) (#26626) 2024-05-31 15:21:02 +05:30
barredterra
33d59d6e58 fix: compute modal title server side 2024-04-26 17:41:00 +02:00
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