..
automation
refactor: remove event streaming doctypes from Tools workspace
2022-08-26 00:39:41 +05:30
change_log
chore: Added Change log for v13.3.0
2021-05-17 10:58:30 +05:30
commands
build: pin testing-library/dom temporarily
2022-09-19 16:21:23 +05:30
config
chore: Add typing
2022-08-12 12:53:24 +05:30
contacts
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
core
Merge pull request #18178 from phot0n/restrict-ip-text
2022-09-19 18:56:26 +05:30
custom
refactor: allow root deletion by default for nested set
2022-09-02 21:37:38 +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
perf!: Only add modified index on parent doctypes ( #18119 )
2022-09-15 19:16:12 +05:30
desk
Revert "fix: drop Meta cache during update" ( #18186 )
2022-09-19 21:28:45 +05:30
email
feat: specify sender for auto email report ( #18073 )
2022-09-16 18:56:36 +05:30
geo
fix: Turkey number format corrected ( #17886 ) ( #17888 )
2022-08-20 19:51:04 +05:30
integrations
docs: misleading docstring #18051
2022-09-07 18:03:19 +05:30
model
Revert "fix: drop Meta cache during update" ( #18186 )
2022-09-19 21:28:45 +05:30
modules
fix: remove ad-hoc maintenance mode implementation
2022-09-09 17:34:46 +05:30
patches
Revert "fix: drop Meta cache during update" ( #18186 )
2022-09-19 21:28:45 +05:30
printing
chore: db.get_all -> get_all
2022-08-22 11:35:14 +05:30
public
fix(minor): Use colors passed to render_graph on form dashboards ( #18132 )
2022-09-14 17:31:18 +05:30
query_builder
fix: fixed join query from fields
2022-08-10 23:42:01 +05:30
search
test: Use FrappeTestCase everywhere
2022-08-17 16:39:42 +05:30
social
perf: drop many unused indexes
2022-09-14 14:28:47 +05:30
templates
fix(UX): show read only mode warning on web pages
2022-09-09 17:34:46 +05:30
tests
fix: drop Meta cache during update ( #18182 )
2022-09-19 19:24:17 +05:30
translations
chore: update fr translation ( #17950 )
2022-08-25 13:52:33 +05:30
utils
chore: Add make_put_requests method for Server Scripts ( #18128 )
2022-09-14 15:54:15 +05:30
website
perf: drop many unused indexes
2022-09-14 14:28:47 +05:30
workflow
test: add test role to user
2022-09-10 12:48:33 +05:30
www
fix: signup link removed if user-pass disabled ( #18135 )
2022-09-14 19:53:53 +05:30
__init__.py
fix: set brackets - walrus doesnt get priority
2022-09-19 17:01:40 +05:30
api.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
app.py
chore: remove unused RequestContext class ( #18152 )
2022-09-15 23:22:14 +05:30
auth.py
fix: remove ad-hoc maintenance mode implementation
2022-09-09 17:34:46 +05:30
boot.py
chore: db.get_all -> get_all
2022-08-22 11:35:14 +05:30
build.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
cache_manager.py
Revert "fix: drop Meta cache during update" ( #18186 )
2022-09-19 21:28:45 +05:30
client.py
fix: get single doc using client.get ( #17817 )
2022-08-13 14:38:06 +05:30
coverage.py
ci: dont fail silently and wait for coverage
2022-08-13 22:50:22 +05:30
defaults.py
chore: remove old code where User Permissions were set in tabDefaultValue
2022-08-22 19:03:30 +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: remove event_streaming hooks
2022-08-26 00:39:41 +05:30
installer.py
fix: sync app dashboard on app install
2022-09-12 00:01:21 +05:30
middlewares.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
migrate.py
fix: ensure deferred insert are flushed during update
2022-09-09 17:34:46 +05:30
modules.txt
chore: remove event streaming module
2022-08-26 00:39:41 +05:30
monitor.py
perf: add __slots__ to most used classes ( #17421 )
2022-07-07 11:15:50 +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
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
patches.txt
Revert "fix: drop Meta cache during update" ( #18186 )
2022-09-19 21:28:45 +05:30
permissions.py
chore: db.get_all -> get_all
2022-08-22 11:35:14 +05:30
rate_limiter.py
refactor: clean up code to py310 supported features ( #17367 )
2022-07-01 11:51:05 +05:30
realtime.py
refactor: Removed vendored socketio library
2022-06-29 14:58:13 +05:30
recorder.py
Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor
2022-07-05 14:55:02 +05:30
sessions.py
fix: don't attempt to delete session during read only session
2022-09-10 12:45:25 +05:30
share.py
Merge branch 'develop' into get-all-mod
2022-08-22 14:53:35 +05:30
test_runner.py
test: FrappeClient tests not skipped ( #17843 )
2022-08-16 14:10:12 +05:30
translate.py
chore: linter fixes
2022-08-09 11:53:21 +01:00
twofactor.py
chore: remove unused function qrcode_as_png
2022-09-02 18:59:33 +05:30