summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* [client/server] add support for advanced configuration for usb/netrules stuffJonathan Bauer2016-03-0313-187/+636
|
* [client] add 10px border to wizard's footerJonathan Bauer2016-03-011-1/+1
|
* [client] added LectureSettingsWindow skeleton (WIP)Jonathan Bauer2016-02-252-0/+156
|
* [client] make the MainMenuWindow a bit larger by defaultJonathan Bauer2016-02-251-1/+1
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2016-02-254-11/+31
|\
| * [server] Log delete actions on imagesSimon Rettberg2016-02-242-0/+11
| |
| * [server] Log if an upload is aborted due to lack of disk spaceSimon Rettberg2016-02-241-1/+5
| |
| * [client] Better handling of server side errors on uploadSimon Rettberg2016-02-241-10/+15
| |
* | [client] fix stupid way of getting the sat's address for the root node of ↵Jonathan Bauer2016-02-251-2/+2
|/ | | | the location tree
* [client] Add cd-rom drives to downloaded machineSimon Rettberg2016-02-241-0/+2
|
* [client] Don't show location button in lecture details if no locations existSimon Rettberg2016-02-231-1/+2
|
* [server] Write chunks to disk only onceSimon Rettberg2016-02-221-3/+10
| | | | | | If the upload was faster than the client-side hashing, chunks were written to disk twice. Once right after upload, then again after it was read from disk for hashing once the hash was submitted.
* [server] Remove debug messagesSimon Rettberg2016-02-221-2/+0Star
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Simon Rettberg2016-02-221-1/+21
|\
| * [client] search for the right index to insert locations in the tree instead ↵Jonathan Bauer2016-02-111-1/+21
| | | | | | | | | | | | of inserting them at the end as a result, the location tree should be sorted alphabetically.
* | [client] Fix comments/formattingSimon Rettberg2016-02-221-14/+14
|/
* [client] Improve some texts (image -> vm mostly)Simon Rettberg2016-02-0420-43/+44
|
* [client] Add icons to lecture and image list buttonsSimon Rettberg2016-02-0218-52/+88
|
* [client] Sanitize messy button-enabling-code in ImageListWindowSimon Rettberg2016-02-021-12/+11Star
|
* [client] Show lecture valid days in red if < 7 daysSimon Rettberg2016-01-291-0/+2
|
* [client] Sanitize coding style/conventions in GUI classesSimon Rettberg2016-01-2944-554/+544Star
|
* [client] Minor tweaks to image details windowSimon Rettberg2016-01-292-2/+5
|
* [server] always lowercase image file namesSimon Rettberg2016-01-281-1/+1
|
* [client] Make sure hashes get submitted after last block was hashedSimon Rettberg2016-01-281-9/+42
|
* [client] UploadInitiator: Fix error message on low disk spaceSimon Rettberg2016-01-261-2/+2
|
* [client] QScrollPane: Transfer focus to contained list on clickSimon Rettberg2016-01-261-2/+5
|
* [client] Refresh image list when upload completesSimon Rettberg2016-01-262-10/+37
|
* [server] Implement per-user upload limitSimon Rettberg2016-01-263-3/+11
|
* [client] Fix NPESimon Rettberg2016-01-261-1/+1
|
* [client] fix text cutoff on location tree's rootJonathan Bauer2016-01-221-0/+1
|
* [client] some more commentsJonathan Bauer2016-01-222-3/+14
|
* [client] refactor button variables to naming schemeJonathan Bauer2016-01-221-12/+12
|
* [client] Only expand first level of treeSimon Rettberg2016-01-222-2/+10
|
* [client] Collapse nodes with all children selected when clicking "Apply"Simon Rettberg2016-01-223-10/+16
|
* [client] Fix LocationSelector layout, wrap tree in JScrollPaneSimon Rettberg2016-01-221-23/+19Star
|
* [client] Save locations selected in winzard; check location count; default ↵Simon Rettberg2016-01-223-12/+50
| | | | to "prioritize"
* [client] Cleanup & formattingSimon Rettberg2016-01-227-90/+46Star
|
* [client] Remember if sat supports locations and stop querying if notSimon Rettberg2016-01-211-1/+13
|
* [client] Remove useless commentsSimon Rettberg2016-01-211-7/+0Star
|
* [client] Hide satellite servers starting with {x} when not pressing SHIFTSimon Rettberg2016-01-211-0/+10
|
* [client] Lower caching time for lectures and images from 2min to 30secSimon Rettberg2016-01-212-2/+2
|
* Merge branch 'v1.1' of git.openslx.org:openslx-ng/tutor-module into v1.1Jonathan Bauer2016-01-212-16/+18
|\
| * [server] Don't use section strings, instead use flags for isTemplate and ↵Simon Rettberg2016-01-202-16/+18
| | | | | | | | isForLocation
* | [client] Changed location selector from lists to tree selectionJonathan Bauer2016-01-217-286/+558
|/
* [server] Add section entry to xmlSimon Rettberg2016-01-192-3/+9
|
* [server] Fill location info in LectureRead, set maxLocationsPerLecture to 4Simon Rettberg2016-01-194-7/+33
|
* [client] Fix NPE related to location editorSimon Rettberg2016-01-191-1/+1
|
* [server] I'm stupid (add missing classes)Simon Rettberg2016-01-192-0/+106
|
* [client] more location stuff [wip]Jonathan Bauer2016-01-184-110/+182
|
* [client] make the LocationSelectionWindow modal if a parent is given (e.g. ↵Jonathan Bauer2016-01-181-5/+11
| | | | LectureDetailsWindow)