summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [client] Better warning for streamOptimized ImagesSteffen Ritter2018-04-261-2/+2
|
* Prevent users from publishing non-vmware imageJonathan Bauer2018-04-262-0/+21
| | | | | and filter non-vmware image out from the published image list in case they manage to somehow upload it anyway
* formattingJonathan Bauer2018-04-262-72/+61Star
|
* [client] handle formatting of xml while editingJonathan Bauer2018-04-253-56/+67
|
* [client] setTheBoxes -> initializeComboBoxesJonathan Bauer2018-04-251-2/+2
|
* Merge branch 'master' of git.openslx.org:openslx-ng/tutor-moduleJonathan Bauer2018-04-2511-31/+21Star
|\
| * [client] Remove dead codeSimon Rettberg2018-04-241-13/+0Star
| |
| * [client] Use TConst virtualizer constantsSimon Rettberg2018-04-243-4/+7
| |
| * [translation] Satelliten-Server/Master-Server -> Satellitenserver/MasterserverSteffen Ritter2018-04-248-14/+14
| |
* | [server] fix warningJonathan Bauer2018-04-251-2/+2
|/
* [client] clear input fields after adding shareJonathan Bauer2018-04-241-19/+23
| | | | Closes #3359
* [client] too much bash :)Jonathan Bauer2018-04-231-1/+1
|
* [client] remove test code -.-Jonathan Bauer2018-04-201-1/+1
|
* [server] register MULTIPLE_HYPERVISORS featureJonathan Bauer2018-04-201-0/+1
|
* [client] respect Feature.MULTIPLE_HYPERVISORJonathan Bauer2018-04-201-13/+25
|
* [client] formattingJonathan Bauer2018-04-201-6/+5Star
|
* [client] error if VM (not disk) has snapshotsJonathan Bauer2018-04-201-3/+2Star
|
* [client] never shrink columns (requested)Jonathan Bauer2018-04-181-1/+1
|
* [client] Better error msg for hypervisor mismatch on uploadSteffen Ritter2018-04-181-1/+1
|
* [client] do not allow a change in virtualizerJonathan Bauer2018-04-181-0/+11
|
* [client] add hypervisor icons to image tableJonathan Bauer2018-04-184-3/+25
|
* [client] fix wrong filter selected when creating new vmJonathan Bauer2018-04-171-3/+1Star
|
* [client] add error message for humansJonathan Bauer2018-04-163-5/+8
| | | | to stock printStackTraces()
* [client] Minor cleanups, add/remove TODOs, rename vars, ...Simon Rettberg2018-04-165-20/+15Star
|
* [client] Reduce assigned RAM for downloaded VMs; had some OOMs on Win10Simon Rettberg2018-04-161-1/+1
|
* [*] Add virtualbox supportVictor Mocanu2018-04-1612-111/+267
|
* [server] Calculate DNBD3-CRC32 list of incoming transfers and dump to diskSimon Rettberg2018-04-132-1/+29
|
* [server] RPC/Maintenance job for image checkingSimon Rettberg2018-04-123-36/+229
|
* [server] Fix commentSimon Rettberg2018-04-121-1/+1
|
* [server] Add toString() to LocalImageVersionSimon Rettberg2018-04-121-0/+7
|
* [client] Fix JDatePicker init by passing default calendarSimon Rettberg2018-01-291-3/+2Star
|
* [client] Fix NPE with JDatePicker (by updating it)Simon Rettberg2018-01-296-43/+46
| | | | Fixes #3292
* [client] Fix endless stream of exceptions in specific Linux setupsSimon Rettberg2018-01-291-0/+6
|
* [client] netshare: add %loginuser% hintJonathan Bauer2018-01-191-3/+5
| | | | Closes #3270
* [server] Add explicit close call to statementSimon Rettberg2017-12-181-12/+15
|
* [server] DbImage: Fix image not being marked as invalidSimon Rettberg2017-12-181-20/+25
| | | | .... missing .executeUpdate() call :-(
* [server] httpd: Better error handling on connection failuresSimon Rettberg2017-12-181-22/+17Star
|
* "Netzwerk-Share" -> "Netzlaufwerke"Jonathan Bauer2017-12-182-3/+3
|
* [netshare] do not allow empty usernames anymoreJonathan Bauer2017-12-181-7/+6Star
| | | | | | | | | | | since 1) it does not really make sense to support them and 2) it caused openslx.exe to try with the logged in user's credentials which would probably not be expected by the users configuring a specific (empty) user. + Fixed a bug where editing a existing share to the values of another existing one would delete it from the list without refreshing it, giving the impression that the share is still there where, in fact, it was not.
* [server] Fix NPE if no existing config in DBSimon Rettberg2017-12-051-3/+5
|
* [netshare] add warning for unencrypted passwordJonathan Bauer2017-12-013-23/+45
| | | | | + fix formatting + unused import
* Lecture name should not be multiline!Jonathan Bauer2017-12-011-2/+2
|
* [client] fix download linked vm's nameJonathan Bauer2017-12-011-1/+1
| | | | when downloading within the lecture list
* [client] major fixJonathan Bauer2017-11-301-1/+1
|
* [server] fix delete netshares when only 1 existsJonathan Bauer2017-11-241-2/+4
|
* [client] remove pointless suffixJonathan Bauer2017-11-241-1/+1
|
* [dmsd] bump sharedata size to 500 charsJonathan Bauer2017-11-241-1/+1
|
* [dmsd] fix bad logger messageJonathan Bauer2017-11-241-1/+1
|
* [dmsd] fix typoJonathan Bauer2017-11-241-1/+1
|
* [client] Allow download of expired image versionsSimon Rettberg2017-11-211-2/+1Star
| | | | Fixes #3234