seitime-frappe/frappe/website
Gavin D'souza 6b104e2bf1 feat: Partial field value redaction
Finds and replaces Full Name and User email ID from specified DocTypes

Changes:
* Option "partial" added in user_data_fields
* If "redact_fields" aren't speciifed, "partial" mode is assumed
* If "rename" is set, the respective docs are renamed with self.anon
* "strict" if unset, is assumed to be False. In this case, a non conditional
query is used to delete data. If "strict" is True, Personal Data
Deletion Request will obey "filter_by" field value if defined else "owner" is used
2021-02-26 21:24:02 +05:30
..
css style: linting fixes 2019-06-13 15:02:03 +05:30
doctype feat: Partial field value redaction 2021-02-26 21:24:02 +05:30
js Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui 2021-01-20 17:57:46 +05:30
module_onboarding/website fix: update success message (#10950) 2020-07-10 19:05:48 +05:30
onboarding_step chore: cleanup website desk pages (#10519) 2020-05-29 13:11:26 +05:30
page [route] redesigned 2014-08-20 11:50:37 +05:30
report feat: add sidebar stats 2020-12-02 17:44:22 +05:30
web_form fix: Remove session user restriction 2019-07-16 13:21:24 +05:30
web_template Merge branch 'rebrand-ui' of https://github.com/frappe/frappe into rebrand-ui 2021-01-20 17:57:46 +05:30
website_theme feat: remove user can dismiss code 2020-06-15 13:12:58 +05:30
workspace/website feat: rename desk page to workspace 2020-12-04 14:16:26 +05:30
__init__.py Web Notes to Frappe, better alerts, css fixes, fixed splash 2015-03-03 15:09:34 +05:30
context.py fix(tests): routing, permission and other fixes 2020-12-24 14:48:40 +05:30
dashboard_fixtures.py chore: update fixtures 2020-05-13 19:58:33 +05:30
purifycss.py Update purifycss.py 2019-01-29 21:34:50 +08:00
redirect.py feat: Website Redirects 2019-05-07 11:32:28 +05:30
render.py Merge pull request #12325 from netchampfaris/fix-website-rules-cache-dev-mode 2021-02-08 16:28:06 +05:30
router.py fix(routing): removed /space from routing 2021-01-01 12:30:35 +05:30
utils.py Merge pull request #12278 from hasnain2808/fix-auto-login-redirect 2021-02-02 14:30:25 +05:30
website_generator.py fix: remove obsolete argument 2020-08-19 11:53:13 +02:00