seitime-frappe/frappe
2024-09-23 11:59:20 +05:30
..
api refactor: Wrap meta in v2 (#26548) 2024-05-24 06:05:09 +00:00
automation fix(ui): sortable sidebar, fixes to breadcrumbs etc 2024-09-06 14:12:36 +05:30
change_log
commands chore: add back describe-database-table command 2024-09-18 16:48:49 +05:30
contacts refactor: address query 2024-07-24 10:30:35 +02:00
core feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
custom fix: Unable to save JSON field type in the customize form. (#27472) 2024-08-22 12:49:01 +05:30
data
database chore: Add type hints 2024-09-19 14:05:25 +02:00
desk fix(setup_wizard): update wording for password field for non-admins 2024-09-16 11:40:06 +05:30
email test(File): Add test for attachments with percent-encoded file names 2024-09-16 13:47:27 +02:00
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(translate): Don't extract from gitignored files (#27498) 2024-09-20 12:18:28 +02:00
integrations refactor(keycloak): set API endpoint while getting list of oauth providers 2024-09-19 15:31:32 +05:30
locale fix: sync translations from crowdin (#27679) 2024-09-19 01:13:02 +02:00
model feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
modules fix: Replace "<br>" with "\n" (#27854) 2024-09-23 11:59:20 +05:30
patches fix: migration to utm 2024-09-17 11:41:51 +02:00
printing fix(style): print format 2024-09-10 15:15:15 +05:30
public fix: update format 2024-09-20 12:25:40 +05:30
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(minor): page creation 2024-09-06 14:12:34 +05:30
tests fix: money in words (#27190) 2024-09-21 16:24:39 +02:00
types fix: we want DF.Literal[None], not DF.LiteralNone 2024-03-13 15:57:46 +05:30
utils fix: money in words (#27190) 2024-09-21 16:24:39 +02:00
website feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
workflow chore: format 2024-09-13 18:23:00 +05:30
www fix: dont fetch context for custom doctype based on custom module 2024-09-16 20:41:37 +05:30
__init__.py Merge pull request #27505 from dj12djdjs/fix-link-title-href 2024-09-13 18:17:15 +05:30
app.py chore: fix all invocation of init for singledispatch -> min 1 positional arg 2024-09-13 11:53:52 +02:00
apps.py fix: consider default path for Website User if applicable 2024-08-30 15:42:58 +05:30
auth.py Merge pull request #26737 from blaggacao/feat/cache-control 2024-09-11 23:32:57 +02:00
boot.py fix(minor): default app title and logo 2024-09-11 11:38:12 +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 feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
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(ui): sortable sidebar, fixes to breadcrumbs etc 2024-09-06 14:12:36 +05:30
hooks.py fix: Add support for minutes-based notifications 2024-09-10 16:45:53 +02:00
installer.py chore: fix all invocation of init for singledispatch -> min 1 positional arg 2024-09-13 11:53:52 +02:00
locale.py feat!: enhance Language to become more of a Locale (#27178) 2024-09-21 16:02:58 +02:00
middlewares.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
migrate.py chore: fix all invocation of init for singledispatch -> min 1 positional arg 2024-09-13 11:53:52 +02:00
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 chore: fix all invocation of init for singledispatch -> min 1 positional arg 2024-09-13 11:53:52 +02:00
patches.txt fix: migration to utm 2024-09-17 11:41:51 +02:00
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: load apps_data in boot for desk 2024-09-05 19:20:52 +05:30
share.py style: re-format with ruff 2024-02-05 18:53:33 +05:30
test_runner.py ci: Show which test record creation failed 2024-09-16 19:57:53 +02:00
translate.py fix: Implement parent-child language precedence in get_all_translations 2024-09-21 01:56:07 +02:00
twofactor.py chore(twofactor): specify key to display during decryption failures 2024-09-16 13:00:38 +05:30