summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/util/ClientVersion.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Use apache-http for version checkSimon Rettberg2023-04-061-4/+5
|
* [client] Allow override for remote version checkSteffen Ritter2023-02-141-1/+1
|
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [client] Refactor printing of app information from MANIFEST.MFManuel Bentele2021-07-021-47/+3Star
|
* [client] LoginWindow: Show same update notification as in main windowSimon Rettberg2019-10-151-2/+4
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-2/+3
| | | | | | | | | | | | | | | | | | | | | Application name, service name, master server endpoints, documentation websites needed to be configurable to allow for an easy rebranding of the suite. Two new options allow this: use '--dump <folder>' to dump the jar's configurable files into that folder. Aside from text templates in 'txt', logos and icons in 'img', the 'branding.properties' file contains: * masterserver.address : self-explanatory * application.name : name to be shown on graphical elements like the main window * service.name : name to be used as a prefix for formulation like 'bwLehrpool-Team' or 'bwLehrpool-System' etc * service.faq.website : link to FAQ website * service.email : support contact address Once edited, the whole folder can be integrated into the Suite with '--pack <folder> <new_jar>'. The path to the new jar is then the rebranded version of the suite.
* [client] Async remote version info fetchingSimon Rettberg2017-08-011-41/+45
|
* [client] die bwSuite!Jonathan Bauer2016-09-081-1/+1
|
* [client] ImageUpdateWiz: if updating version metadata failed, inform userJonathan Bauer2015-09-161-1/+0Star
|
* [client] Put real update url in placeSimon Rettberg2015-09-151-1/+1
|
* [client] Changelog creation modeSimon Rettberg2015-09-151-0/+33
|
* [client] ClientVersion: changelog support. The JSON must now have a ↵Jonathan Bauer2015-09-141-1/+16
| | | | 'changelog' element
* [client] Version: fix manifest pathJonathan Bauer2015-09-141-1/+2
|
* [client] Clean up update checker, handle NPEs, close streamsSimon Rettberg2015-09-081-84/+76Star
|
* [client] fallback nullcheck for gettersJonathan Bauer2015-09-071-25/+59
|
* [client] better CheckUpdateWindow layout and format the datesJonathan Bauer2015-09-071-2/+7
|
* [client] more work on client update stuffJonathan Bauer2015-09-071-59/+108
|
* [client] Working on Client update checks [WIP]Jonathan Bauer2015-09-071-0/+97
TODO real URL for getting newest version TODO continue update check window popup