summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/thrift/ThriftActions.java
Commit message (Expand)AuthorAgeFilesLines
...
* [client] Don't show any error messages if session resume failsSimon Rettberg2015-08-311-218/+250
* [client] slightly improved user info message when deleting a basis image in I...Jonathan Bauer2015-08-311-22/+53
* [client] ask user confirmation before deleting a lecture in LectureListWindowJonathan Bauer2015-08-311-0/+13
* [client] re-enable download button in lectureDetailsWindow if user closes the...Jonathan Bauer2015-08-311-1/+12
* [client] download images as <name>.partial and rename them back to <name> whe...Jonathan Bauer2015-08-281-4/+6
* [client] save the selected download folder and not the generated folderJonathan Bauer2015-08-281-1/+1
* [client] Clean up initDownloadSimon Rettberg2015-08-281-132/+203
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-281-6/+22
|\
| * [client] Check space on disk and satellite before down/- uploading.Stephan Schwaer2015-08-281-6/+22
* | [client] version check in initSessionJonathan Bauer2015-08-281-0/+18
|/
* [client] merged the session initializing stuff in ThriftActions.initSessionJonathan Bauer2015-08-281-0/+81
* [*] Thrift API changesSimon Rettberg2015-08-271-2/+0Star
* [client] reworked ThriftActions.deleteImageBase and deleteImageVersionJonathan Bauer2015-08-261-38/+44
* [client] add "View/Edit" button to button panel and popup menu in ImageListJonathan Bauer2015-08-261-0/+2
* [client] InitUploadStatus: returns uploadTask and hashGen when initializing a...Jonathan Bauer2015-08-261-3/+17
* [client] reworked image base deletion from ImageListWindowJonathan Bauer2015-08-251-0/+39
* [client] ThriftActions updateLectureJonathan Bauer2015-08-241-16/+30
* [client] synced image details fetchingJonathan Bauer2015-08-221-15/+36
* [client] fix LectureDetailsWindowJonathan Bauer2015-08-211-2/+8
* [client] tried to fix teh brokenJonathan Bauer2015-08-211-46/+75
* [client] remove unused importsJonathan Bauer2015-08-211-1/+0Star
* [client] more ThriftActions & minor bugfix (saving button enabled even if no ...Jonathan Bauer2015-08-211-4/+9
* [client] setImageOwner ThriftActions'edJonathan Bauer2015-08-211-1/+1
* [client] minor code restructureJonathan Bauer2015-08-211-128/+153
* [client] more ThriftActionsJonathan Bauer2015-08-211-9/+100
* [client] ThriftActions & calls in LectureWizardJonathan Bauer2015-08-211-2/+5
* [client] ThriftActions for lecture creationJonathan Bauer2015-08-211-1/+52
* [client] ThriftAction in ImageCustomPermissionWindowJonathan Bauer2015-08-211-2/+2
* [client] ThriftActions & calls in ImageWizard.performFinishJonathan Bauer2015-08-211-6/+35
* [client] ThriftActions for Image Metadata (details + permissions) and use the...Jonathan Bauer2015-08-211-1/+78
* [client] support deletion of image base in ThriftActionsJonathan Bauer2015-08-211-13/+38
* [client] do the user feedback directly in ThriftActionsJonathan Bauer2015-08-201-2/+5
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-201-4/+10
|\
| * [client] Make AsyncHashGenerator faster by using two threads (I/O, Hashing)Simon Rettberg2015-08-201-4/+9
* | [client] fix image name / uuid not beeing read from the existing imageJonathan Bauer2015-08-201-4/+5
|/
* [client] Upload stuff ThriftActions'ed [WIP]Jonathan Bauer2015-08-201-18/+189
* [client] Fix javadoc and formattingSimon Rettberg2015-08-191-7/+9
* [client] Show proper message when deleting an image versionSimon Rettberg2015-08-191-1/+1
* [client] improved question txt if download filename already existsJonathan Bauer2015-08-191-1/+1
* [client] refactored TransferHelper to ThriftActionsJonathan Bauer2015-08-191-0/+187