seitime-frappe/frappe
2026-01-20 14:10:41 +00:00
..
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 test: avoid flake from orphan gunicorn workers (#35798) 2026-01-09 17:09:17 +05:30
contacts fix(contact): ensure query is compatible with postgres 2026-01-20 12:06:00 +05:30
core fix: linters 2026-01-19 00:29:02 +01:00
custom fix: let's alignment on customize form 2026-01-19 00:07:22 +01:00
data
database Merge pull request #35775 from akhilnarang/multisql-wildcard 2026-01-12 12:23:31 +05:30
desk fix: workspace creation issue 2026-01-20 17:23:39 +05:30
desktop_icon fix: delete associated desktop icon 2026-01-12 10:45:44 +05:30
email Merge pull request #34801 from alexleach/html_emails 2026-01-06 12:21:03 +05:30
geo fix: enable translated languages (#35003) 2025-12-01 16:50:50 +00:00
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: Hungarian translations 2026-01-19 08:09:38 +05:30
model fix(BaseDocument): reset name when __islocal is set (#36080) 2026-01-19 13:42:25 +00:00
modules fix(doctype): remove debug print statement 2026-01-15 22:43:03 +05:30
patches fix: add a patch to mark auto generated desktop icons as non standard 2026-01-17 19:16:06 +05:30
printing fix: show sidebar when print view is displayed 2026-01-12 23:43:46 +00:00
public fix: reset print format in settings to prevent carryover to next print 2026-01-20 14:10:41 +00:00
pulse fix: add compatibility shim for old frappe.pulse.utils imports 2026-01-05 13:28:25 +05:30
query_builder fix(search): make QB DB-Aware when using Locate (#35796) 2026-01-12 12:06:28 +05:30
search perf: random memory optimizations (#36102) 2026-01-20 06:57:19 +00:00
templates fix(login): don't let button text stuck at "Verifying" if you get rate limited (#35671) 2026-01-05 17:12:28 +00:00
testing refactor: tomli -> tomllib 2025-12-22 21:06:48 +05:30
tests Merge pull request #35662 from netchampfaris/v2-bulk-endpoints 2026-01-13 17:27:58 +05:30
types fix: disable UP040, revert some instances to TypeAlias 2025-12-23 13:12:04 +05:30
utils fix: capture session user from backend if not found in frontend (#36072) 2026-01-20 13:50:58 +05:30
website fix: cleanup workspace for website 2026-01-11 23:43:11 +05:30
workflow feat: Support dynamic expressions in workflow update_value field (#34354) 2025-12-30 15:58:43 +05:30
workspace_sidebar fix: workspace sidebar for users, build, integration, system and website (#35862) 2026-01-12 16:16:48 +05:30
www perf: misc v16 fixes (#35790) 2026-01-09 11:06:06 +00:00
__init__.py fix: init proper empty session 2026-01-15 13:03:07 +05:30
_optimizations.py Revert "fix: Pin web workers by default (#31739)" (#32852) 2025-06-09 09:52:23 +00:00
app.py perf: random memory optimizations (#36102) 2026-01-20 06:57:19 +00: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: use allowed pages to check perms 2026-01-14 13:20:03 +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 cache and prevent data access after DocType deletion (#34307) 2025-10-10 08:00:51 +00:00
client.py fix: handle edge case where value may not exist in db 2026-01-10 14:43:23 +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 fix: remove sync_user_settings from hooks 2026-01-17 19:16:06 +05:30
installer.py refactor: move auto generations of icons to a command 2025-11-14 23:05:12 +05:30
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 perf: random memory optimizations (#36102) 2026-01-20 06:57:19 +00:00
onboarding.py
parallel_test_runner.py refactor: introduce lightmode in parallel test runner 2025-06-19 11:40:09 +05:30
patches.txt fix: add a patch to mark auto generated desktop icons as non standard 2026-01-17 19:16:06 +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: ruff fixes 2025-12-22 21:06:48 +05:30
share.py fix(docshare): validate that the user has the permission they are trying to share 2025-12-24 14:13:05 +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