Ilya Tregubov
05846ae405
MDL-68652 core_grades: Add a webservice to retrive only gradable users.
2023-12-05 10:52:12 +08:00
Sara Arjona
cc9430929d
MDL-77708 docs: Update references from docs.moodle.org/dev
2023-09-26 10:30:19 +02:00
Mihail Geshoski
6cf7908652
MDL-77035 grades: WS that returns the grade tree structure in a course
2023-09-20 23:53:43 +02:00
Huong Nguyen
d190ac7889
Merge branch 'MDL-56020-master' of https://github.com/jleyva/moodle
2023-08-31 15:38:50 +07:00
Juan Leyva
41d82de0d1
MDL-56020 search: New WS core_search_get_top_results
2023-08-28 15:48:18 +02:00
Juan Leyva
f14c521905
MDL-56020 search: New WS core_search_get_search_areas_list
2023-08-28 15:48:18 +02:00
Juan Leyva
7d3477bfec
MDL-56020 search: New WS core_search_view_results
2023-08-28 15:48:18 +02:00
Juan Leyva
f94e1ef3c9
MDL-56020 search: Adapt code to new style and add tests
2023-08-28 15:48:17 +02:00
David Monllao
49e589445d
MDL-56020 search: Adding get_results external function
2023-08-28 15:47:01 +02:00
Jun Pataleta
be35034f1c
Merge branch 'MDL-76974' of https://github.com/paulholden/moodle
2023-08-28 17:03:27 +08:00
Paul Holden
d096c60e0c
MDL-76974 user: deprecate old method of setting user preferences.
...
The `M.util.set_user_preference` method (plus accompanying helpers)
are now deprecated, in favour of the `core_user/repository` module
to achieve the same.
Update current implementation to proxy calls to the new API ensuring
backwards compatibility, while emitting copious developer debugging.
2023-08-22 14:42:58 +01:00
Safat
17b565f957
MDL-75318 core: External services for sharing course to MoodleNet
2023-08-22 11:00:06 +10:00
Paul Holden
c9f689ae6c
MDL-78844 reportbuilder: external validate system report access method.
2023-08-09 13:49:27 +01:00
Jun Pataleta
1be10f4249
Merge branch 'MDL-77991' of https://github.com/Chocolate-lightning/moodle
2023-08-03 10:23:24 +08:00
Mathew May
a4b3b0d044
MDL-77991 core: Move tertiary search dropdown component
2023-08-03 09:07:18 +08:00
Daniel Neis Araujo
d124df500c
MDL-76338 contentbank: copy content in content bank
2023-07-28 17:05:57 -03:00
Paul Holden
36ab5e5d1a
MDL-78532 reportbuilder: external method for retrieving system report.
2023-07-18 12:05:07 +01:00
Rodrigo Mady da Silva
eccbe6606a
MDL-73239 core_my: Add Webservice core_my_view_page
2023-06-29 15:06:45 -03:00
Andrew Nicols
bd3a28eb2b
Merge branch 'MDL-74570-master' of https://github.com/rmady/moodle
2023-06-24 22:20:35 +08:00
Rodrigo Mady da Silva
4b26d1f784
MDL-74570 core_badges: Add webservice core_badges_get_user_by_hash
2023-06-20 21:14:17 -03:00
Laurent David
d5dc0a8eb1
MDL-77813 core_xapi: Add delete states webservice
...
* Add new core_xapi_delete_states Webservices in pair with the "Multiple
document DELETE" action from xAPI specification.
2023-06-19 06:23:53 +02:00
Paul Holden
cace650f26
MDL-71325 grade: final removal of deprecated category external method.
2023-05-26 13:48:57 +01:00
Huong Nguyen
58ced4add0
MDL-75316 core_moodlenet: Share to MoodleNet modal and activity menu
...
Originally implemented as MDL-75785
2023-04-18 17:05:07 +08:00
Huong Nguyen
6a877d438b
MDL-75316 core: Webservice for sending activity to MoodleNet
...
Originally implemented as MDL-75933
2023-04-18 17:04:46 +08:00
Mathew May
1a1939ac29
MDL-75274 gradereport_grader: Column collapsing
2023-04-13 11:45:17 +08:00
Shamim Rezaie
caa9fe6e42
Merge branch 'MDL-76722-master' of https://github.com/andrewnicols/moodle
2023-04-12 19:23:17 +10:00
Kevin Percy
b976b3bed0
MDL-77030 gradereport_grader: Display feedback in grader report
2023-04-11 13:16:06 +08:00
Alex Morris
9bc236d48d
MDL-76722 user: Add new update_user_device_public_key webservice
2023-04-11 08:58:27 +08:00
Ferran Recio
625f9646a7
MDL-77802 core_xapi: create core_xapi_get_states webservice
...
The xAPI get states webservice is needed for mobile APPs to check if any
new state has been stored from another device.
2023-04-05 12:59:06 +02:00
Shamim Rezaie
02471ef1cd
MDL-76246 core_grades: Remove url param from ws
2023-03-22 20:59:14 +11:00
Ferran Recio
03a4abde0f
MDL-67789 xapi: Add support to save content state
2023-03-15 09:42:18 +01:00
Andrew Nicols
0d18f6d0d4
MDL-76867 core_admin: Migrate blocks admin ui to plugin management
2023-03-14 08:44:15 +08:00
Andrew Nicols
6d978dd35a
MDL-76867 core_admin: Add support for editor sorting via ajax
2023-03-14 08:44:15 +08:00
Andrew Nicols
51cfde0d3f
MDL-76867 core: Add plugin management page
2023-03-14 08:44:15 +08:00
Ferran Recio
a3f116367e
MDL-76432 core_courseformat: add file_handlers webservice
...
In 4.0- version each time the course page is loaded the file handlers
are calculate din the backend and injected directly into JS using a json
encapsulation. With this new webservice the handlers can be obtained
directly from the frontend when needed.
2023-02-06 12:59:25 +01:00
Paul Holden
35f3847064
MDL-76591 comment: implement new management interface elements.
...
Convert existing JS modules, call existing external service for
comment deletion.
2023-01-30 15:54:00 +00:00
Víctor Déniz
04d8fc6070
Merge branch 'MDL-68437-master' of https://github.com/mihailges/moodle
2022-10-28 17:44:50 +01:00
Mathew May
ee71eae12a
MDL-75362 gradebook: add group selector into reports
2022-10-20 21:24:51 +08:00
Mathew May
e7c1c2841d
MDL-75362 gradereport_user: Roll in zero state work for user report
2022-10-20 21:24:51 +08:00
Paul Holden
8822089877
MDL-74956 reportbuilder: external method for retrieving custom report.
2022-10-12 09:36:23 +01:00
Paul Holden
28cf1fa8a1
MDL-74955 reportbuilder: external method for listing custom reports.
2022-10-03 13:57:36 +01:00
Mihail Geshoski
383e1893b2
MDL-68437 course: ws support to optionally fetch only active users
...
Modifies the 'core_course_get_enrolled_users_by_cmid' webservice and
the generic js methods that call this webservice and enables defining
whether the ws should only return the active users or all enrolled
users in the course.
2022-09-30 02:23:18 +08:00
Paul Holden
637e3a7c88
MDL-74957 reportbuilder: external method for triggering report view.
2022-07-29 14:11:34 +01:00
Paul Holden
5b91dabaac
MDL-75235 reportbuilder: external method to set report filter values.
2022-07-28 10:47:42 +01:00
Paul Holden
3eeaf49c8c
MDL-69939 webservice: correct AJAX bool value in services definition.
2022-06-17 11:03:47 +01:00
Michael Hawkins
e01f2d514a
MDL-73068 timeline: Update courses view to omit courses without events
...
Previously, the timeline block courses view included all courses in
alphabetical order, whether they contained any events matching the
relevant filters or not. This could be tedious and misleading if there
were many courses with no events appearing before a course which did
have matching events. Now, courses are only included if they contain
events matching the currently set time filter and search term. When
those values are modified, the block will be refreshed and fetch
results for the current values, and also takes these into
consideration when determining whether to display the show more courses
button.
2022-01-18 18:22:45 +08:00
Paul Holden
a05683d027
MDL-72598 reportbuilder: interface elements for creating schedules.
...
Add new tab to the report editor, with system report, external API
and Javascript modules for managing report schedules.
2021-12-21 08:57:17 +00:00
Paul Holden
171c615a1b
MDL-73149 reportbuilder: update sorting options after aggregation.
...
Aggregation types can disable column sorting, e.g. both the current
group concatenation types. If such a type is selected for a column
we should update the report sorting options, ensuring that only those
columns that can be sorted are available for selection.
2021-12-01 09:12:07 +00:00
Mathew May
bdffbe3e48
MDL-65799 enrol: Final deprecations
2021-11-10 15:22:43 +08:00
Jun Pataleta
6f7defeeb6
Merge branch 'MDL-72588' of git://github.com/dravek/moodle
2021-11-01 11:22:48 +08:00