Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update #2

Merged
merged 22 commits into from
Oct 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
726b0c5
Update composer dependencies
figureone Sep 23, 2024
7f108a1
Add missing hook: authorizer_oauth2_azure_authenticated_email
figureone Sep 23, 2024
46782ac
Enlarge Oauth2 URL settings fields
figureone Sep 23, 2024
c2dd3fd
Move Oauth2 auto login option to top
figureone Sep 23, 2024
7c44dd9
Add OAuth2 (generic) options for syncing first and last names from ex…
figureone Sep 24, 2024
5cb329b
Remove debug lines
figureone Sep 24, 2024
20f9bcd
Add missing translatable string
figureone Sep 24, 2024
824b6c6
Whitespace
figureone Sep 25, 2024
c4dfc40
Fix fatal error in previous commit
figureone Sep 25, 2024
70fe4ce
Add username and email attribute overrides to OAuth2 generic options
figureone Sep 25, 2024
6955cd5
Accept array of emails in `authorizer_oauth2_generic_authenticated_em…
figureone Sep 25, 2024
bdef1bd
Add $user param to `authorizer_custom_role` hook
figureone Sep 25, 2024
68c2369
Prevent password managers from suggestion completions in OAuth2 (gene…
figureone Sep 25, 2024
475a1f7
Update French translation (#164)
julienlusson Sep 25, 2024
9fe6e31
Force Google logins to use FedCM
figureone Sep 25, 2024
b6fdb8a
French translation update (#166)
julienlusson Sep 25, 2024
63aa6d5
Version 3.10.0
figureone Sep 25, 2024
c8852d1
Revert to 3.9.1 for bug testing
figureone Sep 25, 2024
57d3ff1
Hotfix for CAS logins broken if new settings not saved
figureone Sep 25, 2024
27579b6
Version 3.10.1
figureone Sep 25, 2024
49c11f3
Fix redirect error on CAS logins
figureone Sep 26, 2024
c2fc1fb
Version 3.10.2
figureone Sep 26, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Version 3.10.1
  • Loading branch information
figureone committed Sep 25, 2024
commit 27579b6e1714120919a53dfca6afa2a5fecfd467
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

= 3.10.1 =
* Hotfix for CAS logins broken if new settings not saved.

= 3.10.0 =
* Allow multiple configured CAS endpoints ([details](https://github.com/uhm-coe/authorizer/issues/14)).
* Allow fetching username and email from custom attributes in OAuth2 (generic) external service.
Expand Down
2 changes: 1 addition & 1 deletion authorizer.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Plugin Name: Authorizer
* Plugin URI: https://github.com/uhm-coe/authorizer
* Description: Authorizer limits login attempts, restricts access to specified users, and authenticates against external sources (e.g., OAuth2, Google, LDAP, or CAS).
* Version: 3.10.0
* Version: 3.10.1
* Requires at least: 4.9
* Requires PHP: 7.4
* Author: Paul Ryan <prar@hawaii.edu>
Expand Down
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Contributors: figureone, the_magician, pkarjala, aargh-a-knot, elarequi, jojaba, slyraskal
Tags: login, authentication, cas, ldap, oauth
Tested up to: 6.6
Stable tag: 3.9.1
Stable tag: 3.10.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -62,6 +62,9 @@ The [University of Hawai'i][uh], which provides authentication for student, facu

== Changelog ==

= 3.10.1 =
* Hotfix for CAS logins broken if new settings not saved.

= 3.10.0 =
* Allow multiple configured CAS endpoints ([details](https://github.com/uhm-coe/authorizer/issues/14)).
* Allow fetching username and email from custom attributes in OAuth2 (generic) external service.
Expand Down