Commit graph

729 commits

Author SHA1 Message Date
Akhil Narang
84ef6ec677
refactor: fixup with ruff 0.8.1
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-12-04 13:18:04 +05:30
Akhil Narang
722c72a5bf
refactor: tomllib -> tomli
Need to maintain python3.10 compatibility

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-11-29 11:32:07 +05:30
Shariq Ansari
b77810322d fix: added billing.py to handle csrf token issue 2024-11-15 20:47:13 +05:30
Raffael Meyer
3f63583215
fix: print_format can be None
Co-authored-by: Akhil Narang <me@akhilnarang.dev>
2024-11-13 12:14:25 +01:00
barredterra
834c31aa52 fix: get PDF from printview
Clicking "Get PDF" in printview should result in the same view being converted to PDF. So far, we didn't pass the print format and letterhead, sometimes resulting in an entirely different PDF.
2024-11-13 11:22:59 +01:00
barredterra
e5779373f1 fix(Login): don't prevent login if encryption key is invalid 2024-11-07 19:06:25 +01:00
Rushabh Mehta
cef8c12ee4 fix(style): fix oauth authorisation page and standardise error responses 2024-10-24 15:21:34 +05:30
Rushabh Mehta
641c2be822 fix(minor): login icons 2024-10-23 15:39:13 +05:30
David Arnold
91a737d8fe
chore(typing): fix some (exotic) type errors treewide (#28210) 2024-10-21 10:02:04 +00:00
Sumit Bhanushali
759f8306b6 fix: default to frappe logo when more than 2 app logos are present 2024-09-27 13:03:56 +05:30
Rushabh Mehta
6d44f1aa75 fix(style): unsubscribe.html 2024-09-25 15:52:31 +05:30
Rushabh Mehta
23f52c1720 fix(style): update error, not found pages 2024-09-25 15:46:24 +05:30
Rushabh Mehta
72f236aa9f
Merge pull request #27819 from rmehta/fix-icons
fix(style): Update icons, new design for /me
2024-09-23 17:24:55 +05:30
Rushabh Mehta
4da1f70eaf fix(desktop): fixes to app switcher inside desk 2024-09-23 15:19:09 +05:30
Rushabh Mehta
f88c508c23 fix(style): Update icons, new design for /me 2024-09-18 14:27:37 +05:30
Sumit Bhanushali
984b2d8b23 fix: dont fetch context for custom doctype based on custom module 2024-09-16 20:41:37 +05:30
Akhil Narang
182dc7213d
fix(printview): ensure document title is a string
Nothing is stopping people from setting non-string types as their title

Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-09-12 13:34:59 +05:30
Shariq Ansari
f2e8f05558 fix: redirect to /app if no apps are installed 2024-08-30 16:23:24 +05:30
Shariq Ansari
a7543a5b24 fix: consider default path for Website User if applicable 2024-08-30 15:42:58 +05:30
Shariq Ansari
ad077644c5 fix: changed default check icon 2024-08-30 15:42:58 +05:30
Shariq Ansari
c4a8d112d8 chore: apps title 2024-08-16 14:43:23 +05:30
Shariq Ansari
0d6ecfbd22 fix: redirect to /login if logged out from apps page 2024-08-16 14:22:51 +05:30
Rushabh Mehta
1068256620 fix(minor): serve fingerprint.js locally 2024-08-14 17:20:28 +05:30
Shariq Ansari
03986075d2 fix: login page route fix 2024-08-13 12:40:08 +05:30
Shariq Ansari
e0ed704bc2 chore: minor style fixes 2024-08-12 22:13:56 +05:30
Shariq Ansari
5097a454cd fix: if no apps installed redirect to desk 2024-08-12 17:35:55 +05:30
Shariq Ansari
5ec4001340 feat: set app as default from apps page 2024-08-12 17:06:56 +05:30
Shariq Ansari
b8263aaf55 fix: redesigned the apps page 2024-08-12 16:23:14 +05:30
Shariq Ansari
0f0cf07ff5 fix: added include_as_app in hooks which is used to show app on apps page 2024-08-12 14:20:49 +05:30
Shariq Ansari
b3694b34cf refactor: common api to get apps with details 2024-08-09 12:16:10 +05:30
Shariq Ansari
3f5d6d2c7f feat: added default app selector in user doctype 2024-08-08 19:54:02 +05:30
Shariq Ansari
b8328c43c2 fix: do not allow guest or website user to access apps page 2024-08-08 18:29:16 +05:30
Shariq Ansari
9c03bcce5b fix: redirect to default path on login 2024-08-08 18:29:16 +05:30
Shariq Ansari
d7b217b384
Merge branch 'develop' into app-switcher 2024-08-08 18:27:19 +05:30
Raffael Meyer
0b47a255c2
fix: split attribution text into multiple lines (#27343) 2024-08-08 10:33:37 +00:00
Shariq Ansari
69bb43ab13 feat: Apps page 2024-08-02 20:10:57 +05:30
David
e2517d11e8
chore: add include_icons jinja global 2024-06-11 20:03:15 +02:00
gavin
ea6a47df94
fix: Redirect to Login Page if not signed In (#26506)
Redirect to Login page if User is not logged in already. Upon successful login, redirect to the page they intended to see.

This is a common pattern for opening tabs to previous sessions where Users get logged out and are shown the "Log in to access this page." message instead.
2024-05-22 15:49:59 +05:30
Ernesto Ruiz
5ee0cac068
chore: Add translation functio to Email link text in Update login.html (#26472)
chore: Add translation functio to Email link text in Update login.html
2024-05-20 10:49:05 +05:30
Ankush Menat
65b3c42635
fix: only redirect to same domain (#26304)
This limits post login redirects to same domain to avoid social engineering attempts.
2024-05-02 18:02:18 +05:30
Ankush Menat
16d74c1db4
fix: auto filter publish field (#26151)
closes https://github.com/frappe/frappe/issues/25581
2024-04-24 14:39:53 +00:00
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
Corentin Flr
2f38e7968c
fix(attribution): Truncate text, hide deps if there are none (#25999) 2024-04-22 11:44:57 +00:00
barredterra
43a991ecc5 fix: limit attribution page to system users 2024-04-06 20:23:56 +02:00
barredterra
1dbc1aafa4 style: format with ruff 2024-04-02 22:22:05 +02:00
barredterra
7e12238511 Merge remote-tracking branch 'upstream/develop' into attribution-page 2024-04-02 22:20:42 +02:00
barredterra
41a28e7381 fix: load crowdin script using https 2024-03-27 13:15:53 +01:00
barredterra
90610a7e8e feat: In-Context Translation 2024-03-27 12:53:15 +01:00
Ankush Menat
071e269548 fix!: Switch to creation as default sort order 2024-03-27 11:18:28 +05:30
barredterra
f40fa6ec73 style: newlines that don't trigger semgrep 2024-03-22 17:54:22 +01:00