summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/ftp/DownloadTask.java
Commit message (Collapse)AuthorAgeFilesLines
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-081-315/+0Star
|
* [client] rebasing the whole app...Jonathan Bauer2015-06-221-2/+10
|
* [client] Compiles again, but is broken....Simon Rettberg2015-05-291-108/+138
|
* Aua, aua...Simon Rettberg2015-03-061-4/+4
|
* [client] Make SessionData a static class instead of a class that doesn't ↵Simon Rettberg2015-03-051-1/+1
| | | | know if it's a singleton or not
* Thrift: reconnect on transport errorJonathan Bauer2015-03-041-1/+1
| | | | Moved ThriftManager and ThriftHandler to master-sync-shared
* bwIDM - Shibboleth login working for Freiburg's SP - more to comeJonathan Bauer2015-03-031-1/+2
| | | | | rework GUI classes to work with GuiManager: use GuiManager.show(<GUI to show>) and GuiManager.openPopup(<popup like About_GUI or ListAllOtherUsers_GUI>) only! static openlinks class (models/links.java deleted). There are keywords to open links, e.g. OpenLinks.openWebpage("faq"). Please see the class.
* ThriftManager class: use getSatClient() and getMasterClient() to get the ↵Jonathan Bauer2015-03-021-2/+0Star
| | | | | | singleton instances of the thrift clients to satellite and master servers DO NOT CREATE NEW THRIFT OBJECTS!!!
* [client] oops, bad while conditionJonathan Bauer2014-12-031-72/+90
|
* [client] read the hardware version from the vmdk file and use it in the vmx.Jonathan Bauer2014-12-031-0/+70
|
* • changed implementation of user authentication.Nino Breuer2014-11-281-1/+2
| | | | | | | | | | | • changed position of class file • fixed some little things (not necessary to mention) Important Notes: •organizationID in token returns "wrong" values, therefore university is still set by client. To be fixed someday. • userID is the value with which the user starts his log in. this value is not represented in the token! (as it is not(!) the email). To be implemented someday, as this value is represented in the masterserver. • Feature isn't well tested.
* [client] save vmx file to currently selected download directory instead of ↵Jonathan Bauer2014-11-031-1/+1
| | | | the last download dir
* [client] vmx file generation after downloading an imageJonathan Bauer2014-10-291-31/+95
| | | | | | | | | | | WARNING: this will not work for StreamOptimized-VMDKs. This is not something we can directly fix, since it depends on the type of the vmdk beeing downloaded. TODO: How to handle this case? Minor: also reworked speed calculations for downloads to lessen the amount of updates needed by the GUI.
* [client] make buffer size human-friendly & increased buffer size for ↵Jonathan Bauer2014-10-211-1/+2
| | | | download too
* [client] do commit the changes :)Jonathan Bauer2014-09-221-3/+10
|
* oopsJonathan Bauer2014-09-111-0/+117