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
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
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
Pau Ferrer Ocaña
43606fbfb1
MOBILE-4653 lang: Lazy load multilang handlers from lang service
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
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
dba799ff90
MOBILE-4653 sites: Move CoreSite constants
2024-11-18 14:17:50 +01:00
Albert Gasset
85d01ae5a5
MOBILE-4024 ws: Follow redirects not handled by Android
2024-11-06 13:42:42 +01:00
Albert Gasset
4dd949b10e
MOBILE-4616 database: Fix processing of templates
...
Some elements of templates were being removed, like <tr> or <li>.
2024-10-17 12:42:32 +02:00
Dani Palou
7f37d87dd9
MOBILE-4673 ios: Fix iframe links script not loaded in some apps
2024-10-08 12:47:02 +02:00
Alfonso Salces
9c4965e7db
MOBILE-2256 privatefiles: Remove private files
2024-09-26 09:45:44 +02:00
Dani Palou
c827311684
MOBILE-4482 core: Fix treat draft URLs failing because of encoded chars
...
Usually file.filename doesn't have encoded chars, but the URL does so they don't match.
2024-09-12 16:09:34 +02:00
Dani Palou
4f1db0e639
MOBILE-4359 localnotifications: Fix open local notif when app is dead
2024-09-05 12:24:35 +02:00
Dani Palou
2c2508607a
MOBILE-4359 core: Create and use runAfterLoginNavigation
...
This function will be used to run code after the login navigation finishes, to avoid collisions when doing extra navigations
2024-09-05 12:24:35 +02:00
Pau Ferrer Ocaña
b2691e8b3c
MOBILE-4616 behat: Correct container visibility and narrow search
2024-09-03 11:30:20 +02:00
Dani Palou
e666fdc517
MOBILE-4606 login: Fix loginSuccessful calculation when authenticating
2024-08-22 13:05:19 +02:00
Pau Ferrer Ocaña
00951b22d5
MOBILE-4616 chore: Always use convertTextToHTMLElement to convert HTML
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
b0c494ee51
MOBILE-4616 chore: Move html mode classes to CoreHTMLClasses
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
323ccc8c76
MOBILE-4616 chore: Isolate convertHTMLToHTMLElement
2024-08-14 15:17:41 +02:00
Pau Ferrer Ocaña
90ec21333b
MOBILE-4616 text: Migrate text utils to text
2024-08-14 15:17:41 +02:00
Albert Gasset
7866b31a8f
MOBILE-4608 core: Parse error message from HTML error pages
2024-08-14 10:01:26 +02:00
Dani Palou
071eee20bb
Merge pull request #4138 from alfonso-salces/MOBILE-4581
...
MOBILE-4581 utils: Add lang to openInBrowser urls
2024-08-14 08:40:41 +02:00
Pau Ferrer Ocaña
3afa736cf4
MOBILE-4616 loading: Create a service to have loading functions
2024-08-13 16:44:25 +02:00
Pau Ferrer Ocaña
73f6a0e6b9
MOBILE-4616 viewer: Create a service to have all the qr scan functions
2024-08-13 16:44:25 +02:00
Pau Ferrer Ocaña
1412a5571c
MOBILE-4616 viewer: Create a service to have all the viewer functions
2024-08-13 16:39:31 +02:00
Pau Ferrer Ocaña
072f0b8fd4
MOBILE-4616 chore: Import popovers during runtime
2024-08-13 16:37:24 +02:00
Pau Ferrer Ocaña
7cf5d9b692
MOBILE-4616 chore: Create CorePopoversService to add popovers functions
2024-08-13 16:37:24 +02:00
Alfonso Salces
4c550729ca
MOBILE-4581 utils: Add lang to openInBrowser urls
2024-08-13 15:05:24 +02:00
Dani Palou
7118768fe5
MOBILE-4640 core: Fix revision not removed from pluginfile URLs
...
This means that every time a file revision changed, the app downloaded it into a new file when it should replace the existing file with the new version.
2024-08-13 14:17:37 +02:00
Dani Palou
9a1cd83207
MOBILE-4640 filepool: Remove unused fillExtensionInFile
2024-08-13 14:17:37 +02:00