Commit Graph

9841 Commits (main)
 

Author SHA1 Message Date
Albert Gasset 5faa1cf5e6 MOBILE-2323 core: Add tslint rule no-unused-variable and fix warnings 2018-03-14 15:38:38 +01:00
Albert Gasset 92085c4889 MOBILE-2323 learning plans: PR fixes 2018-03-14 15:35:53 +01:00
Albert Gasset 61ab280b2d MOBILE-2323 learning plans: Migrate learning plans 2018-03-14 15:35:49 +01:00
Juan Leyva 5c9a2e9a40
Merge pull request #1264 from crazyserver/MOBILE-2349
Mobile 2349
2018-03-14 14:12:28 +01:00
Pau Ferrer Ocaña bab5ec63a8 MOBILE-2349 mainmenu: Update badges without event triggering 2018-03-14 13:41:26 +01:00
Pau Ferrer Ocaña d02b97b913 MOBILE-2349 ws: Fix expected type of WS post calls 2018-03-14 13:41:25 +01:00
Pau Ferrer Ocaña 3b8b44c23a MOBILE-2349 resource: Add link and plugin file handlers 2018-03-14 13:41:24 +01:00
Pau Ferrer Ocaña e0cda27cac MOBILE-2349 resource: Resource activity implementation 2018-03-14 13:18:11 +01:00
Dani Palou 237bbadc7c MOBILE-2378 remotethemes: Implement remote themes 2018-03-14 11:48:53 +01:00
Juan Leyva bb524a384d
Merge pull request #1261 from dpalou/MOBILE-2333
Mobile 2333
2018-03-13 11:36:47 +01:00
Dani Palou 30511db131 MOBILE-2333 siteplugins: Receive otherdata as array instead of string 2018-03-13 09:55:22 +01:00
Dani Palou 489de4fc09 MOBILE-2333 core: Use parseJSON from text utils 2018-03-13 09:13:31 +01:00
Dani Palou 9684f9789a MOBILE-2333 core: Use aliases in imports 2018-03-12 16:45:04 +01:00
Dani Palou f209da8ec3 MOBILE-2333 siteplugins: Use lang at plugin level and fix {$a} 2018-03-12 16:45:04 +01:00
Dani Palou db3fb84547 MOBILE-2333 redirect: Check if there are site plugins loaded 2018-03-12 16:45:04 +01:00
Juan Leyva 30ebd46706
Merge pull request #1260 from crazyserver/MOBILE-2327
Mobile 2327
2018-03-12 16:20:15 +01:00
Dani Palou 046b300051 MOBILE-2333 siteplugins: Rename site addons to site plugins 2018-03-12 13:45:14 +01:00
Dani Palou 557011d560 MOBILE-2333 siteaddons: Move code to handler classes 2018-03-12 13:45:13 +01:00
Dani Palou 0669ba9592 MOBILE-2333 siteaddons: Improve logs and remove addon manager 2018-03-12 13:45:13 +01:00
Dani Palou bb17dbfdab MOBILE-2333 siteaddons: Support user profile field plugins 2018-03-12 13:45:13 +01:00
Dani Palou 97cd791659 MOBILE-2333 mainmenu: Redirect to init if not logged in 2018-03-12 13:45:13 +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
Dani Palou ffa5a53fc6 MOBILE-2333 siteaddons: Support multiple templates in get_content 2018-03-12 13:45:13 +01:00
Dani Palou 52a73f4138 MOBILE-2333 siteaddons: Support basic course format site addons 2018-03-12 13:45:13 +01:00
Dani Palou b2c4b65024 MOBILE-2333 siteaddons: Support course options site addon 2018-03-12 13:45:13 +01:00
Dani Palou 141f979cea MOBILE-2333 siteaddons: Support restrict users and courses 2018-03-12 13:45:10 +01:00
Dani Palou 8e87a1ade9 MOBILE-2333 siteaddons: Run bootstrap JS and pass result to content JS 2018-03-12 13:33:07 +01:00
Dani Palou 823ea35b69 MOBILE-2333 siteaddons: Implement directive to call WS on load 2018-03-12 13:32:12 +01:00
Dani Palou 91b020e2fb MOBILE-2333 siteaddons: Allow sending form data 2018-03-12 13:32:12 +01:00
Dani Palou 2c858bc9d2 MOBILE-2333 siteaddons: Implement call WS directives 2018-03-12 13:32:12 +01:00
Dani Palou 6d9df59e67 MOBILE-2333 siteaddons: Display context menu for module site addons 2018-03-12 13:32:12 +01:00
Dani Palou fb278791c1 MOBILE-2333 siteaddons: Implement new-content directive 2018-03-12 13:32:12 +01:00
Dani Palou fec9fa6efa MOBILE-2333 course: Implement download module main file directive 2018-03-12 13:32:11 +01:00
Dani Palou adbee2991c MOBILE-2333 core: Implement download-file directive 2018-03-12 13:30:48 +01:00
Dani Palou dc88b83bbb MOBILE-2333 siteaddons: Prefetch offlinefunctions 2018-03-12 13:28:13 +01:00
Dani Palou c3ca95e838 MOBILE-2333 siteaddons: Support singleactivity with site addons
CoreSiteAddonsProvider provider code was split in two to prevent circular dependencies CoreSiteAddonsModuleIndexComponent
2018-03-12 13:28:13 +01:00
Dani Palou 3f5ba683ef MOBILE-2333 siteaddons: Support lang and fix custom strings 2018-03-12 13:28:13 +01:00
Dani Palou 5cb8437936 MOBILE-2333 siteaddons: Display site addon page 2018-03-12 13:28:13 +01:00
Dani Palou ec4b76b439 MOBILE-2333 compilehtml: Eval javascript and inject providers 2018-03-12 13:28:12 +01:00
Dani Palou 91c8be2167 MOBILE-2333 core: Export lists of providers 2018-03-12 13:28:12 +01:00
Dani Palou 7d3162585c MOBILE-2333 siteaddons: Fetch and register basic site addons 2018-03-12 13:28:12 +01:00
Dani Palou 9267c63698 MOBILE-2333 mainmenu: Support page params in handlers 2018-03-12 13:26:58 +01:00
Dani Palou b795a6230e MOBILE-2333 core: Implement compile HTML component 2018-03-12 13:25:50 +01:00
Pau Ferrer Ocaña f938b37f73 MOBILE-2327 messages: Fix errors from Peer review 2018-03-09 10:49:47 +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 dd49b78fb8 MOBILE-2327 messages: Add contacts page 2018-03-02 12:57:02 +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 2f95ccccf2 MOBILE-2327 messages: Implement push notifications handlers 2018-03-01 16:15:04 +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