seitime-frappe/frappe
MochaMind 5a5f8924bf
fix: sync translations from crowdin (#35073)
* fix: Russian translations

* fix: Bosnian translations
2025-12-04 21:50:00 +05:30
..
api Merge pull request #34862 from nextchamp-saqib/capture-app-in-monitor 2025-11-25 11:53:30 +05:30
automation feat: export frameowork icons and sidebars 2025-11-14 23:05:14 +05:30
change_log
commands fix: avoid package.json update during cypress install 2025-12-01 21:22:22 +05:30
contacts refactor: backticks aren't allowed in order_by or group_by 2025-11-19 21:15:57 +05:30
core fix(data import): use correct condition for validation of headers 2025-12-04 21:25:57 +05:30
custom fix: use proper ifnull filter 2025-11-20 17:33:07 +05:30
data
database refactor: precompile CHILD_TABLE_FIELD_PATTERN regex 2025-12-02 15:02:29 +05:30
desk Revert "feat: removal of orphan entities" 2025-12-04 13:45:23 +05:30
desktop_icon fix: export framework desktop icons with parent label 2025-11-25 15:47:35 +05:30
email fix: permit email sending when recipients, cc are empty but bcc has value 2025-11-28 16:57:52 +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 chore: rename from app to desk 2025-11-14 23:05:13 +05:30
locale fix: sync translations from crowdin (#35073) 2025-12-04 21:50:00 +05:30
model Revert "feat: removal of orphan entities" 2025-12-04 13:45:23 +05:30
modules feat: capture app name in monitor logs 2025-11-24 18:35:36 +05:30
patches refactor: move drop index util to db utils file 2025-11-28 12:09:13 +05:30
printing fix: use bool properly 2025-11-24 07:17:25 +01:00
public refactor: show search icon instead of input 2025-12-04 17:17:39 +05:30
pulse feat: capture app name in monitor logs 2025-11-24 18:35:36 +05:30
query_builder fix: remove double-quoting in Locate and Ifnull functions 2025-12-02 02:08:03 +05:30
search Merge pull request #33502 from netchampfaris/sqlite-search-fixes 2025-08-01 00:37:44 +05:30
templates feat: cool awesomebar 2025-11-26 12:22:28 +05:30
testing refactor: remove duplicate call to start test 2025-07-09 15:05:08 +05:30
tests Merge pull request #35058 from sagarvora/remove-extra-param 2025-12-04 11:18:03 +05:30
types Revert: DocRef (#32866) 2025-06-10 05:20:56 +00:00
utils fix: delete sidebars when app is deleted 2025-12-02 13:50:29 +05:30
website fix(Website): throw error only if images are attached 2025-11-17 16:16:53 +05:30
workflow fix: Typo message (#35060) 2025-12-04 12:11:29 +05:30
workspace_sidebar chore: resolve conflicts in Productivity sidebar export 2025-11-25 16:03:02 +05:30
www fix: restrict send_login_link to POST method only 2025-11-21 18:13:35 +05:30
__init__.py refactor: use qb_query for get_list 2025-11-19 21:15:57 +05:30
_optimizations.py Revert "fix: Pin web workers by default (#31739)" (#32852) 2025-06-09 09:52:23 +00:00
app.py fix: handle trying to decode invalid JSON (#34167) 2025-09-29 11:07:53 +05:30
apps.py fix: check in_import before exporting 2025-11-18 10:21:44 +05:30
auth.py chore: rename from app to desk 2025-11-14 23:05:13 +05:30
boot.py fix: add one more check to get the app 2025-12-03 15:48:28 +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 refactor: remove redundant child table permission checks 2025-12-01 20:37:18 +05:30
config.py feat: init sqlite 2025-04-15 13:59:16 +05:30
coverage.py fix: ignore 'test_*' directories 2025-08-14 18:16:41 +05:30
defaults.py perf: client-cache for defaults 2025-01-07 12:51:10 +05:30
deferred_insert.py fix: Commit frequently in deferred_insert 2025-06-13 11:34:18 +05:30
deprecation_dumpster.py refactor(treewide): ruff format 2025-09-26 13:16:43 +05:30
exceptions.py fix: Implement backpressure for background jobs 2025-03-05 10:59:00 +05:30
frappeclient.py fix: make sure limit is an integer 2025-11-19 21:15:57 +05:30
handler.py fix: restrict HTTP methods for some public methods 2025-11-21 17:33:20 +05:30
hooks.py fix: delete sidebars when app is deleted 2025-12-02 13:50:29 +05:30
installer.py refactor: move auto generations of icons to a command 2025-11-14 23:05:12 +05:30
locale.py feat: cache documents in client cache 2025-01-14 14:33:10 +05:30
middlewares.py fix(middleware): check path before returning file (#34651) 2025-11-10 16:02:36 +05:30
migrate.py Revert "feat: removal of orphan entities" 2025-12-04 13:45:23 +05:30
modules.txt fix: remove energy points / social module 2025-04-17 00:26:57 +05:30
monitor.py fix: avoid flushing to monitor logs concurrently (#32552) 2025-05-16 12:20:40 +00:00
oauth.py perf: Skip link checking on internal deletes 2025-01-06 11:48:19 +05:30
onboarding.py fix: added get_onboarding_status api 2025-03-18 18:06:30 +05:30
parallel_test_runner.py refactor: introduce lightmode in parallel test runner 2025-06-19 11:40:09 +05:30
patches.txt chore: patch to drop old index 2025-11-28 11:48:55 +05:30
permissions.py fix: check user permissions on computed child tables 2025-11-28 17:08:22 +05:30
push_notification.py fix(push_notification): use cstr to convert a None body to empty string (#32056) 2025-04-10 12:47:30 +05:30
rate_limiter.py fix: Round of rate limit to seconds (#31674) 2025-03-12 10:52:42 +00:00
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 Merge branch 'develop' into computed_child_table 2025-10-14 12:53:32 +05:30
share.py fix: linter errors 2025-11-10 14:13:04 +05:30
test_runner.py
translate.py Revert "fix: added api to get translation messages for portal apps" 2025-12-02 11:36:03 +05:30
twofactor.py feat: configure SMS OTP template for 2FA (#34585) 2025-11-04 12:32:57 +00:00