| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [server] Fix comment | Simon Rettberg | 2018-04-12 | 1 | -1/+1 | |
| | | ||||||
| * | [server] Add toString() to LocalImageVersion | Simon Rettberg | 2018-04-12 | 1 | -0/+7 | |
| | | ||||||
| * | [client] Fix JDatePicker init by passing default calendar | Simon Rettberg | 2018-01-29 | 1 | -3/+2![]() | |
| | | ||||||
| * | [client] Fix NPE with JDatePicker (by updating it) | Simon Rettberg | 2018-01-29 | 6 | -43/+46 | |
| | | | | | Fixes #3292 | |||||
| * | [client] Fix endless stream of exceptions in specific Linux setups | Simon Rettberg | 2018-01-29 | 1 | -0/+6 | |
| | | ||||||
| * | [client] netshare: add %loginuser% hint | Jonathan Bauer | 2018-01-19 | 1 | -3/+5 | |
| | | | | | Closes #3270 | |||||
| * | [server] Add explicit close call to statement | Simon Rettberg | 2017-12-18 | 1 | -12/+15 | |
| | | ||||||
| * | [server] DbImage: Fix image not being marked as invalid | Simon Rettberg | 2017-12-18 | 1 | -20/+25 | |
| | | | | | .... missing .executeUpdate() call :-( | |||||
| * | [server] httpd: Better error handling on connection failures | Simon Rettberg | 2017-12-18 | 1 | -22/+17![]() | |
| | | ||||||
| * | "Netzwerk-Share" -> "Netzlaufwerke" | Jonathan Bauer | 2017-12-18 | 2 | -3/+3 | |
| | | ||||||
| * | [netshare] do not allow empty usernames anymore | Jonathan Bauer | 2017-12-18 | 1 | -7/+6![]() | |
| | | | | | | | | | | | | 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 DB | Simon Rettberg | 2017-12-05 | 1 | -3/+5 | |
| | | ||||||
| * | [netshare] add warning for unencrypted password | Jonathan Bauer | 2017-12-01 | 3 | -23/+45 | |
| | | | | | | + fix formatting + unused import | |||||
| * | Lecture name should not be multiline! | Jonathan Bauer | 2017-12-01 | 1 | -2/+2 | |
| | | ||||||
| * | [client] fix download linked vm's name | Jonathan Bauer | 2017-12-01 | 1 | -1/+1 | |
| | | | | | when downloading within the lecture list | |||||
| * | [client] major fix | Jonathan Bauer | 2017-11-30 | 1 | -1/+1 | |
| | | ||||||
| * | [server] fix delete netshares when only 1 exists | Jonathan Bauer | 2017-11-24 | 1 | -2/+4 | |
| | | ||||||
| * | [client] remove pointless suffix | Jonathan Bauer | 2017-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | [dmsd] bump sharedata size to 500 chars | Jonathan Bauer | 2017-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | [dmsd] fix bad logger message | Jonathan Bauer | 2017-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | [dmsd] fix typo | Jonathan Bauer | 2017-11-24 | 1 | -1/+1 | |
| | | ||||||
| * | [client] Allow download of expired image versions | Simon Rettberg | 2017-11-21 | 1 | -2/+1![]() | |
| | | | | | Fixes #3234 | |||||
| * | [server] Don't reset maxLocationsPerLecture to 4 all the time | Simon Rettberg | 2017-11-20 | 1 | -1/+4 | |
| | | ||||||
| * | [client] Add null-check to work around bug in some java 8 versions (patch ↵ | Simon Rettberg | 2017-10-17 | 1 | -3/+4 | |
| | | | | | level somewhere before 144) | |||||
| * | [server] add network shares table (updater) | Jonathan Bauer | 2017-09-11 | 1 | -0/+35 | |
| | | ||||||
| * | [client/server] make all netshare fields mandatory | Jonathan Bauer | 2017-09-08 | 2 | -15/+11![]() | |
| | | | | | | and remove the overcomplicating/unnecessary tag when no mount point/drive letter is given | |||||
| * | [client/server] support for mountpoint/displayname | Jonathan Bauer | 2017-09-08 | 3 | -64/+128 | |
| | | ||||||
| * | [netshare] minor layout optimizations | Jonathan Bauer | 2017-09-07 | 2 | -3/+1![]() | |
| | | ||||||
| * | [client/server] remove GUEST_USER from netshares | Jonathan Bauer | 2017-09-07 | 3 | -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 bug | Jonathan Bauer | 2017-09-07 | 1 | -4/+1![]() | |
| | | ||||||
| * | [client/server] network share feature [WIP] | Jonathan Bauer | 2017-09-06 | 10 | -15/+584 | |
| | | ||||||
| * | [client] Update apache httpclient, pass custom client to ecp-client-lean | Simon Rettberg | 2017-08-09 | 3 | -21/+144 | |
| | | ||||||
| * | [client] Fix update checks if behind proxy | Simon Rettberg | 2017-08-02 | 1 | -10/+16 | |
| | | ||||||
| * | [server] Downgrade mysql-connector again to support Java 1.7 | Simon Rettberg | 2017-08-02 | 1 | -1/+1 | |
| | | ||||||
| * | [client] Add menu option to open log dir aswell | Simon Rettberg | 2017-08-01 | 1 | -0/+9 | |
| | | ||||||
| * | [client] Overhaul LoginWindowLayout; add "open log dir" button to LoginWindow | Simon Rettberg | 2017-08-01 | 2 | -13/+35 | |
| | | ||||||
| * | [client] Flip logging around, small delay to sync | Simon Rettberg | 2017-08-01 | 1 | -2/+5 | |
| | | ||||||
| * | [client] Async remote version info fetching | Simon Rettberg | 2017-08-01 | 1 | -41/+45 | |
| | | ||||||
| * | [client] Only try sat server in OrgCache if it is set yet | Simon Rettberg | 2017-08-01 | 1 | -5/+11 | |
| | | ||||||
| * | [client] Log detailed runtime information on app startup | Simon Rettberg | 2017-07-31 | 1 | -1/+14 | |
| | | ||||||
| * | [client] Try thrift and https to master before deciding to skip proxy setup | Simon Rettberg | 2017-07-31 | 2 | -4/+32 | |
| | | ||||||
| * | [client] Inform user about transfers that run independently of their client | Simon Rettberg | 2017-07-27 | 2 | -12/+30 | |
| | | ||||||
| * | [server] Fix call order in setImageVersionExpiry | Simon Rettberg | 2017-07-25 | 1 | -3/+2![]() | |
| | | | | | Fixes #3179 | |||||
| * | [client] Allow filtering lecture list for exams | Simon Rettberg | 2017-07-25 | 2 | -55/+43![]() | |
| | | | | | Implements #3158 | |||||
| * | Merge branch 'master' of git.openslx.org:openslx-ng/tutor-module | Simon Rettberg | 2017-07-24 | 1 | -1/+2 | |
| |\ | ||||||
| | * | [client] Fix possible NPE in settings window | Steffen Ritter | 2017-06-19 | 1 | -1/+2 | |
| | | | ||||||
| * | | [client] Add support for Feature.EXTEND_EXPIRED_VM | Simon Rettberg | 2017-07-24 | 1 | -1/+7 | |
| | | | ||||||
| * | | [client] Support feature string supplied by server | Simon Rettberg | 2017-07-24 | 1 | -0/+28 | |
| |/ | ||||||
| * | [server] Adapt to new thrift version | Simon Rettberg | 2017-06-19 | 1 | -1/+1 | |
| | | ||||||
| * | [server] Add missing new class | Simon Rettberg | 2017-06-19 | 1 | -0/+76 | |
| | | ||||||

