..
api
Merge pull request #35662 from netchampfaris/v2-bulk-endpoints
2026-01-13 17:27:58 +05:30
automation
feat(assignment_rule): add weighted distribution strategy ( #37741 )
2026-03-05 14:31:03 +05:30
change_log
commands
refactor: support failfast on parallel test runner
2026-02-27 16:13:09 +05:30
contacts
fix: force type check in whitelisted methods ( #37044 )
2026-02-17 15:16:30 +00:00
core
fix: preserve original role permissions during role replication ( #35356 )
2026-03-05 12:39:18 +05:30
custom
fix: force type check in whitelisted methods ( #37044 )
2026-02-17 15:16:30 +00:00
data
database
Merge pull request #35940 from AarDG10/fix-orderby-pg
2026-02-22 13:09:43 +05:30
desk
fix: desktop editing trigger
2026-03-05 02:28:31 +05:30
desktop_icon
fix: delete associated desktop icon
2026-01-12 10:45:44 +05:30
email
Merge pull request #37752 from s-aga-r/fix-37296
2026-03-04 10:32:38 +00:00
geo
fix(language): typo in myanmar language name ( #36931 )
2026-02-11 16:01:27 +05:30
gettext
feat: add extractors for Workspace Sidebar and Desktop Icon ( #37085 )
2026-02-16 15:12:01 +00:00
integrations
fix: don't throw if request fails ( #37761 )
2026-03-04 18:04:27 +05:30
locale
fix: Hungarian translations ( #37785 )
2026-03-05 05:35:53 +00:00
model
fix: rename autoincrement sequence on doctype rename ( #37578 )
2026-02-27 17:08:30 +05:30
modules
fix: importing packages with scripts that have "." in the script name ( #35784 )
2026-01-29 14:07:11 +05:30
patches
fix: use default incoming email account as Reply-To ( #36793 )
2026-02-19 06:55:04 +00:00
printing
fix: remove "Try New Print Designer" link
2026-03-04 13:24:18 +00:00
public
Merge pull request #37791 from sokumon/user-avatar
2026-03-05 13:47:56 +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): added validation to check DocType name ( #36878 )
2026-02-09 15:24:58 +05:30
search
Merge pull request #37244 from netchampfaris/sqlite-fts-ranking
2026-02-19 14:58:46 +05:30
templates
fix: escape avatar image ( #37633 )
2026-02-27 17:11:14 +05:30
testing
refactor: support failfast on parallel test runner
2026-02-27 16:13:09 +05:30
tests
refactor: rewrite concurrent_limit to use LIST + BLPOP semaphore
2026-04-18 14:21:33 +05:30
types
fix: disable UP040, revert some instances to TypeAlias
2025-12-23 13:12:04 +05:30
utils
refactor: rewrite concurrent_limit to use LIST + BLPOP semaphore
2026-04-18 14:21:33 +05:30
website
fix(webform): respect context banner_image ( #37688 )
2026-03-02 11:05:40 +05:30
workflow
refactor: update affected_states list with has_affected_states boolean
2026-02-27 18:46:22 +05:30
workspace_sidebar
fix(typo): correct spelling of "Google Calendar" ( #36767 )
2026-02-06 12:03:18 +05:30
www
Merge pull request #37745 from kaulith/fix/print-format-builder-beta-header
2026-03-04 22:28:58 +05:30
__init__.py
feat: implement concurrency limiting decorator
2026-04-10 22:22:23 +05:30
_optimizations.py
Revert "fix: Pin web workers by default ( #31739 )" ( #32852 )
2025-06-09 09:52:23 +00:00
app.py
refactor: set Retry-After header directly
2026-04-10 22:43:45 +05:30
apps.py
fix: add type hints to whitelisted methods 3 ( #37149 )
2026-02-20 06:50:19 +00:00
auth.py
fix: reject OAuth tokens for disabled users
2026-02-27 16:03:04 +00:00
boot.py
feat: module onboarding
2026-02-23 12:19:37 +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: add type hints to whitelisted methods 3 ( #37149 )
2026-02-20 06:50:19 +00:00
concurrency_limiter.py
fix: add TTL to capacity key so pool self-heals after worker crash
2026-04-18 14:26:17 +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
refactor: set Retry-After header directly
2026-04-10 22:43:45 +05:30
frappeclient.py
refactor: removed usage of cmd for login ( #36801 )
2026-02-16 14:09:48 +05:30
handler.py
fix(DX): Throw error when unsupported input is sent ( #37438 )
2026-02-24 07:01:09 +00:00
hooks.py
fix: move logout from user avatar to sidebar dropdown
2026-03-05 10:58:57 +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(oauth): cleanup code, use user from session ( #37434 )
2026-02-25 10:09:30 +05:30
onboarding.py
parallel_test_runner.py
refactor: support failfast on parallel test runner
2026-02-27 16:13:09 +05:30
patches.txt
fix: use default incoming email account as Reply-To ( #36793 )
2026-02-19 06:55:04 +00:00
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!: use secret for auth. between servers ( #36778 )
2026-02-17 11:55:00 +05:30
recorder.py
fix: add type hints to whitelisted methods 3 ( #37149 )
2026-02-20 06:50:19 +00:00
sessions.py
fix: Support short session idle durations ( #36773 )
2026-02-06 06:46:19 +00:00
share.py
fix: add type hints to whitelisted methods 3 ( #37149 )
2026-02-20 06:50:19 +00:00
test_runner.py
translate.py
Merge pull request #37301 from prathameshkurunkar7/28969-exclude-css-class-names-from-translatable-strings
2026-02-23 12:25:36 +05:30
twofactor.py
feat: configure SMS OTP template for 2FA ( #34585 )
2025-11-04 12:32:57 +00:00