Andrew Nicols
9d8a0d3574
Merge branch 'MDL-70295' of git://github.com/paulholden/moodle
2020-12-09 12:09:37 +08:00
Andrew Nicols
cd3809653c
Merge branch 'MDL-70320' of https://github.com/timhunt/moodle
2020-12-09 11:56:05 +08:00
Andrew Nicols
eec9da5b68
Merge branch 'MDL-70293' of git://github.com/paulholden/moodle
2020-12-09 11:28:41 +08:00
Andrew Nicols
ad3153940d
Merge branch 'MDL-69869-master' of git://github.com/ilya-catalyst/moodle
2020-12-09 11:08:06 +08:00
Jake Dallimore
e26cfc19c7
Merge branch 'MDL-69145-master-3' of git://github.com/junpataleta/moodle
2020-12-09 11:00:22 +08:00
Jun Pataleta
a6e4ea65a4
MDL-69145 core_user: Set default filter to ALL
2020-12-09 10:51:12 +08:00
Jun Pataleta
a489f20f17
MDL-69145 core: Set the default filterset join type to ALL
...
* Plus minor PHPDoc type fix for the JOINTYPE_DEFAULT constants
2020-12-09 10:51:06 +08:00
Andrew Nicols
47eda9594a
Merge branch 'MDL-62707' of https://github.com/paulholden/moodle
2020-12-09 08:51:53 +08:00
David Mudrák
16d8706e2e
MDL-70430 oauth2: Fix storing of the new refresh token
...
There was a typo - missing underscore. As a result, the new refresh
token was never updated in the database. Depending on the issuer and
whether or when theyu invalidate issued refresh tokens, this might or
might not make the token refresh stop working.
2020-12-08 11:26:23 +01:00
Jake Dallimore
7430e7c074
Merge branch 'MDL-70285' of https://github.com/timhunt/moodle
2020-12-08 16:31:54 +08:00
Ilya Tregubov
aa1691d811
MDL-69869 enrol: Fixing intendation for travis.
2020-12-08 09:15:15 +02:00
Ilya Tregubov
65a1d6e8e0
MDL-69869 enrol: Clean up - switch to [] from array().
2020-12-08 09:15:15 +02:00
Ilya Tregubov
e53bc6a1f8
MDL-69869 enrol: Add ability to get suspended users through
...
core_enrol_get_enrolled_users webservice.
2020-12-08 09:15:15 +02:00
Ilya Tregubov
2cc84a792b
MDL-65186 analytics: Deprecate add_builtin_models
2020-12-08 09:12:00 +02:00
AMOS bot
caddd393c6
Automatically generated installer lang files
2020-12-08 00:07:46 +00:00
Kristian Ringer
3a9e3f1db4
MDL-64865 auth: Log changing auth config in get_enabled_auth_plugins
2020-12-08 09:10:14 +11:00
Jamie Stamp
2fee98919d
MDL-70341 tasks: Allow disabled tasks to be overridden
2020-12-07 16:53:19 +00:00
Paul Holden
509a0f4d00
MDL-70422 restore: fix for undefined question answer ordering in test.
2020-12-07 10:13:22 +00:00
Peter Burnett
c426b09d0d
MDL-69522 antivirus: Added ability for scanners to set found message
2020-12-07 14:44:24 +10:00
Jake Dallimore
972e098275
Merge branch 'MDL-64982-master' of git://github.com/rezaies/moodle
2020-12-07 12:03:20 +08:00
Jake Dallimore
de5780279b
Merge branch 'MDL-65818-master' of https://github.com/sammarshallou/moodle
2020-12-07 11:26:32 +08:00
Adrian Greeve
b4e6552776
Merge branch 'MDL-69301-master' of git://github.com/rezaies/moodle
2020-12-07 10:05:55 +08:00
AMOS bot
266ee66058
Automatically generated installer lang files
2020-12-06 00:07:53 +00:00
Eric Merrill
9e830efe9d
MDL-70409 chat: Use require_once to import lib.php
2020-12-04 10:44:12 -05:00
Paul Holden
1cef02d293
MDL-70279 tool_templatelibrary: preserve component search field value.
2020-12-04 14:55:38 +00:00
sam marshall
ddbafce0e0
MDL-65818 Security: Encryption API and admin setting for secure data
2020-12-04 14:41:21 +00:00
Paul Holden
e7e62a4b2e
MDL-62707 search: account for no matching courses when listing areas.
...
When limiting the list of courses during retrieval of the search areas
the user can access, make sure we have some contexts before looking
for blocks.
2020-12-04 09:42:59 +00:00
David Matamoros
9b5eb38f55
MDL-63683 enrol: Fix plugin settings when no role has student archetype
2020-12-04 09:09:37 +01:00
Shamim Rezaie
77baa12643
MDL-64982 behat: Remove deprecated behat timeout constants
...
Behat timeout constants behat_base::TIMEOUT, EXTENDED_TIMEOUT, and
REDUCED_TIMEOUT, which were deprecated in 3.7, have been removed.
2020-12-04 17:07:06 +11:00
Andrew Nicols
aba763fdc0
MDL-70397 behat: Prevent browser restarting after initial start
2020-12-04 12:05:39 +08:00
Jake Dallimore
7fa836cf36
weekly release 4.0dev
2020-12-04 08:42:34 +08:00
Jake Dallimore
ca963d790e
Merge branch 'install_master' of https://git.in.moodle.com/amosbot/moodle-install
2020-12-04 08:42:31 +08:00
Juan Leyva
29c6b17d6b
MDL-70128 webservice: New entry point for draftfiles
2020-12-03 14:28:12 +01:00
Jake Dallimore
0dcc55e25a
Merge branch 'MDL-70326' of https://github.com/durzo/moodle
2020-12-03 11:53:53 +08:00
Andrew Nicols
5eca1223c3
Merge branch 'MDL-70327-master' of git://github.com/cescobedo/moodle
2020-12-03 11:49:35 +08:00
Andrew Nicols
9e12342aa5
Merge branch 'MDL-70321' of https://github.com/timhunt/moodle
2020-12-03 11:39:13 +08:00
Jake Dallimore
3022dfa1b5
Merge branch 'MDL-69411-master' of git://github.com/dravek/moodle
2020-12-03 11:36:26 +08:00
Jake Dallimore
f403766f1e
Merge branch 'MDL-67460-master_profile_secure' of https://github.com/beenet-dev/moodle
2020-12-03 11:15:30 +08:00
Adrian Greeve
a051f6d13a
Merge branch 'wip_MDL-70267_master' of git://github.com/gjb2048/moodle
2020-12-03 10:59:03 +08:00
Jake Dallimore
cad122fee7
Merge branch 'MDL-65319-master' of git://github.com/peterRd/moodle
2020-12-03 10:28:29 +08:00
Jake Dallimore
c196068cc4
Merge branch 'MDL-65086-master' of git://github.com/peterRd/moodle
2020-12-03 10:15:19 +08:00
Adrian Greeve
ef4a0fc128
Merge branch 'MDL-70167-master' of git://github.com/andrewnicols/moodle
2020-12-03 10:09:47 +08:00
AMOS bot
94f0e0e903
Automatically generated installer lang files
2020-12-03 00:07:52 +00:00
Andrew Nicols
1cdae7a717
Merge branch 'MDL-69868-master' of git://github.com/ilya-catalyst/moodle
2020-12-03 07:47:12 +08:00
Tim Hunt
7a1da781a9
MDL-70373 qtype_essay: missing border on atto input
2020-12-02 20:08:53 +00:00
Shamim Rezaie
4dfc4adfa1
MDL-69301 theme_boost: Use event.key in aria.js
...
Both event.which and event.keyCode are deprecated. So
We switched to using event.key. We can only do so now
because IE is no longer supported.
2020-12-03 04:18:01 +11:00
Shamim Rezaie
7bd6145d13
MDL-69301 course: Remove custom keyboard navigation code
2020-12-02 22:57:44 +11:00
Shamim Rezaie
c8ea0c12d7
MDL-69301 core: Enhanced WAI-ARIA support for tab elements
2020-12-02 22:57:42 +11:00
Shamim Rezaie
baf68eae5e
MDL-69301 theme_boost: convert aria.js to es6 module
2020-12-02 22:57:18 +11:00
Jake Dallimore
3382bc0ece
Merge branch 'MDL-67514' of https://github.com/paulholden/moodle
2020-12-02 16:20:37 +08:00