Rajesh Taneja
bb78e249cd
MDL-39961 Events: Replace Legacy events - User
...
This change includes:
* Added user_updated event, replacing old event
* Added user_created event, replacing old event
* Added user_deleted event, replacing old event
* Added user_loggedout event, replacing old event
* Added user_enrolment_created event, replacing old event
* Added user_enrolment_deleted event, replacing old event
* Added user_enrolment_updated event, replacing old event
2013-09-02 16:10:05 +08:00
Sam Hemelryk
c3d2fbf9cd
MDL-40931 useragent: separated user agent functionality into a lib
...
This commit moves user agent related functionality out of several
core libraries and combines it into a more manageable class.
All core uses are converted and functions deprecated in favor
of the new class.
2013-08-26 13:59:19 +12:00
Damyon Wiese
9ead041cdb
Revert "MDL-40931 useragent: separated user agent functionality into a lib"
...
This reverts commit af62237d0e6e27df868d50848f7098f57c103f86.
This reverts commit 87a4194fdcd322d4aee5a6207b55a8da0864da94.
This reverts commit b2c66eb60c01805f26cc791966f05be52af7b406.
Conflicts:
version.php
2013-08-22 13:31:25 +08:00
Damyon Wiese
89959d9ad1
Merge branch 'wip-MDL-40931-m26' of git://github.com/samhemelryk/moodle
2013-08-20 16:45:33 +08:00
Sam Hemelryk
af62237d0e
MDL-40931 useragent: separated user agent functionality into a lib
...
This commit moves user agent related functionality out of several
core libraries and combines it into a more manageable class.
All core uses are converted and functions deprecated in favor
of the new class.
2013-08-16 09:02:01 +12: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
Mark Nelson
9b29f68648
MDL-27953 auth: introduced new function can_be_manually_set() to the authentication base class
2013-07-29 17:06:08 +08:00
Sam Hemelryk
93b4d2658a
Merge branch 'master_MDL-20867' of git://github.com/danmarsden/moodle
2013-07-10 11:07:00 +12:00
Damyon Wiese
8a011a9f0a
Merge branch 'w28_MDL-40243_m26_ldapsuspend' of https://github.com/skodak/moodle
2013-07-09 13:44:01 +08:00
Tim Lock
a9166e8210
MDL-40436: auth_ldap: Fixed warning when adding new LDAP users
2013-07-08 22:57:25 +08:00
Petr Škoda
d03e450857
MDL-40243 use suspended flag in auth_enrol instead of nologin auth
2013-07-07 14:40:46 +02:00
Dan Marsden
d962e8143d
MDL-20867 LDAP NTLM fast path - allow FF to use NTLM when fastpath
...
enabled
2013-07-05 13:05:47 +12:00
Rajesh Taneja
d8372b54b9
MDL-16982 Administration: Moved bulk action outside loop and using profile api to save data
2013-06-17 12:55:09 +08:00
Rajesh Taneja
d836e3ed1f
MDL-16982 Administration: Integrated Inaki's suggestions
2013-06-11 10:27:43 +08: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)
0288c5ffe1
Merge branch 'MDL-39166-m25' of https://github.com/jfilip/moodle
2013-06-03 23:51:22 +02:00
Dan Poltawski
94b3894aae
MDL-39323 auth_ldap: fix savepoint version
2013-05-21 10:53:14 +08: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
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
Justin Filip
9b8e4952d4
MDL-39166 auth_ldap Add triggers for user created/updated events.
2013-04-24 16:16:52 -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
Simon Coggins
ec2d8ceb88
MDL-35332 lib: Improve security of hashed passwords
2013-02-09 06:47:57 +13:00
Petr Škoda
be094a59ca
MDL-37499 add test ldap debuginfo
2013-01-25 16:04:03 +01:00
Petr Škoda
a7aff74fcc
MDL-37499 implement basic tests for auth_ldap
2013-01-25 16:00:35 +01:00
Dan Poltawski
6d0a62bc37
MDL-3941 - version bump for TLS support in ldap
2013-01-08 16:42:47 +08:00
Dan Poltawski
6c74a228f3
Merge branch 'wip_master_mdl-3941_add_support_for_LDAP_TLS' of git://github.com/iarenaza/moodle
2013-01-08 16:40:50 +08:00
Dan Poltawski
81a38f50fb
Merge branch 'wip_master_mdl-28585_ldap_auth_doesnt_handle_password_expiration' of https://github.com/iarenaza/moodle
2013-01-08 14:40:15 +08:00
Sam Hemelryk
be5a3168df
MDL-21342 auth: tidy up pre-integration
2013-01-08 13:41:22 +13:00
Petr Škoda
b28247fe90
MDL-21342 add user login lockout
2013-01-04 15:12:31 +01:00
Iñaki Arenaza
cd37c1dad8
MDL-28585 LDAP Auth doesn't handle password expiration
...
All credit goes to Mark Ward for proposing the initial patch.
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu>
2012-12-14 00:10:09 +01:00
Iñaki Arenaza
a5428e15b2
MDL-37088 auth_ldap: bad operator in ldap sync_user() method
2012-12-10 16:52:42 +01: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
Dan Poltawski
6a0511c17e
MDL-36119 - remove <em> from lang string
...
(Its across whole string, so shouldn't really be done within the string)
2012-11-08 10:18:06 +08:00
Dan Poltawski
ee943e7311
MDL-36119 - fix trailing whitespace
2012-11-08 10:18:06 +08: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
Iñaki Arenaza
34b10e26c6
MDL-31968 Make NTLM REMOTE_USER format configurable by the admin
...
Signed-off-by: Iñaki Arenaza <iarenaza@mondragon.edu>
2012-10-02 16:56:10 +02:00
Petr Škoda
fcb46048c1
MDL-34901 fix user login times handling
2012-08-19 15:33:31 +02:00
Ankit Agarwal
bf0f06b1be
MDL-34471 libraries: Replace all uses of get_context_instance() with respective context_XXXX::instance() method
2012-08-02 15:37:38 +08: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
Aparup Banerjee
8128e0c88b
MDL-23254 Authentication : used httpswwwroot as root url during authentication procedure where $PAGE->https_required() is specified.
2012-06-28 15:32:33 +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
4e25e4696b
Merge branch 'wip_mdl-31540-master' of https://github.com/iarenaza/moodle
...
Conflicts:
auth/ldap/auth.php
2012-04-23 13:55:00 +08:00
Petr Skoda
a66b2ae4f4
MDL-32434 deprecate drop_temp_table() in favour of drop_table()
2012-04-15 12:23:15 +02:00
Sam Hemelryk
3211569a6a
Revert "MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag"
...
This reverts commit f9f281b8fee75c2416d71bae7583fd026b9ccabb.
2012-04-11 17:18:58 +12:00
Rossiani Wijaya
f9f281b8fe
MDL-30843 and MDL-30842 - accessibility compliance: Add <label> for form input text and select tag
2012-03-30 16:26:58 +08:00