summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * [client] Reworked the satellite selection window.Stephan Schwaer2015-09-153-100/+65Star
| |
* | [client] only use the first part of the given username if the organization ↵Jonathan Bauer2015-09-151-3/+3
|/ | | | exists
* [client] Fix shade goal removing required logging classesSimon Rettberg2015-09-151-5/+13
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-156-42/+96
|\
| * [client] Shift key for forcing satellite selection now works.Stephan Schwaer2015-09-154-41/+49
| |
| * [client] Put real update url in placeSimon Rettberg2015-09-151-1/+1
| |
| * [client] Changelog creation modeSimon Rettberg2015-09-152-0/+46
| |
* | [client] reworked german textJonathan Bauer2015-09-1525-50/+49Star
|/
* [client] Login: check if the user enters its org as part of the usernameJonathan Bauer2015-09-151-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 Schwaer2015-09-147-10/+278
| | | | key to force selection not working yet.
* [client] space between info text and checkboxesJonathan Bauer2015-09-141-1/+3
|
* [client] ImagePermissionWindowLayout: info text für default permissionsJonathan Bauer2015-09-141-7/+23
|
* [client] ImageMetadataPage: set description message when all checks for the ↵Jonathan Bauer2015-09-141-1/+3
| | | | page pass
* [client] ClientVersion: changelog support. The JSON must now have a ↵Jonathan Bauer2015-09-143-11/+27
| | | | 'changelog' element
* [client] Version: fix manifest pathJonathan Bauer2015-09-141-1/+2
|
* [server] Minor tweaks and fixesSimon Rettberg2015-09-136-10/+47
| | | | | | - Logging format - Catch unchecked exceptions in web server and return internal server error - fix: insert os-virt-mappings to db
* [server] Limit hashqueue length depending on max memSimon Rettberg2015-09-132-3/+28
|
* [client] Remove unneeded checksSimon Rettberg2015-09-111-6/+4Star
|
* [client] Image/Lectures: only push metadata/permissions if they were changedJonathan Bauer2015-09-1111-209/+275
|
* [client] return a bool for success in UpdatePermissions for ImagesJonathan Bauer2015-09-111-1/+3
|
* [client] PermissionTables: Edit -> BearbeitenJonathan Bauer2015-09-112-2/+2
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-1112-17/+249
|\
| * [server] Change name of redo log dir placeholderSimon Rettberg2015-09-111-1/+1
| |
| * [*] Adapt to MSS changesSimon Rettberg2015-09-112-2/+2
| |
| * [server] Handle deletion/undeletion flagsSimon Rettberg2015-09-1110-15/+247
| |
* | [client] removed listenToChange() and run its code directly in the constructorJonathan Bauer2015-09-111-123/+113Star
| |
* | [client] removed weird codeJonathan Bauer2015-09-111-5/+2Star
| |
* | [client] LectureDetailsWindowLayout: error labelJonathan Bauer2015-09-111-0/+6
|/
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2015-09-101-5/+5
|\
| * [client] ImageDetails: move error message to the bottom button panelJonathan Bauer2015-09-101-5/+5
| |
* | [server] Schema changes, distinct delete flag for imagesSimon Rettberg2015-09-109-20/+198
|/
* [client] LectureDetails: moved fields around to keep the same order as in ↵Jonathan Bauer2015-09-102-30/+29Star
| | | | ImageDetailsWindow
* [client] ImageDetails: add listeners right from the start and fix removing ↵Jonathan Bauer2015-09-101-61/+43Star
| | | | the error message when all fields are valid and have NOT changed
* [client] added "Expiring" column to versionTable and introduced ↵Jonathan Bauer2015-09-102-3/+43
| | | | FormatHelper.daysTil(<long_timestamp_in_millis>)
* [client] workaround for wrongly assigned error message when uploading new ↵Jonathan Bauer2015-09-101-46/+61
| | | | image versions in ImageDetailsWindow
* [client] added user feedback & reworked how we reactToInput() in ↵Jonathan Bauer2015-09-102-59/+78
| | | | | | ImageDetailsWindow TODO: make the error message not shift all the fields upwards...
* [client] formattingJonathan Bauer2015-09-101-34/+39
|
* [client] comment that ImageCustomPermissionManager direclty changes the ↵Jonathan Bauer2015-09-101-3/+3
| | | | reference to permissionMap and defaultPermissions to make it clear!
* [server] Include image path in xml lecture listSimon Rettberg2015-09-102-6/+10
|
* [client] Determine parent window for message box if null is passedSimon Rettberg2015-09-101-8/+9
|
* [client] Remember finger prints supplied by master serverSimon Rettberg2015-09-103-14/+78
|
* [*] Improve SSL handlingSimon Rettberg2015-09-104-13/+27
|
* [server] Make xml compatible with legacy run-virtSimon Rettberg2015-09-092-6/+15
|
* [server] Delete incomplete uploads (missing meta data)Simon Rettberg2015-09-094-7/+40
|
* Merge branch 'v1.1' of stp:openslx-ng/tutor-module into v1.1Simon Rettberg2015-09-094-52/+129
|\
| * Merge branch 'v1.1' of stp:openslx-ng/tutor-module into v1.1Jonathan Bauer2015-09-099-39/+142
| |\
| * | [client] reworked def/custom permissions handling in ImageDetailsWindowJonathan Bauer2015-09-094-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 failureSimon Rettberg2015-09-092-3/+6
| |/ |/|
* | [client] Use new authentication RPC to masterSimon Rettberg2015-09-092-14/+22
| |
* | Renamed method in MSSSimon Rettberg2015-09-092-2/+5
| |