summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/window
Commit message (Collapse)AuthorAgeFilesLines
* [client] add idm name and proxy mode configuration to brandingMarcus Proest2019-03-281-1/+1
|
* [client] LectureDetails: Reset version selection on image changeSimon Rettberg2019-03-261-1/+2
| | | | | | | | When assigning a new/different VM to a lecture, the selected index of the versio combobox might not change, which would prevent the change monitor from picking up that the version is now valid again. Fixes #3562
* [client] Allow editing VMX of VMs from master serverSimon Rettberg2019-03-191-2/+1Star
|
* [client] Fix editing custom runscriptSimon Rettberg2019-03-011-1/+1
|
* [client] Implement assigning prefefined netrules to lectureSimon Rettberg2019-02-271-4/+6
|
* [client] Fix array out of bounds with old serversSimon Rettberg2019-02-271-1/+4
|
* [client] Add preset runscript selector to lecture detailsSimon Rettberg2019-02-261-3/+6
|
* [client] properly enable custom sat fieldJonathan Bauer2019-02-251-13/+13
|
* [client] Fix tab enable/disable for lecture details windowSimon Rettberg2019-02-251-14/+13Star
|
* [client] disable custom address field on startJonathan Bauer2019-02-201-0/+1
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-3111-97/+84Star
| | | | | | | | | | | | | | | | | | | | | 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-113-11/+21
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [*] Follow changes in m-s-s to load/save predef netshare/filtersSimon Rettberg2018-12-111-2/+2
|
* [client] date woes... *g*Jonathan Bauer2018-12-071-9/+7Star
|
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-073-21/+11Star
|
* [client] Increase LectureDetailsWindow height by 100pxSimon Rettberg2018-11-281-1/+1
|
* [client] Fix date comparisonSimon Rettberg2018-11-281-1/+1
|
* [client] fix NPE on missing L&F configJonathan Bauer2018-11-281-3/+14
|
* [client] allow user to choose how long an image is to be extended forJonathan Bauer2018-11-271-3/+22
|
* [client] remove old workaroundJonathan Bauer2018-11-261-4/+0Star
|
* [client] Overhaul netrules editorSimon Rettberg2018-11-221-1/+1
| | | | | Get rid of DNS lookups, support IPv6 addresses and addresses in CIDR notion.
* [client] Rename files/varsSimon Rettberg2018-11-221-3/+3
|
* [client] Rename Startscript tabSimon Rettberg2018-11-211-2/+1Star
|
* [client] Add setting to mute/unmute sound at startupSimon Rettberg2018-11-211-1/+1
|
* [client] VM-Versions -> VM-VersionenJonathan Bauer2018-10-101-1/+1
|
* [client] enable save button when changing linked VM of a lectureJonathan Bauer2018-09-102-12/+38
| | | | Closes #3422
* [client] async fetch of image detailsJonathan Bauer2018-09-101-16/+31
|
* [client] fixes network shares visibility & permsJonathan Bauer2018-09-051-1/+1
| | | | Closes #3411
* [client] image details: Move share/update button to overview tabSimon Rettberg2018-06-283-19/+24
| | | | Also tweak some minor UI issues
* [client] Fix stuff FindBugs complained aboutSimon Rettberg2018-06-277-7/+21
|
* [client] Fix string compareSimon Rettberg2018-06-271-1/+1
|
* [client] Move ResourceLoader back to dozmod clientSimon Rettberg2018-06-262-2/+2
|
* [client] Fix compile error: Remove ref to undefined memberSimon Rettberg2018-06-262-3/+3
|
* [client] special default admin permissions case handlingJonathan Bauer2018-06-251-9/+35
|
* [client] more optimization on ImageDetailWindowJonathan Bauer2018-06-251-20/+16Star
| | | | (gimme dat star!)
* [client] reworked ImageDetailsWindowJonathan Bauer2018-06-254-443/+255Star
| | | | | | * switch to tab layout * support for new dialog monitor * simplified (hah!) permissions handling
* [client] Fix change detection for lecture permissionsSimon Rettberg2018-06-251-2/+5
|
* [client] Move netrules configurator into tabSimon Rettberg2018-06-224-233/+42Star
|
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-2110-229/+30Star
| | | | | | | All configurators have moved from *.control to *.configurator *.control should be used for simple controls that feel like they're really just one thing. The configurators are more like a group of controls.
* [client] Refactor change monitor classes, better error message handlingSimon Rettberg2018-06-213-20/+68
|
* [client] Switch over LectureDetailsWindow to new change monitor systemSimon Rettberg2018-06-204-349/+112Star
| | | | This saves ~230 LOC, making the class about 25% smaller
* [client] Force user to scroll disclaimer downSteffen Ritter2018-06-182-1/+21
|
* [client] LectureDetails: Auto-resize columns, make window a bit widerSimon Rettberg2018-06-181-1/+1
|
* [client] Add privacy notice windowSteffen Ritter2018-06-155-150/+294
|
* Add support for LDAP lecture filtersSimon Rettberg2018-06-142-4/+33
|
* [client] fix round 2...Jonathan Bauer2018-04-271-1/+1
|
* [client] fix bad public image list pruning....Jonathan Bauer2018-04-271-4/+6
|
* update imports of ResourceLoaderJonathan Bauer2018-04-272-2/+2
| | | | and removed the class and dep in pom.xml
* Prevent users from publishing non-vmware imageJonathan Bauer2018-04-262-0/+21
| | | | | and filter non-vmware image out from the published image list in case they manage to somehow upload it anyway
* formattingJonathan Bauer2018-04-262-72/+61Star
|