summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [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
* [server] Don't reset maxLocationsPerLecture to 4 all the timeSimon Rettberg2017-11-201-1/+4
|
* [client] Add null-check to work around bug in some java 8 versions (patch ↵Simon Rettberg2017-10-171-3/+4
| | | | level somewhere before 144)
* [server] add network shares table (updater)Jonathan Bauer2017-09-111-0/+35
|
* [client/server] make all netshare fields mandatoryJonathan Bauer2017-09-082-15/+11Star
| | | | | and remove the overcomplicating/unnecessary tag when no mount point/drive letter is given
* [client/server] support for mountpoint/displaynameJonathan Bauer2017-09-083-64/+128
|
* [netshare] minor layout optimizationsJonathan Bauer2017-09-072-3/+1Star
|
* [client/server] remove GUEST_USER from netsharesJonathan Bauer2017-09-073-43/+46
| | | | | | | * added some sanity checks before adding a new network share in the table * added user feedback error message for invalid input * fixed text fields growing/shrinking depending on input
* fix stupid bugJonathan Bauer2017-09-071-4/+1Star
|