| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| | * | [client] Reworked the satellite selection window. | Stephan Schwaer | 2015-09-15 | 3 | -100/+65![]() | |
| | | | ||||||
| * | | [client] only use the first part of the given username if the organization ↵ | Jonathan Bauer | 2015-09-15 | 1 | -3/+3 | |
| |/ | | | | exists | |||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-09-15 | 6 | -42/+96 | |
| |\ | ||||||
| | * | [client] Shift key for forcing satellite selection now works. | Stephan Schwaer | 2015-09-15 | 4 | -41/+49 | |
| | | | ||||||
| | * | [client] Put real update url in place | Simon Rettberg | 2015-09-15 | 1 | -1/+1 | |
| | | | ||||||
| | * | [client] Changelog creation mode | Simon Rettberg | 2015-09-15 | 2 | -0/+46 | |
| | | | ||||||
| * | | [client] reworked german text | Jonathan Bauer | 2015-09-15 | 25 | -50/+49![]() | |
| |/ | ||||||
| * | [client] Login: check if the user enters its org as part of the username | Jonathan Bauer | 2015-09-15 | 1 | -2/+32 | |
| | | | | | | | if he did and its the same as the selected IDP, then just use the username (everything before '@') and that IDP to login if he did and the entered org exists and is different than the IDP, ask which we should use if he did and the entered org does not exists, do nothing, meaning the login will eventually fail | |||||
| * | [client] Added selection of satellite when more than one available. Shift ↵ | Stephan Schwaer | 2015-09-14 | 7 | -10/+278 | |
| | | | | | key to force selection not working yet. | |||||
| * | [client] space between info text and checkboxes | Jonathan Bauer | 2015-09-14 | 1 | -1/+3 | |
| | | ||||||
| * | [client] ImagePermissionWindowLayout: info text für default permissions | Jonathan Bauer | 2015-09-14 | 1 | -7/+23 | |
| | | ||||||
| * | [client] ImageMetadataPage: set description message when all checks for the ↵ | Jonathan Bauer | 2015-09-14 | 1 | -1/+3 | |
| | | | | | page pass | |||||
| * | [client] ClientVersion: changelog support. The JSON must now have a ↵ | Jonathan Bauer | 2015-09-14 | 3 | -11/+27 | |
| | | | | | 'changelog' element | |||||
| * | [client] Version: fix manifest path | Jonathan Bauer | 2015-09-14 | 1 | -1/+2 | |
| | | ||||||
| * | [client] Remove unneeded checks | Simon Rettberg | 2015-09-11 | 1 | -6/+4![]() | |
| | | ||||||
| * | [client] Image/Lectures: only push metadata/permissions if they were changed | Jonathan Bauer | 2015-09-11 | 11 | -209/+275 | |
| | | ||||||
| * | [client] return a bool for success in UpdatePermissions for Images | Jonathan Bauer | 2015-09-11 | 1 | -1/+3 | |
| | | ||||||
| * | [client] PermissionTables: Edit -> Bearbeiten | Jonathan Bauer | 2015-09-11 | 2 | -2/+2 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-09-11 | 1 | -1/+1 | |
| |\ | ||||||
| | * | [*] Adapt to MSS changes | Simon Rettberg | 2015-09-11 | 1 | -1/+1 | |
| | | | ||||||
| * | | [client] removed listenToChange() and run its code directly in the constructor | Jonathan Bauer | 2015-09-11 | 1 | -123/+113![]() | |
| | | | ||||||
| * | | [client] removed weird code | Jonathan Bauer | 2015-09-11 | 1 | -5/+2![]() | |
| | | | ||||||
| * | | [client] LectureDetailsWindowLayout: error label | Jonathan Bauer | 2015-09-11 | 1 | -0/+6 | |
| |/ | ||||||
| * | [client] ImageDetails: move error message to the bottom button panel | Jonathan Bauer | 2015-09-10 | 1 | -5/+5 | |
| | | ||||||
| * | [client] LectureDetails: moved fields around to keep the same order as in ↵ | Jonathan Bauer | 2015-09-10 | 2 | -30/+29![]() | |
| | | | | | ImageDetailsWindow | |||||
| * | [client] ImageDetails: add listeners right from the start and fix removing ↵ | Jonathan Bauer | 2015-09-10 | 1 | -61/+43![]() | |
| | | | | | the error message when all fields are valid and have NOT changed | |||||
| * | [client] added "Expiring" column to versionTable and introduced ↵ | Jonathan Bauer | 2015-09-10 | 2 | -3/+43 | |
| | | | | | FormatHelper.daysTil(<long_timestamp_in_millis>) | |||||
| * | [client] workaround for wrongly assigned error message when uploading new ↵ | Jonathan Bauer | 2015-09-10 | 1 | -46/+61 | |
| | | | | | image versions in ImageDetailsWindow | |||||
| * | [client] added user feedback & reworked how we reactToInput() in ↵ | Jonathan Bauer | 2015-09-10 | 2 | -59/+78 | |
| | | | | | | | ImageDetailsWindow TODO: make the error message not shift all the fields upwards... | |||||
| * | [client] formatting | Jonathan Bauer | 2015-09-10 | 1 | -34/+39 | |
| | | ||||||
| * | [client] comment that ImageCustomPermissionManager direclty changes the ↵ | Jonathan Bauer | 2015-09-10 | 1 | -3/+3 | |
| | | | | | reference to permissionMap and defaultPermissions to make it clear! | |||||
| * | [client] Determine parent window for message box if null is passed | Simon Rettberg | 2015-09-10 | 1 | -8/+9 | |
| | | ||||||
| * | [client] Remember finger prints supplied by master server | Simon Rettberg | 2015-09-10 | 3 | -14/+78 | |
| | | ||||||
| * | [*] Improve SSL handling | Simon Rettberg | 2015-09-10 | 2 | -8/+17 | |
| | | ||||||
| * | Merge branch 'v1.1' of stp:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2015-09-09 | 4 | -52/+129 | |
| |\ | ||||||
| | * | Merge branch 'v1.1' of stp:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2015-09-09 | 3 | -15/+23 | |
| | |\ | ||||||
| | * | | [client] reworked def/custom permissions handling in ImageDetailsWindow | Jonathan Bauer | 2015-09-09 | 4 | -52/+129 | |
| | | | | | | | | | | | | | | | | 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] Improve error messages on login failure | Simon Rettberg | 2015-09-09 | 2 | -3/+6 | |
| | |/ |/| | ||||||
| * | | [client] Use new authentication RPC to master | Simon Rettberg | 2015-09-09 | 2 | -14/+22 | |
| | | | ||||||
| * | | Renamed method in MSS | Simon Rettberg | 2015-09-09 | 1 | -1/+1 | |
| |/ | ||||||
| * | [client] Allow setting master server address via command line | Simon Rettberg | 2015-09-09 | 1 | -15/+29 | |
| | | ||||||
| * | [client] Tweak caching strategies for meta data | Simon Rettberg | 2015-09-09 | 6 | -9/+32 | |
| | | ||||||
| * | [client] fat refactor to reflect what the current state of the classes ↵ | Jonathan Bauer | 2015-09-08 | 8 | -29/+30 | |
| | | | | | | | | actually do remove 'Custom' from windows in which we can also set default perms TODO: wizards: DefPerms and CustomPerms still split in two pages, so let the "Custom" in the pages class' names as its still the case, but the question is: should it be like this? or do we put the defaults permissions checkboxes also on the last page? | |||||
| * | [client] refactor PermissionDetaultToCustomLink _> DefaultCustomPerms | Jonathan Bauer | 2015-09-08 | 5 | -14/+14 | |
| | | ||||||
| * | [client] Filter for "Usable" now also checks if user canLink the image | Jonathan Bauer | 2015-09-08 | 3 | -16/+6![]() | |
| | | | | | removed LINKABLE from FilterTypes | |||||
| * | [client] also hack the LookAndFeel when choosing dirs | Jonathan Bauer | 2015-09-08 | 1 | -3/+8 | |
| | | ||||||
| * | [client] Top alignment image and lecture information text | Jonathan Bauer | 2015-09-08 | 1 | -1/+2 | |
| | | ||||||
| * | [client] evaluate max memory of OS when generating vmx | Jonathan Bauer | 2015-09-08 | 1 | -2/+7 | |
| | | ||||||
| * | [client] Clean up update checker, handle NPEs, close streams | Simon Rettberg | 2015-09-08 | 1 | -84/+76![]() | |
| | | ||||||
| * | [client] Fix scaling of titled borders | Simon Rettberg | 2015-09-07 | 1 | -1/+5 | |
| | | ||||||

