summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/gui/configurator/NetrulesConfigurator.java
Commit message (Collapse)AuthorAgeFilesLines
* [CLIENT] Update log4j because of the CVE-2021-44228 security flawManuel Bentele2021-12-151-2/+3
|
* [client] Fix warnings and replace deprecated methodsManuel Bentele2021-03-111-0/+5
|
* [client] Add resource bundle files for configurator classes. Update the ↵Mürsel Türk2020-07-071-38/+33Star
| | | | configurator classes accordingly.
* [client] netrules: increase width of predefJonathan Bauer2019-04-041-1/+1
|
* [client] netrules: layoutJonathan Bauer2019-04-041-8/+27
|
* [client] Fix StateWrapper.equals() methodSimon Rettberg2019-03-011-4/+4
|
* [client] formattingJonathan Bauer2019-03-011-2/+1Star
|
* [client] fix change monitör for predef netrulesJonathan Bauer2019-03-011-0/+2
|
* [client] Implement assigning prefefined netrules to lectureSimon Rettberg2019-02-271-10/+142
|
* [client] Overhaul netrules editorSimon Rettberg2018-11-221-85/+126
| | | | | Get rid of DNS lookups, support IPv6 addresses and addresses in CIDR notion.
* [client] Clean up change monitors: Unify generic listenerSimon Rettberg2018-06-261-6/+2Star
|
* [client] Move netrules configurator into tabSimon Rettberg2018-06-221-56/+49Star
|
* [client] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-0/+450
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.