summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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] show predefined shares in a light grayJonathan Bauer2019-04-041-0/+22
|
* [client] Scripte -> SkripteJonathan Bauer2019-04-041-1/+1
|
* [client] add idm name and proxy mode configuration to brandingMarcus Proest2019-03-284-3/+15
|
* [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] Username -> BenutzernameJonathan Bauer2019-03-071-1/+1
|
* [server] Fix: Client gets disabled network shares on vm startSimon Rettberg2019-03-071-1/+1
|
* [client] Fix StateWrapper.equals() methodSimon Rettberg2019-03-011-4/+4
|
* [client] fix exception when predef netshare has noJonathan Bauer2019-03-012-4/+7
| | | | 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-012-41/+43
|
* [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-273-16/+158
|
* [server] Support loading/saving preset network rulesSimon Rettberg2019-02-275-17/+188
|
* [client] Fix array out of bounds with old serversSimon Rettberg2019-02-271-1/+4
|
* [client] use config dir name for logfileJonathan Bauer2019-02-271-1/+1
|
* [client] configurable config dir nameJonathan Bauer2019-02-273-2/+7
|
* [client] Make change monitor react to changed runscriptsSimon Rettberg2019-02-271-6/+11
|
* [client] Add preset runscript selector to lecture detailsSimon Rettberg2019-02-263-25/+195
|
* [server] Implement fetching preset runscriptsSimon Rettberg2019-02-262-0/+14
|
* [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
|
* [server] Assign runscript to lecture: Fix querySimon Rettberg2019-02-251-1/+1
|
* [*] Make ServerSideCopy configurableSimon Rettberg2019-02-223-7/+64
| | | | | | | | Options are OFF, ON, AUTO, USER AUTO enables it as soon as upload speed falls below 10MiB/s USER enables a checkbox in the client to toggle it for each individual upload
* [client] disable custom address field on startJonathan Bauer2019-02-201-0/+1
|
* [server] DeleteOldUsers: Don't print names of users we keepSimon Rettberg2019-02-142-8/+12
|
* ...Jonathan Bauer2019-01-311-0/+0
|
* wtf !Jonathan Bauer2019-01-311-41/+0Star
|
* [client] introduce branding, --dump and --packJonathan Bauer2019-01-3128-164/+424
| | | | | | | | | | | | | | | | | | | | | 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.
* [*] Fix accidental use of Boolean.getBoolean. (-> .parseBoolean())Simon Rettberg2019-01-142-2/+2
|
* [server] Get runscripts for lecture: Fix querySimon Rettberg2019-01-091-7/+8
|
* Revert "[server] Clear Features list now that RPC version bumped"Simon Rettberg2018-12-121-1/+5
| | | | This reverts commit f066e1fda7634ee0ff74ce92f15e90a37923f73e.
* Revert "[client] Get rid of Feature checks; RPC version was bumped"Simon Rettberg2018-12-116-18/+52
| | | | This reverts commit b9f993161d7a8472e82f2c747c2361a3ba411b6a.
* [*] Follow changes in m-s-s to load/save predef netshare/filtersSimon Rettberg2018-12-117-77/+59Star
|
* [server] Add sharename indexSimon Rettberg2018-12-101-1/+2
|
* [server] Add scriptname indexSimon Rettberg2018-12-101-1/+2
|
* [server] ADD CLASS! FINISH WRITING!t pushSimon Rettberg2018-12-102-0/+106
|
* [server] Support downloading and querying preset runscriptsSimon Rettberg2018-12-084-5/+110
|
* [server] DB Updater: Use helper methodsSimon Rettberg2018-12-081-50/+14Star
|
* [client] date woes... *g*Jonathan Bauer2018-12-073-58/+73
|
* [client] Show total size and version count in image tableSimon Rettberg2018-12-071-6/+13
|
* [server] Fix querySimon Rettberg2018-12-071-0/+1
|
* [server] Fix querySimon Rettberg2018-12-071-1/+1
|
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-076-52/+18Star
|
* [server] ImageSummary: Fill fileSizeSum and versionCountSimon Rettberg2018-12-071-1/+9
|
* [server] Use designated method to ensure user is logged inSimon Rettberg2018-12-071-1/+1
|