Faris Ansari
792dd70730
fix: Handle AttributeError
2021-05-18 14:05:56 +05:30
Faris Ansari
dc04fe9ed6
fix: Handle decode error when getting value from cache
2021-05-18 13:40:47 +05:30
Suraj Shetty
a54411750f
Merge branch 'develop' into esbuild
2021-05-17 22:10:46 +05:30
Suraj Shetty
8c8291ae38
fix: Delete duplicate validate_url method
2021-05-17 22:09:19 +05:30
Nabin Hait
75ea09f9df
fix: Resolved conflict issue
2021-05-17 11:35:48 +05:30
Nabin Hait
6d7a852351
Merge branch 'version-13' into develop
2021-05-17 11:21:46 +05:30
Faris Ansari
f8ca990a83
Merge remote-tracking branch 'upstream/develop' into esbuild
2021-05-16 11:26:43 +05:30
Gavin D'souza
d43046a4cb
fix: any takes an iterable not multi args
2021-05-07 13:24:48 +05:30
Gavin D'souza
855efcfd59
style: Trim whitespace and remove unnecessary parenthesis
2021-05-07 12:15:32 +05:30
Gavin D'souza
1752e5b0e5
feat(cli): Show progress bar for website search index building
2021-05-07 12:14:00 +05:30
Faris Ansari
6347d3e6f1
Merge remote-tracking branch 'upstream/develop' into esbuild
2021-05-04 07:13:30 +05:30
Abhishek Balam
f4e4fc98f9
fix: remove unnecessary schemes and minor changes
2021-05-02 00:32:01 +05:30
Faris Ansari
adc236e35d
feat: Notify build events to browser
...
- Update assets_json directly from node
- Show error overlay or success message
- Open file in editor from error overlay
2021-05-01 16:02:49 +05:30
Hussain Nagaria
024e759a70
refactor: Add optional URL scheme validation
2021-05-01 00:34:19 +05:30
Hussain Nagaria
3e229e931a
test: Email and URL validate functions
2021-04-30 15:37:55 +05:30
Hussain Nagaria
b965cebbd4
fix: Sider issues
2021-04-30 14:55:32 +05:30
Hussain Nagaria
9d4ee238d7
fix: Remove duplicate validation function
2021-04-30 14:52:16 +05:30
Revant Nandgaonkar
2b5da6c3c2
fix: remove six imports and use py3 defaults
...
(cherry picked from commit c4a9238549 )
2021-04-29 14:14:30 +00:00
Revant Nandgaonkar
1f2b3e502e
fix: sider issues
...
(cherry picked from commit 1f54b8b973 )
2021-04-29 14:14:30 +00:00
Revant Nandgaonkar
dfd5651dbe
refactor: improve oauthlib implementation
...
implement openid provider
implement PKCE
improve errors
(cherry picked from commit 96d6971ee4 )
2021-04-29 14:14:30 +00:00
Faris Ansari
aac5423600
Merge remote-tracking branch 'upstream/develop' into esbuild
2021-04-29 13:58:27 +05:30
Faris Ansari
dd69f1ab43
fix: Hash based file naming
...
- For better HTTP caching and cache busting
- assets.json is created under [app]/dist folder which contains the map
of input file and output file name, this is used to get the correct path for
bundled assets
2021-04-29 13:30:07 +05:30
Mohammad Hussain Nagaria
465708050a
Merge branch 'develop' into feat-url-validation-option
2021-04-29 11:14:29 +05:30
Rohan Bansal
dade7ed216
refactor: fix py3 datatypes and remove references to six in oauth
2021-04-28 14:02:23 +05:30
Sagar Vora
dc452d0429
perf: low priority for backup processes
2021-04-27 14:56:12 +05:30
Revant Nandgaonkar
c4a9238549
fix: remove six imports and use py3 defaults
2021-04-27 14:20:26 +05:30
Hussain Nagaria
794308cb4a
feat: Open Link from read-only URL field
...
- Also, remove one depracated $ method
2021-04-27 11:47:09 +05:30
Revant Nandgaonkar
1f54b8b973
fix: sider issues
2021-04-26 22:56:14 +05:30
Revant Nandgaonkar
96d6971ee4
refactor: improve oauthlib implementation
...
implement openid provider
implement PKCE
improve errors
2021-04-26 22:56:14 +05:30
Suraj Shetty
9ca7891cf8
Merge branch 'develop' into feat-url-validation-option
2021-04-23 11:33:06 +05:30
Sagar Vora
9d3be5160f
perf: low priority for backup processes
2021-04-22 12:45:46 +05:30
Hussain Nagaria
ea38895f1a
fix: Sider Issues
2021-04-20 15:36:36 +05:30
Hussain Nagaria
ce2dabed78
fix: Call to translate function
2021-04-15 06:02:29 +05:30
Hussain Nagaria
82b98330fd
feat: Add URL option for data type fields
2021-04-14 20:16:44 +05:30
leela
5c2bda478c
Refactor(Improv): Include automated mail notifications in timeline
...
Notifications sent through notifications doctype are not part of
communications doctype and also not into timelines. Added these
notifications into timeline by adding docs into Communication doctype.
2021-04-05 09:45:17 +05:30
Suraj Shetty
ac7b40a7e3
fix: Do not show progress bar in CI environ
2021-03-19 18:57:31 +05:30
leela
a62cc40885
perf: Improve import template performance by 10 times
...
Removed nested forloop to get the performace and also using generators
to reduce memory usage.
2021-03-11 09:52:40 +05:30
Aditya Hase
bbb898cf9b
Merge branch 'develop' of https://github.com/frappe/frappe into perf-cli
2021-02-21 09:58:21 +05:30
Aditya Hase
7f0fe5e697
perf: Remove frappe.utils.identicon from import tree
2021-02-20 21:19:04 +05:30
Aditya Hase
9614886fa5
perf: Remove requests from import tree
2021-02-19 21:14:12 +05:30
Gavin D'souza
721097e47d
chore: Drop deprecated code
2021-02-10 11:31:18 +05:30
Gavin D'souza
ff27940b8e
refactor(utils): Update create_batch docstring, annotations
2021-02-10 11:30:34 +05:30
Gavin D'souza
3589f724af
style: sort imports
2021-02-04 17:20:44 +05:30
Gavin D'souza
3ce680a5f9
Merge branch 'develop' of github.com:frappe/frappe into fix-base-path-restore
2020-12-04 18:17:59 +05:30
Gavin D'souza
1b609af8e5
fix: Handle paths relative to bench root and sites folder
2020-12-04 18:15:17 +05:30
Abhishek Balam
3676f8dc6f
Merge pull request #11720 from saurabh6790/format-email-fix
...
fix: validate email id before passing to formataddr
2020-12-04 17:42:53 +05:30
Abhishek Balam
d229e363b3
fix: revert cstr import added
2020-12-04 17:10:42 +05:30
Abhishek Balam
9d060f9653
fix: cstr import added
2020-12-04 17:01:55 +05:30
Suraj Shetty
13175a8bc4
fix(website): Bust cache by passing build_version to link and script sources
2020-11-09 15:54:17 +05:30
Suraj Shetty
01312889f8
refactor: Move get_build_version to utils.py
2020-11-09 15:31:49 +05:30