61 Commits

Author SHA1 Message Date
Pau Ferrer Ocaña
a809f624fe MOBILE-3175 other: Change Copyright author 2019-10-02 09:08:21 +02:00
Dani Palou
b2497a1dd0 MOBILE-3109 addon: Add return types to all addons except mod 2019-09-25 13:15:54 +02:00
Albert Gasset
a7c2d22cb8 MOBILE-3147 doc: Remove jsdoc types from all typescript files 2019-09-12 11:15:56 +02:00
Albert Gasset
b0b1c2f7c9 MOBILE-2201 user: Tag area handler for users 2019-07-19 15:43:54 +02:00
Dani Palou
0b779f4ae8 MOBILE-3071 core: Let site plugins add menu items in course 2019-07-10 09:52:05 +02:00
Dani Palou
08322a299d MOBILE-2735 ux: Make all link handlers open a new page 2019-06-26 08:41:23 +02:00
Albert Gasset
57b3ed23b2 MOBILE-2992 user: Fix sync preferences 2019-05-28 12:35:11 +02:00
Dani Palou
75ce463362 MOBILE-3036 core: Apply update frequency to all WS calls 2019-05-24 08:26:57 +02:00
Dani Palou
822dd057ef MOBILE-2957 fcm: Log events in Firebase too 2019-05-20 12:22:20 +02:00
Pau Ferrer Ocaña
fb6e095abe MOBILE-3035 settings: Delete cache data when clearing files 2019-05-20 12:13:10 +02:00
Albert Gasset
65055653be MOBILE-2992 user: Get and sync preferences 2019-05-16 09:54:17 +02:00
Pau Ferrer Ocaña
f20e34db5c MOBILE-2851 user: Fix user not enrolled message 2019-05-14 13:56:43 +02:00
Juan Leyva
3f3e9d3d25
Merge pull request #1838 from dpalou/MOBILE-2921
Mobile 2921
2019-04-25 17:36:10 +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
9e831bdf7a MOBILE-2921 lesson: Support lesson grade 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
Albert Gasset
95326d4da0 MOBILE-2842 core: Use site schemas for all modules 2019-02-08 12:28:05 +01:00
Albert Gasset
fb29050627 MOBILE-2842 core: Interfaces for DB schemas 2019-02-08 12:27:07 +01:00
Dani Palou
97d4f6d4ed MOBILE-2844 assign: Fix prefetch error if grader was -1 2019-01-29 13:03:31 +01:00
Dani Palou
cee98a94fa MOBILE-2803 course: Prefetch course options 2018-12-21 16:35:37 +01:00
Juan Leyva
bce1afd586
Merge pull request #1461 from dpalou/MOBILE-2514
MOBILE-2514 user: Fix wrong plugins when viewing 2 users at same time
2018-08-22 11:49:58 +01:00
Juan Leyva
e6c5607463
Merge pull request #1424 from dpalou/MOBILE-2478
Mobile 2478
2018-07-24 15:44:01 +02:00
Dani Palou
d91942f1b4 MOBILE-2514 user: Fix wrong plugins when viewing 2 users at same time 2018-07-24 14:48:23 +02:00
Dani Palou
912a1f61c5 MOBILE-2478 windows: Fix blank window open when clicking Email 2018-07-20 09:24:13 +02:00
Dani Palou
424f5e324f MOBILE-2512 workshop: Avoid error when downloading profiles in workshop 2018-07-19 12:14:20 +02:00
Dani Palou
10da720a4a MOBILE-2431 courses: Fix course options not available 2018-06-26 09:36:40 +02:00
Dani Palou
0433fbdafc MOBILE-2334 assign: Implement prefetch handler and helper 2018-04-26 10:04:54 +02:00
Pau Ferrer Ocaña
12adb9ef19 MOBILE-2339 feedback: Peer review fixes 2018-04-16 09:52:39 +02:00
Pau Ferrer Ocaña
c586db40dd MOBILE-2339 feedback: Implement Index page 2018-04-16 09:35:53 +02:00
Pau Ferrer Ocaña
0da7b03e3d MOBILE-2339 recaptcha: Add captcha component 2018-04-16 09:32:41 +02:00
Dani Palou
1ebe8ba57b MOBILE-2391 core: Improve delegate subclasses 2018-03-23 14:37:24 +01:00
Dani Palou
0b52f98960 MOBILE-2391 core: Use different property for modName/etc in delegates 2018-03-23 14:37:03 +01:00
Dani Palou
c1cf6e5b21 MOBILE-2391 core: Use new nomenclature in disabled features 2018-03-23 13:33:20 +01:00
Dani Palou
a6ea996778 MOBILE-2319 db: Use REPLACE in inserts 2018-03-20 15:44:26 +01:00
Juan Leyva
138f83d979 MOBILE-2325 badges: Show new page in user profile 2018-03-16 11:27:49 +01:00
Albert Gasset
5faa1cf5e6 MOBILE-2323 core: Add tslint rule no-unused-variable and fix warnings 2018-03-14 15:38:38 +01:00
Dani Palou
9684f9789a MOBILE-2333 core: Use aliases in imports 2018-03-12 16:45:04 +01:00
Dani Palou
046b300051 MOBILE-2333 siteplugins: Rename site addons to site plugins 2018-03-12 13:45:14 +01:00
Dani Palou
d98088f6a6 MOBILE-2333 siteaddons: Support creating new components
Now site addons can return a ComponentRef instead of the component class in the getComponent functions of the delegates. This means they can create a new component on the fly using CoreCompileProvider.instantiateDynamicComponent
2018-03-12 13:45:13 +01:00
Pau Ferrer Ocaña
06b8bcc026 MOBILE-2327 messages: Add and block user profile handlers 2018-03-02 17:00:05 +01:00
Pau Ferrer Ocaña
11d052e659 MOBILE-2327 core: Change all import paths 2018-03-01 17:08:05 +01:00
Pau Ferrer Ocaña
2911cbb1aa MOBILE-2327 courses: Condesate the course progress styles 2018-03-01 10:10:47 +01:00
Pau Ferrer Ocaña
86edc5f2b0 MOBILE-2327 messages: Implement settings page 2018-02-28 16:11:52 +01:00
Juan Leyva
67f8b32c42
Merge pull request #1243 from crazyserver/dpalou-MOBILE-2335
Dpalou mobile 2335
2018-02-09 15:31:08 +01:00
Pau Ferrer Ocaña
4903b31cb0 MOBILE-2326 grades: Course grades page 2018-02-08 16:45:42 +01:00
Dani Palou
7379ca3e71 MOBILE-2335 book: Implement prefetch handler 2018-02-06 08:46:49 +01:00
Dani Palou
ad03f6ed4e MOBILE-2324 course: Remove shouldDisplayForCourse function 2018-02-05 15:47:26 +01:00
Dani Palou
2ee117f935 MOBILE-2324 user: Fix user profile navigation 2018-01-31 09:14:00 +01:00
Dani Palou
9843da3fb0 MOBILE-2324 course: Use core-tabs in section and render addon components 2018-01-31 09:14:00 +01:00
Pau Ferrer Ocaña
861f3b2339 MOBILE-2324 participants: Add list page 2018-01-30 08:58:46 +01:00