..
api
refactor: Wrap meta in v2 ( #26548 )
2024-05-24 06:05:09 +00:00
automation
fix(styles): various styles and updates to workspaces
2024-08-19 12:06:55 +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
refactor: address query
2024-07-24 10:30:35 +02:00
core
fix(minor): style fixes
2024-08-27 08:59:00 +05:30
custom
fix: Unable to save JSON field type in the customize form. ( #27472 )
2024-08-22 12:49:01 +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
fix: Set doc title name as fallback
2024-08-29 20:07:31 +02:00
email
Merge pull request #23691 from phot0n/fix-email-bulk-retry
2024-08-28 16:54:48 +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: extract translatable headings and paragraphs from workspaces ( #27464 )
2024-08-20 21:55:39 +00:00
integrations
fix: use authentication url when password not found ( #27451 )
2024-08-20 10:40:38 +02:00
locale
fix: sync translations from crowdin ( #27453 )
2024-08-20 23:14:51 +02:00
model
fix: update child table value from the last doc
2024-08-23 12:47:08 +05:30
modules
fix!: sort exported customizations by name for better diffs ( #26927 )
2024-07-17 21:14:58 +05:30
patches
fix: patch to add apps navbar item in default navbar items in navbar settings
2024-08-02 20:21:49 +05:30
printing
chore: Deleted all the form tours ( #27403 )
2024-08-20 10:39:40 +05:30
public
fix(query report)!: skip empty filters in print ( #27016 )
2024-08-29 13:58:21 +02:00
query_builder
fix: datetime comparison in QB ( #26364 )
2024-05-09 10:19:27 +00:00
search
fix(website_search): Avoid recursive loop if _items_to_index is falsy
2024-08-27 14:11:37 +02:00
social
fix: update sort order in doctypes
2024-03-27 11:18:28 +05:30
templates
fix: login page route fix
2024-08-13 12:40:08 +05:30
tests
fix(test): fix tests
2024-08-14 17:08:01 +05:30
types
fix: we want DF.Literal[None], not DF.LiteralNone
2024-03-13 15:57:46 +05:30
utils
Merge pull request #27429 from Vishnu7025/utils-functions
2024-08-22 01:18:44 +05:30
website
fix(styles): various styles and updates to workspaces
2024-08-19 12:06:55 +05:30
workflow
fix: use document language for workflow action ( #26138 )
2024-04-24 13:46:25 +05:30
www
chore: apps title
2024-08-16 14:43:23 +05:30
__init__.py
fix(styles): cleaner sidebars for list and form
2024-08-14 16:13:57 +05:30
app.py
fix: Move Monitor dump to after_response ( #26703 )
2024-06-06 14:38:22 +00:00
apps.py
chore: corrected variable name
2024-08-16 15:12:21 +05:30
auth.py
feat: added default app selector in user doctype
2024-08-08 19:54:02 +05:30
boot.py
feat(design): espresso style sidebar
2024-08-23 22:15:33 +05:30
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
fix: redirect to apps if multiple apps installed or redirect to apps portal
2024-08-08 18:29:16 +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
Merge branch 'develop' into app-switcher
2024-08-08 18:27:19 +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(rate_limiter): we can't call str.join([]) with NoneTypes in the list
2024-08-22 14:25:03 +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
fix(sessions): logout properly when user requests logout on password change
2024-08-27 17:58:20 +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
fix(translate): Fix extraction in JS files ( #27401 )
2024-08-14 12:25:44 +00:00
twofactor.py
fix: get_token header typo ( #27202 )
2024-07-26 14:43:15 +02:00