| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | [client] fix sorting of locations | Jonathan Bauer | 2016-01-15 | 2 | -4/+17 | |
| | | ||||||
| * | [client] added "Schliessen"/"Speichern" buttons to LocationSelectionWindow | Jonathan Bauer | 2016-01-15 | 2 | -1/+38 | |
| | | ||||||
| * | [server] Add location support/filtering | Simon Rettberg | 2016-01-14 | 5 | -13/+154 | |
| | | ||||||
| * | [server] Remove stupid debug output | Simon Rettberg | 2016-01-14 | 1 | -10/+0![]() | |
| | | ||||||
| * | [server] Delete temporary file after closing | Simon Rettberg | 2016-01-13 | 1 | -5/+7 | |
| | | | | | | This is to prevent .nfsXXXX files from popping up (in case the VM store is located on an NFS server) | |||||
| * | [client] RPC changed: Add is user private field | Simon Rettberg | 2016-01-13 | 2 | -2/+2 | |
| | | ||||||
| * | [server] Make sure meta data is present at first startup | Simon Rettberg | 2016-01-13 | 1 | -4/+16 | |
| | | | | | | | This prevents issues where only part of the meta data would be fetched on startup, causing inconsistent behaviour. (Eg we have the OS list, but not the virtualizer list) | |||||
| * | [client] also check if the return list of location is empty | Jonathan Bauer | 2016-01-13 | 1 | -1/+1 | |
| | | ||||||
| * | [client] fix LectureWizard not accepting "Done" when no locations are selected | Jonathan Bauer | 2016-01-13 | 4 | -25/+19![]() | |
| | | | | | | * removed the test code for the location cache, activated the real call * not showing the LocationSelectionPage if no locations are returned from the cache | |||||
| * | [server] Use GrowingThreadPoolExecutor everywhere | Simon Rettberg | 2016-01-08 | 6 | -16/+40 | |
| | | ||||||
| * | [client] change checkbox for lecture location showing mode to radio buttons | Jonathan Bauer | 2016-01-07 | 2 | -14/+37 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Jonathan Bauer | 2016-01-05 | 2 | -4/+79 | |
| |\ | ||||||
| | * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Simon Rettberg | 2016-01-05 | 11 | -5/+543 | |
| | |\ | ||||||
| | * | | [server] Allow httpd to handle more than two concurrent connections | Simon Rettberg | 2016-01-05 | 2 | -4/+79 | |
| | | | | | | | | | | | | | | | | | | | | | | Had I read the javadocs properly I would have noticed that the thread pool only starts growing to its maximum size if the queue is full, not the other way round. So now we use a modified thread pool borrowed from SO that does exactly that. | |||||
| * | | | [client] checkbox to show the lecture only in the selected rooms | Jonathan Bauer | 2016-01-05 | 13 | -401/+528 | |
| | |/ |/| | | | | | | | | | functionality still wip renamed room -> locations | |||||
| * | | [client] room selection widget [wip] | Jonathan Bauer | 2015-12-18 | 11 | -5/+543 | |
| |/ | | | | | new wizard page in the lecture wizard new button "Raumauswahl" LectureDetailsWindow | |||||
| * | [client] don't scroll the pane for the changelog to the bottom, always force ↵ | Jonathan Bauer | 2015-12-11 | 1 | -0/+1 | |
| | | | | | it to start at the top | |||||
| * | [client] Fix: always generate multiple of 4 values for VM RAM | Simon Rettberg | 2015-11-23 | 1 | -1/+1 | |
| | | ||||||
| * | [client] Update vmware link to point to version 12, clean up vmware notice ↵ | Simon Rettberg | 2015-11-16 | 2 | -7/+4![]() | |
| | | | | | window | |||||
| * | [client] Update Save button state when changing email notification setting | Simon Rettberg | 2015-11-12 | 1 | -2/+1![]() | |
| | | ||||||
| * | [client] Fix ui ugliness in image-/lecture details window of the description ↵ | Stephan Schwaer | 2015-11-03 | 2 | -8/+10 | |
| | | | | | text. | |||||
| * | [client] Fix NPE in config window when used without session | Simon Rettberg | 2015-11-02 | 1 | -1/+1 | |
| | | ||||||
| * | [client] Remove obsolete label on config sliders. | Stephan Schwaer | 2015-10-30 | 1 | -0/+2 | |
| | | ||||||
| * | [client] Added slider labels in config window for windows. | Stephan Schwaer | 2015-10-30 | 1 | -0/+1 | |
| | | ||||||
| * | Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1 | Stephan Schwaer | 2015-10-29 | 2 | -2/+3 | |
| |\ | ||||||
| | * | [server] unlinkLecture: Actually execute query; deleteImgVersion: only ↵ | Simon Rettberg | 2015-10-29 | 2 | -2/+3 | |
| | | | | | | | | | unlink lectures, don't delete them (as it was planned!) | |||||
| * | | [client] Layout fixes in ImageDetails and removed obsolete Space in user ↵ | Stephan Schwaer | 2015-10-29 | 2 | -3/+3 | |
| | | | | | | | | | feedback string. | |||||
| * | | [client] Fix NPE for lectures without linked images. | Stephan Schwaer | 2015-10-29 | 2 | -2/+7 | |
| |/ | ||||||
| * | [client] Make MapHelper null safe and do lectureCache refresh with ↵ | Stephan Schwaer | 2015-10-29 | 2 | -2/+18 | |
| | | | | | QuickTimer after deleting image. | |||||
| * | [client] Fix appearance of lecture and resulting NPE after deleting image ↵ | Stephan Schwaer | 2015-10-29 | 3 | -5/+8 | |
| | | | | | the lecture linked to. Also make user feedback of deleting images more clear. | |||||
| * | [client] Make caption of permission checks match col names in permission tables. | Stephan Schwaer | 2015-10-29 | 4 | -5/+5 | |
| | | ||||||
| * | [client] Clean up deleteLectures and improve it's user feadback. | Stephan Schwaer | 2015-10-27 | 2 | -55/+53![]() | |
| | | ||||||
| * | [client] Add two floppy drives to vmx of downloaded VM | Simon Rettberg | 2015-10-27 | 2 | -1/+20 | |
| | | ||||||
| * | [client] ResourceLoader: Fix leak, add getStream() | Simon Rettberg | 2015-10-27 | 1 | -5/+13 | |
| | | ||||||
| * | [client] Refactoring: Use TextChangeListener instead of DocumentListener | Simon Rettberg | 2015-10-27 | 8 | -119/+25![]() | |
| | | ||||||
| * | [client] add missing class | Simon Rettberg | 2015-10-27 | 1 | -0/+25 | |
| | | ||||||
| * | [client] Improve focus/idm handling in login window | Simon Rettberg | 2015-10-27 | 1 | -10/+38 | |
| | | ||||||
| * | [*] Implement max connection information in satellite config | Simon Rettberg | 2015-10-27 | 2 | -0/+10 | |
| | | ||||||
| * | [client] Clean up config window, add config button to login dialog | Simon Rettberg | 2015-10-22 | 7 | -122/+245 | |
| | | ||||||
| * | [client] Make list deselection more consistent with native behaviour, match ↵ | Simon Rettberg | 2015-10-22 | 5 | -22/+16![]() | |
| | | | | | scroll pane background with table | |||||
| * | [client] Add experimental setting for number of connections per transfer | Simon Rettberg | 2015-10-21 | 5 | -20/+70 | |
| | | ||||||
| * | [client] Make deselection in tables possible when clicking on empty space. | Stephan Schwaer | 2015-10-19 | 7 | -13/+62 | |
| | | ||||||
| * | [client] Prevent student to switch to imageList with menuButton. | Stephan Schwaer | 2015-10-15 | 1 | -0/+6 | |
| | | ||||||
| * | [client] Now possible for default admin to remove default admin permissions ↵ | Stephan Schwaer | 2015-10-12 | 1 | -15/+31 | |
| | | | | | without exception. | |||||
| * | [client] Show date of version to be deleted and fix to correctly check ↵ | Stephan Schwaer | 2015-10-08 | 2 | -11/+13 | |
| | | | | | permissions when trying to delete. | |||||
| * | [client] Fixed layout problems in transferPanel with long image names. | Stephan Schwaer | 2015-10-08 | 1 | -1/+5 | |
| | | ||||||
| * | [client] Added delete keyboard shortcut in imagePermissionTables to remove ↵ | Stephan Schwaer | 2015-10-08 | 3 | -35/+71 | |
| | | | | | users from the list. | |||||
| * | [client] Added multi select, delete and del key to versionList in imageDetails. | Stephan Schwaer | 2015-10-08 | 2 | -14/+64 | |
| | | ||||||
| * | [client] Disabled checkboxes for not implemented features (internet access ↵ | Stephan Schwaer | 2015-10-08 | 2 | -2/+12 | |
| | | | | | and exam) for lectures | |||||
| * | [client] Show satellite selection window if connection fails the first time, ↵ | Simon Rettberg | 2015-10-07 | 1 | -1/+2 | |
| | | | | | and we only had one satellite | |||||

