Revant Nandgaonkar
a16e6a143f
OpenID Connect for Frappe ( #2227 )
* Add field for client_secret in Oauth Client Doctype
* openid_profile endpoint in oauth2.py
* added stub methods for OpenID Connect in RequestValidator
* [Fix] using werkzeug url_fix on uri
* added 3 oidc methods in RequestValidator
* Added Frappe Section in Social Login Keys
Add section in `Social Login Keys` for fields `Frappe Client ID` and `Frappe Client Secret` and additional field Frappe OAuth 2 Server because github, facebook and google have fixed urls, Frappe server URL can change as per the hosting domain/server/company
* [Fix] accept code id_token param for oidc
* generate id_token jwt alg HS256
* Updates to OAuth 2 and OIDC
`OAuth Authorization Code` and `OAuth Bearer Token` DocType made RO
Delete Invalid Codes and Revoked Tokens periodically
generate and send `id_token` only if scope of token is `openid`
* [Fix] Periodically delete revoked tokens
* Social Logins untested
* Enabled Frappe social login
* [Docs] OpenID Connect and Frappe social login
* [Fix] Allow multiple scopes for OAuth 2
* [Docs] Added screenshot steps to configure openid and frappe social login
* saved doctype to solve merge conflict
* [fix] re-added client_secret after resolving merge conlict
* [Fix] frappe_userid and default scope
há 8 anos
Rushabh Mehta
95fdfe44d3
[minor] added default standard filters ( #2270 )
* [minor] added default standard filters
* [fix] frappe.sendmail
* [fix] frappe.sendmail
há 8 anos
Nagarajan
e5976c0a57
Update index.md ( #2264 )
há 8 anos
pratu16x7
13661acbe5
Merge pull request #2265 from frappe/#6718-website-footer-reorg
Reorganise footer links
há 8 anos
pratu16x7
edf4fcb522
Reorganise footer links
há 8 anos
Rushabh Mehta
b2633ef36e
[minor] fix test
há 8 anos
Rushabh Mehta
de1d4b2056
[minor] rebuilt desk.css
há 8 anos
Rushabh Mehta
716c045d92
[fix] web form for guest
há 8 anos
Nabin Hait
fb377313ab
Merge branch 'master' into develop
há 8 anos
Nabin Hait
bf61e77be4
Merge branch 'hotfix'
há 8 anos
Nabin Hait
1e0f191408
bumped to version 7.1.6
há 8 anos
Nabin Hait
3839edd0d1
Merge pull request #2261 from strixaluco/develop
[typo] uncatagorised → uncategorised
há 8 anos
strixaluco
de68489a62
[typo] uncatagorised → uncategorised
há 8 anos
Rushabh Mehta
98a7d8e2d0
[feature] Add totals row in report ( #2249 )
* Fixes issues with old branch
* [fixes] remember totals row option and calculate in the browser if possible
há 8 anos
Nabin Hait
7cfe6c5ff6
[fix] Don't remove last columns if empty ( #2256 )
há 8 anos
Saurabh
66052b4747
[fix] pass kargs doctype in has_website_permission ( #2251 )
há 8 anos
Nabin Hait
e8a4077de6
Merge pull request #2254 from shreyasp/def-backup-limit
[Fix] Set default backup limit for sites which are not set
há 8 anos
shreyas
7340aceddb
[Fix] Set default backup limit for sites which are not set
há 8 anos
Nabin Hait
4a5fa154ac
Fixed merge conflict
há 8 anos
Nabin Hait
c44791660a
Merge branch 'hotfix'
há 8 anos
Nabin Hait
d44e6c759b
bumped to version 7.1.5
há 8 anos
Nabin Hait
6ebf24eea9
Merge pull request #2250 from rmehta/email-alert-fix-for-hotfix
[fix] email alert message changed to Code and ignore xss filtering
há 8 anos
Rushabh Mehta
18d8d7637d
[fix] email alert message changed to Code and ignore xss filtering
há 8 anos
John Vincent Fiel
51fa272e4f
Problem Summary ( #2232 )
What we are trying to solve is we want to send a link that will redirect to a doctype for ex. http://localhost:8000/login?redirect-to=/Purchase%20Invoice/PINV-00006 this link should redirect the user to the doctype purchase invoice, but will ask for password first. What we failed to do is it should not ask the user to log in if the user is already logged in. But changing the link to http://localhost:8000/desk?redirect-to=/Purchase%20Invoice/PINV-00006 it will directly go to the invoice, but the problem is if the user is not logged in it will go to 403 page, but if the user will log in it will redirect the user to desk not to the invoice.
Steps to Reproduce the Problem
1. get a 'direct link' ex. http://localhost:8000/desk?redirect-to=/Purchase%20Invoice/PINV-00006
2. go to link 'direct link'
3. it will ask you to login
4. login successfully but it will just go to desk not to the invoice
5. get a direct link ex. http://localhost:8000/login?redirect-to=/Purchase%20Invoice/PINV-00006
6. go to the link
7. it will go to the invoice or any doctype
há 8 anos
Faris Ansari
b724c36c82
[ui] yet another z-index fix ( #2248 )
há 8 anos
robert schouten
ea7982d1f8
[fix] linked_with now using list view rendering ( #2233 )
há 8 anos
RicardoJohann
17932d7caf
[fix] quoted links now dont contain links ( #2246 )
há 8 anos
robert schouten
2a3f929e35
[fix] dont scroll to top every refresh ( #2235 )
há 8 anos
Faris Ansari
3ed6bef17e
[setupwizard] mouseless operation ( #2244 )
há 8 anos
RicardoJohann
41de314a90
[fix] adjusted report datetime fields to use sysdefault date format ( #2245 )
há 8 anos
robert schouten
9f929e76f2
tag autocomplete now on click ( #2216 )
há 8 anos
Nabin Hait
4bd44115bd
Merge pull request #2247 from rmehta/email-alert-fix
[fix] email alert message changed to Code and ignore xss filtering
há 8 anos
rohitwaghchaure
06b2b44b45
Remember last selected value ( #2203 )
há 8 anos
robert schouten
92ac40df6f
Update site_config.md ( #2198 )
há 8 anos
Rushabh Mehta
29bc1b621f
[fix] email alert message changed to Code and ignore xss filtering
há 8 anos
Nabin Hait
706d6fd698
Merge pull request #2243 from webonyx/fix-base-indicator
Fix doc indicator based on standard fields
há 8 anos
Viet Pham
1a52e63d2f
Fix doc indicator based on standard fields
há 8 anos
Nabin Hait
c0edd95eb9
Merge branch 'hotfix'
há 8 anos
Nabin Hait
2772fbd12d
Merge branch 'master' into develop
há 8 anos
Nabin Hait
4f4dd9c51c
bumped to version 7.1.4
há 8 anos
Nabin Hait
f68b9ed738
Merge pull request #2239 from webonyx/fix-2221
Fix 'engine' attribute error
há 8 anos
Saurabh
050e456335
Merge pull request #2240 from saurabh6790/hotfix
[path][fix] paypal integration
há 8 anos
Saurabh
427a97774e
[path][fix] paypal integration
há 8 anos
Viet Pham
2016841924
Fix 'engine' attribute error
há 8 anos
Nabin Hait
d329ee3156
Merge branch 'hotfix'
há 8 anos
Nabin Hait
9ecfebd38c
Merge branch 'master' into develop
há 8 anos
Nabin Hait
e68c2658e7
bumped to version 7.1.3
há 8 anos
Nabin Hait
e5b47eab16
Merge pull request #2231 from netchampfaris/ui-fixes
[ui] z-index fix and filter-dashboard css cleanup
há 8 anos
Nabin Hait
6c798d8530
Merge pull request #2237 from netchampfaris/hotfix
z-index fix
há 8 anos
Faris Ansari
bebf211ed8
[ui] z-index fix
há 8 anos