summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window/ImagePublishedWindow.java
Commit message (Collapse)AuthorAgeFilesLines
* [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.
* Revert "[client] Get rid of Feature checks; RPC version was bumped"Simon Rettberg2018-12-111-6/+9
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-071-9/+6Star
|
* [client] fix round 2...Jonathan Bauer2018-04-271-1/+1
|
* [client] fix bad public image list pruning....Jonathan Bauer2018-04-271-4/+6
|
* Prevent users from publishing non-vmware imageJonathan Bauer2018-04-261-0/+13
| | | | | and filter non-vmware image out from the published image list in case they manage to somehow upload it anyway
* formattingJonathan Bauer2018-04-261-37/+24Star
|
* [translation] Satelliten-Server/Master-Server -> Satellitenserver/MasterserverSteffen Ritter2018-04-241-1/+1
|
* [client] Inform user about transfers that run independently of their clientSimon Rettberg2017-07-271-0/+6
|
* [client] published image button statesJonathan Bauer2016-05-191-0/+20
| | | | | | | * always show "public images" button * hide the "upload to master" button instead of disabling it if the sat doesnt support it * introduced Session.isImagePublishSupported instead of multiple satApiVersion checks * added SelectionListener for ImagePublishedWindow to en/disable download buttons on selection change
* [client] add search field to the ImagePublishedWindowJonathan Bauer2016-05-121-0/+78
|
* [client] icon revampJonathan Bauer2016-05-101-14/+7Star
|
* [client] publish image stuff 2.0Jonathan Bauer2016-05-041-3/+18
|
* [client] first working draft for published images stuffJonathan Bauer2016-04-271-0/+205