summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/Config.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Add config option to set transfer type (SSL or plain)Simon Rettberg2023-09-221-3/+37
|
* [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-3/+1Star
|
* [client] Add combobox for choosing languageMürsel Türk2020-08-051-0/+18
|
* [client] add idm name and proxy mode configuration to brandingMarcus Proest2019-03-281-1/+1
|
* [client] configurable config dir nameJonathan Bauer2019-02-271-1/+1
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-311-28/+13Star
| | | | | | | | | | | | | | | | | | | | | 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] Sanitize class/var names, split up control packageSimon Rettberg2018-06-211-3/+3
| | | | | | | 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] Add privacy notice windowSteffen Ritter2018-06-151-0/+26
|
* fix broken links on some desktopJonathan Bauer2018-04-261-2/+3
| | | | | | | Introduce OSHelper class that should be used when trying to detect the type of OS we are on. This is now used when deciding the path to save the config to and when trying to execute the fallback command if opening the link via java's desktop API fails.
* [client] User can switch the used LookAndFeel in the settingsSteffen Ritter2017-06-121-0/+18
|
* [client] Clean up config window, add config button to login dialogSimon Rettberg2015-10-221-1/+0Star
|
* [client] Add experimental setting for number of connections per transferSimon Rettberg2015-10-211-0/+18
|
* [client] Remember last satellite used; support doubleclick on sat to connect ↵Simon Rettberg2015-09-291-11/+27
| | | | without remembering
* [client] defined font scaling min, max, step in Config and use these to ↵Jonathan Bauer2015-09-021-22/+58
| | | | validate the saved font scaling value
* [client] removed bullshitJonathan Bauer2015-09-011-8/+0Star
|
* [client] MainMenu -> EinstellungenJonathan Bauer2015-08-311-4/+11
| | | | added ConfigWindow to graphically config Proxy-Setting, MailMe stuff and FontScaling
* [client] Make font scaling and proxy discovery configurable (no GUI yet)Simon Rettberg2015-08-221-0/+45
|
* [client] Use TLS to talk to master and satelliteSimon Rettberg2015-08-181-1/+1
|
* [client] Improve authentication handlingSimon Rettberg2015-08-111-4/+7
|
* [client] Feature: save session to skip loginSimon Rettberg2015-08-031-4/+40
|
* [client] Created TransferTask base class for uploads and downloadsSimon Rettberg2015-07-211-2/+2
|
* [client] Adapt to file transfer constructor changesSimon Rettberg2015-07-201-0/+2
|
* [client] Got rid of ini4j, store config as java properties file, simplified ↵Simon Rettberg2015-07-101-145/+185
| | | | config handling
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-0/+333