summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main
Commit message (Collapse)AuthorAgeFilesLines
...
* [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-1610-104/+252
|
* [client] Fix JDatePicker init by passing default calendarSimon Rettberg2018-01-291-3/+2Star
|
* [client] Fix NPE with JDatePicker (by updating it)Simon Rettberg2018-01-295-40/+43
| | | | 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
* "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.
* [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
|
* [client] remove pointless suffixJonathan Bauer2017-11-241-1/+1
|
* [client] Allow download of expired image versionsSimon Rettberg2017-11-211-2/+1Star
| | | | Fixes #3234
* [client] Add null-check to work around bug in some java 8 versions (patch ↵Simon Rettberg2017-10-171-3/+4
| | | | level somewhere before 144)
* [client/server] make all netshare fields mandatoryJonathan Bauer2017-09-081-8/+10
| | | | | and remove the overcomplicating/unnecessary tag when no mount point/drive letter is given
* [client/server] support for mountpoint/displaynameJonathan Bauer2017-09-082-55/+107
|
* [netshare] minor layout optimizationsJonathan Bauer2017-09-072-3/+1Star
|
* [client/server] remove GUEST_USER from netsharesJonathan Bauer2017-09-072-35/+43
| | | | | | | * 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-066-13/+472
|
* [client] Update apache httpclient, pass custom client to ecp-client-leanSimon Rettberg2017-08-092-20/+132
|
* [client] Fix update checks if behind proxySimon Rettberg2017-08-021-10/+16
|
* [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
|
* [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
| |
* | [client] Add support for Feature.EXTEND_EXPIRED_VMSimon Rettberg2017-07-241-1/+7
| |
* | [client] Support feature string supplied by serverSimon Rettberg2017-07-241-0/+28
|/
* [client] User can switch the used LookAndFeel in the settingsSteffen Ritter2017-06-124-7/+86
|
* [client] Use LookAndFeel from commandline if givenSteffen Ritter2017-06-091-6/+9
| | | | | | | E.g. java -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel MyApp java -Dswing.defaultlaf=com.sun.java.swing.plaf.windows.WindowsLookAndFeel MyApp ...
* [server] Explicitly force UTF-8 loggingSimon Rettberg2017-06-021-0/+1
|
* [client] Don't update server storage space too often if user is inactiveSimon Rettberg2017-03-033-32/+83
|
* [client] Make update notification a bit more noticeable; add "open update ↵Simon Rettberg2017-01-134-13/+28
| | | | window" button to it