summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/configurator
Commit message (Collapse)AuthorAgeFilesLines
* [client] startup: close with ESCJonathan Bauer2019-04-041-3/+6
| | | | in a non-deprecated way
* [client] netrules: layoutJonathan Bauer2019-04-041-8/+27
|
* [client] startup: prettier layoutJonathan Bauer2019-04-041-12/+29
|
* [client] netshare: fix username/password not disabled when predef shareJonathan Bauer2019-04-041-11/+18
| | | | is selected
* [client] ldapfilter: disable fields when predef filter is selectedJonathan Bauer2019-04-041-2/+4
|
* [client] Scripte -> SkripteJonathan Bauer2019-04-041-1/+1
|
* [Client] Username -> BenutzernameJonathan Bauer2019-03-071-1/+1
|
* [client] Fix StateWrapper.equals() methodSimon Rettberg2019-03-011-4/+4
|
* [client] fix exception when predef netshare has noJonathan Bauer2019-03-011-4/+5
| | | | mount point
* [client] formattingJonathan Bauer2019-03-011-2/+1Star
|
* [client] fix change monitör for predef netrulesJonathan Bauer2019-03-011-0/+2
|
* [client] Fix editing custom runscriptSimon Rettberg2019-03-011-40/+42
|
* [client] set to nothing instead of empty markerJonathan Bauer2019-02-281-1/+1
|
* [client] fix printer checkbox togglingJonathan Bauer2019-02-281-2/+5
|
* [client] Implement assigning prefefined netrules to lectureSimon Rettberg2019-02-271-10/+142
|
* [client] Make change monitor react to changed runscriptsSimon Rettberg2019-02-271-6/+11
|
* [client] Add preset runscript selector to lecture detailsSimon Rettberg2019-02-261-22/+181
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-1/+1
| | | | | | | | | | | | | | | | | | | | | 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-1/+1
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [*] Follow changes in m-s-s to load/save predef netshare/filtersSimon Rettberg2018-12-112-44/+9Star
|
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-071-1/+1
|
* [client] NetShares: Fix enable/disable logicSimon Rettberg2018-12-052-40/+24Star
|
* [client] Change PRINTER marker to match slx-adminSimon Rettberg2018-12-051-1/+1
|
* [client] NullPointer checks in ListTable etc.Simon Rettberg2018-12-042-2/+6
|
* [client] formattingJonathan Bauer2018-11-291-23/+27
|
* [client] support predefined netshares 1.0Jonathan Bauer2018-11-281-38/+93
|
* [client] LdapFilter: Fix editing/deleting existing itemsSimon Rettberg2018-11-281-9/+8Star
|
* [client] improve NetshareConfigurator layoutJonathan Bauer2018-11-281-22/+12Star
|
* [client] really fix typo :)Jonathan Bauer2018-11-281-1/+1
|
* [client] fix typoJonathan Bauer2018-11-281-1/+1
|
* [client] fill new form fields on netshare selectionJonathan Bauer2018-11-271-10/+6Star
|
* [client] Support predefined filters in LDAP editorSimon Rettberg2018-11-261-23/+66
|
* [client] netshare new featuresJonathan Bauer2018-11-261-18/+53
| | | | | | | * added "is printer" checkbox (internally saves mount point as '-') * allow empty share names (internally mapped to '-') * allow empty share mount points (displayed as '-') * spaced out some form components
* [client] Overhaul netrules editorSimon Rettberg2018-11-221-85/+126
| | | | | Get rid of DNS lookups, support IPv6 addresses and addresses in CIDR notion.
* [client] Rename files/varsSimon Rettberg2018-11-221-17/+17
|
* [client] Remove dead codeSimon Rettberg2018-11-211-71/+0Star
|
* [client] Add setting to mute/unmute sound at startupSimon Rettberg2018-11-211-90/+172
|
* [client] Introduce visibility flag for runscriptSteffen Ritter2018-07-091-21/+77
| | | | | | Requires at least MiniLinux 21. Else it will break runscript functionality if a visibility flag is set in the lecture db but the minilinux doesn't know how to handle it.
* [client] Fix stuff FindBugs complained aboutSimon Rettberg2018-06-271-4/+1Star
|
* [client] Clean up change monitors: Unify generic listenerSimon Rettberg2018-06-263-73/+37Star
|
* [client] reworked ImageDetailsWindowJonathan Bauer2018-06-251-44/+74
| | | | | | * switch to tab layout * support for new dialog monitor * simplified (hah!) permissions handling
* [client] Fix change detection for lecture permissionsSimon Rettberg2018-06-251-13/+1Star
|
* [client] Move netrules configurator into tabSimon Rettberg2018-06-221-56/+49Star
|
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-216-0/+1746
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.