summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [client] ThriftActions for Image Metadata (details + permissions) and use ↵Jonathan Bauer2015-08-212-30/+106
| | | | these in imageDetailsWindow
* [client] support deletion of image base in ThriftActionsJonathan Bauer2015-08-214-16/+56
|
* [client] added LectureCustomPermissionManager and merged ↵Stephan Schwaer2015-08-206-86/+196
| | | | ImagePermissionManager with it's layout.
* [client] save that one byte/int/bit :)Jonathan Bauer2015-08-203-17/+10Star
|
* [client] UpdateVersion: only needs ctrl-q if we have initiated a transferJonathan Bauer2015-08-201-3/+1Star
|
* [client] do the user feedback directly in ThriftActionsJonathan Bauer2015-08-202-11/+6Star
|
* [client] use ThriftActions to delete image in image details windowJonathan Bauer2015-08-201-19/+5Star
|
* [client] user feedback on successfull version pushingJonathan Bauer2015-08-201-0/+2
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-2012-286/+379
|\
| * [client] Make AsyncHashGenerator faster by using two threads (I/O, Hashing)Simon Rettberg2015-08-202-39/+126
| |
| * [client] Add ImageCustomPermissionManager and adjusted ↵Stephan Schwaer2015-08-2010-247/+252
| | | | | | | | ImageCustomPermissionWindow and ImageCustomPermissionPage to it.
* | [client] fix image name / uuid not beeing read from the existing imageJonathan Bauer2015-08-204-27/+45
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-204-13/+37
|\
| * [client] Minor fixesSimon Rettberg2015-08-204-12/+36
| |
| * [client] Fix logic operator in if-statementSimon Rettberg2015-08-201-1/+1
| |
* | [client] Upload stuff ThriftActions'ed [WIP]Jonathan Bauer2015-08-204-93/+239
| |
* | [client] cancel has generator if cancel is clickedJonathan Bauer2015-08-201-0/+1
|/
* [client] One error callback for master and sat connectionSimon Rettberg2015-08-203-43/+54
|
* [client] Cancel hash generator if upload failsSimon Rettberg2015-08-203-4/+28
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-08-196-27/+128
|\
| * [client] Added default permission options to imageDetailsWindow.Stephan Schwaer2015-08-192-8/+53
| |
| * [client] add missing fileJonathan Bauer2015-08-191-0/+41
| |
| * [client] started one-page UploadWizard [WIP]Jonathan Bauer2015-08-194-20/+35
| |
* | [client] Send block hashes to server (TODO: master sha1sum)Simon Rettberg2015-08-194-6/+98
| |
* | [server] Make a copy of the chunk before passing it to the async hash checkerSimon Rettberg2015-08-191-5/+22
|/
* 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
|/ | | | page
* [client] move thrift cache to its own packageJonathan Bauer2015-08-1919-22/+31
|
* [client] delete version through popupmenu with confirmation and refresh ↵Jonathan Bauer2015-08-191-32/+36
| | | | version table
* [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 ↵Jonathan Bauer2015-08-182-20/+49
| | | | actually perform these actions. Started Deletion in ImageDetailsWindow [WIP]
* [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 ↵Jonathan Bauer2015-08-184-42/+66
| | | | image was initialized