seitime-frappe/frappe
2024-11-29 13:39:03 +01:00
..
api refactor: use doc.check_permission (#28317) 2024-11-22 10:41:24 +01:00
automation fix: translatability of boldened text 2024-11-05 12:25:33 +05:30
change_log
commands chore(ui-tests): raise click Exit exception 2024-11-29 13:39:03 +01:00
contacts fix: translatability of boldened text 2024-11-05 12:25:33 +05:30
core test: fix universal type checker based on downstream use and more testing (#28619) 2024-11-28 23:35:32 +01:00
custom chore: move to use new test record api (#28105) 2024-10-12 23:13:41 +00:00
data
database chore(docref): fix circular imports (#28282) 2024-10-24 22:31:12 +02:00
desk fix(query_report): Check both read and select perms 2024-11-25 12:11:29 +01:00
email refactor(FrappeMail): merge newsletter and transactional email into a single endpoint (#28480) 2024-11-16 04:57:33 +00:00
geo feat: Disable allow renaming country (#28596) 2024-11-28 08:51:45 +01:00
gettext refactor: unit vs integration treewide (#27992) 2024-10-06 09:43:36 +00:00
integrations fix: added api to send verification code and verify and login to fc 2024-11-22 21:40:40 +05:30
locale chore: update POT file 2024-11-24 09:34:17 +00:00
model fix(rename): check for permissions for merged document as well 2024-11-28 15:59:45 +05:30
modules fix: Replace "<br>" with "\n" (#27854) 2024-09-23 11:59:20 +05:30
patches fix: don't try to rename a doctype that doesn't exist (#28487) 2024-11-16 18:27:05 +01:00
printing chore: move to use new test record api (#28105) 2024-10-12 23:13:41 +00:00
public fix: enable fetching datetime fields from linked doctypes (#28602) 2024-11-28 10:27:12 +01:00
query_builder fix: datetime comparison in QB (#26364) 2024-05-09 10:19:27 +00:00
search refactor: change filter from tuple to dict 2024-11-26 11:38:15 +05:30
social revert: changes to energy point log 2024-11-05 12:25:33 +05:30
templates Merge pull request #28012 from dhiashalabi/fix/rtl-lang-support 2024-11-05 10:47:58 +05:30
testing refactor: tomllib -> tomli 2024-11-29 11:32:07 +05:30
tests fix: make read only mode thread safe (#28359) 2024-11-18 15:00:50 +01:00
types chore(DF): Check can be considered bool 2024-11-08 15:31:26 +05:30
utils test: fix universal type checker based on downstream use and more testing (#28619) 2024-11-28 23:35:32 +01:00
website fix(style): fix oauth authorisation page and standardise error responses 2024-10-24 15:21:34 +05:30
workflow fix: use get_email_template to support html template in workflow email 2024-10-24 14:43:39 +05:30
www refactor: tomllib -> tomli 2024-11-29 11:32:07 +05:30
__init__.py test: fix universal type checker based on downstream use and more testing (#28619) 2024-11-28 23:35:32 +01:00
app.py fix: revert etag implementation (#28358) 2024-11-03 11:02:29 +00:00
apps.py fix: consider default path for Website User if applicable 2024-08-30 15:42:58 +05:30
auth.py fix: Fix typo in build_domain_restriced function names 2024-11-20 13:52:19 +01:00
boot.py fix: added manage billing button in navbar settings dropdown 2024-11-15 14:32:05 +05:30
build.py fix: post install also install billing dependencies 2024-11-14 16:08:26 +05:30
cache_manager.py fix: Fix typo in build_domain_restriced function names 2024-11-20 13:52:19 +01:00
client.py devx: add deprecation dumpster (#27887) 2024-10-08 18:56:10 +02:00
coverage.py ci: make gh actions functions (#28299) 2024-10-27 02:09:02 +00:00
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
deprecation_dumpster.py chore: use deprecation dumpster for remaining deprecated decorator (#28555) 2024-11-23 23:50:56 +00:00
exceptions.py feat: add read only document mode 2024-10-02 12:02:52 +02:00
frappeclient.py fix: Remove typo from get_doc docstring of FrappeClient (#28515) 2024-11-20 04:27:13 +00:00
handler.py refactor: use doc.check_permission (#28317) 2024-11-22 10:41:24 +01:00
hooks.py fix: Fix typo in build_domain_restriced function names 2024-11-20 13:52:19 +01: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
migrate.py chore: fix all invocation of init for singledispatch -> min 1 positional arg 2024-09-13 11:53:52 +02:00
modules.txt
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 ci: this adds universal runtime typechecking during tests to test runners (#28554) 2024-11-28 15:11:30 +00:00
patches.txt chore: add in a patch to migrate desk settings from role to user [untested] 2024-09-24 10:46:52 +05:30
permissions.py fix(permissions): cast docname to string 2024-10-22 13:09:43 +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 ci: Run optimized python and control warnings (#28063) 2024-10-09 13:29:30 +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 refactor: organize test contextmanagers (#28041) 2024-10-09 02:09:19 +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