summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [client] fix sorting of locationsJonathan Bauer2016-01-152-4/+17
|
* [client] added "Schliessen"/"Speichern" buttons to LocationSelectionWindowJonathan Bauer2016-01-152-1/+38
|
* [server] Add location support/filteringSimon Rettberg2016-01-145-13/+154
|
* [server] Remove stupid debug outputSimon Rettberg2016-01-141-10/+0Star
|
* [server] Delete temporary file after closingSimon Rettberg2016-01-131-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 fieldSimon Rettberg2016-01-132-2/+2
|
* [server] Make sure meta data is present at first startupSimon Rettberg2016-01-131-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 emptyJonathan Bauer2016-01-131-1/+1
|
* [client] fix LectureWizard not accepting "Done" when no locations are selectedJonathan Bauer2016-01-134-25/+19Star
| | | | | * 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 everywhereSimon Rettberg2016-01-086-16/+40
|
* [client] change checkbox for lecture location showing mode to radio buttonsJonathan Bauer2016-01-072-14/+37
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2016-01-052-4/+79
|\
| * Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2016-01-0511-5/+543
| |\
| * | [server] Allow httpd to handle more than two concurrent connectionsSimon Rettberg2016-01-052-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 roomsJonathan Bauer2016-01-0513-401/+528
| |/ |/| | | | | | | | | functionality still wip renamed room -> locations
* | [client] room selection widget [wip]Jonathan Bauer2015-12-1811-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 Bauer2015-12-111-0/+1
| | | | it to start at the top
* [client] Fix: always generate multiple of 4 values for VM RAMSimon Rettberg2015-11-231-1/+1
|
* [client] Update vmware link to point to version 12, clean up vmware notice ↵Simon Rettberg2015-11-162-7/+4Star
| | | | window
* [client] Update Save button state when changing email notification settingSimon Rettberg2015-11-121-2/+1Star
|
* [client] Fix ui ugliness in image-/lecture details window of the description ↵Stephan Schwaer2015-11-032-8/+10
| | | | text.
* [client] Fix NPE in config window when used without sessionSimon Rettberg2015-11-021-1/+1
|
* [client] Remove obsolete label on config sliders.Stephan Schwaer2015-10-301-0/+2
|
* [client] Added slider labels in config window for windows.Stephan Schwaer2015-10-301-0/+1
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Stephan Schwaer2015-10-292-2/+3
|\
| * [server] unlinkLecture: Actually execute query; deleteImgVersion: only ↵Simon Rettberg2015-10-292-2/+3
| | | | | | | | unlink lectures, don't delete them (as it was planned!)
* | [client] Layout fixes in ImageDetails and removed obsolete Space in user ↵Stephan Schwaer2015-10-292-3/+3
| | | | | | | | feedback string.
* | [client] Fix NPE for lectures without linked images.Stephan Schwaer2015-10-292-2/+7
|/
* [client] Make MapHelper null safe and do lectureCache refresh with ↵Stephan Schwaer2015-10-292-2/+18
| | | | QuickTimer after deleting image.
* [client] Fix appearance of lecture and resulting NPE after deleting image ↵Stephan Schwaer2015-10-293-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 Schwaer2015-10-294-5/+5
|
* [client] Clean up deleteLectures and improve it's user feadback.Stephan Schwaer2015-10-272-55/+53Star
|
* [client] Add two floppy drives to vmx of downloaded VMSimon Rettberg2015-10-272-1/+20
|
* [client] ResourceLoader: Fix leak, add getStream()Simon Rettberg2015-10-271-5/+13
|
* [client] Refactoring: Use TextChangeListener instead of DocumentListenerSimon Rettberg2015-10-278-119/+25Star
|
* [client] add missing classSimon Rettberg2015-10-271-0/+25
|
* [client] Improve focus/idm handling in login windowSimon Rettberg2015-10-271-10/+38
|
* [*] Implement max connection information in satellite configSimon Rettberg2015-10-272-0/+10
|
* [client] Clean up config window, add config button to login dialogSimon Rettberg2015-10-227-122/+245
|
* [client] Make list deselection more consistent with native behaviour, match ↵Simon Rettberg2015-10-225-22/+16Star
| | | | scroll pane background with table
* [client] Add experimental setting for number of connections per transferSimon Rettberg2015-10-215-20/+70
|
* [client] Make deselection in tables possible when clicking on empty space.Stephan Schwaer2015-10-197-13/+62
|
* [client] Prevent student to switch to imageList with menuButton.Stephan Schwaer2015-10-151-0/+6
|
* [client] Now possible for default admin to remove default admin permissions ↵Stephan Schwaer2015-10-121-15/+31
| | | | without exception.
* [client] Show date of version to be deleted and fix to correctly check ↵Stephan Schwaer2015-10-082-11/+13
| | | | permissions when trying to delete.
* [client] Fixed layout problems in transferPanel with long image names.Stephan Schwaer2015-10-081-1/+5
|
* [client] Added delete keyboard shortcut in imagePermissionTables to remove ↵Stephan Schwaer2015-10-083-35/+71
| | | | users from the list.
* [client] Added multi select, delete and del key to versionList in imageDetails.Stephan Schwaer2015-10-082-14/+64
|
* [client] Disabled checkboxes for not implemented features (internet access ↵Stephan Schwaer2015-10-082-2/+12
| | | | and exam) for lectures
* [client] Show satellite selection window if connection fails the first time, ↵Simon Rettberg2015-10-071-1/+2
| | | | and we only had one satellite