sam marshall
25b1b68655
MOBILE-3556 Login: Send extra parameter on token.php check
...
The extra parameter can be used by Moodle to avoid throwing an error
in server logs because other parameters e.g. username are not supplied.
2020-09-18 17:15:45 +01:00
Noel De Martin
793e029cbd
MOBILE-3523 login: Move login checks and modals to providers
2020-09-17 12:27:22 +02:00
Pau Ferrer Ocaña
dbae55bff2
MOBILE-3532 ionic: Half Revert Fix check device during loading
...
This reverts commit 8844abd857cbbc4ea182bcd83ef21e34d71aa292.
2020-09-16 09:30:08 +02:00
Pau Ferrer Ocaña
8844abd857
MOBILE-3534 ionic: Fix check device during loading
2020-09-14 13:08:54 +02:00
Pau Ferrer Ocaña
1b014ba3ba
MOBILE-3532 utils: Wrap is('android') calls
2020-09-09 16:54:28 +02:00
Pau Ferrer Ocaña
fd92f7cb03
MOBILE-3532 utils: Use device info instead of platform class
2020-09-09 16:50:53 +02:00
Pau Ferrer Ocaña
4ba6f0b6fa
MOBILE-3532 utils: Wrap is('ios') calls
2020-09-09 16:50:53 +02:00
Juan Leyva
88281b14cc
Merge pull request #2510 from dpalou/MOBILE-3508
...
MOBILE-3508 core: Fix external repositories files download
2020-09-09 16:33:23 +02:00
Juan Leyva
c3bbcd2702
Merge pull request #2503 from dpalou/MOBILE-3449
...
Mobile 3449
2020-09-09 13:21:44 +02:00
Juan Leyva
f15a39983c
Merge pull request #2500 from dpalou/MOBILE-3430
...
Mobile 3430
2020-09-08 16:28:51 +02:00
Juan Leyva
eda8ca1fcf
Merge pull request #2497 from dpalou/MOBILE-3480
...
MOBILE-3480 core: Treat SVG images and links in format-text
2020-09-08 16:24:01 +02:00
Juan Leyva
3fc4fa25d8
Merge pull request #2495 from dpalou/MOBILE-3487
...
MOBILE-3487 filepool: Fix invalidate unknown files query
2020-09-08 16:20:52 +02:00
Dani Palou
838e611dab
MOBILE-3188 core: Use usual format in new name of wscache table
2020-09-02 10:21:34 +02:00
sam marshall
d0c93f6416
MOBILE-3188 Web services: Record component that owns WS cache item
...
This commit adds optional component and componentId fields to the
preSets variable, which are recorded in the wscache table.
These are then used by (a) core site plugins where a module cmid
is available, and (b) the forum (as an example core implementation)
so that module site plugins and forum provide the new data.
(Note that this is not going to be very useful where we retrieve
data for multiple activities at once, which happens for activities
like Page. Still, it is optional.)
2020-09-02 10:21:34 +02:00
Dani Palou
208be32d8a
MOBILE-3508 core: Fix external repositories files download
2020-09-01 14:11:08 +02:00
Dani Palou
bc168bd7b1
MOBILE-3430 messages: Refactor some functions
...
It basically converts some functions to use async&await and also changes the parameters of getConversationMessages
2020-08-31 11:20:20 +02:00
Dani Palou
d2ae7505e1
MOBILE-3449 assign: Add synchronization to more pages
2020-08-31 11:12:35 +02:00
Dani Palou
767e8ab38f
MOBILE-3480 core: Treat SVG images and links in format-text
2020-08-31 11:01:43 +02:00
Pau Ferrer Ocaña
22e27fb65d
MOBILE-3435 utils: replace irregular whitespace causing error
2020-08-26 09:24:30 +02:00
Juan Leyva
a076271f81
Merge pull request #2483 from dpalou/MOBILE-3510
...
MOBILE-3510 h5p: Fix ' displayed instead of single quote
2020-08-25 21:19:32 +02:00
Juan Leyva
25933d2429
Merge pull request #2482 from dpalou/MOBILE-3435
...
MOBILE-3435 signup: Display error if it has required unsupported field
2020-08-25 16:49:43 +02:00
Juan Leyva
715e1e6600
Merge pull request #2480 from dpalou/MOBILE-3477
...
MOBILE-3477 core: Reduce concurrent calls to local-notifications plugin
2020-08-25 16:35:47 +02:00
Juan Leyva
2efd9f42cb
Merge pull request #2479 from dpalou/MOBILE-3468
...
MOBILE-3468 login: Treat other URL schemes in QR in login
2020-08-25 16:30:15 +02:00
Juan Leyva
940f5bbeaf
Merge pull request #2477 from dpalou/MOBILE-3465
...
MOBILE-3465 core: Handle window.open outside of iframes
2020-08-25 12:02:00 +02:00
Dani Palou
037505f805
MOBILE-3435 signup: Display error if it has required unsupported field
2020-07-30 13:09:41 +02:00
Dani Palou
72bffd619b
MOBILE-3510 h5p: Fix ' displayed instead of single quote
2020-07-29 08:49:23 +02:00
Dani Palou
e08439a91f
MOBILE-3477 core: Reduce concurrent calls to local-notifications plugin
2020-07-28 08:11:49 +02:00
Dani Palou
7464cec9d7
MOBILE-3468 login: Treat other URL schemes in QR in login
2020-07-27 12:47:49 +02:00
Dani Palou
3a424755ec
MOBILE-3465 core: Handle window.open outside of iframes
2020-07-21 09:25:42 +02:00
Dani Palou
8b4c693bec
MOBILE-3488 android: Open HTML files in InAppBrowser
2020-07-16 11:49:19 +02:00
Dani Palou
edba91d5f4
MOBILE-3487 filepool: Fix invalidate unknown files query
2020-07-15 13:09:47 +02:00
Dani Palou
d1a9d7472b
MOBILE-3476 login: Make demo accounts case insensitive
2020-07-13 09:51:29 +02:00
Dani Palou
ff3e447f5a
MOBILE-3467 login: Set loggedOut to false when adding an existing site
2020-07-03 06:14:39 +02:00
Juan Leyva
ca4dc7221d
Merge pull request #2432 from dpalou/MOBILE-3456
...
MOBILE-3456 ws: Don't set http plugin header in Android
2020-07-02 11:22:33 +02:00
Juan Leyva
5ab88ad100
Merge pull request #2431 from dpalou/MOBILE-3458
...
Mobile 3458
2020-07-02 10:37:28 +02:00
Dani Palou
e72bafe359
MOBILE-3456 ws: Don't set http plugin header in Android
2020-07-02 07:45:40 +02:00
Dani Palou
d52392f46b
MOBILE-3458 core: Validate custom URLs and QR
2020-07-01 16:01:17 +02:00
Dani Palou
9ad5531076
MOBILE-3462 lang: Fix error when direction had wrong value
2020-07-01 14:07:50 +02:00
Dani Palou
4da6a31168
MOBILE-3401 file: Fix selecting files for offline with chooser
2020-06-22 14:24:21 +02:00
Juan Leyva
a1b557d926
Merge pull request #2419 from dpalou/MOBILE-3401
...
MOBILE-3401 login: Fix navigation when authenticate via URL scheme
2020-06-19 13:17:20 +02:00
Dani Palou
112377ccc9
MOBILE-3401 login: Fix navigation when authenticate via URL scheme
2020-06-19 09:43:07 +02:00
Juan Leyva
7abc385935
Merge pull request #2415 from dpalou/MOBILE-3401
...
Mobile 3401
2020-06-18 15:59:17 +02:00
Dani Palou
52852c2842
MOBILE-3401 recaptcha: Fix recaptcha callbacks in iOS
2020-06-18 14:44:08 +02:00
Dani Palou
678f2e666a
MOBILE-3401 ios: Fix iframe links and window.open in iOS
2020-06-18 14:38:17 +02:00
toanlam
3a24dcca2e
MOBILE-3448 File system: File name is not unique when uploading
2020-06-17 17:38:26 +07:00
Dani Palou
2bcf3e2e14
MOBILE-3401 android: Revert Android changes for webview plugin
2020-06-16 14:18:20 +02:00
Dani Palou
46b8211442
MOBILE-3401 iab: Fix override window.open in iOS
2020-06-15 08:57:51 +02:00
Juan Leyva
428e753ca6
Merge pull request #2405 from dpalou/MOBILE-3447
...
Mobile 3447
2020-06-12 16:16:52 +02:00
Dani Palou
ecb4071971
MOBILE-3447 iab: Update inappbrowser to 4.0.0
2020-06-12 11:48:35 +02:00
Juan Leyva
badb71cb8e
Merge pull request #2404 from dpalou/MOBILE-3412
...
Mobile 3412
2020-06-12 11:40:11 +02:00