..
automation
fix: Removing unused code for worspace
2021-09-20 21:27:14 +05:30
change_log
chore: Added Change log for v13.3.0
2021-05-17 10:58:30 +05:30
commands
fix: Change site archive path to archived/sites
2021-11-25 12:47:36 +05:30
config
refactor: Use run instead of frappe.db.sql
2021-08-12 18:36:43 +05:30
contacts
fix: Check permission for address and contact list
2021-10-28 15:14:53 +05:30
core
Merge pull request #15253 from netchampfaris/zip-files
2021-12-10 17:24:55 +05:30
custom
refactor: common JS controller for DocType and customize form
2021-12-01 19:10:11 +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
data_migration
refactor: get_mapping_module doesn't need to access to instance
2021-11-26 17:29:44 +05:30
database
fix: misc fixes
2021-12-06 13:04:27 +05:30
desk
Merge pull request #15265 from phot0n/not-able-to-get-back-on-user-prifile
2021-12-12 13:14:20 +05:30
email
feat: patched frappe email to work with frappecloud mail app ( #15248 )
2021-12-12 21:09:31 +05:30
event_streaming
fix: delete Event Producer Last Update on trash event of Event Producer
2021-12-03 10:37:30 +05:30
geo
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
integrations
fix: removed unused imports
2021-11-09 14:49:27 +05:30
model
fix: handle falsy return values in document methods
2021-12-06 15:38:59 +05:30
modules
fix: update modified of Singles
2021-12-10 12:26:32 +01:00
patches
fix: fixed query to run on postgres db ( #15239 )
2021-12-12 05:10:25 +00:00
printing
fix: include name field and onboarding for print format, report
2021-11-24 19:18:27 +05:30
public
fix: adding a new child expands all childs
2021-12-13 22:37:27 +05:30
query_builder
Merge branch 'develop' into aks-feat-sanitise_qb_2
2021-12-12 10:16:26 +05:30
search
feat: apply boosts on search queries
2021-10-25 09:14:53 +05:30
social
Merge pull request #14993 from kennethsequeira/dis-eps
2021-11-17 11:45:36 +00:00
templates
fix(newsletter): better open in web link
2021-12-07 17:20:58 +05:30
tests
Merge branch 'develop' into aks-feat-sanitise_qb_2
2021-12-12 10:16:26 +05:30
translations
fix: Correct the polish translations to correctly show buttons in Frappe framework. ( #15093 )
2021-11-26 19:20:37 +05:30
utils
feat: patched frappe email to work with frappecloud mail app ( #15248 )
2021-12-12 21:09:31 +05:30
website
fix: Add xcall to Frappe's web bundle (backport #15146 ) ( #15152 )
2021-12-02 10:58:36 +05:30
workflow
fix: Give select permission to 'All' for workflow state ( #15044 )
2021-11-22 18:49:56 +05:30
www
Merge branch 'develop' into 404-page
2021-11-23 08:44:36 +05:30
__init__.py
Merge branch 'develop' of github.com:Aradhya-Tripathi/frappe into at/aggregations
2021-11-27 17:52:30 +05:30
api.py
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
app.py
refactor: Limit file size of uploads by setting max_content_length
2021-11-17 16:26:00 +05:30
auth.py
fix: minor fixes to whitelisted methods ( #14569 )
2021-11-07 19:13:26 +05:30
boot.py
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
build.py
refactor: remove chalk dependency
2021-10-20 12:46:05 +05:30
cache_manager.py
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
client.py
feat(REST): OR filters in REST API
2021-11-27 17:17:05 +05:30
coverage.py
CI: Use codecov coverage reporting
2021-09-02 09:36:25 +05:30
defaults.py
refactor: replacing queries with frappe ORM
2021-10-14 01:16:46 +05:30
deferred_insert.py
fix: Use separate API to insert route history
2021-11-29 16:38:15 +05:30
exceptions.py
refactor: extend Exception instead of ValidationError
2021-10-25 18:46:54 +05:30
frappeclient.py
fix: remove mutable defaults ( #14597 )
2021-10-28 09:36:31 +00:00
handler.py
fix: handle falsy return values in document methods
2021-12-06 15:38:59 +05:30
hooks.py
chore: Remove Chat Module
2021-11-09 13:44:57 +05:30
installer.py
fix: cannot uninstall app with virtual doctype ( #15136 )
2021-12-03 14:34:41 +00:00
middlewares.py
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
migrate.py
refactor: remove unused args
2021-10-11 17:23:17 +05:30
modules.txt
chore: Remove Chat Module
2021-11-09 13:44:57 +05:30
monitor.py
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
oauth.py
chore: Update PyJWT dependency
2021-05-29 17:22:30 +05:30
parallel_test_runner.py
fix: remove mutable defaults ( #14597 )
2021-10-28 09:36:31 +00:00
patches.txt
refactor: Remove Aggregation methods from DB API
2021-11-29 13:53:27 +05:30
permissions.py
fix: Docstring of has_permission & made error title translatable
2021-10-28 15:25:45 +05:30
rate_limiter.py
Merge pull request #14087 from shadrak98/rate-limiting
2021-09-21 08:07:26 +05:30
realtime.py
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
recorder.py
chore: Update header: license.txt => LICENSE
2021-09-03 12:02:59 +05:30
sessions.py
refactor: changed query in sessions
2021-11-23 15:49:16 +05:30
share.py
refactor: replaced sql_list
2021-10-22 13:31:36 +05:30
test_runner.py
test: restore scheduler state after running tests
2021-10-29 15:16:29 +05:30
translate.py
fix: fixed no order arg in converted queries
2021-11-23 13:30:42 +05:30
twofactor.py
refactor: converted more queries
2021-11-20 15:02:22 +05:30