mergify[bot]
85cbdf7683
Merge pull request #12895 from revant/feat-auth-hooks
...
feat(hooks): auth hooks
2021-04-23 06:33:27 +00:00
Revant Nandgaonkar
d309343c6f
feat(hooks): auth hooks
...
hook for request authentication
2021-04-19 06:31:28 +05:30
Faris Ansari
a62ef80cdd
fix: Add jinja hook boilerplate
2021-04-17 16:11:28 +05:30
Gavin D'souza
cd94227aa5
refactor(hooks): Personal Data Deletion Request
...
Changes:
* Renamed hook from `user_privacy_documents` to `user_data_fields`
* Renamed ref field from `match_field` to `filter_by`
* Renamed ref field from `personal_fields` to `redact_fields`
* Removed ref field `applies_to_website_user` from hook options -- let's
treat all requests equally and redact data from all privacy docs
* Added boilerplate hook for new apps
2021-02-26 20:31:02 +05:30
Faris Ansari
0db383499e
Merge pull request #11555 from netchampfaris/website_theme_hook
2020-09-24 14:13:16 +05:30
Faris Ansari
f2a6f3dd21
fix: Add example in boilerplate
2020-09-18 17:12:26 +05:30
barredterra
e7d21a813c
feat: hook for website_theme_scss
2020-08-27 18:05:45 +02:00
Rushabh Mehta
137df8290b
fix(sider): fix sider issues
2020-08-17 09:41:54 +05:30
Rushabh Mehta
77018fc9d6
fix(cleanup): cleanup layout of doctype, user, role, add home_page to Portal Settings, Role
2020-08-17 09:41:54 +05:30
Faris Ansari
3051ac5e57
fix: Use gitpython module instead of subprocess
2020-07-12 11:04:10 +05:30
Faris Ansari
0474044ec2
fix: Initialize git repository after creating app
2020-07-10 19:33:50 +05:30
Felipe Orellana
4479405872
fix: hooks.py boilerplate escape chars
...
Creating new app currently breaks due to comments in hooks.py do not properly escape sample configuration on webform hooks.
2020-04-05 21:27:32 -04:00
Rohan Bansal
91f023edbe
feat: include custom JS and CSS files in web form
2020-03-02 16:28:47 +05:30
vishal
b2a44e922e
fix: added auto_cancel_exempted_doctypes in boilerplate
2020-01-13 13:31:00 +05:30
vishal
f741d46fdb
feat: cancel multiple documents in a single transaction
...
- show all linked doc in a dialog box on cancel event
- following changes only fetch cancelable docs
- recursively build a list of linked submitted docs
- cancel all linked documents before cancelling current document
- add progress bar and group documents by doctype
- added exempted doctype list in hooks
2020-01-13 13:31:00 +05:30
Rohan
355fc4b49e
feat: allow extending doctype dashboards via hooks (develop) ( #8336 )
...
* feat: allow overriding dasboards via hooks
* fix: allow extending dashboard data in hooks
* fix: move logic to generic function
* format: added description to hook
2019-09-08 02:29:43 +05:30
Gavin D'souza
44cab5d326
refactor: updated boilerplate
...
moved from regex + ast eval to just using import
2019-07-29 16:24:24 +05:30
Aditya Hase
6b72faf44f
style: Linting fixes ( #6809 )
...
* style: Remove unused imports
* style: Remove unused local variables
2019-01-23 16:39:55 +05:30
Saurabh
c899c94c96
escape new line char while creating boilerplate for app
2018-05-07 12:50:19 +05:30
Nabin Hait
e3682cec22
Fixed merge conflict
2018-05-05 12:12:28 +05:30
Ameya Shenoy
5cc28b1257
pip fix ( #5527 )
2018-05-04 19:05:48 +05:30
Saurabh
7e58f36c88
Merge branch 'master' into develop
2018-04-15 12:50:28 +05:30
Ameya Shenoy
a6087cb243
Compatibility for pip10
...
- also some spaces and tabs fixes
2018-04-15 03:41:32 +05:30
Achilles Rasquinha
1f2d5c774b
create new apps
2018-03-05 14:32:54 +05:30
Achilles Rasquinha
1388870aeb
six moved to moves
2018-02-24 00:17:21 +05:30
Achilles Rasquinha
e405d1cabd
[PY3] Added input compat with six
2018-02-23 17:04:15 +05:30
Achilles Rasquinha
14924620dc
replaced raw_input to input
2018-02-15 15:38:06 +05:30
Aditya Hase
bab692ff59
Replaced mixed usage of tabs and spaces for indents with tabs only ( #3813 )
...
Python 3 (PEP 8) strictly disallows mixed use of tabs and spaces
for indentation
frappe innstalltion only throws error on frappe/utils/jinja.py as
of now but the rest are almost equally likely to fail, so changed
all of them in one commit
2017-07-31 10:50:26 +05:30
Revant Nandgaonkar
36a54e29e8
Add js to doctype calendar view ( #3599 )
2017-07-05 11:08:09 +05:30
tundebabzy
7b41d7e5eb
Python 3 compatible print statements ( #3199 )
...
* changes print statements in file to python 3 compatible style using `__future__`
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* changes deprecated md5 module to hashlib
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
* adds python 3 style for print statements
2017-05-01 12:34:29 +05:30
Rushabh Mehta
1e7229c45f
[enhance] global search in website ( #2810 )
...
* [enhance] global search in website
* [fix] create table query
* [website] navbar search in header if set
* [minor] navbar_search in website settings
2017-03-07 16:37:50 +05:30
Rushabh Mehta
349c321f14
[fix] boilerplate for new app
2017-01-11 12:14:42 +05:30
Rushabh Mehta
c3561b504b
[fix] boilerplate for new app
2017-01-11 11:16:19 +05:30
Valmik
1d2a91c393
Added docs to boilerplate for hooks ( #2561 )
2017-01-10 14:39:38 +05:30
Anand Doshi
0c551d6382
[fix] change in versioning: store __version__ in __init__.py
2016-06-09 16:08:59 +05:30
Rushabh Mehta
84fbd57b8e
[minor] new-app title by default
2016-06-06 09:34:12 +05:30
Valmik Jangla
1798d1701b
Added validation for App title
2016-05-09 12:22:55 +05:30
Anand Doshi
a987e32f94
[fix] async and socketio
2016-03-07 14:56:42 +05:30
Rushabh Mehta
4944ff5e22
[fix] add app_name/docs/current to gitignore for new app
2016-02-04 17:13:45 +05:30
Rushabh Mehta
9e2ba37823
[minor] add hook for website user home page by function
2016-01-25 15:10:44 +05:30
Rushabh Mehta
b8fc4da140
[fix] module ordering and all applications fixes
2016-01-14 18:15:02 +05:30
Anand Doshi
e23f4a435d
[fix] Scrub app_name
2016-01-14 16:20:37 +05:30
Rushabh Mehta
658b19990d
[fix] system settings saving in frappe
2015-11-30 15:11:57 +05:30
Rushabh Mehta
02f39bf71a
[docs] added docs first-cut
2015-10-29 18:46:04 +05:30
Rushabh Mehta
e95b72665f
[fixes] [style] for docs and fix to web form
2015-10-28 15:11:40 +05:30
Anand Doshi
c079e27d3f
Moved Backup Manager and Social Login keys to the new Integrations Module, prepared frappe for Mandrill Integration
2015-08-11 12:03:13 +05:30
Anand Doshi
f7f2372929
fixed boilerplate, freeze, attach, frappeclient
2015-03-17 19:44:53 +05:30
Anand Doshi
2995f02f3b
Web Notes to Frappe, better alerts, css fixes, fixed splash
2015-03-03 15:09:34 +05:30
Rushabh Mehta
f96fb3a7d6
[docs] fixes and updates
2015-02-13 16:10:47 +05:30
Rushabh Mehta
494f8274ae
[new-app] [minor] app pre-requisites and requirements fixes
2015-02-13 10:13:14 +05:30