Commit Graph

1124 Commits (1a2ea9485f5b55c31cf44cbb19d2eb861237a924)

Author SHA1 Message Date
Dani Palou d8a1d2d956 MOBILE-3195 login: Allow to disable forgotten password 2019-11-07 17:45:16 +01:00
Mark Johnson f4017797db MOBILE-3121 UX: Add label to "Remove files" menu item 2019-11-07 10:09:33 +01:00
Juan Leyva 53a91a77c6
Merge pull request #2140 from dpalou/MOBILE-1611
Mobile 1611
2019-11-07 10:02:14 +01:00
Dani Palou 127e391cf4 MOBILE-1611 filter: Don't force cache when getting modules 2019-11-07 10:01:21 +01:00
Juan Leyva 65afcc87c3
Merge pull request #2138 from dpalou/MOBILE-3182
MOBILE-3182 core: Fix message when module is disabled
2019-11-06 15:53:04 +01:00
Juan Leyva c5f237001d
Merge pull request #2136 from sammarshallou/MOBILE-3180
MOBILE-3180 Site plugins: Plugin pages offline can break navigation
2019-11-06 15:49:03 +01:00
Dani Palou 7876d75ac2 MOBILE-1611 filter: Don't filter other sites 2019-10-29 14:52:44 +01:00
Dani Palou c18d8b1d12 MOBILE-1611 mathjax: Support MathJax in the app 2019-10-29 14:52:44 +01:00
Dani Palou 4b3c18d03d MOBILE-1501 participants: Allow searching participants 2019-10-25 15:19:40 +02:00
Dani Palou a2e37d26c8 MOBILE-3182 core: Fix message when module is disabled 2019-10-25 09:58:45 +02:00
Pau Ferrer Ocaña 31a7716a6b MOBILE-3144 settings: Avoid auto color scheme on iOS 2019-10-24 14:09:32 +02:00
Pau Ferrer Ocaña 74e3a4c55c MOBILE-3093 login: Fix string typo 2019-10-24 08:28:40 +02:00
Pau Ferrer Ocaña ca6a50e8e4 MOBILE-3177 login: Support new minimum version setting 2019-10-24 08:28:12 +02:00
Dani Palou 45a05c261c MOBILE-3163 core: Remove Classic app warning 2019-10-17 17:32:23 +02:00
Juan Leyva eb19e61a2d
Merge pull request #2128 from dpalou/MOBILE-2491
Mobile 2491
2019-10-16 11:01:32 +02:00
Dani Palou 8a57a0a590 MOBILE-3167 dashboard: Set fallback blocks visibility to true 2019-10-15 11:45:21 +02:00
Dani Palou 85cd3a748a MOBILE-2491 filter: Pass filter providers to compile 2019-10-09 15:08:13 +02:00
Dani Palou 0d41e7206c MOBILE-2491 filter: Prefetch filters 2019-10-08 12:40:01 +02:00
Dani Palou b99d31ca61 MOBILE-2491 filter: Use instanceid 0 for system context 2019-10-08 12:40:01 +02:00
Dani Palou 6c219b5246 MOBILE-2491 filter: Change copyright of filter files 2019-10-08 12:40:01 +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 30a5e83056 MOBILE-2491 filter: Minimize WS calls for module context 2019-10-08 12:40:01 +02:00
Dani Palou 31caccc396 MOBILE-2491 filter: Support wsNotFiltered option and filter in chart 2019-10-08 12:40:01 +02:00
Dani Palou 952ce4939b MOBILE-2491 filter: Apply filters to all views that need it 2019-10-08 12:40:01 +02:00
Dani Palou 88323319bc MOBILE-2491 filter: Implement basic filters 2019-10-08 08:17:40 +02:00
Albert Gasset 7e6a46b028 MOBILE-3093 login: Change password page 2019-10-07 09:51:56 +02:00
Dani Palou 26a3b4a9de MOBILE-2491 filter: Create filter delegate 2019-10-03 11:28:29 +02:00
Dani Palou 456426ac6d MOBILE-2491 filter: Create filter provider 2019-10-03 11:28:29 +02:00
Albert Gasset ef40dfe74c MOBILE-2159 core: Geolocation support 2019-10-02 10:12:19 +02:00
Pau Ferrer Ocaña a809f624fe MOBILE-3175 other: Change Copyright author 2019-10-02 09:08:21 +02:00
Juan Leyva eaee7e5152
Merge pull request #2119 from crazyserver/MOBILE-3026
Mobile 3026
2019-10-01 17:31:24 +02:00
Juan Leyva 3ec572362d
Merge pull request #2118 from crazyserver/MOBILE-3166
MOBILE-3166 tags: Remove auto focus from search box
2019-10-01 17:23:43 +02:00
Juan Leyva 4634e5e0ea
Merge pull request #2117 from crazyserver/MOBILE-3131
MOBILE-3131 signup: Propagate country from age verification
2019-10-01 17:22:32 +02:00
Juan Leyva ed7a212a8f
Merge pull request #2116 from crazyserver/MOBILE-3123
MOBILE-3123 style: Add some safe areas for notch
2019-10-01 17:20:44 +02:00
sam marshall c86bec7db2 MOBILE-3180 Site plugins: Plugin pages offline can break navigation
For pages served via a site plugin, if the page has never been viewed
(there is no cached version) then if you try to view the page when
offline, the navigation broke because page loading never finished.

This change makes it finish page loading (with a blank page) if it
shows the error about failing to load it.
2019-10-01 14:23:20 +01:00
Pau Ferrer Ocaña 4b1ce3b234 MOBILE-3166 tags: Remove auto focus from search box 2019-10-01 13:04:22 +02:00
Pau Ferrer Ocaña bc569030b0 MOBILE-3131 signup: Propagate country from age verification 2019-10-01 13:03:33 +02:00
Pau Ferrer Ocaña 588d616d3c MOBILE-3026 network: Show offline and back online messages 2019-10-01 13:03:23 +02:00
Pau Ferrer Ocaña 86987a2b65 MOBILE-3026 menu: Change more icon 2019-10-01 13:03:23 +02:00
Juan Leyva bcb41032f5
Merge pull request #2113 from crazyserver/MOBILE-3167
MOBILE-3167 blocks: Check block visibility
2019-10-01 13:01:55 +02:00
Pau Ferrer Ocaña 4b98a592c7 MOBILE-3123 style: Add some safe areas for notch 2019-10-01 13:00:54 +02:00
Juan Leyva 3c905e4fbe
Merge pull request #2111 from dpalou/MOBILE-3173
MOBILE-3173 quiz: Fix get amd data in ddmarker questions
2019-10-01 12:42:44 +02:00
Juan Leyva 3491d9cc49
Merge pull request #2110 from crazyserver/MOBILE-2862
MOBILE-2862 forum: Update discussion template
2019-10-01 12:39:31 +02:00
Juan Leyva 62b7780d51
Merge pull request #2108 from crazyserver/MOBILE-3119
Mobile 3119
2019-10-01 12:20:12 +02:00
Juan Leyva e1e1a212d3
Merge pull request #2106 from sammarshallou/MOBILE-3140
MOBILE-3140 Blocks: Make blocks work if displaydata not specified
2019-10-01 11:38:55 +02:00
Pau Ferrer Ocaña be6824d58c MOBILE-3167 blocks: Check block visibility 2019-10-01 10:05:27 +02:00
Pau Ferrer Ocaña fe4b760283 MOBILE-3091 signup: Sort countries by name 2019-10-01 09:56:39 +02:00
Pau Ferrer Ocaña 932f00cf1b MOBILE-3119 mainmenu: Show site name and URL on the menu 2019-10-01 09:55:40 +02:00
Pau Ferrer Ocaña 0e9b3dcbe1 MOBILE-3119 settings: Show site URL on about page 2019-10-01 09:55:40 +02:00
Pau Ferrer Ocaña 4302f70c38 MOBILE-2862 forum: Update discussion template 2019-10-01 09:55:17 +02:00
Pau Ferrer Ocaña 7f882a67ae MOBILE-3144 theme: Dark mode 2019-09-30 16:35:02 +02:00
Pau Ferrer Ocaña 716f76f969 MOBILE-3144 settings: Add color scheme setting 2019-09-30 16:35:01 +02:00
Pau Ferrer Ocaña 3b15b1a0fb MOBILE-3130 comments: Use count field to get real comment count 2019-09-25 17:14:07 +02:00
Dani Palou 346c8a42ff MOBILE-3109 addon: Add 'since' tags in WS return types 2019-09-25 13:15:54 +02:00
Dani Palou b2497a1dd0 MOBILE-3109 addon: Add return types to all addons except mod 2019-09-25 13:15:54 +02:00
Dani Palou 6c56a83ede MOBILE-3173 quiz: Fix get amd data in ddmarker questions 2019-09-23 10:16:42 +02:00
Albert Gasset a7c2d22cb8 MOBILE-3147 doc: Remove jsdoc types from all typescript files 2019-09-12 11:15:56 +02:00
sam marshall c3acfeacf7 MOBILE-3140 Blocks: Make blocks work if displaydata not specified
If displaydata is not specified in mobile.php for a block, it
did not work due to a JavaScript error.
2019-09-04 15:18:15 +01:00
Dani Palou ee143c5a89
Merge pull request #2083 from crazyserver/MOBILE-3068
Mobile 3068
2019-08-28 12:44:34 +02:00
Dani Palou 344a3c639f MOBILE-3068 blocks: Don't use phantom tabs in title blocks 2019-08-28 12:40:43 +02:00
Pau Ferrer Ocaña 3e29f2e428 MOBILE-3068 loading: Fix loading styles on blocks and tabs 2019-08-28 12:04:04 +02:00
Dani Palou 43d6839a8d MOBILE-3068 comments: Open comments in new page if split view 2019-08-28 11:20:07 +02:00
Dani Palou 5533c39288 MOBILE-3068 database: Fix comments not updated on PTR 2019-08-28 10:38:44 +02:00
Pau Ferrer Ocaña 330f1741f9 MOBILE-3068 course: Check action is avalaible before navigating 2019-08-26 11:46:20 +02:00
Pau Ferrer Ocaña ae3d488877 MOBILE-3025 blocks: Show empty box centered 2019-08-23 16:08:51 +02:00
Pau Ferrer Ocaña 6269849dff MOBILE-3025 blocks: Rollback scroll follow implementation 2019-08-23 13:47:03 +02:00
Pau Ferrer Ocaña 51403efcca MOBILE-3068 core: Fix some uncaught promises 2019-08-23 13:47:03 +02:00
Juan Leyva 0868a4646c
Merge pull request #2069 from dpalou/MOBILE-2670
MOBILE-2670 core: Fix filename of uploaded files in desktop
2019-08-23 10:18:02 +01:00
Juan Leyva 033b4138cb
Merge pull request #2068 from dpalou/MOBILE-3068
Mobile 3068
2019-08-23 10:17:21 +01:00
Dani Palou 8651e89701 MOBILE-2670 core: Fix filename of uploaded files in desktop 2019-08-23 10:50:19 +02:00
Dani Palou aa9e52d0f2 MOBILE-3068 login: Fix no component factory found for CoreLoginSitesPage 2019-08-22 16:40:55 +02:00
Dani Palou add7792d24 MOBILE-3127 core: Allow defining a different timeout in wifi/3g 2019-08-22 13:20:09 +02:00
Juan Leyva 152bbca149
Merge pull request #2066 from dpalou/MOBILE-3118
MOBILE-3118 siteplugins: Stringify objects copied from otherdata
2019-08-22 12:15:24 +01:00
Juan Leyva 7f755e4bca
Merge pull request #2065 from crazyserver/MOBILE-3117
Mobile 3117
2019-08-22 12:11:21 +01:00
Dani Palou 44f2122298 MOBILE-3068 analytics: Don't call logEvent if user disabled 2019-08-22 11:35:17 +02:00
Pau Ferrer Ocaña 486e1d9b11 MOBILE-3068 blocks: Fix resize uncaught promise 2019-08-21 10:01:49 +02:00
Dani Palou 7fc105dc74 MOBILE-3118 siteplugins: Stringify objects copied from otherdata 2019-08-20 12:16:57 +02:00
Pau Ferrer Ocaña a347a6d4ed MOBILE-3117 login: Fix logout on reconnect 2019-08-20 10:09:59 +02:00
Pau Ferrer Ocaña ada49974f4 MOBILE-3117 login: Check you entered the credentials page again 2019-08-20 09:27:27 +02:00
Mark Johnson 88db3d5816 MOBILE-3113 course formats: Give the user the option to reload if format plugins fail to initialise 2019-08-12 16:10:21 +02:00
Juan Leyva 85ef2a8e12
Merge pull request #2053 from crazyserver/MOBILE-3068
Mobile 3068
2019-08-09 16:55:57 +02:00
Pau Ferrer Ocaña 0e9d0356af MOBILE-3025 blocks: Fix comments block link 2019-08-09 16:30:13 +02:00
Pau Ferrer Ocaña 8a3acc2dfd MOBILE-3025 blocks: Merge blocks and content scroll 2019-08-09 16:30:12 +02:00
Mark Johnson de2c297b3c MOBILE-3100 Accessibility: Fix issues when changing font sizes 2019-08-09 12:37:35 +01:00
Pau Ferrer Ocaña e5f5f31a10 MOBILE-3025 blocks: Limit block usage to 3.7 onwards 2019-08-07 12:32:36 +02:00
Pau Ferrer Ocaña b5cbd5abaf MOBILE-3025 blocks: Adapt blocks size to small screens 2019-08-06 13:22:44 +02:00
Juan Leyva 1e2c8b4fa3
Merge pull request #2041 from dpalou/MOBILE-3112
MOBILE-3112 siteplugins: Accept more values in useOtherData
2019-08-05 16:32:28 +02:00
Mark Johnson 4d844a177c MOBILE-3054 Courses: Update section status when switching to "All sections" 2019-08-05 11:32:53 +01:00
Mark Johnson d03845caa7 MOBILE-3054 Courses: Trigger update of "All sections" download icon 2019-08-02 13:37:00 +01:00
Dani Palou 2a752cc780 MOBILE-3112 siteplugins: Accept more values in useOtherData 2019-08-02 14:35:45 +02:00
Juan Leyva aa3e894248
Merge pull request #2036 from albertgasset/MOBILE-2201
Mobile 2201
2019-08-02 11:28:12 +02:00
Pau Ferrer Ocaña aca09a2dc2 MOBILE-3081 login: Show download button on version check 2019-08-01 10:16:20 +02:00
Juan Leyva a73f340cd7
Merge pull request #2034 from crazyserver/MOBILE-3081
Mobile 3081
2019-07-31 17:19:43 +02:00
Juan Leyva 604ea85422
Merge pull request #2033 from dpalou/MOBILE-3028
MOBILE-3028 quiz: Allow attempting quiz with unsupported questions
2019-07-31 17:15:59 +02:00
Pau Ferrer Ocaña 6b34549ccb MOBILE-3081 login: Force Workplace App usage to avoid incompatibilities 2019-07-31 16:00:46 +02:00
Dani Palou cd9a169e6c MOBILE-3084 firebase: Allow disabling analytics at runtime 2019-07-31 14:45:52 +02:00
Juan Leyva 3f90e30584
Merge pull request #2030 from albertgasset/MOBILE-3042
MOBILE-3042 styles: Disable all CSS contianment rules
2019-07-31 14:39:37 +02:00
Juan Leyva 0eb88c6fa4
Merge pull request #2029 from dpalou/MOBILE-3108
MOBILE-3108 siteplugins: Allow create only title and prerendered blocks
2019-07-31 13:50:11 +02:00
Albert Gasset 603ab4e5ac MOBILE-3042 styles: Disable all CSS contianment rules
Ionic sets the "contain" CSS property to some elements. This enables CSS
containment, which changes how elements are positioned and sized, breaking
fixed positioned elements, iframes in full screen mode, subtitle menus in
videos and potentially more things. CSS containment is not supported in iOS
and Android 4.4, so it can introduce inconsistencies across devices.
2019-07-31 13:34:09 +02:00
Juan Leyva 0139910fe2
Merge pull request #2025 from dpalou/MOBILE-3064
MOBILE-3064 course: Don't call check_updates after prefetch
2019-07-31 13:04:22 +02:00