summaryrefslogtreecommitdiffstats
path: root/wsd
Commit message (Expand)AuthorAgeFilesLines
...
* add initial feedback optionHenry Castro2021-08-061-1/+9
* wsd: better response when disconnectingAshod Nakashian2021-07-281-0/+20
* Wait for async save result on DocumentBroker stopSzymon Kłos2021-07-284-1/+30
* Allow pasting into document even when DisableCopy is activeSzymon Kłos2021-07-281-6/+0
* We generate 'S' and 'F' "Async" Trace Events in loleaflet, not 'b' and 'e'Tor Lillqvist2021-07-211-2/+2
* cleanup: don't assume that the web-server poll is still alive.Michael Meeks2021-07-211-1/+2
* Introduce Freemium optionsPranam Lashkari2021-07-204-0/+40
* wsd: Close socket hard when necessaryAshod Nakashian2021-07-193-20/+28
* wsd: close the connection after failing to loadAshod Nakashian2021-07-194-3/+38
* wsd: prevent recycling the listening port during testsAshod Nakashian2021-07-181-3/+21
* wsd: ssl certificate verification requirementsAshod Nakashian2021-07-182-4/+6
* wsd: support certificate verificationAshod Nakashian2021-07-181-8/+6
* Revert "wsd: initialize SSL if enabled or termination is enabled"Ashod Nakashian2021-07-181-0/+3
* wsd: move isLocalhost to a common areaAshod Nakashian2021-07-181-30/+8
* wsd: before closing save a copy to uploadAshod Nakashian2021-07-171-4/+8
* wsd: track saving activityAshod Nakashian2021-07-171-2/+17
* wsd: correctly update the modified flagAshod Nakashian2021-07-172-17/+26
* wsd: better logging of the document activityAshod Nakashian2021-07-171-7/+17
* Sanitize the css theming.Jan Holesovsky2021-07-161-0/+21
* wsd: don't re-render tiles while closing a session.Michael Meeks2021-07-121-0/+6
* HTTP 302 - updates after reviewSzymon Kłos2021-07-122-9/+12
* HTTP 302 Found - block redirection loopsSzymon Kłos2021-07-122-13/+32
* Handle all redirect HTTP verbsSzymon Kłos2021-07-121-2/+6
* HTTP 302 Found - redirrect support for downloadDocumentSzymon Kłos2021-07-121-0/+9
* HTTP 302 Found - remember the correct resource addressSzymon Kłos2021-07-122-1/+5
* HTTP 302 Found - redirrect support for getWOPIFileInfoSzymon Kłos2021-07-122-4/+25
* Session: Send file mode to the client. We need to know if comments are editab...Gökay Şatır2021-07-093-0/+22
* wsd: log javascript handled exceptionsHenry Castro2021-07-071-1/+1
* Revert "Make it possible to generate Trace Events already when loading the do...Tor Lillqvist2021-07-071-7/+14
* Make it possible to generate Trace Events already when loading the documentTor Lillqvist2021-07-071-14/+7
* Broadcast save-as to other viewsmerttumer2021-07-062-1/+21
* Improve debug output.Michael Meeks2021-06-241-1/+1
* Use S and F events here, too, instead of b and eTor Lillqvist2021-06-241-1/+1
* wsd: separate client SSL context from the serverAshod Nakashian2021-06-232-10/+18
* It's Trace Event, not event traceTor Lillqvist2021-06-221-1/+1
* Guard against uninitialised or bogus _performanceCounterEpoch valuesTor Lillqvist2021-06-221-0/+20
* Use a synthetic pid and tid for Trace Events from loleafletTor Lillqvist2021-06-221-12/+21
* Use the WSD's pid for the Trace Events coming in from loleafletTor Lillqvist2021-06-221-3/+3
* Re-factor Trace Event stuff for improved functionality and thread safetyTor Lillqvist2021-06-215-28/+87
* No need to add the thread name to the args of Trace Events nowTor Lillqvist2021-06-211-8/+0
* Guard against multiple threads writing to the Trace Event log fileTor Lillqvist2021-06-211-0/+4
* Output a Trace Event metadata event identifying the main thread of WSDTor Lillqvist2021-06-211-0/+2
* Output a Trace Event metadata event identifying the pid of WSDTor Lillqvist2021-06-211-0/+5
* wsd: failure to upload is not an errorAshod Nakashian2021-06-192-2/+2
* wsd: un/block the UI during renamingAshod Nakashian2021-06-192-18/+70
* wsd: no autosaving during other activitiesAshod Nakashian2021-06-191-26/+33
* wsd: correct conditional scopeAshod Nakashian2021-06-191-7/+10
* wsd: postpone autosaveAshod Nakashian2021-06-191-2/+24
* wsd: support uploading after loading from a templateAshod Nakashian2021-06-193-4/+32
* wsd: rename file after saving to support async uploadingAshod Nakashian2021-06-193-7/+35