summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [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
|
* [client/server] network share feature [WIP]Jonathan Bauer2017-09-0610-15/+584
|
* [client] Update apache httpclient, pass custom client to ecp-client-leanSimon Rettberg2017-08-093-21/+144
|
* [client] Fix update checks if behind proxySimon Rettberg2017-08-021-10/+16
|
* [server] Downgrade mysql-connector again to support Java 1.7Simon Rettberg2017-08-021-1/+1
|
* [client] Add menu option to open log dir aswellSimon Rettberg2017-08-011-0/+9
|
* [client] Overhaul LoginWindowLayout; add "open log dir" button to LoginWindowSimon Rettberg2017-08-012-13/+35
|
* [client] Flip logging around, small delay to syncSimon Rettberg2017-08-011-2/+5
|
* [client] Async remote version info fetchingSimon Rettberg2017-08-011-41/+45
|
* [client] Only try sat server in OrgCache if it is set yetSimon Rettberg2017-08-011-5/+11
|
* [client] Log detailed runtime information on app startupSimon Rettberg2017-07-311-1/+14
|
* [client] Try thrift and https to master before deciding to skip proxy setupSimon Rettberg2017-07-312-4/+32
|
* [client] Inform user about transfers that run independently of their clientSimon Rettberg2017-07-272-12/+30
|
* [server] Fix call order in setImageVersionExpirySimon Rettberg2017-07-251-3/+2Star
| | | | Fixes #3179
* [client] Allow filtering lecture list for examsSimon Rettberg2017-07-252-55/+43Star
| | | | Implements #3158
* Merge branch 'master' of git.openslx.org:openslx-ng/tutor-moduleSimon Rettberg2017-07-241-1/+2
|\
| * [client] Fix possible NPE in settings windowSteffen Ritter2017-06-191-1/+2
| |