summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-1910-20/+300
|\
| * [client] Fix javadoc and formattingSimon Rettberg2015-08-191-7/+9
| * [client] Show proper message when deleting an image versionSimon Rettberg2015-08-191-1/+1
| * Adapt to master-sync-shared changesSimon Rettberg2015-08-195-11/+76
| * [client] Layout code cleanup.Stephan Schwaer2015-08-191-25/+11Star
| * [client] Added custom permissions options to image details.Stephan Schwaer2015-08-194-1/+228
* | [client] chagned deleteLatestVersion of imagelistwindow to use ThriftActionsJonathan Bauer2015-08-192-44/+12Star
|/
* [client] improved question txt if download filename already existsJonathan Bauer2015-08-191-1/+1
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-195-85/+127
|\
| * [client] Clean up sorting logic of image and lecture tableSimon Rettberg2015-08-193-58/+68
| * [client] F5 = refresh in lecture and image listSimon Rettberg2015-08-192-5/+26
| * [client] Delay refresh of image list only for certain eventsSimon Rettberg2015-08-191-22/+33
* | [client] refactored TransferHelper to ThriftActionsJonathan Bauer2015-08-196-116/+194
* | [client] fix all user getting same permissions object in wizard custom perms ...Jonathan Bauer2015-08-192-1/+3
|/
* [client] move thrift cache to its own packageJonathan Bauer2015-08-1919-22/+31
* [client] delete version through popupmenu with confirmation and refresh vers...Jonathan Bauer2015-08-191-32/+36
* [client] Use TLS to talk to master and satelliteSimon Rettberg2015-08-189-17/+228
* [client] Remove old unused classSimon Rettberg2015-08-181-121/+0Star
* [client] disable popup menu items in ImageDetailsWindow if user can't actuall...Jonathan Bauer2015-08-182-20/+49
* [client] remove unused importsJonathan Bauer2015-08-181-3/+0Star
* [client] minor error handling improvement when deleting an image versionJonathan Bauer2015-08-181-10/+8Star
* [client] critical bugfixJonathan Bauer2015-08-181-1/+1
* [client] ESC to close lecture detailsJonathan Bauer2015-08-181-1/+13
* [client] remove debug codeJonathan Bauer2015-08-181-1/+0Star
* [client] async delete call + callback. Another callback when downloading an i...Jonathan Bauer2015-08-184-42/+66
* [client] only enable the "isTemplate" checkbox if user is superuserJonathan Bauer2015-08-181-2/+3
* [server] fix missing fields not beeing written to DBJonathan Bauer2015-08-181-2/+5
* [client] also fix lecture list combobox filteringJonathan Bauer2015-08-181-1/+1
* [client] fix wrong OS preselected in imageDetailsWindow and imageList FilteringJonathan Bauer2015-08-182-2/+5
* [client] major bugfixJonathan Bauer2015-08-181-1/+1
* [client] Added download currently used imageversion to lecture details window.Stephan Schwaer2015-08-182-3/+52
* [server] Update lectures and images when image versions change or get deletedSimon Rettberg2015-08-186-35/+118
* [client] Handle TTransferRejectedException in ThriftError.showMessageSimon Rettberg2015-08-181-0/+3
* [*] Adapt to changed ErrorCallback setters in master-sync-sharedSimon Rettberg2015-08-172-5/+27
* [server] Only retry on transport errorSimon Rettberg2015-08-171-1/+1
* [server] Add missing Identity.javaSimon Rettberg2015-08-171-0/+162
* [server] Add TLS/SSL related classes and functionality (wip)Simon Rettberg2015-08-175-10/+154
* [server] Switch to libthrift 0.9.2Simon Rettberg2015-08-171-1/+1
* [client] cleanup ImageDetailsWindowJonathan Bauer2015-08-171-51/+95
* [client] minor fixJonathan Bauer2015-08-171-2/+1Star
* [client] invalidate image of imageDetailsWindow after successfull saveJonathan Bauer2015-08-171-0/+15
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-173-4/+9
|\
| * [client] Added button for updating image version (not functioning yet)Stephan Schwaer2015-08-173-4/+9
* | [client] more cleanupJonathan Bauer2015-08-171-22/+38
|/
* [client] cleanup the messy image list code...Jonathan Bauer2015-08-171-55/+114
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-171-1/+17
|\
| * [client] Added download functionality for versions in image details window.Stephan Schwaer2015-08-171-1/+17
* | [client] callback to imageListWindow if image details was updated to force re...Jonathan Bauer2015-08-172-5/+16
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-173-46/+68
|\
| * [client] Now also correctly sorting lecture list.Stephan Schwaer2015-08-173-46/+68