summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/thrift
Commit message (Expand)AuthorAgeFilesLines
...
* [client] SatList: fix NPE if user closes SatListWJonathan Bauer2015-09-161-2/+1Star
* [client] Clean up satellite selection windowSimon Rettberg2015-09-161-4/+14
* [client] Shift key for forcing satellite selection now works.Stephan Schwaer2015-09-151-14/+11Star
* [client] Added selection of satellite when more than one available. Shift key...Stephan Schwaer2015-09-141-5/+21
* [client] return a bool for success in UpdatePermissions for ImagesJonathan Bauer2015-09-111-1/+3
* [client] Improve error messages on login failureSimon Rettberg2015-09-091-1/+1
* [client] Use new authentication RPC to masterSimon Rettberg2015-09-091-2/+18
* [client] Tweak caching strategies for meta dataSimon Rettberg2015-09-094-7/+30
* [client] Fully async proxy detection (no more GUI freezes)Simon Rettberg2015-09-051-15/+9Star
* [client] Fix NPE when deleting images while there are lectures with no imageSimon Rettberg2015-09-031-17/+12Star
* [client] Don't go crazy on lectures without an imageSimon Rettberg2015-09-031-20/+29
* [client] just make the directories for download path after checking...Jonathan Bauer2015-09-031-4/+5
* [client] fix bad message that the download folder already exists because we j...Jonathan Bauer2015-09-031-3/+3
* [client] removed unusued interface function and filled some missing commentsJonathan Bauer2015-09-031-67/+92
* [client] Add "open folder" button to download panelSimon Rettberg2015-09-031-4/+4
* [client] Generate VMX on downloadSimon Rettberg2015-09-021-44/+60
* [client] added ShareMode combo in ImageWindow (warning changing the mode and ...Jonathan Bauer2015-09-021-1/+1
* [client] LoginWindow: fix Shibboleth login throwing a NPE when no IDP was sel...Jonathan Bauer2015-09-021-1/+1
* [client] Ignore certain thrift methods in our error handlerSimon Rettberg2015-09-013-130/+129Star
* [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-274-9/+32
* [client] More agressive cache usage for .get*byId .find in Thift Cache helpersSimon Rettberg2015-08-273-26/+81
* [client] OS Sorting: Sort "Unknown" lastSimon Rettberg2015-08-271-0/+7
* [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] null check the result in UserCacheJonathan Bauer2015-08-251-0/+4
* [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