Gavin D'souza
a836b2de0c
perf: Use truncate instead of drop
...
Changed DML DROP statements to use DDL TRUNCATE for better performance
wherever possible
2021-07-28 18:57:51 +05:30
Gavin D'souza
01d275f667
style: Format code for better readability
...
* Remove trailing whitespaces
* Format code to fit module conventions
* Add appropriate new lines between imports, classes, fn defs, etc
* Added comments, docstrings & module headers
2021-07-28 18:55:27 +05:30
Gavin D'souza
a02848849d
Merge branch 'develop' of github.com:frappe/frappe into at-queries
2021-07-28 16:00:46 +05:30
Aradhya-Tripathi
84ff1d0af9
style: removed frappe.db.sql comments
2021-07-28 13:48:01 +05:30
Aradhya-Tripathi
538ef2168b
fix: removed wrong queries
2021-07-24 22:58:12 +05:30
Aradhya-Tripathi
2f3371d873
refactor: Moved raw queries to frappe orm
2021-07-23 23:14:24 +05:30
Aradhya-Tripathi
1204ae8ce4
fix: fixed spacing and ui tests
2021-07-23 10:45:54 +05:30
Aradhya-Tripathi
8887836820
refactor: Moved util queries to
...
frappe orm
2021-07-21 23:31:15 +05:30
Suraj Shetty
c5c79ea2fd
Merge branch 'develop' of https://github.com/frappe/frappe into auto-generate-rtl-style
2021-07-21 10:52:31 +05:30
mergify[bot]
6128123eed
Merge pull request #13687 from bhavesh95863/patch-6
...
fix: Duplicate if condition removed
2021-07-13 15:22:34 +00:00
gavin
59f4b4d754
Merge pull request #13554 from gavindsouza/drop-data-import-legacy
...
chore: Drop Data Import Legacy
2021-07-13 20:39:00 +05:30
Sagar Vora
b23dd71116
fix: escape quotes before declaring variables when making a new app
2021-07-13 17:56:47 +05:30
Bhavesh Maheshwari
68930a022a
fix: Duplicate if condition remove
2021-07-13 15:55:24 +05:30
Gavin D'souza
2aa2586a0c
fix: Drop deprecated validate_csv_import_file def
2021-07-13 12:04:18 +05:30
Suraj Shetty
0b3402236c
fix: Add layout direction to pdf template
2021-07-05 14:44:04 +05:30
Suraj Shetty
70e4b8a459
fix: Use different key for RTL assets
2021-07-05 14:39:46 +05:30
Suraj Shetty
30f9207091
feat: Select css-rtl folder if language is rtl
2021-06-28 12:03:00 +05:30
Suraj Shetty
40dd522796
feat: Auto generate RTL styles using rtlcss
...
https://github.com/MohammadYounes/rtlcss
2021-06-25 13:06:09 +05:30
Faris Ansari
fd05cf068e
fix: Add frappe.rename_doc to Server Scripts
2021-06-22 18:14:15 +05:30
Suraj Shetty
70f5df6a05
chore: debug
2021-06-17 18:50:21 +05:30
Suraj Shetty
7dfced5047
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-17 09:48:50 +05:30
Suraj Shetty
3cbc7dfb92
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-14 12:24:50 +05:30
Gavin D'souza
c489846547
Merge branch 'develop' into unnecessary_comprehensions
2021-06-11 19:30:23 +05:30
Gavin D'souza
8e8490976c
fix: Remove frappe from boilerplate requirements.txt
...
Remove frappe from new app boilerplates to avoid possible supply chain attacks. Don't make pip fetch frappe from PyPI
2021-06-07 14:10:49 +05:30
Suraj Shetty
eba4c24503
Merge branch 'develop' into refactor-website
2021-06-04 11:15:12 +05:30
Ankush Menat
327b9669e3
Merge branch 'develop' into sgrep_microtemplate
2021-06-03 12:09:19 +05:30
Suraj Shetty
2d8c6c1710
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-03 11:43:28 +05:30
Gavin D'souza
2ad9d202cb
Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code
2021-06-03 11:21:55 +05:30
Suraj Shetty
62eda3fd6f
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-03 09:47:59 +05:30
Ankush Menat
a89ed83c38
Merge branch 'develop' into sgrep_microtemplate
2021-06-02 16:55:29 +05:30
Leela vadlamudi
b40a82a659
Merge pull request #13393 from leela/email-queue
...
refactor: build Email queue from send mail request
2021-06-01 21:56:35 +05:30
leela
8e3b358b9f
refactor: email queue builder is added
...
replaced queue.send function with Queue builder.
Queue builder builds a queue from sendmail request and sends the mail
if requested to send mail immediately.
2021-06-01 21:39:02 +05:30
Abhishek Balam
464e93a405
fix: Allow only use of Fernet generated key for using custom encryption_key ( #13399 )
...
* fix: only allow keys generated by fernet in encrypt()/decrypt()
* fix: sider and semgrep fixes
2021-06-01 21:32:32 +05:30
Abhishek Balam
2da53b652b
Merge branch 'develop' of https://github.com/frappe/frappe into develop
2021-06-01 19:42:12 +05:30
Abhishek Balam
f15edd21d1
feat: enable use of custom encryption_key in encrypt()/decrypt()
2021-06-01 19:41:18 +05:30
Aditya Hase
1d7b72b75d
Merge pull request #13383 from adityahase/fix-server-script-getattr
...
fix(server scripts): Restrict access to python's internal attributes
2021-06-01 10:54:43 +05:30
Aditya Hase
c033e0d34d
fix(server scripts): Restrict access to python's internal attributes
2021-05-31 19:24:36 +05:30
Gavin D'souza
8558116c70
Merge branch 'develop' of github.com:frappe/frappe into drop-py2-code
2021-05-31 18:28:28 +05:30
Faris Ansari
49901ac239
Merge pull request #13373 from adityahase/fix-jinja-globals
...
fix(jinja): Remove frappe.utils.jinja.get_jenv() from jinja globals
2021-05-31 11:27:41 +05:30
Aditya Hase
980f224bba
Merge pull request #13253 from rmehta/safe-json
2021-05-31 10:42:56 +05:30
Aditya Hase
8aff94d514
fix(jinja): Remove frappe.utils.jinja.get_jenv() from jinja globals
2021-05-31 10:37:32 +05:30
Gavin D'souza
165ff8e1bf
chore: Update PyJWT dependency
...
* Update pinned dep fromm 1.7.1 to 2.0.1
* Updated usages as per changelog
ref: https://python.libhunt.com/pyjwt-changelog
2021-05-29 17:22:30 +05:30
Gavin D'souza
4e7526066f
Merge branch 'develop' into drop-py2-code
2021-05-28 10:51:39 +05:30
Gavin D'souza
72c239342e
chore: Remove temporary warnings filter
2021-05-27 16:40:02 +05:30
Suraj Shetty
6c05401495
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-05-27 14:28:33 +05:30
Gavin D'souza
e2ee75e3cb
fix: Translate strings passed in frappe.throw
...
* Remove trailing whitespaces in translatable strings
* Sort imports appropriately
2021-05-27 13:47:21 +05:30
Gavin D'souza
793b5638d3
style: Fix E201, E202, E401, E701
...
reported by sider: https://sider.review/gh/repos/1864194/pulls/13344?statuses#issues
2021-05-27 12:48:01 +05:30
Faris Ansari
23406d031a
fix: Store assets.json directly in assets folder
...
assets.json stores assets of all apps, so doesn't make sense to put it in frappe folder
2021-05-27 11:50:56 +05:30
Gavin D'souza
88ef41bc58
fix(typo): Let's try executing bound method instead
2021-05-26 19:49:22 +05:30
Gavin D'souza
f6b215938a
fix: Use raw string to avoid invalid sequence errors
...
Escaped when proven easier
2021-05-26 19:30:08 +05:30