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
Faris Ansari
e72bb135e1
fix: Asset URLs
...
Helpers to get asset path
Python: frappe.utils.jinja_globals.bundled_asset
JS: frappe.assets.bundled_asset
2021-04-29 14:47:52 +05:30
Faris Ansari
9a00ce43ea
fix: Support bundled asset for email css
2021-04-29 14:40:15 +05:30
Faris Ansari
aac5423600
Merge remote-tracking branch 'upstream/develop' into esbuild
2021-04-29 13:58:27 +05:30
Faris Ansari
4c64f04b88
fix: Support for bundled asset in frappe.require
2021-04-29 13:57:16 +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
Faris Ansari
3b1cb347ef
fix: Include website.bundle.scss when compiling Website Theme
2021-04-29 11:36:18 +05:30
mergify[bot]
416fc39330
Merge pull request #13024 from hasnain2808/file-uploader
...
fix: Decode uri before importing file via weblink
2021-04-29 05:06:57 +00:00
hasnain2808
9a8d1fb43f
fix: decode uri before importing file via weblink
2021-04-28 18:40:31 +05:30
mergify[bot]
d9e229bc14
Merge pull request #12999 from ankush/add_sourceurl
...
feat(DX): sourceURL for injected javascript
2021-04-28 12:58:55 +00:00
mergify[bot]
a3632a4a50
Merge pull request #13014 from resilient-tech/fix-checkbox-disp
...
fix: disabled checkbox should be disabled
2021-04-28 11:49:41 +00:00
mergify[bot]
d947cf2404
Merge pull request #13015 from Alchez/fix-six-imports
...
refactor: fix py3 datatypes and remove references to six in oauth
2021-04-28 09:41:49 +00:00
Rohan Bansal
dade7ed216
refactor: fix py3 datatypes and remove references to six in oauth
2021-04-28 14:02:23 +05:30
Sagar Vora
c7591d51c4
fix: disabled checkbox should be disabled
2021-04-28 13:40:02 +05:30
hasnain2808
f25a6c5fee
fix: focus jumps to first field
2021-04-28 12:09:17 +05:30
Suraj Shetty
d9b4e664a7
Merge pull request #13006 from surajshetty3416/fix-rtl-for-new-design
2021-04-28 09:13:33 +05:30
mergify[bot]
c9f8a4991e
Merge pull request #12997 from revant/improve-oauth2
...
refactor: improve oauthlib implementation
2021-04-28 02:18:16 +00:00
Frappe Bot
d30596b15e
refactor: Delete Qunit test files
...
Since it is no longer used
2021-04-27 21:37:15 +05:30
Frappe Bot
07d3f6bd06
refactor: Remove unused files
2021-04-27 21:37:03 +05:30
Suraj Shetty
a5bb043be4
fix: RTL stylesheet URL
2021-04-27 19:04:26 +05:30
mergify[bot]
2b95170a53
Merge pull request #13001 from surajshetty3416/fix-kanban
...
fix(kanban): Freeze screen till the background request is complete
2021-04-27 10:19:56 +00:00
Suraj Shetty
b60bcdcac3
chore: Bump develop branch version to v14 ( #13003 )
2021-04-27 15:21:49 +05:30
Revant Nandgaonkar
c4a9238549
fix: remove six imports and use py3 defaults
2021-04-27 14:20:26 +05:30
Suraj Shetty
e7832b3198
fix: Freeze screen till the background request is complete
2021-04-27 11:36:52 +05:30
Revant Nandgaonkar
72fbcac70c
fix: sider issues
2021-04-26 23:04:43 +05:30
Revant Nandgaonkar
4e8b00ba1f
feat: OAuth 2 openid-configuration and introspect_token endpoint
2021-04-26 22:56:14 +05:30
Revant Nandgaonkar
bb483d59af
test: oauth2 pkce and openid
2021-04-26 22:56:14 +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
Ankush Menat
8dd925743c
feat(DX): sourceURL for injected javascript
...
Adds sourceURL to injected javascript code, this helps in debugging
injected javascript using client script or doctype specific javascript.
`no-docs`
2021-04-26 22:22:25 +05:30
mergify[bot]
a0876ce554
Merge pull request #12847 from hasnain2808/feat--allow-button-of-different-sizes
...
feat: allow button of different sizes in df
2021-04-26 10:38:29 +00:00
mergify[bot]
2c7859d264
Merge pull request #12968 from faztp12/oauth-multipart-form
...
fix: multipart/form-data breaks with OAuth tokens
2021-04-26 05:53:06 +00:00
Shivam Mishra
8de131dab2
refactor: Remove events to redraw charts ( #12973 )
...
Co-authored-by: Suraj Shetty <13928957+surajshetty3416@users.noreply.github.com>
2021-04-25 11:00:52 +05:30
Suraj Shetty
190cf2785b
Merge branch 'develop' into oauth-multipart-form
2021-04-25 10:57:31 +05:30
Faris Ansari
2f10daf562
Merge remote-tracking branch 'upstream/develop' into esbuild
2021-04-24 16:43:06 +05:30
Faris Ansari
34c6d099b1
fix: Update all /assets urls with new urls
2021-04-24 16:24:08 +05:30
Fahim Ali Zain
0a0967e35a
fix: multipart/form-data breaks with OAuth tokens
2021-04-24 15:53:09 +05:30
Faris Ansari
18763076f4
fix: localforage import
2021-04-24 14:42:55 +05:30
Faris Ansari
c119f9ab3c
fix: libs.bundle.js
...
- Separate file to import jquery and bootstrap
- Remove separate jquery bundle from app as well as web
- Load jquery from node_modules
2021-04-24 14:42:43 +05:30
Faris Ansari
835494028d
fix: Code field bug
2021-04-24 14:35:12 +05:30
Faris Ansari
16ee80e7cb
fix: Convert to standard keydown handler
2021-04-24 14:34:43 +05:30
Faris Ansari
16a10e2717
fix: Lazy load jSignature
...
- Promisify frappe.require
2021-04-24 14:34:17 +05:30
Faris Ansari
8ad0472046
fix: Better error handling in frappe.utils.eval
2021-04-24 14:33:18 +05:30
walstanb
796d241bb1
chore: frappe.whitelist for doc methods
2021-04-24 13:48:40 +05:30
Saqib
2c7136761e
fix: Currency labels in grids ( #12974 )
2021-04-23 20:35:55 +05:30
rohitwaghchaure
669fead799
fix: Default values were not triggering change event ( #12975 )
2021-04-23 20:03:41 +05:30
mergify[bot]
85cbdf7683
Merge pull request #12895 from revant/feat-auth-hooks
...
feat(hooks): auth hooks
2021-04-23 06:33:27 +00:00
mergify[bot]
02ef8f737f
Merge pull request #12960 from shariquerik/hide-grid-buttons-fix
...
fix: Conditionally hide grid Add Row & Add Multiple buttons
2021-04-23 05:17:03 +00:00
Faris Ansari
24f4502b26
fix: Chart import
2021-04-23 08:07:58 +05:30
Faris Ansari
63771417a2
fix: style, script, assets_url jinja helpers
...
Jinja helpers to load js, css assets
2021-04-23 08:07:47 +05:30