summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-173-8/+83
|\|
| * [client] Implemented ImageTableRenderer to be able to correctly sort image li...Stephan Schwaer2015-08-171-7/+77
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-08-175-49/+47Star
| |\
| * | [client] ImagePerms.canEdit for ImageSummaryReadSimon Rettberg2015-08-172-1/+6
* | | [client] save changes in image details windowJonathan Bauer2015-08-171-11/+34
* | | [client] do save checkboxes in upload wizardJonathan Bauer2015-08-173-13/+15
| |/ |/|
* | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-08-171-45/+32Star
|\ \
| * \ Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-172-2/+10
| |\ \
| * | | [client] function for edit button in lecture listJonathan Bauer2015-08-171-45/+32Star
* | | | [client] added checkbox for creation of template in image metadata page.Stephan Schwaer2015-08-171-0/+4
| |/ / |/| |
* | | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-08-171-2/+1Star
|\| |
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-171-12/+11Star
| |\|
| * | [client] remove debug codeJonathan Bauer2015-08-171-2/+1Star
* | | [client] Add filter for only templates in image list.Stephan Schwaer2015-08-172-2/+10
| |/ |/|
* | [client] Remove obsolete TODOs, debug outputSimon Rettberg2015-08-171-12/+11Star
|/
* [client] Fix downloading logicSimon Rettberg2015-08-151-1/+1
* [client] Beef up file chooser, better UI feedback on allowed optionsSimon Rettberg2015-08-156-51/+171
* [client] Lecure DetailsSimon Rettberg2015-08-142-14/+13Star
* [client] Use GridManager in lecture details windowSimon Rettberg2015-08-146-59/+168
* [client] Support Ctrl-W shortcutSimon Rettberg2015-08-141-6/+8
* [client] Design improvementsSimon Rettberg2015-08-1412-211/+298
* [server] Return permissions for lectures, LectureRead changedSimon Rettberg2015-08-142-22/+42
* [client] Layout; don't close lecture wizard if creation failedSimon Rettberg2015-08-139-29/+23Star
* [server] Don't mix seconds and millisecondsSimon Rettberg2015-08-134-9/+11
* [server] Validate lecture/imageversion dates, conditionally set isTemplateSimon Rettberg2015-08-135-17/+131