4509 Commits

Author SHA1 Message Date
Pau Ferrer Ocaña
6c132bd736 MOBILE-4680 login: Show the current oauth method to the top on reconnect 2025-01-08 10:56:12 +01:00
Pau Ferrer Ocaña
ae1c719f19 MOBILE-4680 chore: Fix some jsdocs 2025-01-08 10:56:12 +01:00
Pau Ferrer Ocaña
5e9bcb4b45 MOBILE-4723 my: Allow again showing myoverview in my courses page 2024-12-18 15:20:38 +01:00
Dani Palou
0af6865703
Merge pull request #4266 from crazyserver/MOBILE-3063
Mobile 3063
2024-12-18 08:06:52 +01:00
Pau Ferrer Ocaña
05ba90ba96
Merge pull request #4269 from dpalou/MOBILE-4715
MOBILE-4715 blog: Disable blog in activities if feature disabled
2024-12-17 13:16:15 +01:00
Pau Ferrer Ocaña
170817ed7c MOBILE-3063 reading-mode: Find header in splitview if needed 2024-12-17 12:49:26 +01:00
Pau Ferrer Ocaña
e6733bbd65 MOBILE-3063 reading-mode: Add reading mode to glossary entries 2024-12-17 12:49:26 +01:00
Pau Ferrer Ocaña
a3c16af58d MOBILE-3063 reading-mode: Auto height 2024-12-17 12:49:26 +01:00
Pau Ferrer Ocaña
157de8fd8a MOBILE-3063 reading-mode: Fix header color when reading mode is enabled 2024-12-17 12:49:26 +01:00
Pau Ferrer Ocaña
6a4e9ac2fc MOBILE-3063 reading-mode: Implement reading mode 2024-12-17 12:49:26 +01:00
Dani Palou
278270c9ee MOBILE-4715 blog: Disable blog in activities if feature disabled 2024-12-17 12:35:30 +01:00
Dani Palou
a73ea2b6a9 MOBILE-4653 color: Validate colors and handle alpha 2024-12-17 09:35:55 +01:00
Pau Ferrer Ocaña
d23160df19
Merge pull request #4260 from dpalou/MOBILE-4669
Mobile 4669
2024-12-17 09:03:57 +01:00
Dani Palou
20a39bbcb5 MOBILE-4669 scorm: Fix height problems in online player 2024-12-16 08:43:11 +01:00
Dani Palou
db933590c0 MOBILE-4716 core: Fix regressions caused by boolean initializers
Some inputs were meant to allow undefined values, and adding an initializer broke that.
2024-12-12 11:51:11 +01:00
Dani Palou
6764ab74b5 MOBILE-4688 file: Fix files with unencoded % in iOS too 2024-12-12 09:56:03 +01:00
Albert Gasset
d721f0b4d3 MOBILE-4653 behat: Disable chat and survey tests on LMS 5.0+ 2024-12-11 17:00:18 +01:00
Dani Palou
b29f76d2ba MOBILE-4653 core: Improve detection of Workplace sites 2024-12-11 09:18:19 +01:00
Pau Ferrer Ocaña
99e1223616
Merge pull request #4253 from dpalou/MOBILE-4670
Mobile 4670
2024-12-10 15:41:35 +01:00
Pau Ferrer Ocaña
beb98e9154
Merge pull request #4255 from dpalou/MOBILE-4719
MOBILE-4719 core: Allow disabling features using config.json
2024-12-10 14:50:17 +01:00
Pau Ferrer Ocaña
31e9f2322e MOBILE-4653 site-logo: Style fixes on site logo 2024-12-10 12:01:33 +01:00
Pau Ferrer Ocaña
72c7e0503a MOBILE-4653 core: Remove and protect unused code 2024-12-10 10:22:30 +01:00
Pau Ferrer Ocaña
6747d154d9 MOBILE-4653 core: Deprecate unused hideIfEmpty on format-text 2024-12-10 09:35:19 +01:00
Pau Ferrer Ocaña
09a2cd2cef MOBILE-4653 core: Add site logo component 2024-12-10 09:35:19 +01:00
Dani Palou
722e4b98ab MOBILE-4719 core: Allow disabling features using config.json 2024-12-09 15:58:01 +01:00
Dani Palou
4cbb3fe7f0 MOBILE-4670 h5p: Use online player if package has missing dependencies 2024-12-05 11:53:41 +01:00
Dani Palou
dc7bea0b2e MOBILE-4670 error: Allow specifying error title in CoreError 2024-12-05 11:53:41 +01:00
Dani Palou
04727defa2 MOBILE-4670 h5p: Fix player button size 2024-12-05 11:53:41 +01:00
Pau Ferrer Ocaña
76249b2cc0 MOBILE-4712 enrol: Remove "No enrolment key required" string 2024-12-02 11:47:31 +01:00
Dani Palou
00d92e1f0e MOBILE-4653 delegate: Fix regression in hasHandlers 2024-11-28 12:52:55 +01:00
Dani Palou
fd78763c24
Merge pull request #4249 from crazyserver/MOBILE-4653
MOBILE-4653 chore: Improve formatPixelsSize to admit more units
2024-11-28 11:29:35 +01:00
Pau Ferrer Ocaña
380fa410ce MOBILE-4653 chore: Improve formatPixelsSize to admit more units 2024-11-28 11:07:55 +01:00
Pau Ferrer Ocaña
476a1795ae
Merge pull request #4245 from dpalou/MOBILE-4028
Mobile 4028
2024-11-25 14:53:06 +01:00
Dani Palou
9a929f684c MOBILE-4028 behat: Fix test after changes in links workflow
Before MOBILE-4028, links could be treated before authenticating to a site, and this meant that the 'navigateToModule' function used 'getAndOpenCourse', which opened first the course and then the activity. Now the links are treated after authenticating, and this means that the activity is opened directly, without opening the course first.
2024-11-25 14:31:43 +01:00
Dani Palou
822fadbd64 MOBILE-4028 behat: Add behats to test logout and redirects 2024-11-25 14:31:43 +01:00
Dani Palou
e671ce437a MOBILE-4028 links: Fix opening links to sites with token expired 2024-11-25 14:31:43 +01:00
Dani Palou
feff5a87f8 MOBILE-4028 logout: Refactor logout process
Now it uses a logout page so Angular guards are triggered before doing the logout process.
2024-11-25 14:31:43 +01:00
Pau Ferrer Ocaña
48ddd21e00 MOBILE-4708 chore: Fix some strict boolean inputs 2024-11-25 10:36:43 +01:00
Pau Ferrer Ocaña
a6cfe91003 MOBILE-4138 core: Unprotect updateHandlers on delegates 2024-11-20 16:01:40 +01:00
Dani Palou
bd96f1a2ae
Merge pull request #4242 from crazyserver/MOBILE-4138
MOBILE-4138 core: Wait for ready on delegates
2024-11-20 15:41:25 +01:00
Pau Ferrer Ocaña
94260567cc MOBILE-4138 home: Check all handlers in MainMenuHomeHandler 2024-11-20 13:28:22 +01:00
Pau Ferrer Ocaña
bfe8f4c24f MOBILE-4138 core: Wait for ready on delegates 2024-11-20 13:28:22 +01:00
Dani Palou
8cc14fc0a9
Merge pull request #4241 from alfonso-salces/MOBILE-4704
MOBILE-4704 navigator: Exit from full screen mode while navigate
2024-11-20 09:40:55 +01:00
Alfonso Salces
b091b90ee1 MOBILE-4704 navigator: Exit from full screen mode while navigate 2024-11-20 09:10:12 +01:00
Pau Ferrer Ocaña
a5cec5860c
Merge pull request #4236 from dpalou/MOBILE-4688
MOBILE-4688 file: Fix files with unencoded % in their name
2024-11-19 12:27:26 +01:00
Dani Palou
423838c58d MOBILE-4688 file: Fix files with unencoded % in their name 2024-11-19 08:11:01 +01:00
Dani Palou
024346aff9
Merge pull request #4239 from crazyserver/MOBILE-4653
MOBILE-4653 chore: Move deprecated useful function
2024-11-18 16:13:22 +01:00
Pau Ferrer Ocaña
aca63d64fa MOBILE-4653 chore: Move deprecated useful function 2024-11-18 15:51:40 +01:00
Dani Palou
c14646b7e2 MOBILE-4693 core: Add more debugging to invalid site errors 2024-11-18 14:53:07 +01:00
Dani Palou
3cfd550b58 MOBILE-4693 error: Also display accordion for debug info in error modals 2024-11-18 14:53:05 +01:00