Commit Graph

2125 Commits (d721f0b4d3575bc8f8ce5e3062496056520e1697)

Author SHA1 Message Date
Albert Gasset d721f0b4d3 MOBILE-4653 behat: Disable chat and survey tests on LMS 5.0+ 2024-12-11 17:00:18 +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 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 09a2cd2cef MOBILE-4653 core: Add site logo component 2024-12-10 09:35:19 +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 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
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 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 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
Pau Ferrer Ocaña f1a488d1e6 MOBILE-4653 login: Improvements to easily change classes and logins 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña 0a37db2151 MOBILE-4653 chore: Fix singleton constructors and compiler 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña f75bcea915 MOBILE-4653 utils: Completely migrate utils to singleton 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña 96f3be2ff1 MOBILE-4653 utils: Move object and array related utils functions 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña 453a2bd8c2 MOBILE-4653 utils: Move country related utils functions 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña e72fea3630 MOBILE-4653 utils: Move opener related utils functions 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña 8ba784564b MOBILE-4653 utils: Move file related utils functions 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña 5e3d233272 MOBILE-4653 utils: Move file related utils functions 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña 94b0266794 MOBILE-4653 utils: Move error related utils functions 2024-11-18 14:24:18 +01:00
Pau Ferrer Ocaña 7ea188af49 MOBILE-4653 utils: Move promise related utils functions 2024-11-18 14:24:17 +01:00
Pau Ferrer Ocaña fe0d6a0979 MOBILE-4653 utils: Move IAB related utils functions 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña bc35290e15 MOBILE-4653 app: Divide CoreApp in many services 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña 966edb8beb MOBILE-4653 reminders: Move reminders constants 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña efd364f285 MOBILE-4653 chore: Mixture of typos 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña 17115a2ce3 MOBILE-4653 mainmenu: Move Mainmenu constants 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña 61a33c7fff MOBILE-4653 sitehome: Decouple forum from sitehome 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña 2485fb33b3 MOBILE-4653 courses: Decouple deprecated functions on courses 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña 1eb548e47b MOBILE-4653 sync: Decouple Sync services from related main service 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña 40b200d6da MOBILE-4653 handlers: Decouple handlers from its components 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña dab0ea6c6e MOBILE-4653 course: Move CoreCourseProvider constants 2024-11-18 14:17:51 +01:00
Pau Ferrer Ocaña 602c673e7c MOBILE-4653 chore: Remove 4.2 deprecated functions 2024-11-18 14:17:50 +01:00
Pau Ferrer Ocaña 8846de838d MOBILE-4653 courses: Move CoreCoursesProvider constants 2024-11-18 14:17:50 +01:00
Pau Ferrer Ocaña dba799ff90 MOBILE-4653 sites: Move CoreSite constants 2024-11-18 14:17:50 +01:00
Pau Ferrer Ocaña 3959df94d5 MOBILE-4653 calendar: Partially decouple calendar 2024-11-18 14:17:50 +01:00
Pau Ferrer Ocaña d1cae1464d MOBILE-4653 chore: Migrate site plugins to standalone components 2024-11-18 14:17:50 +01:00
Pau Ferrer Ocaña e04264b9e5 MOBILE-4653 chore: Migrate styleUrls to styleUrl when possible 2024-11-18 14:17:50 +01:00
Pau Ferrer Ocaña 62d725150e MOBILE-4653 chore: Use of default classes when importing 2024-11-18 14:17:50 +01:00
Dani Palou 9f46fe67d0 MOBILE-4679 dev: Display auto login info and part of tokens in dev page 2024-11-12 08:27:29 +01:00
Dani Palou 14a4b83fb5 MOBILE-4653 core: Fix race condition when uploading files
Uploading several files in parallel can cause a race condition in the server when trying to insert the directory data in the 'files' table of the DB, in the create_directory function. To avoid that, now files are uploaded 1 by 1 in the same area.
2024-11-07 13:37:31 +01:00
Pau Ferrer Ocaña 449627676f MOBILE-4694 behat: Fix site policy test string change 2024-11-06 10:36:12 +01:00
github-actions[bot] f71be1e2c4 Update lang files 2024-10-29 12:05:29 +00:00
Albert Gasset c120c290f5
Merge pull request #4226 from crazyserver/MOBILE-4616
MOBILE-4616 quiz: Improve summary and navigation info to match LMS
2024-10-23 16:27:02 +02:00