Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
c8e0398
Add mapping attribute parameters in plugin configuration
brenard Jan 21, 2019
79fe899
Fix plugin loading when config.php does not exists
brenard Jan 21, 2019
5efb63d
Fix some register settings cleaning errors
brenard Jan 21, 2019
ceaf190
Edit note about phpCAS to clarify that the CAS.php file path need to …
brenard Jan 21, 2019
4cd609b
Use email_suffix parameter to compose email if it's could not be retr…
brenard Jan 21, 2019
d3b4e9e
Improve configuration page
brenard Jan 21, 2019
fa2fb40
Add a restrict site access feature
brenard Jan 22, 2019
0239a67
Add parameters for LDAP Bind DN and password
brenard Jan 23, 2019
d0ae1c5
Fix update network settings
brenard Jan 23, 2019
f6b85c1
Fix typo in update network settings
brenard Jan 23, 2019
b11c635
Global settings rework to correctly sanitize options
brenard Jan 23, 2019
a642fe6
Add warning message on invalid phpCAS include path
brenard Jan 24, 2019
107b4e4
Fix wp_cas_ldapbindpwd / wp_cas_ldap_settings mistake
brenard Jan 28, 2019
4503c43
Redirect user after login on frontend to make directly recognized
brenard Jan 29, 2019
4bad928
Try to redirect user on same requeted page after login on frontend
brenard Jan 29, 2019
031e3a3
Fix multisite mode detection
brenard Jan 29, 2019
31475a2
Add disable_cas_logout parameter
brenard Jan 30, 2019
a2cf6c9
Cleanup error messages
brenard Jan 30, 2019
7f1c015
Fix syntax errors in previous commit
brenard Jan 30, 2019
ab2c9ee
Fix wp_kses() parameters
brenard Feb 1, 2019
4a810b1
Expose CAS user infos in global variables
brenard Feb 6, 2019
283733d
Remove user role and fake password from exposed CAS user infos
brenard Feb 6, 2019
7ca5bfc
Add access_denied_redirect_url parameter
brenard Feb 8, 2019
fe6d44a
Add affiliations LDAP attribute mapping
brenard Feb 14, 2019
79e70da
Do not log ldap_bind_pwd in case of login error
brenard Mar 7, 2019
a41ec20
Add Javascript redirection to CAS login page feature
brenard Jul 3, 2019
7f03ca7
Init and fix translation with a first french translation
brenard Jul 3, 2019
81a7879
Fix wording and french translation
brenard Jul 12, 2019
0c2f907
Use wp_die instead of custom page for Javascript redirection to CAS l…
brenard Jul 12, 2019
76a476b
Add user's groups lookup feature
brenard Nov 4, 2019
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
209 changes: 0 additions & 209 deletions includes/admin-option-page-functions.php

This file was deleted.

Loading