openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
Askbot
Settings
|
Report Duplicate
5
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Low Activity
Commits
: Listings
Analyzed
19 days
ago. based on code collected
20 days
ago.
Jan 30, 2024 — Jan 30, 2025
Showing page 1 of 1
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Adds an optional authorization function for the OIDC authentication. * custom oidc auth module allows an optional parameter OIDC_AUTHORIZATION_FUNCTION * askbot/deps/django_authopenid/protocols/__init__.py: - get_protocol: passes the oidc_authorization_function to the OIDC protocol * askbot/deps/django_authopenid/protocols/oidc/protocol.py: - __init__method gets the authorization function and stores it on self - adds method is_user_authorized to check if the user is authorized to access the resource * askbot/deps/django_authopenid/util.py: - LoginMethod: reads the OIDC_AUTHORIZATION_FUNCTION or sets a dummy lambda function returning True the function takes the decoded token as an argument and returns a boolean * askbot/deps/django_authopenid/protocols/oidc/views.py: - complete_oidc_signin: checks if the user is authorized to access the resource by calling the oidc protocols is_user_authorized method allows to continue or return a Bad Request response
Evgeny Fadeev
More...
3 months ago
adds best_answer_accepted and best_answer_unaccepted signals
Evgeny Fadeev
More...
4 months ago
Merge pull request #944 from bonnedav/patch-1
Evgeny Fadeev
More...
6 months ago
WHO_CAN_ANONYMIZE_ACCOUNTS
bonnedav
More...
6 months ago
User.can_terminate_account: edits a comment #943
Evgeny Fadeev
More...
6 months ago
User.can_terminate_account: non-admins cannot terminate terminate admin or moderator accounts addresses issue #943
Evgeny Fadeev
More...
6 months ago
When groups are enabled and the user can publish group private posts, the publish/unpublish button is shown to post authors and admins/moderators
Evgeny Fadeev
More...
7 months ago
* adds setting ASKBOT_FEDERATED_LOGIN_EMAIL_EDITABLE, default is True * passes this setting to the template context * RegistrationForm, when ASKBOT_FEDERATED_LOGIN_EMAIL_EDITABLE is False, - raises an exception when email from the session is not the same as the email from the form * askbot/jinja2/authopenid/complete.html: - shows "Email cannot be changed" message when email is not editable
Evgeny Fadeev
More...
9 months ago
jinja2 templates: changes the block name page_class -> layout_class in 6 templates where this change was not implemented as in commit ccd906caa06daa80671787c384c067a217e2151a
Evgeny Fadeev
More...
9 months ago
* .g-recaptcha adds 0.5rem bottom margin * when editing a post via ajax, the privacy setting is not maintained
Evgeny Fadeev
More...
12 months ago
Merge branch 'omaster'
Evgeny Fadeev
More...
about 1 year ago
adds class with-life-ring-icon to show the corresponding fontawesome icon
Evgeny Fadeev
More...
about 1 year ago
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree