..
api
refactor: Wrap meta in v2 ( #26548 )
2024-05-24 06:05:09 +00:00
automation
fix: update sort order in doctypes
2024-03-27 11:18:28 +05:30
change_log
commands
fix: http to https for url
2024-07-29 13:53:25 +05:30
config
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
contacts
fix(Contact): set address query and buttons from links
2024-07-01 18:10:47 +02:00
core
feat: flesh out boilerplate for script report ( #27301 )
2024-08-08 11:32:56 +02:00
custom
fix: front-end bug in 'customize_form.js', triggered by delete actions on child-tables ( #26344 ) ( #26644 )
2024-06-03 12:25:14 +05:30
data
database
fix: Fixes mariadb orm to return list instead of tuple as the typisat… ( #27179 )
2024-08-09 09:27:07 +05:30
desk
Merge pull request #27299 from rmehta/workspace-settings
2024-08-07 20:58:09 +05:30
email
Merge pull request #27332 from s-aga-r/refactor-fm-tz
2024-08-08 13:40:29 +05:30
geo
fix: update country name from Türkiye to T\u00fcrkiye and sort by name ( #27069 )
2024-07-11 10:27:52 +05:30
gettext
fix: disable fuzzy matching while updating po files ( #27257 )
2024-07-30 19:06:12 +00:00
integrations
fix: http to https for url
2024-07-29 13:53:25 +05:30
locale
chore: update POT file ( #27300 )
2024-08-04 17:39:39 +02:00
model
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-04 13:41:08 +05:30
modules
fix!: sort exported customizations by name for better diffs ( #26927 )
2024-07-17 21:14:58 +05:30
patches
fix: rewrite __UserSettings to update default sort order
2024-03-27 11:40:03 +05:30
printing
chore: warn if wkhtmltopdf is invalid ( #26174 )
2024-04-30 10:36:56 +00:00
public
Merge pull request #27347 from akhilnarang/sentry-fixes
2024-08-08 19:18:12 +05:30
query_builder
fix: datetime comparison in QB ( #26364 )
2024-05-09 10:19:27 +00:00
search
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
social
fix: update sort order in doctypes
2024-03-27 11:18:28 +05:30
templates
Merge pull request #26748 from blaggacao/perf/smaller-website-body
2024-07-18 07:33:56 +05:30
tests
fix: Fixes mariadb orm to return list instead of tuple as the typisat… ( #27179 )
2024-08-09 09:27:07 +05:30
types
fix: we want DF.Literal[None], not DF.LiteralNone
2024-03-13 15:57:46 +05:30
utils
fix: preserve exif data in optimized image ( #27341 )
2024-08-08 11:28:32 +02:00
website
fix(Web Form): enable no copy for 'Is Standard' flag ( #27222 )
2024-07-28 13:35:17 +05:30
workflow
fix: use document language for workflow action ( #26138 )
2024-04-24 13:46:25 +05:30
www
fix: split attribution text into multiple lines ( #27343 )
2024-08-08 10:33:37 +00:00
__init__.py
fix: removed TODO marks
2024-07-08 15:16:51 +02:00
app.py
fix: Move Monitor dump to after_response ( #26703 )
2024-06-06 14:38:22 +00:00
auth.py
fix: bypass IP restriction for the methods required for our socketio backend
2024-05-31 16:31:02 +05:30
boot.py
fix: Skip letter heads if no permission ( #26689 )
2024-06-05 15:56:56 +00:00
build.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
cache_manager.py
fix(setup_module_map): fix caching
2024-02-28 17:41:18 +05:30
client.py
docs: add missing full stop
2023-12-18 19:09:45 +05:30
coverage.py
refactor(treewide): enable RUF rules
2024-02-21 16:20:28 +05:30
defaults.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
deferred_insert.py
fix: ruff fixes
2024-02-07 17:04:31 +05:30
exceptions.py
feat: ignore tar: file changed as we read it during backups
2024-05-17 11:39:41 +05:30
frappeclient.py
chore: typo in frappeclient.py ( #24854 )
2024-02-11 11:06:30 +00:00
handler.py
fix!: drop duplicate uploadfile ( #26098 )
2024-04-22 12:45:31 +00:00
hooks.py
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-04 13:41:08 +05:30
installer.py
chore(new_site): Avoid iterating None
2024-04-29 13:41:00 +02:00
middlewares.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
migrate.py
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-04 13:41:08 +05:30
modules.txt
chore: remove event streaming module
2022-08-26 00:39:41 +05:30
monitor.py
perf: Reduce 1 redis call while dumping monitor logs ( #26337 )
2024-05-06 12:53:36 +00:00
oauth.py
feat: Limit OAuth Client by roles
2024-04-29 14:18:49 +05:30
parallel_test_runner.py
test: setup signal and faulthandler to debug stuck tests ( #25494 )
2024-03-17 11:01:34 +00:00
patches.txt
fix(test): complete workspace setup before running UI tests
2024-08-07 18:16:52 +05:30
permissions.py
fix: filter select perm in get_doctypes_with_read
2024-04-18 15:15:47 +05:30
push_notification.py
chore: Add Push Notification Settings to Integrations workspace
2024-02-28 11:07:22 +05:30
rate_limiter.py
fix: correct HTTP response code for rate limit
2024-04-08 18:24:38 +05:30
realtime.py
refactor: better permission checking on sockets
2024-04-06 21:14:48 +05:30
recorder.py
fix(recorder): handle frappe.db.sql(run=0) ( #25450 )
2024-03-14 17:47:37 +00:00
sessions.py
refactor: misc changes
2024-05-04 15:08:34 +05:30
share.py
style: re-format with ruff
2024-02-05 18:53:33 +05:30
test_runner.py
fix(test records): rollback only the test record that exists ( #26415 )
2024-05-13 13:34:23 +05:30
translate.py
perf: Reuse cached user for get_user_lang ( #26350 )
2024-05-07 12:50:22 +05:30
twofactor.py
fix: get_token header typo ( #27202 )
2024-07-26 14:43:15 +02:00