192 Commits

Author SHA1 Message Date
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
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
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
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
Dani Palou
cc1b4acb8e MOBILE-3475 core: Prevent errors when calling isVersionGreaterEqualThan 2020-07-06 11:39:38 +02:00
Pau Ferrer Ocaña
4eb59c788d MOBILE-3401 forum: Make post contextual menu clickable 2020-06-22 16:49:33 +02:00
Pau Ferrer Ocaña
02f3214332 MOBILE-3394 mod: Add event when user activity is sent 2020-05-05 11:50:59 +02:00
Dani Palou
9f325e163f MOBILE-3134 core: Debounce calls to update size in activity 2020-04-20 16:39:33 +02:00
Dani Palou
4442a182e6 MOBILE-3269 core: Fix nativeElement errors in forms 2020-03-16 14:29:44 +01:00
Dani Palou
e62f5b7409 MOBILE-3323 editor: Trigger action event in missing forms 2020-03-11 11:54:29 +01:00
Dani Palou
3f25bc2f7c MOBILE-3298 course: Don't fail module download if avatar fails 2020-03-02 08:43:34 +01:00
Dani Palou
5a79151b01 MOBILE-3323 editor: Save and restore drafts 2020-02-18 11:28:10 +01:00
Dani Palou
96c8622608 MOBILE-3323 editor: Create new folder editor in src/core 2020-02-18 11:28:10 +01:00
Juan Leyva
c4becfd0af
Merge pull request #2261 from crazyserver/MOBILE-3301
MOBILE-3301 ux: Add aria-label to context more buttons
2020-01-29 15:54:58 +01:00
Dani Palou
7a6b4802c9 MOBILE-3318 core: Remove old actions from update manager 2020-01-29 14:56:18 +01:00
Pau Ferrer Ocaña
9cf2fb6436 MOBILE-3301 ux: Add aria-label to context more buttons 2020-01-29 12:09:16 +01:00
Dani Palou
e35bebd9af MOBILE-3242 ui: Display different cursor in all clickable elements 2020-01-10 10:41:36 +01:00
Pau Ferrer Ocaña
8a6063f00a MOBILE-3213 forum: Check user preferences on sort 2019-12-17 11:37:53 +01:00
Pau Ferrer Ocaña
b44a4ae464 MOBILE-3213 styles: Dark mode fixes 2019-12-17 10:48:43 +01:00
Pau Ferrer Ocaña
63bff7c4f8 MOBILE-3213 forum: Fix discussion links when nested view is on 2019-12-13 10:50:59 +01:00
Pau Ferrer Ocaña
28d9954b96 MOBILE-3213 forum: Revert part of MOBILE-3218 to link discussions 2019-12-12 18:16:01 +01:00
Dani Palou
8d30c0be97 MOBILE-3213 core: Run script that removes types from JSDoc 2019-12-11 08:21:20 +01:00
Dani Palou
e0849668e3 MOBILE-2235 h5p: Support and use isEnabled function in file delegate 2019-12-09 15:37:00 +01:00
Dani Palou
c4a58d9ee8 MOBILE-2235 h5p: Implement H5P download and unzip 2019-12-09 14:24:32 +01:00
Juan Leyva
9686113163
Merge pull request #2188 from NoelDeMartin/MOBILE-3230
MOBILE-3230 forum: Use nested children in a discussion when calculati…
2019-12-04 15:55:59 +01:00
Pau Ferrer Ocaña
1daa5c57c9 MOBILE-3205 forum: Refresh info after pin or star 2019-12-04 10:17:28 +01:00
Pau Ferrer Ocaña
22ab48800e MOBILE-3218 forum: Discussions link only works from notifications 2019-12-03 13:06:49 +01:00
Pau Ferrer Ocaña
ce602321ff MOBILE-3218 links: Adapt links to new handler functions 2019-12-03 13:06:48 +01:00
Pau Ferrer Ocaña
30e6feab24 MOBILE-3218 links: Implement all index handlers enabled on activity 2019-12-03 13:06:48 +01:00
Noel De Martin
8af17d2cf7 MOBILE-3230 forum: Use nested children in a discussion when calculating parent subjects 2019-12-02 13:10:53 +01:00
Pau Ferrer Ocaña
338334b8c6 MOBILE-3205 forum: Reload discussion list after changes 2019-11-28 14:36:49 +01:00
Pau Ferrer Ocaña
135e2cd5e3 MOBILE-3070 forum: Fix finding discussion by Id. 2019-11-28 10:05:05 +01:00
Juan Leyva
989c3f199d
Merge pull request #2170 from NoelDeMartin/MOBILE-3230
Mobile 3230
2019-11-27 17:00:09 +01:00
Noel De Martin
9ebf923964 MOBILE-3230 forum: Update parentheses formatting 2019-11-27 12:48:34 +01:00
Noel De Martin
256c883f57 MOBILE-3230 forum: Avoid updating reply subject if it's been modified 2019-11-26 16:16:13 +01:00
Noel De Martin
86f0db8108 MOBILE-3230 forum: Use parent subject in post replies 2019-11-26 16:11:40 +01:00
Pau Ferrer Ocaña
91cd0d837c MOBILE-3205 forum: Fix discussion actions search 2019-11-25 15:57:02 +01:00
Pau Ferrer Ocaña
6219947374 MOBILE-2267 forum: Add open in browser link to posts 2019-11-22 12:09:06 +01:00
Pau Ferrer Ocaña
470abc056b MOBILE-2267 forum: Edit forum post 2019-11-22 11:52:26 +01:00
Pau Ferrer Ocaña
f96b5e9b1c MOBILE-3157 forum: Add delete post option 2019-11-21 16:14:59 +01:00
Mark Johnson
f4017797db MOBILE-3121 UX: Add label to "Remove files" menu item 2019-11-07 10:09:33 +01:00
Pau Ferrer Ocaña
6a262fd101 MOBILE-3205 forum: Hide subject on replies when not modified 2019-10-30 09:41:14 +01:00
Pau Ferrer Ocaña
4bc90e892a MOBILE-3205 forum: Adapt forum discussion view 2019-10-30 09:10:10 +01:00
Pau Ferrer Ocaña
e1e2b83933 MOBILE-3205 forum: Save forum discussion sorting 2019-10-30 09:10:10 +01:00
Pau Ferrer Ocaña
34ac2a93d8 MOBILE-3205 forum: Show attachments as inline files 2019-10-30 09:10:10 +01:00