Commit graph

816 commits

Author SHA1 Message Date
sokumon
1a3585a2d0 fix(portal): reroute to /logout from 2025-12-29 10:39:30 +05:30
Akhil Narang
8723a2b6ee
fix: ruff fixes
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
Akhil Narang
588cb1e44d
refactor: tomli -> tomllib
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-22 21:06:48 +05:30
sokumon
0ea047a776 fix: reroute portal users correctly 2025-12-19 20:34:28 +05:30
sokumon
dd2dc053ca chore: more renames to /desk 2025-12-18 20:45:04 +05:30
sokumon
46f6c7481f feat: introduce /portal 2025-12-15 10:55:33 +05:30
Ankush Menat
02ecb10205
fix!: Remove badly written default portal list views (#35182)
* fix!: Remove badly written default portal list views

* fix!: Remove guest permissions from web form list endpoint

* test: cleanly terminate gunicorn

int sometimes ends up leaving socket open
2025-12-14 07:11:45 +00:00
Sagar Vora
2b9752097f
refactor!: deprecate older web view links (#35150) 2025-12-10 18:12:49 +05:30
Akhil Narang
2dcfe07ca8
refactor: make use of check_permission parameter for get_lazy_doc
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-12-10 16:52:26 +05:30
Sagar Vora
2c774a75a2 fix: restrict send_login_link to POST method only 2025-11-21 18:13:35 +05:30
Akhil Narang
ccb675b0f2
fix(list): fix distinct usage
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-11-19 21:15:58 +05:30
sokumon
8f4a66d679 fix: keep sidebar editing access only in dev mode for now 2025-11-15 08:50:56 +05:30
sokumon
0f79208f89 chore: file cleanup 2025-11-14 23:05:13 +05:30
sokumon
c918601b0a fix(ci): tests 2025-11-14 23:05:13 +05:30
sokumon
49714e916f chore: rename from app to desk 2025-11-14 23:05:13 +05:30
sokumon
86db71f8fa feat: move /app to /desk 2025-11-14 23:05:13 +05:30
sokumon
1e1455d373 refactor: move desktop inside desk 2025-11-14 23:05:10 +05:30
sokumon
2a47687690 fix: make the desktop page functional 2025-11-14 23:05:10 +05:30
sokumon
2af99c6009 feat: reIntroduce Desktop Icon 2025-11-14 23:05:10 +05:30
Rehan Ansari
56e48c49ef fix: unified email icons in login forms 2025-10-19 16:53:53 +05:30
Ankush Menat
727775f820
Merge pull request #33088 from ankush/computed_child_table
feat: Computed/virtual child-tables
2025-10-15 18:32:16 +05:30
Akhil Narang
4d75ad1454
fix: add in type hints to the list APIs
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-10-14 17:11:40 +05:30
Sagar Vora
a93530e221 Merge branch 'develop' into computed_child_table 2025-10-14 12:53:32 +05:30
Sagar Vora
a084f5a2f3 refactor: separate only computed CTs, with new include_computed flag 2025-10-14 12:31:47 +05:30
petnd
27a68aaf8b
feat: allow to disable standard pages (#33756)
* feat: allow to disable about and contact page

* feat: change redirect to /404
2025-10-08 11:18:55 +05:30
Sagar Vora
2c9c6c0fd5 fix: correct table_fields references 2025-10-01 12:25:00 +05:30
Akhil Narang
6ca4d4d167
refactor(treewide): ruff format
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2025-09-26 13:16:43 +05:30
Ayush Chaudhari
4a830b49e8 fix: better redirect handling 2025-09-17 21:42:22 +05:30
Raizaaa
aa3bb0e4d7 fix: remove trailing spaces in translatable strings 2025-08-27 13:23:17 +03:00
git-avc
3e99b64293 fix: valid password msg 2025-08-17 09:56:42 +02:00
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
Vishal Sindham
e1217282ac feat(password-reset-form): Add show/hide toggle option to password reset form 2025-06-29 19:47:02 +05:30
Soham Kulkarni
e1aa789acf
Merge pull request #32971 from sokumon/newsletter-removal
refactor: seperate newsletter into app
2025-06-27 11:59:02 +05:30
Sagar Vora
2e5c8bea03 feat: frappe.utils.orjson_dumps 2025-06-26 17:37:51 +05:30
sokumon
32a87f53d6 fix: delete newsletter related files 2025-06-18 16:23:36 +05:30
Ejaaz Khan
cdb297da17
Merge pull request #32988 from iamejaaz/41272-rate-limit-issue
fix: rate limit issue on sending email login link
2025-06-18 12:17:18 +05:30
Ejaaz Khan
e5b208079d fix: rate limit issue on sending email login link 2025-06-18 12:00:41 +05:30
Sagar Vora
b3e1eda4c8
feat: global frappe.in_test flag (#32960)
* feat: global `frappe.in_test` flag

* feat: helper utility to toggle `frappe.in_test`

* fix: use `toggle_test_mode` util

* fix: use `frappe.in_test`

* chore: add comment explaining global `in_test`

* chore: ignore commit replacing flag usage

* test: temporarily disable `frappe.in_test`

this worked earlier because flag was set in werkzeug.local which was separate for API test client

* test: add comment explaining change
2025-06-17 19:19:31 +05:30
Ankush Menat
49f582ae57 perf: Use lazy doc in a lot more places 2025-06-11 09:55:45 +05:30
Ankush Menat
f9ff807e4c
refactor: Rename get_settings -> get_single_value (#32840)
Not all single doctypes are settings, so this is better. Implicit
caching is fine, same is done for `db` APIs on singles. We *should* aim
for 100% correctness of caching implementation, especially for singles.

Thanks to @netchampfaris for the suggestion.
2025-06-09 04:20:29 +00:00
Ankush Menat
caf415f13e
feat: get_settings (#32821)
* feat: get_settings

get_cached_value doesn't work well with singles because you either need
to pass `None` or repeat doctype name... both are awekward and easy to
shoot yourself in foot with.

* refactor: Use cached settings
2025-06-06 18:34:17 +05:30
rohitwaghchaure
5c6b2b5bec
refactor: track completed app setup wizards and re-run the setup wizard upon new app installation. (#32640) 2025-06-03 12:36:22 +05:30
Ejaaz Khan
7597bfac3a fix: default fields filter not working in web form 2025-05-28 17:34:08 +05:30
Ejaaz Khan
4f08c34696
Revert "fix: don't allow attaching an file invalid url" 2025-05-14 10:48:46 +05:30
Ejaaz Khan
19959fbf45 fix: revert python changes and do via js 2025-05-13 12:30:45 +00:00
UmakanthKaspa
ae47229dbe
feat: include print format name in Access Log during print (#32360)
* feat: include print format name in Access Log during print

* refactor: reuse print_format_name variable in get_context
2025-05-06 07:43:43 +00:00
ruthra kumar
41feed83be fix: remove custom font 2025-04-18 16:04:28 +05:30
ruthra kumar
7d5e338e55
Merge pull request #32106 from ruthra-kumar/allow_custom_fonts_in_wkhtmltopdf
fix: allow custom fonts in wkhtmltopdf
2025-04-16 15:14:48 +05:30
Ejaaz Khan
4a365b3fc4 chore: remove duplicate call of access log 2025-04-14 16:45:54 +05:30
Ejaaz Khan
e266956a19 test: fix print format failing test 2025-04-14 12:18:31 +05:30