1112 Commits

Author SHA1 Message Date
Dani Palou
dd4688f3d4 MOBILE-2984 config: Allow overriding site name 2019-04-18 08:51:28 +02:00
Albert Gasset
d8c76b0c35 MOBILE-2949 rating: Event that notifies rate component loading status 2019-04-10 13:29:11 +02:00
Albert Gasset
8e9af2fdda MOBILE-2949 comments: Event that notifies loading status 2019-04-10 13:27:44 +02:00
Albert Gasset
8f1c66445f MOBILE-2949 compile: Event that notifies compilation status 2019-04-10 13:12:13 +02:00
Albert Gasset
19143109c3 MOBILE-2949 compile: Do not update data before compiling template
This prevents errors when the templata and data are changed and they
have different properties than the old template and data.
2019-04-10 13:02:14 +02:00
Dani Palou
38b1308f0b MOBILE-2901 file: Support offline files for Nextcloud 2019-04-08 10:45:14 +02:00
Albert Gasset
76bbc30ed9 MOBULE-2838 ws: convertValuesToString improvements
- Skip null and undefined values. They were ignored when sent as POST parameters but are not accepted when sent as JSON.
- Return null instead if some string become empty after stripping Unicode. Previously we were throwing an exception.
- Convert boolean to "0" and "1". Previously we wre using "true" and "false", which are only accepted as POST parameters.
2019-04-04 14:47:21 +02:00
Dani Palou
65702106f7 MOBILE-2953 notifications: Pass customdata to link actions 2019-04-03 15:38:34 +02:00
Dani Palou
c982017029 MOBILE-2927 emulator: Adapt push simulation to new behaviour 2019-04-01 16:04:14 +02:00
Dani Palou
9e831bdf7a MOBILE-2921 lesson: Support lesson grade push clicks 2019-04-01 16:03:10 +02:00
Dani Palou
a83ebdfec8 MOBILE-2921 course: Support course request push clicks 2019-04-01 16:03:10 +02:00
Dani Palou
e8ab5edc2a MOBILE-2921 enrol: Support enrolment expiry push clicks 2019-04-01 16:03:10 +02:00
Dani Palou
3182f0ff06 MOBILE-2921 push: Use new code for push click handlers 2019-04-01 16:03:10 +02:00
Dani Palou
727fe58a52 MOBILE-2921 push: Move pushnotifications to core 2019-04-01 16:03:10 +02:00
Pau Ferrer Ocaña
b6a6dd13f6 MOBILE-2873 sync: Sync before prefetch single module 2019-04-01 12:24:23 +02:00
Pau Ferrer Ocaña
d767b7514e MOBILE-2873 sync: Sync fixes 2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
2469d903a7 MOBILE-2873 blog: Show blog icon on the tab bar if needed 2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
910ee50600 MOBILE-2873 sync: Sync activities on course prefetch 2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
a26fbeab92 MOBILE-2873 sync: Fix course log syncing 2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
af7872f862 MOBILE-2873 sync: Force manual sync 2019-04-01 10:57:53 +02:00
Pau Ferrer Ocaña
0a2b197cd4 MOBILE-2851 users: Show participants last course access when available 2019-03-29 13:31:17 +01:00
Dani Palou
201a703258 MOBILE-2915 core: Show file not found error if no files 2019-03-29 12:46:04 +01:00
Dani Palou
b16eb29ac0 MOBILE-2915 core: Fix redirect to logged out sites 2019-03-29 11:07:36 +01:00
Dani Palou
489094598a MOBILE-2915 core: Try to fix freezes when clicking push 2019-03-28 16:28:21 +01:00
Dani Palou
3f370f97ca MOBILE-2915 login: Mark recaptcha as required 2019-03-27 16:35:34 +01:00
sam marshall
bc931df813 MOBILE-2906 Add course option type that appears in menu
This allows addons to add items to the course menu. The items work
in the same way as other course options, except that instead of
appearing as a tab, they appear as an option in the course menu.
2019-03-27 12:51:37 +00:00
Dani Palou
ba27f75324 MOBILE-2915 login: Fix signup errors not displayed 2019-03-27 12:01:27 +01:00
Dani Palou
63cfc0604a MOBILE-2915 ios: Fix shared files treated twice in iOS 12 2019-03-26 16:13:23 +01:00
Dani Palou
b3663e591c MOBILE-2915 desktop: Fix 'push' click in desktop apps 2019-03-26 12:05:37 +01:00
Dani Palou
0449c63c71 MOBILE-2915 course: Fix title not displayed for guest courses 2019-03-22 07:02:08 +01:00
Dani Palou
88a0a2851f MOBILE-2819 a11y: Fix image description read twice 2019-03-15 11:36:32 +01:00
Albert Gasset
a0bac9301e MOBILE-2915 rating: Change string "No rating" to "None" 2019-03-14 12:40:26 +01:00
Albert Gasset
b23881299c MOBILE-2900 courses: Exclude enrolled user count from WS call 2019-03-13 11:30:33 +01:00
Juan Leyva
07e4be4391
Merge pull request #1804 from dpalou/MOBILE-2831
Mobile 2831
2019-03-12 16:08:00 +01:00
Juan Leyva
7e6b260154
Merge pull request #1801 from dpalou/MOBILE-2913
Mobile 2913
2019-03-11 13:44:59 +01:00
Juan Leyva
c882ad7138
Merge pull request #1800 from dpalou/MOBILE-2663
MOBILE-2663 quiz: Try to fix sequencecheck error
2019-03-11 13:32:46 +01:00
Dani Palou
f5f04b35c1 MOBILE-2913 course: Fix section progress when an error happens 2019-03-11 12:25:59 +01:00
Dani Palou
900c9b741e MOBILE-2913 course: Fix section download button disappear on PTR 2019-03-11 10:29:32 +01:00
Albert Gasset
1e59e22a6e MOBILE-2908 core: Fix duplicate schema name 2019-03-07 16:44:04 +01:00
Juan Leyva
1d53ca3823
Merge pull request #1792 from albertgasset/MOBILE-2486
Mobile 2486
2019-03-06 16:33:00 +01:00
Dani Palou
61d264f515 MOBILE-2663 quiz: Try to fix sequencecheck error 2019-03-06 14:37:27 +01:00
Dani Palou
2ec4b536a5 MOBILE-2831 settings: Display push ID in about page 2019-03-06 12:47:20 +01:00
Juan Leyva
c11cfa336b
Merge pull request #1791 from crazyserver/MOBILE-2819
MOBILE-2819 a11y: Apply aria attributes to components
2019-03-06 11:48:17 +01:00
Albert Gasset
af6694c915 MOBILE-2486 glossary: Ratings 2019-03-05 16:11:21 +01:00
Albert Gasset
8fe3e09e9b MOBILE-2486 forum: Invalidate discussion when a rating is updated 2019-03-05 13:58:30 +01:00
Albert Gasset
f6c2babd77 MOBILE 2486 core: Fix offline rating schema name 2019-03-05 13:58:30 +01:00
Juan Leyva
7eaf05766a
Merge pull request #1790 from albertgasset/MOBILE-1633
Mobile 1633
2019-03-04 14:14:58 +01:00
Juan Leyva
aac8ee7b3a
Merge pull request #1789 from dpalou/MOBILE-2850
Mobile 2850
2019-03-04 13:21:57 +01:00
Albert Gasset
beaab9d2f6 MOBILE-1633 core: Rating components and providers 2019-03-04 12:47:52 +01:00
Dani Palou
c6b51873f1 MOBILE-2850 quiz: Prefetch data after syncing quiz 2019-03-04 12:25:01 +01:00