summaryrefslogtreecommitdiffstats
path: root/dozentenmodul/src/main/java/org/openslx/dozmod/permissions
Commit message (Collapse)AuthorAgeFilesLines
* [client] Image/Lectures: only push metadata/permissions if they were changedJonathan Bauer2015-09-111-39/+0Star
|
* [client] reworked def/custom permissions handling in ImageDetailsWindowJonathan Bauer2015-09-092-2/+39
| | | | | introduced PermsHelper.hasChanged(map1, map2) which returns whether two maps are equals (in their contents) CAVE: the whole CustomPermManager stuff currently works by giving the ImagePermissionWindow direct references to the members of ImageDetailsWindow. Therefore, we are currently ignoring the return value of ImageCustomPermissionWindow as the refs are updated when the user changes stuff. As a result we are back to the "clean" check within reactToInput() to determine whether change occured or not. Should be discussed if giving copies to ImageCustomPermissionWindow/Manager would be even cleaner...
* [client] refactor PermissionDetaultToCustomLink _> DefaultCustomPermsJonathan Bauer2015-09-081-2/+2
|
* [client] lectureList popup menuJonathan Bauer2015-08-261-1/+7
|
* [client] created helper class PermissionDefaultToCustomLinkStephan Schwaer2015-08-241-0/+19
|
* [client] disable popup menu items in ImageDetailsWindow if user can't ↵Jonathan Bauer2015-08-181-7/+14
| | | | actually perform these actions. Started Deletion in ImageDetailsWindow [WIP]
* [client] ImagePerms.canEdit for ImageSummaryReadSimon Rettberg2015-08-171-0/+5
|
* [client] Beef up file chooser, better UI feedback on allowed optionsSimon Rettberg2015-08-151-0/+14
|
* [client] Use GridManager in lecture details windowSimon Rettberg2015-08-141-0/+4
|
* [client] Design improvementsSimon Rettberg2015-08-141-10/+2Star
|
* [client] Layout tweaks, Change owner featureSimon Rettberg2015-08-131-18/+7Star
|
* [client] mini fix lecture permsJonathan Bauer2015-08-101-1/+3
|
* [client] fix bögJonathan Bauer2015-08-101-1/+1
|
* [client] make image details editable also if user has admin rights or if he ↵Jonathan Bauer2015-08-071-5/+17
| | | | | | does not have any custom permissions, the default permissions allows it and some code cleanup
* [client] Added version table to image details, improved lecture details, ↵Stephan Schwaer2015-08-042-0/+21
| | | | added ImageVersionTable and LecturePerms classes.
* [client] Added ImagePerms for checking permissions, removed edit button from ↵Stephan Schwaer2015-07-231-0/+17
image list.