seitime-frappe/frappe
Faris Ansari ff8231da9c
Merge pull request #16523 from netchampfaris/fix-blog-comments
fix: strip html from blog comments to prevent spam
2022-04-06 17:34:31 +05:30
..
automation Merge branch 'develop' into wspace-new-design 2022-01-24 10:50:59 +05:30
change_log chore: Added Change log for v13.3.0 2021-05-17 10:58:30 +05:30
commands fix(set-last-active-for-user): Skip the extra lines to just do a set_value 2022-03-31 16:02:28 +05:30
config refactor: Use run instead of frappe.db.sql 2021-08-12 18:36:43 +05:30
contacts chore: adding back idx column 2022-02-07 16:40:01 +05:30
core fix: don't update autoname field when using Document.save (#16436) 2022-04-01 14:00:27 +05:30
custom Merge branch 'develop' into customize-form-highlighted-rows-fix 2022-04-01 14:33:01 +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 feat(db): Set frappe.db.debug to mass debug queries 2022-04-04 15:15:51 +05:30
desk refactor!: make automatically following documents optional (#16030) 2022-03-25 02:01:15 +05:30
email fix: remove spaces from email placeholders 2022-04-04 17:11:14 +05:30
event_streaming feat: integer primary keys 2022-03-11 23:46:00 +05:30
geo chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
integrations refactor: Clean up whitespace & add CI check 2022-02-25 20:01:29 +05:30
model fix: require key in doc.get 2022-04-04 11:18:46 +05:30
modules fix: remove hyphen from class name while creating boilerplate (#16391) 2022-03-24 17:55:09 +05:30
patches Merge branch 'develop' into is-system-generated-customization 2022-03-17 14:09:11 +05:30
printing fix: Fetch only active letter heads 2022-04-04 16:57:25 +05:30
public Merge pull request #16407 from alyf-de/map-control 2022-04-06 05:42:49 +00:00
query_builder fix: Ported subqry to branch for compatibility 2022-03-31 13:41:08 +05:30
search fix: Use whoosh AsyncWriter to prevent write locks 2022-02-06 08:40:23 +05:30
social fix: Fix energy point log test case 2022-02-28 16:59:05 +05:30
templates fix: strip html from comment content 2022-04-06 16:28:57 +05:30
tests fix: remove spaces from email placeholders 2022-04-04 17:11:14 +05:30
translations fix: update translation (#16444) 2022-03-30 11:27:22 +00:00
utils Merge pull request #16502 from gavindsouza/nestedset-fixes 2022-04-04 16:00:56 +05:30
website test: spam links shouldn't render on blog post 2022-04-06 16:29:22 +05:30
workflow perf: role instead of users in workflow actions (#15789) 2022-03-07 13:01:31 +05:30
www fix(styles): fix styles for my account and web forms 2022-03-24 09:21:34 +05:30
__init__.py perf: 90% faster get_cached_value from Redis cache 2022-04-01 13:45:21 +05:30
api.py test: Add tests for auth & run_method 2022-02-11 15:25:29 +05:30
app.py chore(deps): bump werkzeug to latest version 2022-02-08 20:02:49 +05:30
auth.py refactor: use is bool instead of == bool 2022-01-17 15:40:33 +01:00
boot.py fix: calling function directly from boot file 2022-03-15 09:03:37 +05:30
build.py chore!: Deprecate frappe.utils.minify 2022-02-11 20:22:56 +05:30
cache_manager.py fix: correctly compute doctype name from table name 2022-01-24 11:18:21 +05:30
client.py refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes 2022-02-07 15:12:37 +05:30
coverage.py ci: Remove build.py from exclusion list 2022-02-17 16:57:27 +05:30
defaults.py refactor: use is None instead of == None 2022-01-17 10:37:51 +01:00
deferred_insert.py fix: Use separate API to insert route history 2021-11-29 16:38:15 +05:30
exceptions.py feat: parse app name from tags and urls 2022-03-22 14:16:59 +05:30
frappeclient.py feat: integer primary keys 2022-03-11 23:46:00 +05:30
handler.py refactor: use frappe.parse_json 2022-03-20 18:02:44 +01:00
hooks.py fix!: Remove "K.I.S.S. Bot" functionality 2022-03-30 11:33:40 +05:30
installer.py fix: Use github.com when github api rate is crossed 2022-04-01 12:05:04 +05:30
middlewares.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
migrate.py refactor: Site Migration 2022-02-02 17:44:49 +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 revert: "feat: redirect for support portal" (#16394) 2022-03-24 15:50:44 +05:30
permissions.py fix: resolved conflicts in permissions.py 2022-03-21 18:05:01 +05:30
rate_limiter.py Merge pull request #14087 from shadrak98/rate-limiting 2021-09-21 08:07:26 +05:30
realtime.py feat: integer primary keys 2022-03-11 23:46:00 +05:30
recorder.py chore: Update header: license.txt => LICENSE 2021-09-03 12:02:59 +05:30
sessions.py refactor: use is None instead of == None 2022-01-17 10:37:51 +01:00
share.py refactor!: make automatically following documents optional (#16030) 2022-03-25 02:01:15 +05:30
test_runner.py Merge branch 'develop' of github.com:frappe/frappe into update-title-types 2022-02-24 11:56:00 +05:30
translate.py feat: allow splitting _() function call on multiple lines 2022-03-26 16:18:35 +05:30
twofactor.py refactor: converted more queries 2021-11-20 15:02:22 +05:30