Simey Lameze
ac9d9646d4
MDL-45981 auth_cas: add cURL SSL versions dropdown
2015-10-06 14:59:14 +08:00
Simey Lameze
9b3ae641e4
MDL-45981 auth_cas: coding style fixing
2015-10-01 15:08:05 +08:00
John Gasper
6d4cae04b6
MDL-45981 auth_cas: add suport to SSL3 on CAS.
...
This patch gives the user the option of specifying which SSL version PHPCAS/cURL should use.
2015-10-01 14:49:13 +08:00
Simey Lameze
e450eb32d9
MDL-40179 auth_cas: change is_proxybypass parameter to use server url
2015-08-19 10:43:03 +08:00
Eloy Lafuente (stronk7)
b758ab3053
MDL-50183 upgrade: add 2.9.0 separation line to all upgrade scripts
2015-05-12 00:21:05 +02:00
Eloy Lafuente (stronk7)
26ea380d24
MDL-50102 versions: bump all versions and requires near release
...
version = planned 2015051100 release version
requires= current 2015050500 rc1 version
Note: On purpose, the course format social wrong version (2015102100)
has been kept unmodified. Looking forward a solution right now.
2015-05-05 17:43:19 +02:00
Matteo Scaramuccia
6514ced4f5
MDL-47004 LDAP: improved the default objectClass setting for AD.
2015-04-15 23:53:35 +02:00
Gilles-Philippe Leblanc
699001c79b
MDL-48873 auth_cas: Wrong redirection with bad multiauth login
2015-01-16 11:54:09 -05:00
Eloy Lafuente (stronk7)
147bae8f7c
MDL-48144 upgrade: add v2.8.0 sep lines
2014-11-10 18:08:15 +01:00
Eloy Lafuente (stronk7)
de881693f7
MDL-48021 bump: Bump all versions to planned release
...
This bumps all versions to planned 2.8 release
(2014111000) version and all the dependencies to
current 2.8rc1 (2014110400)
2014-11-04 17:52:35 +01:00
Eloy Lafuente (stronk7)
fd6bfe5856
Merge branch 'MDL-46753-master' of git://github.com/lameze/moodle
2014-08-26 02:07:56 +02:00
Eric Merrill
97531d3929
MDL-46766 auth_cas: Upgrading to phpCAS 1.3.3
2014-08-18 16:39:38 +08:00
Simey Lameze
71ec01afa6
MDL-46753 auth_cas: Replace hardcoded logout_return_url to user defined URL.
...
Credit goes to Mitsuru Udagawa, thanks!
2014-08-18 12:51:44 +08:00
Gilles-Philippe Leblanc
886601cf45
MDL-22469 auth_cas: CAS module : parameter authCAS=NOCAS not properly handled
2014-07-10 15:58:02 -04:00
Simey Lameze
f9f9d187f8
MDL-40805 auth_cas : Method postlogout_hook created to be executed after user_loggedout event trigger.
2014-06-24 11:00:32 +08:00
Eloy Lafuente (stronk7)
f94891cc00
MDL-45503 upgrade: add v2.7.0 sep lines
2014-05-28 01:13:42 +02:00
Eloy Lafuente (stronk7)
538bf99ece
MDL-45486 Bump all versions to planned release
...
This bumps all versions to planned 2.7 release
(2014051200) version and all the dependencies to
current 2.7rc2 (2014050800)
2014-05-09 02:12:28 +02:00
fabmen
c28694dc38
MDL-34319 auth_cas: Fixed issue with undefined variable: ldapconnection
2014-02-16 14:19:33 -08:00
Damyon Wiese
47578dbff4
MDL-42930 Add 2.6.0 upgrade line
2013-11-18 11:47:17 +08:00
Eloy Lafuente (stronk7)
f39c82ebed
MDL-42701 Bump all versions near 2.6 release
2013-11-05 02:36:00 +01:00
Marina Glancy
a2f56679f9
Merge branch 'MDL-31938-master' of git://github.com/danpoltawski/moodle
2013-10-25 14:56:31 +11:00
Thijs Kinkhorst
9953966213
MDL-31938: fix syntax error in db upgrade & update plugin version
...
Also correct language class name.
2013-10-25 11:51:30 +08:00
Iñaki Arenaza
02a9e4a7f3
MDL-31938, MDL-36138 auth_cas: upgrade phpCAS library
...
Proxy mode changes testing still pending (we don't have such a setup).
2013-10-25 11:51:23 +08:00
Petr Škoda
fcb103c9d3
MDL-42208 prevent autocompletion in auth configs
2013-10-18 15:11:53 +02:00
Petr Škoda
b2858b916a
MDL-42148 new overview of 3rd party libraries
...
Includes:
* each plugin has own thirdpartylibs.xml file
* added missing libraries
* fixed existing library infos
* new Site administration / Development / Third party libraries page
2013-10-16 14:48:29 +08:00
Petr Škoda
e87214bda7
MDL-42078 multiple uninstall improvements and cleanup
...
Includes:
* update checker refactored to \core\update\ namespace
* plugininfo classes refactored to \core\plugininfo\ namespace
* plugin_manager renamed to core_plugin_manager
* redirect back to original page after plugin uninstall
* fixed assign subplugin uninstall
* move assign subplugins under the assignment in admin tree
* fixed plugininfo for all question related plugin types
* auth uninstall support
* added missing block dependencies
* added theme uninstall
* subplugin types are following the plugin on plugin overview page
* several performance improvements in plugin manager
* new warnigns when plugininfo are outdated or missing
* multiple fixes and other improvements
2013-10-07 13:10:36 +02:00
Gilles-Philippe Leblanc
adbf94c957
MDL-41733 auth_cas: Allow direct authentication with CAS to a course when multiple authentication is activated
2013-09-16 09:22:13 -04:00
Jean-Philippe Gaudreau
7eb3c3cb6a
MDL-41626 cas auth: Setting the right url for the multi-authentication page
2013-09-05 16:45:59 -04:00
Petr Škoda
96f81ea385
MDL-39474 introduce $CFG->debugdeveloper and cleanup $CFG init
2013-08-12 13:01:47 +02:00
Petr Škoda
2f1e464a88
MDL-40438 migrate all collatorlib:: and textlib:: uses
2013-08-06 21:04:35 +02:00
Rajesh Taneja
57d135a1c6
MDL-16982 Administration: Cleaned whitespaces and alignment in orignal patch
2013-06-11 10:27:43 +08:00
Gilles-Philippe Leblanc
b88adb55fc
MDL-16982 Administration: Adding data mapping for custom user fields
2013-06-11 10:27:37 +08:00
Eloy Lafuente (stronk7)
371bf22cc6
Merge branch 'master-MDL-39409-auth-cas-use-moodle-web-proxy' of https://github.com/brki/moodle
2013-06-05 02:45:37 +02:00
Iñaki Arenaza
4943a856d0
MDL-39323 Make sure start_tls config value is defined
...
This has been introduced in 2.5, so when upgrading from previous versions
make sure we set a default value. Otherwise, we get a notice about it
being undefined when we try to use it (and we always try to use it!).
2013-05-20 13:34:05 +02:00
Eloy Lafuente (stronk7)
cedb0aab5a
MDL-39434 Bump all versions near 2.5 release
2013-05-01 18:03:29 +02:00
Brian King
5c8535dcea
MDL-39409 auth/cas pass web proxy settings along to phpCAS
2013-04-29 17:39:12 +02:00
Petr Škoda
60d7078adf
MDL-39387 normalise MOODLE_INTERNAL
2013-04-27 15:09:05 +02:00
Petr Škoda
a2f10958ff
MDL-39387 fix /auth phpdocs
2013-04-27 15:06:40 +02:00
Jean-Philippe Gaudreau
d1f167aa56
MDL-38637 CAS Authentication: Undefined index: QUERY_STRING when executing cron
2013-04-11 10:56:21 -04:00
Iñaki Arenaza
4bcb0396c2
MDL-38262 auth/{ldap,cas}: Fix undefined property notification on first config
...
Just move the test after we've set the default configuration values if
they are not defined.
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu>
2013-03-03 21:22:19 +01:00
Gilles-Philippe Leblanc
99f66eb139
MDL-36138 auth_cas: Fix CAS Authentication Strict Standards warnings
2013-01-18 10:02:37 -05:00
Dan Poltawski
6d0a62bc37
MDL-3941 - version bump for TLS support in ldap
2013-01-08 16:42:47 +08:00
Iñaki Arenaza
326929d54a
MDL-3941 auth/cas auth/ldap enrol/ldap Add support for LDAP-TLS.
...
Credit goes to Chris Bandy for proposing the initial patch.
2012-12-04 12:11:06 +01:00
Eloy Lafuente (stronk7)
663dbbc2e6
MDL-36933 Bump everything to 2012112900
...
(versions, requires and dependencies)
2012-11-30 03:30:09 +01:00
Iñaki Arenaza
c090d7c90e
MDL-36119: auth_{ldap,cas}: LDAP Sync - implement paged results
...
Thanks to Jerome Charaoui for the original patch.
2012-11-07 19:13:10 +01:00
Jean-Philippe Gaudreau
57fef333ce
MDL-34819: CAS authentication : Fixing bug on if condition
2012-09-28 13:47:52 -04:00
Jean-Philippe Gaudreau
7d6974312f
MDL-34819: CAS authentication : Alternative logout return URL
2012-09-28 13:47:52 -04:00
Rossiani Wijaya
eac75f211d
MDL-34553 accessibility compliance for authentication: Add forform input text and select tag
2012-07-31 16:49:25 +08:00
Eloy Lafuente (stronk7)
c5e783e512
MDL-33794 version.php: Bump all versions, requires and dependencies to 2012061700
2012-06-18 02:37:00 +02:00
Dan Poltawski
75285aa03a
Merge branch 'wip_mdl-16646_master' of https://github.com/iarenaza/moodle
2012-04-23 10:32:37 +08:00