summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/ftp
Commit message (Collapse)AuthorAgeFilesLines
* [client] Redo package structure, add comments/TODOs, rename GUI classesSimon Rettberg2015-07-082-452/+0Star
|
* [client] rebasing the whole app...Jonathan Bauer2015-06-222-3/+17
|
* [client] Compiles again, but is broken....Simon Rettberg2015-05-294-384/+210Star
|
* Aua, aua...Simon Rettberg2015-03-063-6/+6
|
* [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.
* warnings fixJonathan Bauer2015-03-021-3/+0Star
|
* 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] remove misleading commentJonathan Bauer2014-10-291-2/+0Star
|
* [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] some comments for UploadTaskJonathan Bauer2014-10-291-2/+7
|
* [client] fixes "fertig stellen" button not beeing activated when download ↵Jonathan Bauer2014-10-281-7/+7
| | | | finishes
* [client] Fix upload not completingSimon Rettberg2014-10-271-1/+1
|
* Revert "[client] fix uploads not completing"Simon Rettberg2014-10-271-1/+1
| | | | This reverts commit 56733637669d300b472be062fc7a85a49ede3322.
* [client] fix uploads not completingJonathan Bauer2014-10-271-1/+1
|
* [client] rework upload code, should fix upload rate problemsJonathan Bauer2014-10-272-24/+35
|
* [client] make buffer size human-friendly & increased buffer size for ↵Jonathan Bauer2014-10-212-2/+4
| | | | download too
* [client] increase buffer for reading fileJonathan Bauer2014-10-211-2/+2
| | | | increases uploadspeeds
* [client] do commit the changes :)Jonathan Bauer2014-09-222-5/+20
|
* [client] moved main function to App.java & refined Config stuffJonathan Bauer2014-09-181-1/+1
|
* oopsJonathan Bauer2014-09-114-0/+432