summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java
Commit message (Collapse)AuthorAgeFilesLines
...
* | [client] null check the result in UserCacheJonathan Bauer2015-08-251-0/+4
| |
* | [client] fix user beeing deleted from UserCacheJonathan Bauer2015-08-251-2/+8
|/
* [client] Major layout fixStephan Schwaer2015-08-241-1/+1
|
* [client] Included new permission options into lecture details.Stephan Schwaer2015-08-2410-129/+166
|
* [client] remove logged in user from the user list for custom permissionsJonathan Bauer2015-08-241-0/+2
|
* [client] fix lecture deleteionJonathan Bauer2015-08-241-1/+1
|
* [client] timer to check if date was chagnedJonathan Bauer2015-08-241-1/+24
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-248-82/+158
|\
| * [client] created helper class PermissionDefaultToCustomLinkStephan Schwaer2015-08-243-26/+33
| |
| * [client] Moved default permissions from ImageDetails to ↵Stephan Schwaer2015-08-247-81/+152
| | | | | | | | ImageCustomPermissions and fixed some Layout.
* | [client] LectureDetails saving things [wip]Jonathan Bauer2015-08-243-39/+247
| |
* | [client] listenToInput() in ImageDetailsWindow adds listeners to detail paneJonathan Bauer2015-08-241-14/+13Star
| |
* | [client] save lecture id to stateJonathan Bauer2015-08-241-1/+6
| |
* | [client] helper for DateTime widget reading, and use it in LectureCreationPageJonathan Bauer2015-08-242-29/+37
| |
* | [client] ThriftActions updateLectureJonathan Bauer2015-08-241-16/+30
|/
* [client] Make font scaling and proxy discovery configurable (no GUI yet)Simon Rettberg2015-08-222-15/+64
|
* [client] Fix PersonLabel link color calculation, minor optimizations to ↵Simon Rettberg2015-08-222-19/+22
| | | | BlockProgressBar
* [client] synced image details fetchingJonathan Bauer2015-08-223-43/+58
|
* [client] fix LectureDetailsWindowJonathan Bauer2015-08-212-9/+11
|
* [client] tried to fix teh brokenJonathan Bauer2015-08-213-78/+106
|
* [client] remove unused importsJonathan Bauer2015-08-218-23/+0Star
|
* [client] more ThriftActions & minor bugfix (saving button enabled even if no ↵Jonathan Bauer2015-08-213-25/+24Star
| | | | OS was preselected TODO fix properly)
* [client] setImageOwner ThriftActions'edJonathan Bauer2015-08-212-17/+8Star
|
* [client] minor "fix" for imageDetailsWindow ThriftActions callsJonathan Bauer2015-08-211-6/+2Star
|
* [client] minor code restructureJonathan Bauer2015-08-211-128/+153
|
* [client] more ThriftActionsJonathan Bauer2015-08-213-62/+151
|
* [client] ThriftActions & calls in LectureWizardJonathan Bauer2015-08-212-13/+15
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-216-17/+220
|\
| * [client] Changed some button labels.Stephan Schwaer2015-08-212-2/+3
| |
| * [client] Added customLecturePermissionStephan Schwaer2015-08-215-16/+218
| |
* | [client] ThriftActions for lecture creationJonathan Bauer2015-08-214-7/+55
|/ | | | and minor comments
* [client] ThriftAction in ImageCustomPermissionWindowJonathan Bauer2015-08-212-10/+7Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-08-2111-90/+39Star
|\
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-08-212-38/+54
| |\
| * | [client] Added lecturePermissionManager to lectureWizard and changed some ↵Stephan Schwaer2015-08-2111-90/+39Star
| | | | | | | | | | | | naming. (Server doesn't implement lecture permission methods)
* | | [client] more cleanup stuff in imageWizard [WIP]Jonathan Bauer2015-08-211-3/+8
| |/ |/|
* | [client] ThriftActions & calls in ImageWizard.performFinishJonathan Bauer2015-08-212-38/+54
|/
* [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
|\