Age | Commit message (Expand) | Author |
2017-05-28 | remove unnecessary use of OString::getStr | Noel Grandin |
2017-05-27 | allow to override settings based updater URL and channel through env | Markus Mohrhard |
2017-05-26 | tdf#36019: Dynamically enable/disable extension removal via GUI | Muhammet Kara |
2017-05-24 | tdf#36019: Dynamically enable/disable extension installation via GUI | Muhammet Kara |
2017-05-23 | iOS, remove curl to make iOS compile | jan Iversen |
2017-05-20 | cleanup unused css/uri/ includes | Jochen Nitschke |
2017-05-20 | cleanup unused css/script/ includes | Jochen Nitschke |
2017-05-20 | conditionally disable test that depends on additional fonts | Markus Mohrhard |
2017-05-19 | loplugin:stringcopy: desktop | Stephan Bergmann |
2017-05-19 | make string translation loading more uniform | Caolán McNamara |
2017-05-19 | remove unused languagetag.hxx includes | Jochen Nitschke |
2017-05-19 | remove double '/' in update download URL | Markus Mohrhard |
2017-05-19 | log all the updater actions | Markus Mohrhard |
2017-05-19 | actually abort the update process if the update file is invalid | Markus Mohrhard |
2017-05-19 | actually check the hash of the update files | Markus Mohrhard |
2017-05-19 | if the update_dir does not exist continue with the update check | Markus Mohrhard |
2017-05-19 | better reporting for normal response from updater | Markus Mohrhard |
2017-05-19 | extract the common updater path info into methods | Markus Mohrhard |
2017-05-19 | either try to install an update or check for update | Markus Mohrhard |
2017-05-19 | normalize path for updater | Markus Mohrhard |
2017-05-19 | first stab at normalizing updater path | Markus Mohrhard |
2017-05-19 | use an update dir that is in the user profile | Markus Mohrhard |
2017-05-19 | don't crash when we get bad response | Markus Mohrhard |
2017-05-19 | hard coding the number of entries just leads to problems | Markus Mohrhard |
2017-05-19 | version entry is no more | Markus Mohrhard |
2017-05-19 | protect the downloading of the update info also with try..catch | Markus Mohrhard |
2017-05-19 | update the update URL and adapt to the server changes | Markus Mohrhard |
2017-05-19 | use the path and not the URL string | Markus Mohrhard |
2017-05-19 | use consistent method names | Markus Mohrhard |
2017-05-19 | follow redirects when downloading update files | Markus Mohrhard |
2017-05-19 | executable names on linux and windows are different | Markus Mohrhard |
2017-05-19 | fix more platform define checks | Markus Mohrhard |
2017-05-19 | handle errors returned by the server | Markus Mohrhard |
2017-05-19 | fix exception on windows when thread is not joinable | Markus Mohrhard |
2017-05-19 | fix unused parameter warnings | Markus Mohrhard |
2017-05-19 | the header file is also needed on windows | Markus Mohrhard |
2017-05-19 | fix windows build | Markus Mohrhard |
2017-05-19 | add the missing libs for the test | Markus Mohrhard |
2017-05-19 | update the last update check time | Markus Mohrhard |
2017-05-19 | only check for updates once every 7 days | Markus Mohrhard |
2017-05-19 | correctly pass the callback executable to the updater | Markus Mohrhard |
2017-05-19 | reenable the download of the update files | Markus Mohrhard |
2017-05-19 | use correct syntac for platform string | Markus Mohrhard |
2017-05-19 | file size is obviously an integer | Markus Mohrhard |
2017-05-19 | use my own server for now for the new update check | Markus Mohrhard |
2017-05-19 | restart soffice after the update | Markus Mohrhard |
2017-05-19 | fix the build | Markus Mohrhard |
2017-05-19 | start writing the update.info file | Markus Mohrhard |
2017-05-19 | an URL is not a path | Markus Mohrhard |
2017-05-19 | apply the mar file after downloading | Markus Mohrhard |