seitime-frappe/frappe
2023-11-23 13:12:16 +05:30
..
api fix: assume v1 if path is not set 2023-10-16 18:13:50 +05:30
automation fix: ignore duplicate perm check on assign hooks (#22832) 2023-10-20 06:18:19 +00:00
change_log
commands Merge pull request #23168 from blaggacao/refactor/centralize-python-shell-interface-for-database-binaries 2023-11-17 17:02:41 +05:30
config chore: dead code removal (#18410) 2022-10-13 15:55:40 +05:30
contacts fix: increase length for address lines 2023-11-20 17:29:00 +05:30
core Merge pull request #23132 from frappe/jitter-scheduling 2023-11-22 10:59:38 +05:30
custom fix: change tab to form if doctype is set in customize form 2023-11-16 11:40:40 +05:30
data Merge branch 'develop' of https://github.com/frappe/frappe into print-format-builder-beta 2021-10-20 18:40:18 +05:30
database Merge pull request #22804 from akhilnarang/non-nullable-fields 2023-11-20 12:46:02 +05:30
desk fix: button "Add Chart to Dashboard" visible before saving (#23256) 2023-11-22 16:00:09 +05:30
email fix(email): Allow users to pull all (read & unread) emails during initial sync 2023-11-22 13:09:34 +05:30
geo refactor!: remove redundant sending of translations (#22962) 2023-11-02 20:04:14 +05:30
integrations fix: social key signup without signup conf (#23359) 2023-11-22 11:32:45 +00:00
model Merge pull request #22804 from akhilnarang/non-nullable-fields 2023-11-20 12:46:02 +05:30
modules refactor: use higher level get_app_path 2023-08-21 17:15:45 +02:00
patches fix: remove data import legacy leftover fields (#23113) 2023-11-06 19:18:39 +05:30
printing fix: Only allow standard print format modification in migrate (#23112) 2023-11-06 19:28:10 +05:30
public fix: link field shown only for Link fieldtype 2023-11-23 13:12:16 +05:30
query_builder ci: update pyupgrade 2023-07-14 14:24:08 +05:30
search refactor: for append to extend, merge list extend 2023-08-09 13:25:39 +02:00
social fix: review points when added more then once. (#23239) 2023-11-22 12:31:35 +05:30
templates fix(float): input formatting 2023-11-07 18:07:06 +01:00
tests Merge pull request #22804 from akhilnarang/non-nullable-fields 2023-11-20 12:46:02 +05:30
translations fix: wrong german translation 2023-10-24 14:23:55 +02:00
types feat(exporter): handle docfield being non-nullable 2023-11-16 14:51:57 +05:30
utils Merge pull request #22804 from akhilnarang/non-nullable-fields 2023-11-20 12:46:02 +05:30
website fix(web_form): check properties for title field as well 2023-11-22 11:54:36 +05:30
workflow Merge pull request #23207 from rtdany10/workflow-status 2023-11-20 21:06:59 +05:30
www fix(UX): updated error.html message (#23129) 2023-11-07 18:27:11 +05:30
__init__.py feat: Allow usage of print() within safe_exec() (#23084) 2023-11-20 12:45:41 +05:30
app.py fix: correct max file size in boot 2023-11-22 10:55:52 +05:30
auth.py fix: ignore invalid token so auth hooks can apply 2023-11-20 10:16:29 +05:30
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: group by didn't work for the frappe.client.get_value (#22969) 2023-10-30 15:15:56 +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 feat: frappe.job local for reading job info 2023-11-04 14:06:31 +05:30
installer.py refactor: normalize function signature 2023-11-10 15:12:59 +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 feat: error logs to include trace id 2023-08-23 14:20:24 +05:30
oauth.py refactor: delete oauth internal data with db query 2023-09-25 19:38:48 +05:30
parallel_test_runner.py test: smtp integration test using smtp4dev 2023-11-04 15:26:40 +05:30
patches.txt fix: remove data import legacy leftover fields (#23113) 2023-11-06 19:18:39 +05:30
permissions.py fix: avoid double translation 2023-09-28 11:46:44 +05:30
rate_limiter.py feat: after_response callback manager (#22398) 2023-09-14 10:56:08 +00:00
realtime.py fix: show progress in doc, if given (#22256) 2023-08-31 11:33:48 +05:30
recorder.py fix: misc dx improvemnts (#22188) 2023-08-28 07:01:25 +00:00
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 chore: remove unused method 2023-11-06 19:46:34 +01:00
twofactor.py feat: Desk User role 2023-08-28 22:31:23 +05:30