Commit graph

24 commits

Author SHA1 Message Date
Ankush Menat
40f27f908a style: format JS files with prettier 2022-08-04 14:51:01 +05:30
phot0n
a1ffcb37ee chore: remove payments fields from edit_profile, request_data & request_to_delete_data webforms 2022-07-26 23:17:05 +05:30
Shariq Ansari
a50e0ffa08
refactor: Webform (#17232) 2022-07-19 15:52:15 +05:30
Suraj Shetty
c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
Jannat Patel
12ae7b9239
fix: User Account Auto Deletion in Hours (#16135)
* fix: data-deletion-in-hours

* test: process_auto_request function

* fix: import and comment

* fix: patch for auto account deletion hours

Co-authored-by: gavin <gavin18d@gmail.com>
2022-03-07 10:38:25 +05:30
Jannat Patel
e57d2d0aa2 fix: removed sla and added auto deletion 2021-12-15 19:36:36 +05:30
Jannat Patel
a97c71f3b5 fix: sider 2021-12-08 19:29:58 +05:30
Jannat Patel
7585a26d43 fix: translation for sla description 2021-12-08 18:12:09 +05:30
Jannat Patel
d268996629 fix: test and semicolon 2021-12-01 21:18:52 +05:30
Jannat Patel
d622b96e64 fix: request for account deletion flow 2021-12-01 10:54:15 +05:30
Gavin D'souza
e407b78506 chore: Drop dead and deprecated code
* Remove six for PY2 compatability since our dependencies are not, PY2
  is legacy.
* Removed usages of utils from future/past libraries since they are
  deprecated. This includes 'from __future__ ...' and 'from past...'
  statements.
* Removed compatibility imports for PY2, switched from six imports to
  standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
  versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
barredterra
308f19eb7b fix: intro of Request to Delete Data 2021-03-25 11:10:37 +01:00
barredterra
de31f578df fix: add into to Request to Delete Data 2021-03-25 11:06:45 +01:00
barredterra
c4b3507cf3 fix: unhide field, add intro 2021-03-25 10:53:07 +01:00
Suraj Shetty
d62912de30 fix: Remove session user restriction 2019-07-16 13:21:24 +05:30
Mangesh-Khairnar
4a82cb0b2a style: remove capitalization in success message 2019-03-08 16:44:51 +05:30
Mangesh-Khairnar
2b99f3b8df style: change request data webform action from save to submit 2019-02-26 14:55:29 +05:30
Mangesh-Khairnar
d703e646f1 refactor: allow deletion request without login 2019-02-26 14:54:53 +05:30
Mangesh-Khairnar
6822047d5b feat: check scope of doctype based on roles before anonymization 2019-02-14 12:30:25 +05:30
Mangesh-Khairnar
b8ee526680 fix: external verification 2019-02-13 18:17:28 +05:30
Mangesh-Khairnar
011b877c8b changed private file assignment to int 2019-02-13 18:17:27 +05:30
Mangesh-Khairnar
0a1b879f03 removed sidebar from delete data webform 2019-02-13 18:17:27 +05:30
Mangesh-Khairnar
a07a515380 webform for deleting 2019-02-13 18:17:27 +05:30
Mangesh-Khairnar
fe2b35eba3 download data webform 2019-02-13 18:17:27 +05:30