seitime-frappe/frappe
2023-12-17 15:35:55 +05:30
..
api fix: assume v1 if path is not set 2023-10-16 18:13:50 +05:30
automation fix: Set sort_order to DESC if sort_field is modified (#23697) 2023-12-13 09:52:14 +05:30
change_log
commands feat: describe-database-table to get stats about a table (#23813) 2023-12-15 17:53:11 +05:30
config chore: dead code removal (#18410) 2022-10-13 15:55:40 +05:30
contacts fix: Set sort_order to DESC if sort_field is modified (#23697) 2023-12-13 09:52:14 +05:30
core docs: html2text 2023-12-16 16:49:35 +05:30
custom fix: Set sort_order to DESC if sort_field is modified (#23697) 2023-12-13 09:52:14 +05:30
data
database refactor: simplify conditional logic 2023-12-05 11:14:41 +01:00
desk fix: Set sort_order to DESC if sort_field is modified (#23697) 2023-12-13 09:52:14 +05:30
email chore: remove testing internet connection for emails (#23581) 2023-12-13 09:55:29 +05:30
geo fix: adding country Nepal in get_number_system country list (#23582) 2023-12-04 19:33:20 +05:30
integrations docs: make_*_request utils 2023-12-17 11:59:27 +05:30
model perf: Primary key is never nullable (#23788) 2023-12-14 15:01:19 +00:00
modules refactor: Indicate that weak hash functions are not usedforsecurity (#23540) 2023-12-01 16:04:37 +05:30
patches fix: commit after each write 2023-11-27 20:12:14 +01:00
printing fix: Set sort_order to DESC if sort_field is modified (#23697) 2023-12-13 09:52:14 +05:30
public Merge pull request #23804 from shariquerik/load-100-for-larger-screen 2023-12-15 12:36:06 +05:30
query_builder fix: Show server script name in traceback (#23676) 2023-12-08 15:01:13 +05:30
search refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
social fix: Set sort_order to DESC if sort_field is modified (#23697) 2023-12-13 09:52:14 +05:30
templates fix: ecsape search string (#23717) 2023-12-11 11:20:02 +05:30
tests feat: describe-database-table to get stats about a table (#23813) 2023-12-15 17:53:11 +05:30
translations Update de.csv (#23478) 2023-11-30 00:21:31 +05:30
types fix: add blank line after auto-generated types (#23430) 2023-11-30 13:22:28 +05:30
utils chore: get_year_ending to safe_exec 2023-12-17 15:35:55 +05:30
website fix: validate custom portal menu entries during sync 2023-12-13 17:55:05 +05:30
workflow fix: Set sort_order to DESC if sort_field is modified (#23697) 2023-12-13 09:52:14 +05:30
www Merge pull request #23609 from barredterra/de-morgan 2023-12-06 22:21:01 +01:00
__init__.py fix: consistency 2023-12-17 00:29:48 +05:30
app.py refactor: code cleanup 2023-11-30 17:40:53 +05:30
auth.py Merge pull request #23309 from akhilnarang/drop-redundant-bool 2023-11-23 11:20:55 +00:00
boot.py fix: correct max file size in boot 2023-11-22 10:55:52 +05:30
build.py refactor: make the app source accessor explicit 2023-08-20 01:11:05 +02:00
cache_manager.py fix: Only clear doctype cache if specified (#21611) 2023-07-09 10:44:43 +05:30
client.py fix(Virtual DocType): don't call db get_value in link field validation (#23620) 2023-12-07 21:58:05 +05:30
coverage.py ci: dont fail silently and wait for coverage 2022-08-13 22:50:22 +05:30
defaults.py refactor: inline immediately returned variable 2023-08-08 18:09:49 +02:00
deferred_insert.py refactor: frappe.cache() usage to frappe.cache (#21282) 2023-06-08 11:47:17 +05:30
exceptions.py fix(DX): Wrap print format errors (#21944) 2023-08-06 18:55:16 +05:30
frappeclient.py refactor: Simplify FrappeOAuth2Client 2023-06-24 15:22:01 +05:30
handler.py feat: Allow usage of print() within safe_exec() (#23084) 2023-11-20 12:45:41 +05:30
hooks.py refactor: code cleanup 2023-11-30 17:40:53 +05:30
installer.py refactor: simplify conditional logic 2023-12-05 11:14:41 +01:00
middlewares.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
migrate.py fix(migrate): raise exception even if db is not available (#22922) 2023-10-30 12:51:22 +00:00
modules.txt chore: remove event streaming module 2022-08-26 00:39:41 +05:30
monitor.py fix: tz aware vs naive comparison 2023-11-24 15:03:08 +05:30
oauth.py chore: Fix Linter issue with validate_silent_authorization(). (#23577) 2023-12-04 12:38:08 +05:30
parallel_test_runner.py test: smtp integration test using smtp4dev 2023-11-04 15:26:40 +05:30
patches.txt fix: add patch to unsubscribe invalid recipients 2023-11-25 17:10:09 +01:00
permissions.py refactor: simplify conditional logic 2023-12-05 11:14:41 +01:00
rate_limiter.py refactor(treewide): code cleanup 2023-11-23 13:57:51 +05:30
realtime.py fix: task_id parameter for publish_progress 2023-12-05 19:16:27 +01:00
recorder.py fix: Show server script name in traceback (#23676) 2023-12-08 15:01:13 +05:30
sessions.py chore: remove broken call to geoip 2023-07-01 20:07:05 +05:30
share.py refactor: docshare get_users (#21924) 2023-08-05 09:41:22 +05:30
test_runner.py test: smtp integration test using smtp4dev 2023-11-04 15:26:40 +05:30
translate.py refactor: simplify conditional logic 2023-12-05 11:14:41 +01:00
twofactor.py refactor(treewide): code cleanup 2023-11-23 13:57:51 +05:30