seitime-frappe/frappe
Ejaaz Khan 43acd39bc0
Merge pull request #38113 from ShrihariMahabal/fix-sidebar-user-link-padding
fix(ui): add padding and border radius to sidebar user link
2026-03-19 12:22:06 +05:30
..
api fix: use string representation of exceptions in translated strings (#37756) 2026-03-06 13:02:16 +05:30
automation feat(assignment_rule): add weighted distribution strategy (#37741) 2026-03-05 14:31:03 +05:30
change_log
commands test: flaky RQ / Gunicorn tests (#37815) 2026-03-06 06:21:11 +00:00
contacts fix: force type check in whitelisted methods (#37044) 2026-02-17 15:16:30 +00:00
core Merge pull request #37863 from frappe/37706-data-import-csv-format-for-eu 2026-03-17 18:04:52 +05:30
custom fix(CustomizeForm): don't show view list button for Child tables 2026-03-19 11:45:09 +05:30
data
database refactor: update permission check method 2026-03-17 18:17:38 +05:30
desk Merge pull request #38118 from kaulith/fix/date-formate-in-query-report 2026-03-19 12:17:52 +05:30
desktop_icon fix: delete associated desktop icon 2026-01-12 10:45:44 +05:30
email fix(auto_email_report): run onload event of report to update dynamic filters 2026-03-17 08:16:53 +05:30
geo Merge branch 'frappe:develop' into chore/add-brazilian-portuguese-language 2026-03-10 15:41:59 -03:00
gettext fix(gettext): extract template-literal translations with correct line numbers (#38063) 2026-03-16 18:52:04 +00:00
integrations perf: cache current_site_info for 10 mins 2026-03-14 16:32:44 +05:30
locale fix: Serbian (Latin) translations 2026-03-17 13:48:27 +05:30
model Merge pull request #37903 from akhilnarang/qb-fixes 2026-03-13 13:36:48 +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 link for Print Designer 2026-03-12 17:43:38 +05:30
public Merge pull request #38113 from ShrihariMahabal/fix-sidebar-user-link-padding 2026-03-19 12:22:06 +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 refactor: add queue for indexing docs in sqlite search (#37840) 2026-03-10 16:03:27 +05:30
templates fix: Add check for user_id in avatar macro 2026-03-18 09:01:56 +00:00
testing refactor: support failfast on parallel test runner 2026-02-27 16:13:09 +05:30
tests fix!: prevent submission of non-submittable doctype (#37009) 2026-03-12 17:24:21 +05:30
types fix: disable UP040, revert some instances to TypeAlias 2025-12-23 13:12:04 +05:30
utils fix: redirect website user to default home after social login 2026-03-18 12:39:01 +05:30
website fix(view-log): Accept int for version parameter (#37984) 2026-03-13 06:26:28 +00:00
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 fix: broken delete account link 2026-03-18 12:35:47 +05:30
__init__.py fix: use slug and quoted utils for URL encoding in get_desk_link 2026-02-21 01:46:04 +05:30
_optimizations.py
app.py Merge branch 'develop' into bleach-to-nh3 2026-01-23 15:29:44 +07:00
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 fix: allow setting chunk size from site settings 2026-03-10 13:03:07 +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: check only select perm instead of read or select 2026-03-17 18:17:38 +05:30
config.py
coverage.py
defaults.py
deferred_insert.py fix: ruff fixes 2025-12-22 21:06:48 +05:30
deprecation_dumpster.py fix: ensure current module is referenced correctly in __get_deprecation_class 2026-03-17 15:15:55 +05:30
exceptions.py
frappeclient.py refactor: removed usage of cmd for login (#36801) 2026-02-16 14:09:48 +05:30
handler.py fix: make file size param optional 2026-03-12 13:53:27 +05:30
hooks.py refactor: add queue for indexing docs in sqlite search (#37840) 2026-03-10 16:03:27 +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 fix: consider read permlevel access for select 2026-03-17 16:25:53 +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