summaryrefslogtreecommitdiff
path: root/loleaflet/js/global.js
AgeCommit message (Expand)AuthorFilesLines
2020-09-30Use the CanvasTileLayer for all rendering.Jan Holesovsky1-4/+0
2020-09-17calc canvas: More reliable check for the desktop / mobile / tablet.Jan Holesovsky1-0/+4
2020-08-07android: Chromebook is not a touch device, avoid using Hammer there.Jan Holesovsky1-5/+4
2020-07-27loleaflet: move constant parameters to global initializationHenry Castro1-7/+16
2020-07-16android: Actually use the Desktop browser UI for Chromebooks.Jan Holesovsky1-0/+15
2020-06-29Fix url errors on backgroundImage in css files for proxymert1-12/+23
2020-06-09Proxy: detect un-responsive sockets & close after 30secs.Michael Meeks1-13/+20
2020-06-09Proxy: don't implement a magic re-connecting socket.Michael Meeks1-19/+16
2020-06-08Proxy: handle server startup / un-responsive DocumentBroker creation.Michael Meeks1-5/+41
2020-06-08Proxy: only send close if we were connected.Michael Meeks1-1/+3
2020-06-04leaflet: Remove old jquery-fixer code.gokaysatir1-8/+0
2020-06-02wsd: leaflet: fix reuse_cookies supportAshod Nakashian1-2/+9
2020-05-29Proxy: calm down console debug churn for now.Michael Meeks1-6/+6
2020-05-25Proxy: horrible re-implementation of array / string bits for IE11.Michael Meeks1-6/+53
2020-05-22leaflet: smart throttling of RichProxy pollingAshod Nakashian1-4/+79
2020-05-21Proxy: handle connection failure during session gracefully.Michael Meeks1-4/+16
2020-05-20leaflet: restore reuse_cookies to the urlAshod Nakashian1-0/+3
2020-05-20Add "Slow Proxy" string in Aboutmert1-0/+1
2020-05-13Proxy: significantly simplify proxy socket.Michael Meeks1-42/+27
2020-05-13Proxy: re-arrange URL structure & document it better.Michael Meeks1-11/+25
2020-04-30Proxy: tolerate missing CSS files during CSS re-write.Michael Meeks1-1/+7
2020-04-29forward the device form factor of the client on a new view requestMarco Cecchetti1-0/+17
2020-04-28Proxy: improving parsing & URL passing for websocket to fix connect-src.Michael Meeks1-1/+1
2020-04-28Improve error handling on failure to fetch session id.Michael Meeks1-3/+13
2020-04-24Proxy: adapt the path with a serial for each request.Michael Meeks1-1/+1
2020-04-24Proxy: marshal message serial too.Michael Meeks1-3/+29
2020-04-24Proxy: improve debugging and connection handling.Michael Meeks1-2/+2
2020-04-24Proxy: improve debugging & naming.Michael Meeks1-7/+13
2020-04-24Proxy: poll for output space if we need waking.Michael Meeks1-0/+1
2020-04-24Proxy: open four wait sockets concurrently.Michael Meeks1-5/+7
2020-04-24Proxy: re-write css image URLs to handle the proxy.Michael Meeks1-0/+27
2020-04-24Proxy: send multiple messages in a single request.Michael Meeks1-43/+36
2020-04-24Proxy protocol bits.Michael Meeks1-10/+84
2020-04-24Proxy websocket prototype.Michael Meeks1-6/+88
2020-04-22Tolerate missing WOPI parameters.Michael Meeks1-3/+5
2020-04-10mobile, tablet: Even the small tablets or large phones should get the phone UI.Jan Holesovsky1-1/+1
2020-03-26Move the window.mode.* functions to global.js for clarityTor Lillqvist1-0/+19
2020-03-19loleaflet: ensure forward message if early websocket is connectedHenry Castro1-0/+1
2020-02-17loleaflet: allow browser detection when loading html pageHenry Castro1-0/+140
2020-01-21eslint: Enable "semi" rule as an error.Tamás Zolnai1-9/+9
2020-01-08loleaflet: simplify "prevent default 'contextmenu' action"Henry Castro1-0/+8
2019-12-20loleaflet: check if LOCALIZATIONS is defined on mobile appMarco Cecchetti1-1/+1
2019-12-11android: Make the localization work for the JS pieces.Jan Holesovsky1-6/+3
2019-12-10fixing 2 minor console errorsMarco Cecchetti1-1/+2
2019-11-15loleaflet: add missing parameters when early websocket connectionlibreoffice-6-4-branch-pointHenry Castro1-5/+19
2019-10-31For a mobile app, call window.postMobileError() in window.onerror()Tor Lillqvist1-1/+3
2019-09-16tdf#126971: Fix localisation of tunnelled dialogs in the iOS appTor Lillqvist1-1/+6
2019-08-20post logs JavaScript runtime errors to the loolwsd serverHenry Castro1-0/+25
2019-06-20Avoid a TypeError.Jan Holesovsky1-1/+1
2019-03-30loleaflet: fix the prototype property of a constructor L.SocketHenry Castro1-1/+1