Pau Ferrer Ocaña
6219947374
MOBILE-2267 forum: Add open in browser link to posts
2019-11-22 12:09:06 +01:00
Dani Palou
961c873d80
MOBILE-3164 files: Use tokenpluginfile if possible
2019-11-08 13:48:37 +01:00
Dani Palou
7471f54f9c
MOBILE-3163 core: Check site URL when treating pluginfile URLs
2019-10-17 17:27:55 +02:00
Dani Palou
08c8487646
MOBILE-2491 filter: Add memory caches to speed up filter
2019-10-08 12:40:01 +02:00
Dani Palou
26a3b4a9de
MOBILE-2491 filter: Create filter delegate
2019-10-03 11:28:29 +02:00
Pau Ferrer Ocaña
a809f624fe
MOBILE-3175 other: Change Copyright author
2019-10-02 09:08:21 +02:00
Albert Gasset
a7c2d22cb8
MOBILE-3147 doc: Remove jsdoc types from all typescript files
2019-09-12 11:15:56 +02:00
Dani Palou
add7792d24
MOBILE-3127 core: Allow defining a different timeout in wifi/3g
2019-08-22 13:20:09 +02:00
Dani Palou
78d512f92e
MOBILE-3068 course: Fix not enrolled error when prefetch course
2019-08-21 16:23:42 +02:00
Dani Palou
4ee4692cd6
MOBILE-3106 login: Check redirect if get site info fails
2019-08-21 11:16:14 +02:00
Juan Leyva
123f74ca0a
Merge pull request #2023 from dpalou/MOBILE-3052
...
MOBILE-3052 glossary: Don't prefetch get_by_id
2019-07-31 12:57:45 +02:00
Dani Palou
ecd918a0d7
MOBILE-3052 glossary: Don't prefetch get_by_id
2019-07-22 13:05:36 +02:00
Dani Palou
a983d1c14b
MOBILE-3106 core: Use GET as fallback in get public config
2019-07-19 11:45:12 +02:00
Dani Palou
d0beca075a
MOBILE-3039 core: Fix reconnect screen shown again when it shouldn't
2019-05-29 15:24:43 +02:00
Dani Palou
24fb3d999c
MOBILE-3039 core: Don't force WS queue
2019-05-27 16:36:52 +02:00
Dani Palou
235297ca28
MOBILE-3036 core: Define different cache expiration times
2019-05-24 08:26:57 +02:00
Juan Leyva
717b3bbf44
Merge pull request #1922 from dpalou/MOBILE-2969
...
MOBILE-2969 quiz: Fix review attempt when it shouldn't
2019-05-20 11:58:59 +02:00
Juan Leyva
84caaaeaa9
Merge pull request #1921 from dpalou/MOBILE-3033
...
MOBILE-3033 core: Fix collisions in site plugin stored data
2019-05-20 11:47:31 +02:00
Dani Palou
072d6dde3e
MOBILE-2969 quiz: Fix review attempt when it shouldn't
2019-05-17 15:59:19 +02:00
Dani Palou
cab44018a6
MOBILE-3013 core: Support handling root URLs
2019-05-16 18:01:52 +02:00
Dani Palou
1071e9208e
MOBILE-3033 core: Fix collisions in site plugin stored data
2019-05-16 13:06:15 +02:00
Dani Palou
e413c95698
MOBILE-2851 core: Fix promise never finished when retry request
2019-05-14 14:02:35 +02:00
Albert Gasset
3cbc07e376
MOBILE-2900 core: Update Moodle 3.7 version number
2019-05-10 15:02:35 +02:00
Dani Palou
8723e5b684
MOBILE-2975 blocks: Allow disabling blocks and always show courses
2019-05-02 08:38:22 +02:00
Juan Leyva
e854306d57
Merge pull request #1865 from dpalou/MOBILE-2984
...
MOBILE-2984 config: Allow overriding site name
2019-04-30 20:43:07 +02:00
Juan Leyva
0daf5191ff
Merge pull request #1855 from albertgasset/MOBILE-2838
...
MOBILE-2838 site: Fix checking whether no response is expected
2019-04-29 10:03:48 +02:00
Albert Gasset
44eb98da3e
MOBILE-2838 site: Fix checking whether no response is expected
2019-04-26 16:51:43 +02:00
Juan Leyva
a11a194b33
Merge pull request #1842 from albertgasset/MOBILE-2900
...
MOBILE-2900 courses: Exclude enrolled user count from WS call
2019-04-26 11:15:33 +02:00
Dani Palou
dd4688f3d4
MOBILE-2984 config: Allow overriding site name
2019-04-18 08:51:28 +02:00
Albert Gasset
c682ff8673
MOBILE-2838 site: Skip request queue for "core_webservice_get_site_info" calls
2019-04-04 15:13:02 +02:00
Albert Gasset
c3e0164038
MOBILE-2838 site: Use "tool_mobile_call_external_functions" for all calls
2019-04-04 15:06:29 +02:00
Albert Gasset
21971a9ab4
MBOILE-2838 site: Batch WS calls to reduce the number of HTTP requests
2019-04-04 14:47:21 +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
Albert Gasset
732e3fccb6
MOBILE-2838 site: Index functions by name to speed up wsAvailable
2019-04-04 12:04:30 +02:00
Dani Palou
5c4fcaf09e
MOBILE-2915 core: Fix multiple change password errors
2019-03-27 17:06:38 +01:00
Albert Gasset
a9299b1560
MOBILE-2915 site: Fix clearing of cached request promises
2019-03-25 17:15:55 +01:00
Dani Palou
2f56db4511
MOBILE-2915 core: Fix Uncaught promise error if request fails
2019-03-20 14:49:15 +01:00
Albert Gasset
b5a75a4108
MOBILE-2915 site: Don't clone errors, they might contain cyclic references
2019-03-13 16:50:56 +01:00
Albert Gasset
b23881299c
MOBILE-2900 courses: Exclude enrolled user count from WS call
2019-03-13 11:30:33 +01:00
Dani Palou
5cc5394f8e
MOBILE-2911 site: Clone response when reusing cache promise
2019-03-12 09:47:38 +01:00
Pau Ferrer Ocaña
5846898422
MOBILE-2911 animation: Modal slide from lateral animation
2019-03-11 14:51:33 +01:00
Albert Gasset
f2784cb659
MOBILE-2908 site: Check for duplicate requests
2019-03-07 16:42:39 +01:00
Juan Leyva
aac8ee7b3a
Merge pull request #1789 from dpalou/MOBILE-2850
...
Mobile 2850
2019-03-04 13:21:57 +01:00
Dani Palou
ceca8cb5c6
MOBILE-2850 choice: Prefetch data after sync choice
2019-02-28 15:10:36 +01:00
Pau Ferrer Ocaña
04bc8fd81b
MOBILE-1973 sync: Do not sync logged out sites
2019-02-26 11:04:43 +01:00
Albert Gasset
2420e3a6fb
MOBILE-1928 ws: Save "notingroup" errors to the cache
2019-02-25 10:12:09 +01:00
Albert Gasset
95326d4da0
MOBILE-2842 core: Use site schemas for all modules
2019-02-08 12:28:05 +01:00
Albert Gasset
db46635262
MOBILE-2842 core: New SQLiteDB methods
2019-02-08 12:27:07 +01:00
Albert Gasset
fb29050627
MOBILE-2842 core: Interfaces for DB schemas
2019-02-08 12:27:07 +01:00
Dani Palou
49d283c22d
MOBILE-2795 core: Allow setting several dismiss callbacks to alerts
2019-01-07 13:19:21 +01:00