summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/thrift
Commit message (Expand)AuthorAgeFilesLines
* [client] Clean up deleteLectures and improve it's user feadback.Stephan Schwaer2015-10-271-23/+31
* [client] Add experimental setting for number of connections per transferSimon Rettberg2015-10-212-0/+3
* [client] Show date of version to be deleted and fix to correctly check permis...Stephan Schwaer2015-10-081-7/+8
* [client] Show satellite selection window if connection fails the first time, ...Simon Rettberg2015-10-071-1/+2
* [client] Refresh imagelist after image deletion.Stephan Schwaer2015-10-071-4/+1Star
* [client] FORGOT THIS FILE HERE!Simon Rettberg2015-10-051-86/+101
* [client] Start upload only when finishing wizard, add final summary page to w...Simon Rettberg2015-10-014-167/+300
* [client] Ask for ip of satellite at login, when no satellites found.Stephan Schwaer2015-09-241-4/+7
* [client] Disable login button while login is running; create legacy vmx if se...Simon Rettberg2015-09-231-27/+22Star
* [client] OrgCache: try/catch sat org list fetching and optimize code a bitJonathan Bauer2015-09-161-5/+10
* [client] set default permissions from sat, sort organizations in cache.Stephan Schwaer2015-09-161-3/+10
* [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