..
api
Merge pull request #35662 from netchampfaris/v2-bulk-endpoints
2026-01-13 17:27:58 +05:30
automation
fix(assignment_rule): add a default option in due date based on
2025-12-24 11:40:04 +05:30
change_log
commands
refactor: leaner description and reduced noise
2026-01-28 16:14:30 +05:30
contacts
fix(contact): ensure query is compatible with postgres
2026-01-20 12:06:00 +05:30
core
fix: bypass size limit check for requesting personal information ( #36584 )
2026-02-09 01:59:06 +00:00
custom
Merge pull request #35761 from KAVIRAJ0712/fix-client-script
2026-02-01 21:34:00 +05:30
data
database
fix: make default flags same on both connectors ( #36697 )
2026-02-04 12:45:35 +00:00
desk
fix(workspace): show role-restricted non-public workspaces in sidebar ( #36829 )
2026-02-08 12:41:38 +05:30
desktop_icon
fix: delete associated desktop icon
2026-01-12 10:45:44 +05:30
email
fix: replace bare raise statement with AuthenticationError in oauth.py ( #36729 )
2026-02-06 12:09:51 +05:30
geo
fix(data): fix currency in words for Algerian compliance
2026-01-30 09:31:29 +05:30
gettext
feat(translations): add hook to exclude translatable strings from dependencies ( #34544 )
2025-11-10 12:50:21 +01:00
integrations
fix(oauth2): introspect_token requires token ( #35647 )
2026-01-05 13:41:12 +00:00
locale
fix: sync translations from crowdin ( #36856 )
2026-02-09 07:23:55 +05:30
model
fix: use system number format for currency precision ( #36648 )
2026-02-07 06:30:00 +00:00
modules
fix: importing packages with scripts that have "." in the script name ( #35784 )
2026-01-29 14:07:11 +05:30
patches
fix: get_app_path throws if app is no longer installed
2026-02-02 17:39:53 +05:30
printing
Revert "fix: show sidebar in print format builder"
2026-01-25 11:53:54 +05:30
public
fix(mobile): align timeline dot again ( #36858 )
2026-02-09 07:21:24 +05:30
pulse
fix: add compatibility shim for old frappe.pulse.utils imports
2026-01-05 13:28:25 +05:30
query_builder
fix(query_builder): patch Function.get_sql explicitly
2026-01-28 18:55:40 +05:30
search
fix: doctype indexing progress
2026-02-07 19:21:03 +05:30
templates
fix: modify email header test and email header html to support indicators
2026-02-05 19:12:25 +05:30
testing
refactor: tomli -> tomllib
2025-12-22 21:06:48 +05:30
tests
Merge pull request #34522 from netchampfaris/sqlite-search-long-tasks
2026-02-07 23:41:12 +05:30
types
fix: disable UP040, revert some instances to TypeAlias
2025-12-23 13:12:04 +05:30
utils
fix(system console): allow read-only queries in system console ( #36652 )
2026-02-05 11:39:10 +00:00
website
fix: bypass size limit check for requesting personal information ( #36584 )
2026-02-09 01:59:06 +00:00
workflow
feat: Support dynamic expressions in workflow update_value field ( #34354 )
2025-12-30 15:58:43 +05:30
workspace_sidebar
fix(typo): correct spelling of "Google Calendar" ( #36767 )
2026-02-06 12:03:18 +05:30
www
fix: show search filter on portals and fix layout
2026-02-05 12:45:23 +07:00
__init__.py
feat: Optionally force type checking on whitelisted methods ( #36744 )
2026-02-05 16:20:41 +05:30
_optimizations.py
app.py
Merge branch 'develop' into bleach-to-nh3
2026-01-23 15:29:44 +07:00
apps.py
perf: Cache get_apps and internals
2025-12-23 16:06:10 +05:30
auth.py
chore: rename from app to desk
2025-11-14 23:05:13 +05:30
boot.py
fix: various fixes for desktop
2026-02-02 22:34:52 +05:30
build.py
fix: remove flush all while build assets, as asset build should never clear entire redis database. ( #34874 )
2025-11-25 11:51:32 +05:30
cache_manager.py
fix: Clear assets cache in clear-cache ( #36479 )
2026-01-29 11:33:33 +00:00
client.py
fix: ensure link validation works for translated doctypes with custom queries
2026-01-21 15:17:31 +05:30
config.py
coverage.py
fix: ignore 'test_*' directories
2025-08-14 18:16:41 +05:30
defaults.py
deferred_insert.py
fix: ruff fixes
2025-12-22 21:06:48 +05:30
deprecation_dumpster.py
refactor(treewide): ruff format
2025-09-26 13:16:43 +05:30
exceptions.py
frappeclient.py
fix: make sure limit is an integer
2025-11-19 21:15:57 +05:30
handler.py
fix: Allow GIF uploads ( #35295 )
2025-12-17 08:48:31 +00:00
hooks.py
refactor: resumable indexing without max_runtime
2026-02-06 15:05:52 +05:30
installer.py
fix: Don't bother resolving installed app ( #36610 )
2026-02-03 05:50:53 +00:00
locale.py
middlewares.py
fix: force download files based on extension even on development server
2026-01-12 11:49:35 +05:30
migrate.py
fix: handle names with parenthesis
2025-12-07 23:09:44 +05:30
modules.txt
monitor.py
fix: ruff fixes
2025-12-22 21:06:48 +05:30
oauth.py
fix: remove irrelevant params
2026-01-29 11:58:10 +05:30
onboarding.py
parallel_test_runner.py
refactor: introduce lightmode in parallel test runner
2025-06-19 11:40:09 +05:30
patches.txt
fix: execte patch correctly
2026-02-01 17:31:30 +05:30
permissions.py
refactor: better permission check for single doctypes
2025-12-22 12:13:26 +05:30
push_notification.py
fix(push_notification): improve check before returning token
2025-12-11 12:43:06 +05:30
rate_limiter.py
realtime.py
fix: frappe.local has not _realtime_log ( #33236 )
2025-07-07 11:06:04 +05:30
recorder.py
feat: remove strip_dirs in Recorder python cProcfile ( #33300 )
2025-07-15 17:51:44 +05:30
sessions.py
fix: Support short session idle durations ( #36773 )
2026-02-06 06:46:19 +00:00
share.py
fix(share): use has_permission instead of get_role_permissions
2026-02-05 12:50:20 +05:30
test_runner.py
translate.py
fix: check len(item) before replace "\\n" with "\n" ( #35571 )
2026-01-05 18:31:09 +05:30
twofactor.py
feat: configure SMS OTP template for 2FA ( #34585 )
2025-11-04 12:32:57 +00:00