seitime-frappe/frappe
2022-09-06 17:51:25 +05:30
..
automation chore: db.get_all -> get_all 2022-08-22 11:35:14 +05:30
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
commands feat(bench): add new bench command for add user 2022-08-24 14:29:50 +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 feat: make attachments public on doctypes 2022-08-26 12:42:26 +05:30
custom feat: allow syncing new fields in Doctype Layout 2022-09-06 17:51: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 chore: limit over-logging of handled exception (#17878) 2022-08-19 12:53:51 +05:30
desk fix: don't attempt to delete workspace in prod 2022-08-26 12:34:00 +05:30
email Merge pull request #17883 from phot0n/fetch-domain-values 2022-08-23 11:16:58 +05:30
event_streaming test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
geo fix: Turkey number format corrected (#17886) (#17888) 2022-08-20 19:51:04 +05:30
integrations chore: db.get_all -> get_all 2022-08-22 11:35:14 +05:30
model perf: avoid coalescing wherever possible (#17920) 2022-08-24 10:30:51 +05:30
modules chore: code cleanup 2022-08-19 15:56:44 +05:30
patches build(deps): drop unused dependencies 2022-08-26 10:23:09 +05:30
printing chore: db.get_all -> get_all 2022-08-22 11:35:14 +05:30
public feat: make attachments public on doctypes 2022-08-26 12:42:26 +05:30
query_builder Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-07-19 16:23:24 +05:30
search test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
social test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
templates style: format JS files with prettier 2022-08-04 14:51:01 +05:30
tests feat: make attachments public on doctypes 2022-08-26 12:42:26 +05:30
translations chore: update fr translation (#17950) 2022-08-25 13:52:33 +05:30
utils perf: rebuild website search index in background (#17974) 2022-08-26 17:41:07 +05:30
website feat: make attachments public on doctypes 2022-08-26 12:42:26 +05:30
workflow test: Use FrappeTestCase everywhere 2022-08-17 16:39:42 +05:30
www Merge pull request #17891 from ankush/misc_fixes 2022-08-22 11:45:20 +05:30
__init__.py Merge pull request #17891 from ankush/misc_fixes 2022-08-22 11:45:20 +05:30
api.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
app.py style: use middleware decorator to keep function definition intact 2022-07-19 22:28:14 +05:30
auth.py fix: pop pwd from form dict, disable auth loggin 2022-08-18 15:32:42 +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 chore: db.get_all -> get_all 2022-08-22 11:35:14 +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 refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +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 refactor: translatable doctypes 2022-08-05 21:38:10 +01:00
installer.py fix: init only existing single doctypes 2022-08-11 17:10:55 +05:30
middlewares.py refactor: clean up code to py310 supported features (#17367) 2022-07-01 11:51:05 +05:30
migrate.py perf: rebuild website search index in background (#17974) 2022-08-26 17:41:07 +05:30
modules.txt refactor!: Remove Data Migration Tool (#17134) 2022-06-13 16:24:00 +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 build(deps): drop unused dependencies 2022-08-26 10:23:09 +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 refactor: translatable doctypes 2022-08-05 21:38:10 +01:00
share.py chore: db.get_all -> get_all 2022-08-22 11:35:14 +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 Merge branch 'develop' into encrypt-otp-secrets 2022-07-18 16:47:11 +00:00