Jake Dallimore
6502c13b4f
MDL-59510 core_oauth2: add oauth2_refresh_token table
2020-10-05 09:19:28 +08:00
Jake Dallimore
0d0c8252d6
Merge branch 'MDL-69573-Master' of https://github.com/tuanngocnguyen/moodle
2020-10-01 12:19:16 +08:00
Nathan Nguyen
10db3a0b0a
MDL-69573 core_course: Make MAX_COURSES_IN_CATEGORY configurable
2020-09-30 16:02:39 +10:00
Jake Dallimore
9d5e79dbac
Merge branch 'MDL-68845-master' of git://github.com/jleyva/moodle
2020-09-30 11:45:06 +08:00
Juan Leyva
417e5b9f84
MDL-65976 completion: New course completion message provider
2020-09-29 13:40:32 +02:00
Juan Leyva
b4d2fc163d
MDL-68845 calendar: New WS get_calendar_export_token
2020-09-29 10:52:13 +02:00
Juan Leyva
94a0ee41e7
MDL-69776 files: New WS core_files_delete_draft_files
2020-09-25 10:37:16 +02:00
Eloy Lafuente (stronk7)
98aadb040f
Merge branch 'MDL-69698-master-licensecache' of git://github.com/mudrd8mz/moodle into master
2020-09-24 16:50:30 +02:00
Claude Vervoort
5b8c646e68
MDL-66934 mod_lti: support context history param
2020-09-18 14:11:34 -04:00
David Mudrák
be2015a176
MDL-69698 licenses: Improve the performance of the licenses cache
...
The cache uses a single simple key and there is no need to hash it.
2020-09-15 10:37:06 +02:00
Sara Arjona
6d4e245b7c
MDL-68909 h5p: upgrade step to remove files in editor filearea
...
As temporary editor files have been moved from core_h5p/editor to
user/draft, they can be removed (to clean unused DB entries).
2020-09-10 13:41:45 +02:00
Mathew May
ee94aded30
MDL-63261 messaging: Final 3.6 deprecations
2020-09-07 09:10:46 +08:00
Peter Burnett
309f54bf81
MDL-67306 webservices: Added webservice for Grade category creation
2020-09-03 00:20:44 +02:00
Sara Arjona
66455e02d8
MDL-69269 contentbank: add support to download content
2020-08-28 12:28:13 +02:00
Andrew Nicols
e471d82358
Merge branch 'MDL-66222-antivirus-reporting' of https://github.com/Peterburnett/moodle
2020-08-27 09:34:37 +08:00
Andrew Nicols
23517d9034
Merge branch 'master-MDL-67211_v6' of https://github.com/golenkovm/moodle
2020-08-26 09:37:16 +08:00
Mikhail Golenkov
b465a541ae
MDL-67211 Tasks: Record when a task is running.
...
Co-authored-by: Sam Marshall <s.marshall@open.ac.uk>
2020-08-25 17:08:03 +10:00
Victor Deniz Falcon
9aa9efbfda
MDL-68921 core_h5p: Add H5P libraries metadata settings
2020-08-25 00:48:02 +01:00
Peter Burnett
8e0e99e4fd
MDL-66222 antivirus: Improved error email capture
2020-08-21 12:21:09 +10:00
Nathan Nguyen
adbe92ce0a
MDL-66222 antivirus: Added antivirus failure reporting
2020-08-21 11:43:56 +10:00
Adrian Greeve
257b90d10c
Merge branch 'MDL-68683-master-fix' of git://github.com/lameze/moodle
2020-08-20 09:54:48 +08:00
Simey Lameze
f968aaf7c4
MDL-68683 competencies: fix query to delete stale files
2020-08-20 08:59:25 +08:00
Andrew Nicols
ef73bfbeac
Merge branch 'MDL-69170-adhoc-task-timestamp' of https://github.com/Peterburnett/moodle
2020-08-20 08:45:27 +08:00
Simey Lameze
fcb899b9c8
MDL-68683 competencies: step to delete orphaned evidence files
2020-08-18 16:02:38 +08:00
Simey Lameze
629ea1f932
MDL-68683 core: fix DML exception on upgrade step
2020-08-18 16:02:04 +08:00
Jordan Tomkinson
ef8dff0565
MDL-69207 core_h5p: Add muc cache support for h5p library files
2020-08-06 02:40:24 +01:00
Peter Burnett
e63b6b8665
MDL-69170 task: Added timecreated field to adhoc task table
2020-08-05 09:41:25 +10:00
Mihail Geshoski
d6ec2d3e44
MDL-69079 core: Restore and set missing guest user
2020-07-24 11:08:25 +08:00
Jake Dallimore
988d0d4c50
Merge branch 'MDL-69215-master-2' of git://github.com/andrewnicols/moodle
2020-07-16 16:25:55 +02:00
Andrew Nicols
4a4a367251
MDL-69215 output: Correct font awesome for themes
2020-07-16 07:29:22 +08:00
Paul Holden
8acaa4e356
MDL-68715 completion: fix form default value for course prerequisites.
...
Adds filtering on the completion criteria form to ensure we are only
selecting actual course instances of this type. Prior to this change
we would also get NULL values from unrelated criteria types.
2020-07-14 12:46:02 +01:00
Jake Dallimore
848f08e126
Merge branch 'MDL-67477-master' of git://github.com/mihailges/moodle
2020-07-09 08:38:18 +08:00
Brendan Heywood
43999a3f2b
MDL-56041 error: Enable custom 404 and 500 error pages
2020-07-08 09:36:21 +10:00
Mihail Geshoski
8efa87ed6f
MDL-67477 lib: Remove renamed classes
2020-07-06 10:00:22 +08:00
Neill Magill
b6c7a25d60
MDL-60583 webservice: Add index to improve token lookup performance
...
Without this index every webservice call will do a full table scan
when it tries to validate a token. On a busy site with many tokens
this adds unnecessary load to the database.
2020-06-29 07:33:12 +01:00
Nicolas Martignoni
57a005e7c6
MDL-68992 Privacy: Update default minimal digital age of consent
...
Updating default minimal digital age of consent according to current legislation,
that was updated for several countries since 2018.
2020-06-19 18:00:33 +02:00
Eloy Lafuente (stronk7)
b764343e5a
MDL-69044 upgrade: add 3.9.0 separation line to all upgrade scripts
2020-06-14 13:08:09 +02:00
Shamim Rezaie
ce80716a8e
MDL-68991 core: delete core_get_userfeedback_url webservice
2020-06-10 16:12:03 +10:00
Jun Pataleta
618b13e1f5
Merge branch 'MDL-67883-squash' of https://github.com/Chocolate-lightning/moodle
2020-06-05 11:52:36 +08:00
Mathew May
16d77f1884
MDL-67883 core: Make core ready for MoodleNet.
2020-06-05 11:47:42 +08:00
Andrew Nicols
2edcba39a2
Merge branch 'MDL-68076-master-4' of git://github.com/rezaies/moodle
2020-06-04 10:04:58 +08:00
Shamim Rezaie
6872c96569
MDL-68076 core: webservice to get the feedback url
2020-06-04 11:38:46 +10:00
Shamim Rezaie
1a4c8e0275
MDL-68076 core: webservice to record feedback actions users take
2020-06-03 17:43:52 +10:00
Simey Lameze
1179f07d3c
MDL-68793 core_table: fix WS name to comply with guidelines
2020-06-02 11:49:04 +08:00
Jun Pataleta
0a1b55ce36
Merge branch 'MDL-67810-master' of git://github.com/vmdef/moodle
2020-05-28 12:19:25 +08:00
Víctor Déniz Falcón
75f58cbfa2
MDL-67810 core_contentbank: added dropdown menu to create content
2020-05-27 10:27:13 +01:00
Andrew Nicols
28bff4cff4
Merge branch 'master_MDL-68054' of https://github.com/danmarsden/moodle
2020-05-27 12:12:27 +08:00
Jun Pataleta
8aa0f2c4d8
Merge branch 'MDL-45184-master' of git://github.com/junpataleta/moodle
2020-05-26 12:39:24 +08:00
Tom Dickman
4399e4759a
MDL-45184 tool_licenses: Add custom licenses
...
This feature adds an admin tool for creating custom licenses.
Now custom licenses can be added and amended in Moodle, and the site
default can be set to a custom license.
Core licenses remain hard-coded and are uneditable, so they will always
require update within Moodle core updates, and maintain their
internationalisation through core language strings.
This also includes fundamental changes to the license API including
the addition of license caching and deprecation of no longer required
admin settings for license management.
2020-05-26 12:08:05 +10:00
Marcus Boon
f1f5ba36ad
MDL-68388 core_grades: Use MUC for grade letters
...
In the get_grade_letters there is a static variable that is used
to cache grade letters, we should use MUC for this so that it is
reset properly between unit tests.
2020-05-26 09:06:50 +10:00