summaryrefslogtreecommitdiffstats
path: root/dozentenmodul
Commit message (Collapse)AuthorAgeFilesLines
* [client] Add preset runscript selector to lecture detailsSimon Rettberg2019-02-263-25/+195
|
* [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
|
* [*] Make ServerSideCopy configurableSimon Rettberg2019-02-221-1/+3
| | | | | | | | 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
|
* ...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-141-1/+1
|
* 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-113-46/+11Star
|
* [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
|
* [client] Get rid of Feature checks; RPC version was bumpedSimon Rettberg2018-12-076-52/+18Star
|
* [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-043-2/+8
|
* [client] Trigger table change event on checkbox changeSimon Rettberg2018-11-291-0/+1
|
* [client] formattingJonathan Bauer2018-11-291-23/+27
|
* [client] remove unused importJonathan Bauer2018-11-291-1/+0Star
|
* [client] remove commented codeJonathan Bauer2018-11-291-21/+0Star
|
* [client] fix NPE on deletion of entries in CheckListTableJonathan Bauer2018-11-291-1/+1
|
* [client] support predefined netshares 1.0Jonathan Bauer2018-11-282-40/+100
|
* [client] fix bad equals() in CheckListTableJonathan Bauer2018-11-281-1/+5
| | | | used to compare S to Wrapper<S> which can never be true
* [client] LdapFilter: Fix editing/deleting existing itemsSimon Rettberg2018-11-281-9/+8Star
|
* [client] Fix indexing error (array OOB)Simon Rettberg2018-11-281-1/+1
| | | | Mathe-Error im Kopf
* [client] Increase LectureDetailsWindow height by 100pxSimon Rettberg2018-11-281-1/+1
|
* [client] Fix date comparisonSimon Rettberg2018-11-281-1/+1
|
* [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] fix NPE on missing L&F configJonathan Bauer2018-11-281-3/+14
|
* [client] save L&F if the fallback to GTK was usedJonathan Bauer2018-11-281-0/+1
|
* [client] allow user to choose how long an image is to be extended forJonathan Bauer2018-11-272-3/+119
|
* [client] fill new form fields on netshare selectionJonathan Bauer2018-11-271-10/+6Star
|
* [client] Support predefined filters in LDAP editorSimon Rettberg2018-11-264-34/+269
|
* [client] Add edit support to ListTableSimon Rettberg2018-11-262-3/+44
|
* [client] MetaDataCache: Add getters for ldap/netshare predefined listSimon Rettberg2018-11-261-4/+44
|
* [client] remove old workaroundJonathan Bauer2018-11-261-4/+0Star
|
* [client] netshare new featuresJonathan Bauer2018-11-262-22/+64
| | | | | | | * 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-222-86/+127
| | | | | Get rid of DNS lookups, support IPv6 addresses and addresses in CIDR notion.
* [client] Rename files/varsSimon Rettberg2018-11-222-20/+20
|
* [client] Remove dead codeSimon Rettberg2018-11-211-71/+0Star
|
* [client] Rename Startscript tabSimon Rettberg2018-11-211-2/+1Star
|
* [client] Add setting to mute/unmute sound at startupSimon Rettberg2018-11-212-91/+173
|
* [client] VM-Versions -> VM-VersionenJonathan Bauer2018-10-101-1/+1
|
* [client] Simplify detected vm type handlingSimon Rettberg2018-09-171-20/+14Star
|
* [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] fix location tree not triggering change monitorJonathan Bauer2018-09-101-1/+1
|