Eloy Lafuente (stronk7)
ba1f804ffa
MDL-65292 style: Fix all function declarations white space
...
This has been generated running the following Sniffs, all
them part of the Moodle's CodeSniffer standard:
- PSR12.Functions.ReturnTypeDeclaration
- PSR12.Functions.NullableTypeDeclaration
- moodle.Methods.MethodDeclarationSpacing
- Squiz.Whitespace.ScopeKeywordSpacing
All them are, exclusively, about correct spacing, so the changes
are, all them, only white space changes.
Only exceptions to the above are 3 changes what were setting the
return type in a new line, and, when that happens, the closing
parenthesis (bracket) has to go to the same line than the colon.
2024-02-28 23:33:26 +01:00
Sujith Haridasan
73d604369d
MDL-71062 core: Step 1 deprecation of print_error function
2022-07-13 08:20:54 +05:30
Sander Wind
c9855a8b20
MDL-70668 auth: Fix secret validation during user confirmation
...
Co-authored-by: Michael Hawkins <michaelh@moodle.com >
2021-03-02 23:44:24 +01:00
Eugene Venter
feb23f1b96
MDL-60905 auth_email: remember loginpage wantsurl for account creation
...
this allows for redirecting to the correct location upon account
confirmation ;)
2017-11-27 13:42:26 +13:00
Stephen Bourget
037273d87e
MDL-12689: convert auth plugins to use settings.php
2017-04-03 10:50:09 -04:00
Juan Leyva
d6a25bc49a
MDL-56739 auth: Support custom confirmation URL
2016-11-10 09:35:21 +00:00
Marina Glancy
4a89e83b80
MDL-52285 auth: use __construct() for constructors
2015-12-10 13:40:42 +08:00
Marina Glancy
0f7f30021a
MDL-51217 auth: check if recaptcha enabled for current plugin
2015-09-16 15:30:04 +08:00
Ruslan Kabalin
7f2033eafe
MDL-51217 auth: Check if recaptcha enabled in the plugin used for signup.
2015-08-26 15:25:40 +01:00
Marina Glancy
4f8b6d5674
MDL-50099 auth: less verbose account confirmed message
2015-05-05 15:33:36 +01:00
Petr Skoda
1d658535b6
MDL-47830 auth: Add pw rotation restrictions
2014-12-01 08:53:52 +13:00
Petr Skoda
f720c2c060
MDL-48282 Standardise update of user->firstaccess
2014-11-21 09:25:57 +13:00
Rajesh Taneja
9363073b22
MDL-45641 event: Manually trigger event where needed.
...
Some places, user_created_user and user_updated_user
events should be triggred after profile data is saved.
2014-06-27 15:44:56 +08:00
Mark Nelson
8bf0f20795
MDL-42932 core_calendar: introduced calendar type system setting
2013-12-09 18:40:46 -08:00
Dan Poltawski
6ca388028e
Revert "MDL-42932 core_calendar: introduced calendar type system setting"
...
This reverts commit bb32a499e1 .
2013-12-03 14:57:10 +08:00
Mark Nelson
bb32a499e1
MDL-42932 core_calendar: introduced calendar type system setting
2013-11-25 23:11:17 -08:00
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
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
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
Simon Coggins
ec2d8ceb88
MDL-35332 lib: Improve security of hashed passwords
2013-02-09 06:47:57 +13:00
Petr Škoda
fcb46048c1
MDL-34901 fix user login times handling
2012-08-19 15:33:31 +02:00
Petr Skoda
351d55b372
MDL-32052 simplify subclassing of auth_email
2012-03-17 10:52:09 +01:00
Petr Skoda
f685e83030
MDL-14679 fixed remaining old style set_field()s
2010-09-03 18:14:55 +00:00
Petr Skoda
a9637e7df4
MDL-14679 fixed a lot more old style uses of insert_record()
2010-09-03 17:47:41 +00:00
Petr Skoda
99f9f85f00
MDL-23489 auth plugins can specify own edit profile url - patch submitted by Jay Knight + tweaking change password url to use new moodle_url at the same time, it is backwards compatible, custom plugins may still use string url for now
2010-08-18 22:07:00 +00:00
Petr Skoda
6b8ad965dc
MDL-16919 we have to really use the username cleaning only when manually adding new accounts, any sync with external system needs the exact match without any cleaning!
2010-06-06 14:06:30 +00:00
Rossiani Wijaya
c93fdc7b71
add page heading
2010-05-27 09:21:24 +00:00
Rossiani Wijaya
07ed083e4e
MDL-16919 - Allow username to contain alphanumeric lowercase characters, underscore (_), hyphen (-), period (.) or at symbol (@)
2010-01-13 06:23:54 +00:00
Petr Skoda
edb5da8331
MDL-20934 'not cached' flag used in all auth plugins that do not need the password
2009-11-23 21:50:40 +00:00
Petr Skoda
5117d59899
MDL-20700 coding style cleanup - cvs keywords removed, closign php tag removed, trailing whitespace cleanup
2009-11-01 11:55:14 +00:00
samhemelryk
cfc5b79b86
auth MDL-19788 Upgraded print_header and build_navigation calls to use PAGE and OUTPUT equivilants
2009-09-03 05:40:41 +00:00
jerome
2b06294b9a
authentication MDL-19182 split auth.php lang file into multiple files separate for each plugin
2009-06-11 03:34:46 +00:00
skodak
14482ff99e
MDL-16245 fixed forgotten get_record()
2008-08-28 07:26:24 +00:00
skodak
2942a5cd34
MDL-9983, MDL-13998 core events related cleanup; merged from MOODLE_19_STABLE
2008-07-06 17:57:06 +00:00
skodak
b9a6636029
MDL-14679 towards /admin conversion
2008-05-31 10:43:51 +00:00
skodak
5d910388bb
MDL-14679 towards /user conversion
2008-05-30 22:11:31 +00:00
skodak
be544ec380
MDL-14679 towards authlib conversion
2008-05-30 20:54:19 +00:00
nicolasconnault
9b5f87d27e
MDL-13796 Committing new recaptcha element
2008-03-13 15:45:16 +00:00
nicolasconnault
5d6308d491
MDL-13796 Most of the recaptcha implementation is done.
2008-03-10 17:32:32 +00:00
ikawhero
831d450e3f
Adding custom profile fields to the signup page.
...
The only two authentication plugins this affects are email and ldap.
2007-08-20 08:30:34 +00:00
nicolasconnault
e295df447f
MDL-10870 All files updated to new build_navigation() method.
2007-08-17 11:18:58 +00:00
skodak
6bc1e5d577
(MDL-8973) Fix OOP model of new multi auth plugins + some other auth related fixes, fixed change_password, ldap updates, etc.; TODO: fix docs
2007-03-22 12:27:52 +00:00
skodak
dd0feda5c2
MDL-8669 broken auth signup code
2007-02-27 10:22:33 +00:00
skodak
c57dcb62c2
MDL-8590 auth cleanup - reset password cleanup+fixes
2007-02-22 22:20:51 +00:00
skodak
430759a5fe
MDL-8590 auth cleanup - part 6
2007-02-21 21:42:10 +00:00
skodak
139ebfdb3b
MDL-8590 auth cleanup - part 1
2007-02-20 17:03:36 +00:00
donal72
fb5c773965
Auth: Documentation update to reflect changes in signature of user_update_password method
2007-01-28 22:08:59 +00:00
donal72
da249a3028
Auth: Fix for error creating admin user (if you choose a new username). Also addresses an issue in the user_update_password method.
2007-01-28 10:27:05 +00:00
donal72
a9ad3633c7
Auth: Replace hardcoded strings: MDL-8069
2007-01-10 23:17:51 +00:00