941 Commits

Author SHA1 Message Date
Dani Palou
baa2a64322 MOBILE-3523 course: Fix wrong download icon after delete files 2020-11-26 12:24:39 +01:00
Dani Palou
bc7602abcd MOBILE-3523 essay: Fix attachments in quiz submitted offline 2020-11-24 14:27:32 +01:00
Dani Palou
8098acd526 MOBILE-3523 essay: Fix essay text not displayed in review 2020-11-24 10:42:37 +01:00
Dani Palou
95a16d6259 MOBILE-3523 resource: Allow PTR in embedded files 2020-11-23 14:18:59 +01:00
Dani Palou
a35cc807e1 MOBILE-2272 essay: Fix issues with attachments in essay 2020-11-16 12:51:06 +01:00
Dani Palou
55638e8037 MOBILE-3589 lesson: Support unlimited attempts in question 2020-11-09 16:12:14 +01:00
Dani Palou
3df105b03b MOBILE-2272 quiz: Use settings name instead of displayoptions 2020-11-06 11:54:02 +01:00
Dani Palou
5b0059a617 MOBILE-2272 quiz: Support display options in questions 2020-11-06 11:54:02 +01:00
Dani Palou
d2f4c85af2 MOBILE-2272 quiz: Support add new files in essay in offline 2020-11-06 11:54:02 +01:00
Dani Palou
9d0ae3c34b MOBILE-2272 quiz: Convert sync function to async/await 2020-11-06 11:54:02 +01:00
Dani Palou
46efcc441a MOBILE-2272 quiz: Support add new files in essay in online 2020-11-06 11:54:02 +01:00
Dani Palou
3f40127661 MOBILE-2272 quiz: Support viewing attachments and inline files 2020-11-06 11:54:02 +01:00
Dani Palou
afa92f4d71
Merge pull request #2575 from crazyserver/MOBILE-3523
Mobile 3523
2020-10-26 10:09:13 +01:00
Dani Palou
b6e7195fe8
Merge pull request #2574 from dpalou/MOBILE-3523
MOBILE-3523 mod: Fix cannot get siteId of undefined
2020-10-26 10:08:53 +01:00
Dani Palou
4de10e2d9f MOBILE-3523 mod: Fix cannot get siteId of undefined 2020-10-26 09:20:34 +01:00
Pau Ferrer Ocaña
f5d11a0e6d MOBILE-3523 database: Fix database invalidate after autosync 2020-10-19 13:34:19 +02:00
Juan Leyva
1f1912bf98
Merge pull request #2564 from crazyserver/MOBILE-3200
Mobile 3200
2020-10-16 13:18:26 +02:00
hieuvu
e0413f8ebe MOBILE-3569 resource: Allow IFRAME to use XHTML 2020-10-15 16:57:53 +07:00
Pau Ferrer Ocaña
572e907ac1 MOBILE-3200 database: Translate some async functions 2020-10-02 11:48:47 +02:00
Pau Ferrer Ocaña
cb4eac9a17 MOBILE-3200 database: Check permissions on add and edit entry 2020-10-02 11:48:47 +02:00
Pau Ferrer Ocaña
b0b806280b MOBILE-3200 database: Improve add/edit offline action handling 2020-10-02 10:14:22 +02:00
Pau Ferrer Ocaña
6d7a96d8df MOBILE-3200 database: Do not need courseId to delete an offline entry 2020-10-02 10:10:47 +02:00
Pau Ferrer Ocaña
1652e4d8f2 MOBILE-3200 database: Fix update access data on group change 2020-10-02 10:10:47 +02:00
Pau Ferrer Ocaña
f0a13c9a93 MOBILE-3519 forum: Fix offline replies new format 2020-09-25 13:02:45 +02:00
Dani Palou
02da06a0fe MOBILE-3338 course: Always get stored data and adapt strings 2020-09-22 14:54:55 +02:00
Dani Palou
421634dff7 MOBILE-3338 mod: Apply component + id to mod WS calls 2020-09-22 14:54:55 +02:00
Juan Leyva
e4b2e8b3c3
Merge pull request #2541 from crazyserver/MOBILE-3519
Mobile 3519
2020-09-22 14:12:42 +02:00
Noel De Martin
af5f010239 MOBILE-3489 location: Expose geolocation service to plugins 2020-09-21 09:10:04 +02:00
Noel De Martin
2c477ac93a MOBILE-3489 location: Use diagnostic plugin to enable location 2020-09-21 09:10:04 +02:00
Dani Palou
90dc4572d9 MOBILE-3449 assign: Always allow submit grade if has offline data 2020-09-18 11:10:22 +02:00
Pau Ferrer Ocaña
afce5d28b1 MOBILE-3519 forum: Use WS mod_forum_get_discussion_posts when available 2020-09-15 09:57:45 +02:00
Pau Ferrer Ocaña
6c894a8abe MOBILE-3519 forum: Use forumid and courseid from WS 2020-09-14 13:16:14 +02:00
Pau Ferrer Ocaña
4d8697a601 MOBILE-3519 forum: Hide advanced section when cannot attach files 2020-09-14 13:16:14 +02:00
Pau Ferrer Ocaña
4ba6f0b6fa MOBILE-3532 utils: Wrap is('ios') calls 2020-09-09 16:50:53 +02:00
Juan Leyva
5f39bcf95b
Merge pull request #2506 from dpalou/MOBILE-3514
MOBILE-3514 choice: Show available spaces if enabled
2020-09-09 13:28:52 +02:00
Juan Leyva
c3bbcd2702
Merge pull request #2503 from dpalou/MOBILE-3449
Mobile 3449
2020-09-09 13:21:44 +02:00
Juan Leyva
994120b3b9
Merge pull request #2494 from dpalou/MOBILE-3511
MOBILE-3511 splitview: Fix some events not triggered in right view
2020-09-08 16:20:01 +02:00
sam marshall
d0c93f6416 MOBILE-3188 Web services: Record component that owns WS cache item
This commit adds optional component and componentId fields to the
preSets variable, which are recorded in the wscache table.

These are then used by (a) core site plugins where a module cmid
is available, and (b) the forum (as an example core implementation)
so that module site plugins and forum provide the new data.

(Note that this is not going to be very useful where we retrieve
data for multiple activities at once, which happens for activities
like Page. Still, it is optional.)
2020-09-02 10:21:34 +02:00
Dani Palou
13b4d01de6 MOBILE-3514 choice: Show available spaces if enabled 2020-09-01 09:31:24 +02:00
Dani Palou
d2ae7505e1 MOBILE-3449 assign: Add synchronization to more pages 2020-08-31 11:12:35 +02:00
Dani Palou
d2db79ebea MOBILE-3449 assign: Convert some functions to async/await 2020-08-31 11:05:13 +02:00
Dani Palou
88ac2e0c5c MOBILE-3449 assign: Don't block all assign sync when edit grade 2020-08-31 11:05:13 +02:00
Dani Palou
8b45f1c624 MOBILE-3509 forum: Support parent param in discussion links 2020-08-04 12:09:26 +02:00
Dani Palou
77c77f4f8c MOBILE-3511 splitview: Fix some events not triggered in right view 2020-07-29 13:51:42 +02:00
Pau Ferrer Ocaña
18f4153c01 MOBILE-3426 scorm: Avoid using relative sizes 2020-07-14 12:35:43 +02:00
Juan Leyva
da93462af1
Merge pull request #2453 from crazyserver/MOBILE-3452
Mobile 3452
2020-07-14 12:21:41 +02:00
Pau Ferrer Ocaña
9ee0abd6ed MOBILE-3452 workshop: Fix some workshop submission styles 2020-07-14 10:10:10 +02:00
Dani Palou
cc1b4acb8e MOBILE-3475 core: Prevent errors when calling isVersionGreaterEqualThan 2020-07-06 11:39:38 +02:00
Travis CI User
19cea4abda Update lang files [ci skip] 2020-06-26 11:35:43 +00:00
Pau Ferrer Ocaña
f8bc2ad8a6 MOBILE-3401 strings: Update strings 2020-06-25 16:14:56 +02:00