2117 Commits

Author SHA1 Message Date
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
Pau Ferrer Ocaña
4aa75a721f MOBILE-4616 quiz: Improve summary and navigation info to match LMS 2024-10-23 16:04:07 +02:00
Pau Ferrer Ocaña
ae984d3a67
Merge pull request #4223 from albertgasset/MOBILE-4616-database
MOBILE-4616 database: Fix specificity of custom CSS rules
2024-10-23 15:31:43 +02:00
Pau Ferrer Ocaña
6e2c3e4394 MOBILE-4616 course: Show availability section info in collapsed content 2024-10-23 12:06:57 +02:00
Albert Gasset
ab18e51b24 MOBILE-4616 database: Fix specificity of custom CSS rules 2024-10-22 16:31:29 +02:00
Pau Ferrer Ocaña
d533490630
Merge pull request #4220 from alfonso-salces/MOBILE-4616
Mobile 4616
2024-10-21 14:44:12 +02:00
Alfonso Salces
ca1595d165 MOBILE-4616 viewer: Show toast over comment input 2024-10-21 14:06:38 +02:00
Pau Ferrer Ocaña
1c9d096299 MOBILE-4616 course: Get course info whatever the user is enrolled or not 2024-10-21 11:40:26 +02:00
Pau Ferrer Ocaña
d06e9ec1db MOBILE-4616 search: Remove mandatory index.php from link handler pattern 2024-10-21 10:19:04 +02:00