..
automation
refactor!: Remove activity feed ( #19241 )
2022-12-12 15:29:32 +05:30
change_log
chore: Added Change log for v13.3.0
2021-05-17 10:58:30 +05:30
commands
fix(trim-database): Dont act on non-frappe tables ( #19292 )
2022-12-15 13:43:28 +05:30
config
chore: dead code removal ( #18410 )
2022-10-13 15:55:40 +05:30
contacts
feat: contact full name ( #18596 )
2022-11-22 18:57:41 +05:30
core
refactor(minor): User
2022-12-15 13:47:05 +05:30
custom
fix: do not use cur_frm in depends_on expression
2022-11-30 14:35:25 +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
fix: duplicate unique index when column is altered
2022-12-15 13:36:28 +05:30
desk
perf: remove order_by from linked_with checks ( #19229 )
2022-12-12 15:39:46 +05:30
email
fix: validate email template subject and minor refactor ( #19102 )
2022-12-07 15:09:07 +05:30
geo
fix: deduplicate currencies manually
2022-12-05 16:00:44 +05:30
integrations
fix: LDAP - check each email in list before creating user
2022-12-05 22:14:51 +05:30
model
fix: handle HTML code field's has_content
2022-12-14 19:36:07 +05:30
modules
fix: use monotonic clock for timing code ( #19138 )
2022-12-06 15:42:37 +05:30
patches
fix: patch to delete duplicate uniq indexes
2022-12-15 13:36:28 +05:30
printing
refactor: better, consistent names
2022-12-08 17:01:35 +01:00
public
fix: if grid custom button is not set grid has some extra space on top
2022-12-14 17:29:58 +05:30
query_builder
fix: set filename explicitly for safe_exec
2022-12-07 16:34:27 +05:30
search
feat: operation level locking for CLI commands ( #19162 )
2022-12-08 13:24:43 +05:30
social
fix: Restrict socket data to respective users after commit
2022-11-16 23:07:07 +05:30
templates
fix(UX): forget password shows error on wrong email ( #19235 )
2022-12-12 12:45:27 +05:30
tests
test: test index after col change too
2022-12-15 13:39:25 +05:30
translations
Merge branch 'develop' into select-print-language
2022-12-08 17:15:12 +01:00
utils
fix: Support missing Optional or mismatching annotation types
2022-12-15 13:47:05 +05:30
website
Merge branch 'develop' into web-form-print-format-fix
2022-12-13 18:06:03 +05:30
workflow
test: add test role to user
2022-09-10 12:48:33 +05:30
www
style: fmt
2022-12-13 12:07:04 +05:30
__init__.py
feat(whitelisted): Runtime typing hints validation
2022-12-15 13:47:05 +05:30
api.py
refactor: simplify api.py ( #18372 )
2022-10-12 15:18:39 +05:30
app.py
fix: rollback if not commiting
2022-11-28 11:43:41 +05:30
auth.py
fix: log unknown usernames too for failed attempts ( #19199 )
2022-12-08 17:41:47 +05:30
boot.py
feat: Added Subscription Banner for remotely logging into FrappeCloud dashboard from site (backport #18263 ) ( #18281 )
2022-10-03 16:41:12 +05:30
build.py
refactor: which > find_executable ( #18872 )
2022-11-14 18:15:38 +05:30
cache_manager.py
fix: dont clear doctype map keys when clearing doctype cache
2022-11-02 09:58:34 +00:00
client.py
fix: remove redundant translation ( #18775 )
2022-11-06 17:27:02 +05:30
coverage.py
ci: dont fail silently and wait for coverage
2022-08-13 22:50:22 +05:30
defaults.py
perf: dont clear all cache during default install ( #19078 )
2022-12-02 12:48:19 +05:30
deferred_insert.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
exceptions.py
feat: wrap read only mode SQL errors
2022-09-09 17:34:44 +05:30
frappeclient.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
handler.py
fix: dont allow blank content of unsupported type
2022-07-11 14:23:10 +05:30
hooks.py
chore: correct devel version
2022-12-13 14:20:55 +05:30
installer.py
fix: set-config -g ( #19217 )
2022-12-09 11:10:09 +05:30
middlewares.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
migrate.py
feat: operation level locking for CLI commands ( #19162 )
2022-12-08 13:24:43 +05:30
modules.txt
chore: remove event streaming module
2022-08-26 00:39:41 +05:30
monitor.py
fix: use compact JSON representation for monitor
2022-09-25 15:07:30 +05:30
oauth.py
fix(oauth): Send id_token of the authorized user instead of Guest
2022-06-21 21:52:22 +05:30
parallel_test_runner.py
fix: use monotonic clock for timing code ( #19138 )
2022-12-06 15:42:37 +05:30
patches.txt
fix: patch to delete duplicate uniq indexes
2022-12-15 13:36:28 +05:30
permissions.py
fix: user perm check message ( #19165 )
2022-12-08 18:46:06 +05:30
rate_limiter.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
realtime.py
fix: Auto-add all users to website room
2022-11-17 17:04:07 +05:30
recorder.py
feat: finer frappe Recorder control with decorator ( #19220 )
2022-12-09 14:18:49 +05:30
sessions.py
chore!: drop device support from session ( #18729 )
2022-12-05 16:37:32 +05:30
share.py
fix(docshare): return None if share_name and value are None ( #19187 )
2022-12-08 12:49:23 +05:30
test_runner.py
fix: use monotonic clock for timing code ( #19138 )
2022-12-06 15:42:37 +05:30
translate.py
feat: add parameters language and letter_head to download_pdf
2022-12-14 13:59:46 +01:00
twofactor.py
chore: remove unused function qrcode_as_png
2022-09-02 18:59:33 +05:30